@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap&subset=japanese');
body {
	font-family: Roboto, Noto Sans JP, sans-serif;
	font-weight: 500;
	line-height: 1.4rem;
	color: #333333;
}
iframe {
	z-index: 100;
}
a {
	text-decoration: none;
	color: black;
}
a.link {
	text-decoration: underline;
	color: #2ea7e0;
}
a.font_size_selector {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border: 1px solid #cccccc;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #136fb7;
}
a:hover img {
	opacity: 0.7;
}
span.bold {
	font-weight: 700;
}
span.red {
	color: red;
}
span.small, span.smaller {
	font-size: 0.8rem;
}
span.extra_big {
	font-size: 4rem;
}
ul li {
	list-style: none;
	font-size: 1rem;
	line-height: 1.4rem;
}
ul.small li {
	font-size: 0.8rem;
	line-height: 1.1rem;
}
ul.asterisk li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.asterisk li:before {
	content: url("../images/list-asterisk.png");
}
ul.circle li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.circle li:before {
	content: url("../images/list-circle.png");
}
ul.square li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.square li:before {
	content: "■";
}
ul.red li {
	color: red;
}
input[type=checkbox].large {
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
}
select.large {
	font-size: 1.3rem;
	width: 5rem;
	text-align: left;
}
.checkbox {
	padding-left: 1.5rem;
	position: relative;
}
.checkbox::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: 1px solid #999;
}
.checkbox.checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.1rem;
	left: 0.3rem;
	width: 0.3rem;
	height: 0.5rem;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
.frame {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: none;
	vertical-align: bottom;
}
.align_left {
	float: left;
}
.align_right {
	float: right;
}
.align_center {
	text-align: center;
}
.top_bottom_margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.top_bottom_large_margin {
	margin-top: 50px;
	margin-bottom: 50px;
}
.top_margin {
	margin-top: 20px;
}
.bottom_margin {
	margin-bottom: 20px;
}
.bottom_large_margin {
	margin-bottom: 50px;
}
.img_80vw img {
	width: 80vw;
	max-width: 1000px;
	height: auto;
}
.img_800px img {
	width: 100%;
	max-width: 800px;
	height: auto;
}
.img_1000px img {
	width: 100%;
	max-width: 1000px;
	height: auto;
}
.w_800px {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.mb50 {
	margin-bottom: 50px;
}
.fs13 {
	font-size: 13px;
}
.fs13 ul li {
	font-size: 13px;
}
#page_header {
	padding: 50px 0 0;
	vertical-align: middle;
	max-width: 1000px;
	margin: 0 auto;
}
#page_header .search {
	clear: both;
}
#page_header table tr td {
	text-align: right;
}
#page_header #header_right_button_table {
	border-collapse: separate;
	border-spacing: 1rem;
	margin-left: auto;
}
#page_header_nav {
	margin: 30px auto;
	padding: 0;
	max-width: 1000px;
}
#page_header_nav .nav {
	display: flex;
	height: 2rem;
	margin: 0 auto;
	width: 100%;
}
#page_header_nav .nav {
	padding-inline-start: 0px;
}
#page_header_nav .nav > li {
	width: calc(20% - 5px);
	white-space: nowrap;
	margin: 0 5px 0 0;
}
#page_header_nav .nav li {
	list-style: none;
	position: relative;
	z-index: 10000;
}
#page_header_nav .nav li li {
	height: 0;
	overflow: hidden;
	transition: .5s;
}
#page_header_nav .nav li li a {
	border-top: 1px solid #eee;
}
#page_header_nav .nav li li li a {
	border-left: 1px solid #eee;
	height: 48px;
	line-height: 48px;
}
#page_header_nav .nav > li:hover > ul > li {
	height: 48px;
	width: 100%;
	min-width: 350px;
	overflow: visible;
	z-index: 1000;
}
#page_header_nav .nav > li > ul > li:hover > ul > li {
	height: 48px;
	min-width: 200px;
	overflow: visible;
	z-index: 1100;
}
#page_header_nav .nav li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 200px;
	padding-inline-start: 0;
}
#page_header_nav a {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #c9caca;
	font-weight: 700;
	overflow-x: hidden;
	vertical-align: top;
	font-size: 16px;
}
#page_header_nav img {
	vertical-align: middle;
	padding-right: 10px;
	width: auto;
}
#page_header_nav .top_menu_left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#page_header_nav .top_menu_right {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#main_container {
	padding: 20px 0;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}
#top_slide_area {
	width: 100%;
}
#top_slide_area .bx-wrapper {
	margin: 0 auto;
}
#top_slide_area .bx-viewport {}
#top_slide_area #top_slide_image, #top_slide_area img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#top_slide_area .slide_img {
	cursor: pointer;
}
#top_slide_area .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	outline: 0;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	z-index: 9999;
}
#top_slide_area .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/slide_left.png) no-repeat 0 0;
}
#top_slide_area .bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/slide_right.png) no-repeat 0 0;
}
#top_slide_area .top_slide_box {
	position: relative;
	text-align: center;
}
#top_slide_area .top_slide_box table {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px 0;
}
#top_slide_area div table tr td {
	vertical-align: middle;
}
#top_slide_area #top_slide_text_area {
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 2vw;
	font-size: 1.5vw;
}
#top_slide_area #top_slide_text_area .large_font {
	line-height: 4vw;
	font-size: 2.9vw;
}
#top_slide_area #top_slide_text_area.blue {
	color: #2ea7e0;
}
.slide4 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0);
	width: 100%;
}
.slide4 .bx-wrapper .bx-caption span {
	color: #000;
	font-size: 1rem;
	line-height: 1rem;
	height: 2rem;
}
.slide4 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
}
.slide4.orange .bx-wrapper {
	margin: 40px auto 10px;
}
.slide4.orange .bx-wrapper img {
	margin-bottom: 60px;
}
.slide4.orange .bx-wrapper .bx-controls-direction a {
	margin-top: -21px;
	width: 42px;
	height: 42px;
}
.slide4.orange .bx-wrapper .bx-prev {
	left: -45px;
	background: url(../images/slide_left02.png) no-repeat 0 0;
}
.slide4.orange .bx-wrapper .bx-next {
	right: -45px;
	background: url(../images/slide_right02.png) no-repeat 0 0;
}
.slide4.white .bx-wrapper {
	margin: 20px auto;
}
.slide4.white .bx-wrapper .bx-controls-direction a {
	margin-top: -20px;
	width: 40px;
	height: 40px;
}
.slide4.white .bx-wrapper .bx-prev {
	left: -45px;
	background: url(../images/bnr_left.png) no-repeat 0 0;
}
.slide4.white .bx-wrapper .bx-next {
	right: -45px;
	background: url(../images/bnr_right.png) no-repeat 0 0;
}
.center_button_area {
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
.center_button_area a img, .center_button_area img.button3 {
	height: auto;
	max-width: 400px;
}
.frame_box {
	background-color: #dff2fc;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.frame_box div {
	padding: 20px;
	max-width: 960px;
}
.frame_box table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.frame_box .box_top {
	margin: 0;
	padding: 0;
	height: 43px;
}
.frame_box .box_top img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.frame_box .box_bottom {
	margin: 0;
	padding: 0;
	height: 16px;
}
.frame_box .box_bottom img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.frame_box .bar {
	width: 100%;
}
.frame_box .column_left {
	height: 100%;
	background: url('../images/column_bar01.png');
}
.frame_box .column_right {
	height: 100%;
	background: url('../images/column_bar02.png');
}
.frame_box .content_area_in_frame_box {
	background-color: #fff;
	padding: 0 50px;
}
.frame_box .frame_box_contents {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px;
	border: none;
}
.frame_box .frame_box_contents tr {
	height: 1.5rem;
	line-height: 1.5rem;
}
.frame_box .frame_box_contents .title {
	width: 9rem;
	vertical-align: middle;
}
.frame_box .frame_box_contents .title.announce {
	color: #fff;
	background-color: #1f96cf;
	< !-- background-color: #e60012;
	-- >
}
.frame_box .frame_box_contents .title.campaign {
	color: #fff;
	background-color: #f8b62d;
}
.frame_box .frame_box_contents .date {
	width: 8rem;
}
.frame_box .frame_box_contents .title.status {
	color: #fff;
	background-color: #1f96cf;
	width: 5rem;
	text-align: center;
}
.frame_box .frame_box_contents .title.status_end {
	color: #fff;
	background-color: #808080;
	width: 5rem;
	text-align: center;
}
.frame_box .frame_box_contents .text {
	text-align: left;
}
.frame_box .frame_box_contents .link {
	text-align: right;
}
.frame_box .frame_box_contents .bana_police {
	width: 8rem;
	padding: 10px 0px;
}
.frame_box .frame_box_contents .text_police {
	text-align: left;
	vertical-align: middle;
}
.tab_base {
	width: 100%;
	text-align: center;
}
.tab_base .tab {
	display: inline-block;
	width: 13rem;
	height: 5rem;
	font-weight: 700;
	text-align: center;
	line-height: 5rem;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 20px;
}
.tab_base .digi_pack_basic {
	background-color: #5381c2;
}
.tab_base .digi_pack_big {
	background-color: #45b035;
}
.tab_base .option_channel {
	background-color: #e94954;
}
.tab_base .tab_line {
	width: 100%;
	height: 10px;
}
.tab_contents {
	padding: 50px 0;
}
.tab_contents div {
	font-size: 0;
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
}
.tab_contents div.item {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	padding: 0;
	margin: 0 1% 3%;
	position: relative;
}
.tab_contents div.item.new::before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../images/catv/program_option/new.png") no-repeat;
	background-size: 50px 50px;
	position: absolute;
	top: -20px;
	left: -20px;
}
.tab_contents div.item.row-1 {
	width: 18.6%;
	margin: 0 0.7% 2%;
}
.tab_contents div.item.row-2 {
	width: 38%;
	margin: 0 1% 2%;
}
.tab_contents div.item.row-3 {
	width: 58%;
	margin: 0 1% 2%;
}
.tab_contents div.item.row-4 {
	width: 78%;
	margin: 0 1% 2%;
}
.tab_contents div.item img {
	width: 100%;
	height: auto;
}
.tab_contents .option_caution {
	font-size: 90%;
}
.tab_contents .option_caution p {
	padding-left: 1em;
	text-indent: -1em;
}
.tab_contents .option_caution p.red {
	padding-left: 0;
	text-indent: 0;
	color: red;
}
.title_sandwich {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 3rem;
}
.stb {
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 38rem;
	border-right: 20px solid #ee7800;
	border-left: 20px solid #ee7800;
}
.title_sandwich::before, .title_sandwich::after {
	content: " ";
	width: 20px;
	height: 2rem;
	padding: 0 10px;
	margin: 0 20px;
}
.stb::before, .stb::after {
	display: none;
}
.title_sandwich.blue::before, .title_sandwich.blue::after {
	background-color: #2ea7e0;
}
.title_sandwich.pink::before, .title_sandwich.pink::after {
	background-color: #ec7aa1;
}
.title_sandwich.orange::before, .title_sandwich.orange::after {
	background-color: #ee7800;
}
.title_sandwich.blue2::before, .title_sandwich.blue2::after {
	background-color: #3071b9;
}
.title_sandwich.green::before, .title_sandwich.green::after {
	background-color: #9dc93a;
}
.title_sandwich.green2::before, .title_sandwich.green2::after {
	background-color: #13ae67;
}
.title_sandwich.purple::before, .title_sandwich.purple::after {
	background-color: #8b9ccf;
}
.button {
	font-size: 30px;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px 100px;
}
.button.orange {
	color: #fff;
	background-color: #ee7800;
}
.button4 {
	padding: 20px;
	font-size: 0;
	max-width: 960px;
	margin: 0 auto;
}
.button4.blue {
	background-color: #dff2fc;
}
.button4 > div > div {
	display: inline-block;
	width: calc(20% - 2vw);
	margin: 0 1vw;
	padding: 0;
	text-align: center;
}
.button4.service > div > div, .button4.others > div > div {
	display: inline-block;
	width: calc(25% - 2vw);
	margin: 0 1vw;
	padding: 0;
	text-align: center;
}
.button4 > div > div a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.button4 > div > div.banner_button a {}
.button4 .banner_button img {
	width: 100%;
	height: auto;
}
.button3 {
	padding: 20px 0;
}
.button3 div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
.button3 div div {
	display: inline-block;
	width: 33.3%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.button3 div div a {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
}
.button3 div div.banner_button a {
	padding-left: 5px;
	padding-right: 5px;
}
.button3 div div img {
	width: 100%;
	height: auto;
}
.button2 {
	padding: 20px 0;
}
.button2 div {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
.button2 div div {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.button2 div div a {
	display: inline-block;
	margin: 0;
	padding: 0 1%;
}
.button2 div div img {
	width: 100%;
	height: auto;
}
.button5 {
	text-align: center;
}
.button5 img {
	width: 600px;
	height: auto;
}
.button6 {
	text-align: center;
}
.button6 img {
	width: 277px;
	height: auto;
}
.image3 {
	padding: 20px 0;
}
.image3 > div {
	max-width: 1000px;
	text-align: center;
	font-size: 0;
	margin: 0 auto;
}
.image3 div div div img {
	width: calc(33% - 1.2vw);
	height: auto;
	margin: 0.6vw;
}
.image3 div.image3_narrow {
	margin: 0 auto;
}
.image3 div.image3_narrow div div img {
	width: 23vw;
	height: auto;
	padding: 1vw;
}
.image3 ul {
	text-align: left;
	padding: 0 30px;
}
.image3 ul li {
	margin: 0;
	padding: 0;
}
.image3 ul {
	margin-bottom: 1rem;
}
.slide4 {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.slide4.orange {
	margin-top: 44px;
	background-color: #fde8d0;
}
.slide4 .title {
	position: relative;
	width: 600px;
	margin: 0 auto;
}
.slide4 .title img {
	position: absolute;
	width: 600px;
	height: auto;
	top: -24px;
	left: 0;
}
.slide4 div.contents {
	padding: 50px 50px 20px;
}
.slide4 div table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.slide4 .slide_button {
	width: 42px;
}
.slide4 table tr td img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#hd_area {
	display: table;
	margin: 0 20%;
	border: 1px solid #000;
	border-collapse: separate;
	border-spacing: 20px;
}
#hd_area img {
	display: table-cell;
}
#hd_area div {
	display: table-cell;
	vertical-align: middle;
}
.normal_area {
	padding: 20px 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.normal_area .service {
	background: no-repeat url("../images/service_bg.png");
	background-size: cover;
	padding: 20px;
}
.normal_area .service .bold {
	font-weight: 700;
}
.normal_area .service .title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #ec7aa1;
}
.normal_area .service table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.normal_area .service table tr td table {
	table-layout: fixed;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 0.8rem;
}
.normal_area .service table tr td table .item_title {
	font-size: 1rem;
	position: relative;
	padding-left: 0.5rem;
	text-align: left;
}
.normal_area .service table tr td table .item_title::before {
	background: #ec7aa1;
	content: "";
	height: 1.1rem;
	width: .4rem;
	left: 0;
	position: absolute;
	top: 0;
}
.normal_area .service table tr td table tr td table {
	table-layout: auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
.normal_area .service table tr td table tr td table tr td {
	height: 1.3rem;
}
.normal_area .service .item1 {
	position: relative;
	padding-left: 0.8rem;
	text-align: left;
}
.normal_area .service .item1::before {
	background: #000;
	content: "";
	height: .7rem;
	width: .7rem;
	left: 0;
	position: absolute;
	top: 5px;
}
.normal_area .service .item2 {
	padding-left: 0.8rem;
	text-align: left;
}
.normal_area .service .item2::before {
	background: #000;
	content: "";
	display: inline-block;
	width: .7em;
	height: .7em;
	margin-right: .2em;
	transform: rotate(45deg);
}
.normal_area .service .item3 {
	padding-left: 0.8rem;
	text-align: left;
}
.normal_area .service .note {
	font-size: 0.8rem;
	line-height: 1rem;
	text-align: left;
}
.normal_area .one_image {
	width: 100%;
	max-width: 800px;
	height: auto;
	padding: 10px 0;
}
.normal_area .one_image.wide {
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding: 10px 0;
}
.normal_area .one_image.narrow {
	width: 70vw;
	max-width: 1000px;
	height: auto;
	padding: 10px;
}
.normal_area .one_image.narrower {
	width: 60vw;
	max-width: 600px;
	height: auto;
	padding: 10px;
}
.normal_area .one_image.logo {
	width: 50vw;
	max-width: 400px;
	height: auto;
	padding: 10px;
}
.normal_area .one_image.logo.ichihara {
	width: 200px;
}
.normal_area .two_images {
	width: 100%;
	max-width: 480px;
	height: auto;
	padding: 10px;
}
.normal_area .two_images.small {
	width: 30vw;
	height: auto;
	padding: 30px;
}
.normal_area .line_top {
	border-top: 1px solid #000;
}
.normal_area .red {
	color: red;
}
.normal_area table.column4, .normal_area table.column3, .normal_area table.column2 {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.normal_area table tr td {
	text-align: center;
}
.normal_area table tr td p {
	text-align: left;
}
.normal_area table tr td.title {
	font-size: 2rem;
	font-weight: 700;
}
.normal_area table tr td.title_small {
	font-size: 1.5rem;
	font-weight: 700;
}
.normal_area table tr td.price {
	font-size: 3rem;
	font-weight: 700;
	color: red;
}
.normal_area table tr td .price_image {
	width: 60%;
	height: auto;
}
.normal_area table.column3 tr td img {
	width: 100%;
	height: auto;
}
.normal_area table tr td p.blue2 {
	color: #3071b9;
}
.normal_area.arrow_only {
	padding: 0 50px;
}
.normal_area.arrow_only img {
	width: 5vw;
	height: auto;
}
.normal_area .bar_title {
	width: 70vw;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	background-color: #d3edfb;
	color: #2ea7e0;
	font-size: 1rem;
	height: 2rem;
	line-height: 2rem;
	font-weight: 700;
}
.full_area {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.full_area .one_image {
	width: 100%;
	height: auto;
}
.cableplus_title {
	margin-top: 50px;
	font-size: 3vw;
	font-weight: 700;
	color: #279a8f;
}
.hikari_de_talk_s_title {
	margin-top: 50px;
	font-size: 3vw;
	font-weight: 700;
	color: #2983b9;
}
.hikari_de_talk_s_sub_text {
	line-height: 2vw;
	font-size: 1.5vw;
	font-weight: 700;
}
.hikari_de_talk_s_sub_text .orange {
	color: #f7ab00;
}
.hikari_de_talk_f_sub_text {
	text-align: left;
	line-height: 2vw;
	font-size: 1.5vw;
	font-weight: 700;
	width: 70%;
	margin: 2em auto 0;
}
.hikari_de_talk_f_sub_sub_text {
	text-align: left;
	line-height: 2vw;
	font-size: 1.2vw;
	font-weight: normal;
	width: 70%;
	margin: 1em auto 0;
}
.hikari_de_talk_f_title {
	width: 70%;
	margin: 50px auto 0;
	font-size: 2vw;
	font-weight: 700;
	color: #2983b9;
	line-height: 1.4;
}
.service_area {
	table-style: fixed;
	width: 80vw;
	max-width: 1000px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px;
}
.service_area td {
	text-align: left;
}
.service_area div {
	line-height: 2rem;
	height: 2rem;
	background-color: #8b9ccf;
	border-radius: 8px;
	width: 4rem;
	font-weight: 700;
	color: #fff;
	margin: 5px 0;
}
.service_area div.toke {
	line-height: 2rem;
	height: 2rem;
	background-color: #00a29a;
	border-radius: 8px;
	width: 9rem;
	font-weight: 700;
	color: #fff;
	margin: 5px 0;
}
.service_area p {
	line-height: 1.5rem;
	height: 1.5rem;
}
.transferring_flow {
	width: 27rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	font-weight: 700;
	border: 2px solid #2ea7e0;
	color: #2ea7e0;
	padding: 0 6rem;
	border-radius: 10px;
	margin: 0 auto 2rem;
	;
}
.transferring_flow .number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
	border: 1px solid #2ea7e0;
	background-color: #2ea7e0;
	margin-right: 2rem;
}
.title_radius_box {
	height: 4rem;
	line-height: 4rem;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: 700;
}
.title_radius_box.blue {
	background-color: #2ea7e0;
	color: #fff;
}
.title_radius_box.orange {
	background-color: #ee7800;
	color: #fff;
}
.title_triangle_box {
	position: relative;
	height: 3rem;
	line-height: 3rem;
	width: 50vw;
	text-align: center;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 700;
}
.title_triangle_box.blue {
	background-color: #2ea7e0;
	color: #fff;
}
.title_triangle_box:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-top: 1.5rem solid #fff;
	border-left: 1.5rem solid transparent;
	border-bottom: 1.5rem solid #fff;
}
.title_triangle_box:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-top: 1.5rem solid #fff;
	border-right: 1.5rem solid transparent;
	border-bottom: 1.5rem solid #fff;
}
.title_triangle_box.back_yellow:before {
	border-top: 1.5rem solid #fff;
	border-bottom: 1.5rem solid #fffcdb;
}
.title_triangle_box.back_yellow:after {
	border-bottom: 1.5rem solid #fffcdb;
}
.title_triangle_left {
	position: relative;
	height: 3rem;
	line-height: 3rem;
	width: 20vw;
	text-align: center;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}
.title_triangle_left.blue {
	background-color: #2ea7e0;
	color: #fff;
}
.title_triangle_left:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-top: 1.5rem solid #fff;
	border-left: 1.5rem solid transparent;
	border-bottom: 1.5rem solid #dceffa;
}
table.input_form {
	width: 80vw;
	max-width: 1000px;
	margin: 0 auto;
}
table.input_form tr td.title {
	background-color: #dceffa;
	width: 15vw;
	font-size: 1rem;
	font-weight: 400;
	padding: 20px 0;
	vertical-align: middle;
}
table.input_form tr td.data {
	background-color: #efefef;
	font-size: 1rem;
	font-weight: 400;
	padding: 20px 50px;
	text-align: left;
}
table.input_form tr td.underline {
	border-bottom: 1px solid #ccc;
}
table.input_form tr td input[type="text"] {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 20px;
}
table.input_form tr td textarea {
	font-size: 1.5rem;
	font-weight: 400;
}
.input_form_button {
	display: inline-block;
	text-align: center;
	line-height: 2.5rem;
	height: 2.5rem;
	width: 11rem;
	border-radius: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 10px 10px 0;
}
table.web_filtering {
	width: 100%;
	table-layout: fixed;
}
table.web_filtering tr td div {
	height: 70px;
	line-height: 70px;
	background-color: #2ea7e0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
table.web_filtering tr td.separater {
	border-right: 1px solid #fff;
}
table.web_filtering_function {
	width: 80vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.web_filtering_function tr td.title {
	width: 30vw;
	background-color: #2ea7e0;
	color: #fff;
	border: 1px solid #2ea7e0;
	font-size: 1.2rem;
	line-height: 3rem;
	vertical-align: middle;
}
table.web_filtering_function tr td.data {
	width: 60vw;
	background-color: #fffcdb;
	border: 1px solid #2ea7e0;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
}
table.web_filtering_env {
	border-collapse: collapse;
	width: 80vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.web_filtering_env tr td.title {
	width: 15vw;
	background-color: #dceffa;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
}
table.web_filtering_env tr td.gray {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: left;
}
table.web_filtering_env tr th.title {
	background-color: #dceffa;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	padding: 10px 0;
}
table.web_filtering_env tr td.sub_header {
	background-color: #ed7987;
	color: #fff;
	border: 1px solid #ccc;
	padding: 10px 0;
	font-weight: 700;
}
table.web_filtering_env tr td.availability {
	border: 1px solid #ccc;
	width: 5.5vw;
	vertical-align: middle;
	text-align: center;
}
table.web_filtering_env tr td.note {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	padding: 10px 20px;
	font-size: 0.8rem;
}
table.web_filtering_faq {
	border-collapse: collapse;
	width: 80vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.web_filtering_faq tr th.title {
	background-color: #2ea7e0;
	color: #fff;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border-right: 1px solid #fff;
}
table.web_filtering_faq tr th.data {
	background-color: #2ea7e0;
	color: #fff;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
}
table.web_filtering_faq tr td.title {
	width: 2vw;
	background-color: #fffcdb;
	color: #2ea7e0;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border-right: 1px solid #2ea7e0;
}
table.web_filtering_faq tr td.data {
	background-color: #fffcdb;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
}
table.web_filtering_start {
	border-collapse: collapse;
	width: 80vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.web_filtering_start tr td.title_num {
	width: 4vw;
	height: 3rem;
	background-color: #2ea7e0;
	color: #fff;
	padding: 20px 10px 20px 0;
	vertical-align: middle;
	text-align: right;
	line-height: 3rem;
	font-size: 3rem;
}
table.web_filtering_start tr td.title {
	width: 20vw;
	background-color: #2ea7e0;
	color: #fff;
	padding: 20px 20px 20px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
}
table.web_filtering_start tr td.data a {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #2ea7e0;
	vertical-align: bottom;
}
table.web_filtering_start tr td.data {
	background-color: #fffcdb;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
}
table.securityz {
	width: 100%;
	table-layout: fixed;
}
table.securityz tr td div {
	height: 70px;
	line-height: 70px;
	background-color: #2ea7e0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
table.securityz tr td.separater {
	border-right: 1px solid #fff;
}
table.securityz_faq {
	border-collapse: collapse;
	width: 80vw;
	max-width: 1000px;
	margin: 2px auto;
}
table.securityz_faq tr th.title {
	background-color: #2ea7e0;
	color: #fff;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border-right: 1px solid #fff;
}
table.securityz_faq tr th.data {
	background-color: #2ea7e0;
	color: #fff;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
}
table.securityz_faq tr td.title {
	width: 2vw;
	background-color: #e6e6e6;
	color: #000;
	padding: 20px;
	vertical-align: top;
	text-align: center;
	font-size: 1rem;
	border-right: 1px solid #fff;
}
table.securityz_faq tr td.data {
	background-color: #e6e6e6;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 0.8rem;
}
table.change_cource {
	border-collapse: collapse;
	width: 90vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.change_cource tr th {
	background-color: #d3e6f7;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.change_cource tr td.data {
	background-color: #fff;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc;
	width: 10%;
}
table.change_cource tr td.gray {
	background-color: #efefef;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.change_cource tr td.original {
	font-weight: 700;
}
table.change_cource tr td.note {
	text-align: left;
}


table.new_headend {
	border-collapse: collapse;
	width: 90vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.new_headend th {
	background-color: #d3e6f7;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.new_headend tr{
	padding: 20px;
	background-color: #d3e6f7;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.new_headend td.data {
	padding: 10px;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.new_headend td.gray {
	padding: 20px;
	background-color: #d9d9d9;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.settings {
	width: 100%;
	table-layout: fixed;
}
table.settings tr td div {
	height: 70px;
	line-height: 70px;
	background-color: #2ea7e0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
table.settings tr td.separater {
	border-right: 1px solid #fff;
}
table.settings_tcpip {
	border-collapse: collapse;
	width: 70vw;
	max-width: 1000px;
	margin: 10px auto;
	table-layout: fixed;
}
table.settings_tcpip tr td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #888;
}
table.settings_tcpip tr td a {
	text-decoration: underline;
}
table.settings_www {
	border-collapse: collapse;
	width: 70vw;
	max-width: 1000px;
	margin: 10px auto;
	table-layout: fixed;
}
table.settings_www tr td {
	padding: 5px 50px;
	vertical-align: middle;
	/*text-align: left;*/
	font-size: 1rem;
	border: 1px solid #888;
}
table.settings_www tr td a {
	text-decoration: underline;
}
table.settings_www tr td.no_right_border {
	border-right: 1px solid #fff;
	;
}
table.settings_email {
	border-collapse: collapse;
	width: 70vw;
	max-width: 1000px;
	margin: 10px auto;
	table-layout: fixed;
}
table.settings_email tr td {
	padding: 5px 50px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
	border: 1px solid #888;
}
table.settings_email tr td.title {
	width: 30vw;
	font-weight: 400;
	font-size: 1rem;
}
table.settings_email tr td a {
	text-decoration: underline;
}
table.settings_qa {
	border-collapse: collapse;
	width: 90vw;
	max-width: 1000px;
	margin: 10px auto;
	/*table-layout: fixed;*/
}
table.settings_qa tr th {
	background-color: #d3e6f7;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border: 1px solid #ccc;
}
table.settings_qa tr td.data {
	background-color: #fffcdb;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.settings_qa tr td.gray {
	background-color: #efefef;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.application_flow {
	border-collapse: collapse;
	height: 5rem;
	width: 70vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.application_flow tr td.number {
	width: 5vw;
	text-align: right;
	vertical-align: middle;
	background-color: #036eb8;
}
table.application_flow tr td.number img {
	height: 3rem;
	width: auto;
}
table.application_flow tr td.number_title {
	width: 8rem;
	text-align: left;
	vertical-align: middle;
	padding: 0 1rem;
	background-color: #036eb8;
	color: #fff;
	font-weight: 700;
}
table.application_flow tr td.description {
	text-align: left;
	vertical-align: middle;
	padding: 0 5rem;
	background-color: #dff2fc;
}
table.application_flow tr td.description img {
	height: 2rem;
	width: auto;
}
table.mail_standard_service {
	border-collapse: collapse;
	width: 90vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.mail_standard_service tr td.title {
	width: 25vw;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px;
	background-color: #dceffa;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.mail_standard_service tr td.data {
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #ccc;
}
table.mail_virus_check {
	border-collapse: collapse;
	width: 90vw;
	max-width: 1000px;
	margin: 10px auto;
}
table.mail_virus_check thead tr th {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	background-color: #dceffa;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.mail_virus_check tbody tr td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	font-size: 1rem;
	border: 1px solid #ccc;
}
table.mail_virus_check tbody tr td.note {
	width: 17rem;
	text-align: left;
}
table.mail_sample_mail {
	width: 60vw;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 10px;
}
table.mail_sample_mail tr td.title {
	width: 14rem;
	background-color: #2ea7e0;
	color: #fff;
	font-size: 1rem;
}
table.mail_sample_mail tr td.description {
	color: #2ea7e0;
	text-align: left;
	padding: 0 20px;
}
table.mail_filtering {
	width: 80vw;
	max-width: 1000px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px;
}
table.mail_filtering tr td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #2ea7e0;
	background-color: #fffcdb;
	border: 1px solid #ccc;
}
table.mail_filtering tr td span.small {
	display: inline-block;
	color: #000;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.2rem;
}
table.mail_filtering tr td span.small.red {
	color: red;
}
table.mail_service_webmail {
	width: 60vw;
	margin: 0 auto;
}
table.mail_service_webmail tr td {
	text-align: left;
	padding-left: 0.5rem;
}
table.mail_service_webmail tr td div {
	position: relative;
}
table.mail_service_webmail tr td div::before {
	border-top: 5px dotted;
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 100%;
	z-index: -1;
}
table.mail_service_webmail tr td div span {
	background: #fff;
	display: inline-block;
	padding-right: 0.5rem;
}
table.settings_items_table {
	width: 50vw;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
table.settings_items_table.wide {
	width: 80vw;
	max-width: 1000px;
}
table.settings_items_table.full {
	width: 90vw;
	max-width: 1000px;
}
table.settings_items_table tr td {
	height: 3rem;
	line-height: 3rem;
	border: 1px solid #221815;
}
table.settings_items_table tr td:first-child {
	background-color: #dcdddd;
}
table.settings_items_table.w40 tr td:first-child {
	width: 40%;
}
table.settings_items_table.wide tr td:first-child {
	width: 80%;
}
table.settings_items_table tr td div {
	display: inline-block;
	width: 90%;
	line-height: 1rem;
	text-align: left;
	vertical-align: middle;
}
div.settings_qa {
	width: 90vw;
	max-width: 1000px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 3rem;
}
div.settings_qa.q {
	color: #2ea7e0;
}
div.settings_qa.q.line {
	border-left: 10px #2ea7e0 solid;
	padding-left: 20px;
	line-height: 1em;
	margin-bottom: 1em;
}

div.settings_qa.qq {
	margin-left: 40px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem;
}
div.settings_qa.qq ol {
	margin-left: 2rem;
}
div.settings_qa.qq ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -2rem;
}
div.settings_qa.qq ol li:before {
	display: marker;
	content: "("counter(cnt) ") ";
}
div.settings_qa.a {
	margin-left: 10px;
}
div.settings_qa.next {
	margin-left: 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem;
}
div.settings_qa img {
	vertical-align: middle;
	margin-right: 10px;
}
div.settings_qa.q img {
	height: 2rem;
	width: auto;
}
div.settings_qa.a img {
	height: 1.5rem;
	width: auto;
}
div.settings_qa.next img {
	height: 1.2rem;
	width: auto;
	vertical-align: baseline;
}
div.settings_qa.border {
	margin-top: 20px;
	border-top: 1px solid #888;
}
div.blue_box {
	display: inline-block;
	padding: 5px;
	background-color: #2ea7e0;
	color: #fff;
	font-weight: 700;
}
div.blue_box div {
	display: inline-block;
}
div.settings_notice_box {
	background-color: #fffcdb;
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #e5e6e3;
	border-radius: 10px;
}
.settings_title {
	width: auto;
	height: 50px;
}
.settings_subtitle {
	width: auto;
	height: 50px;
}
.settings_description {
	color: #3c98cc;
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 700;
}
.community_description_blue {
	color: #3c98cc;
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 700;
}
.community_description_black {
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 700;
}
.news_main_area {
	margin: 20px auto;
	width: 70vw;
	max-width: 1000px;
}
.news_main_area.list {
	background-color: #eaf1fa;
	padding: 50px;
	max-width: 900px;
}
.news_main_area img {
	width: 70vw;
	max-width: 1000px;
	height: auto;
}
.news_main_area table {}
.news_main_area tr {
	height: 3rem;
}
.news_main_area td.date {
	width: 9rem;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	line-height: 3rem;
}
.news_main_area td.text {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	border-left: 1px dashed #000;
	padding-left: 3rem;
	line-height: 3rem;
}
.header_title_text {
	color: #3c98cc;
	font-size: 2rem;
	line-height: 4rem;
	font-weight: 700;
}
.news_title {
	color: #3c98cc;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 700;
}
div.catv_fee_table_title {
	width: 90vw;
	max-width: 1000px;
	text-align: left;
	color: #ee7800;
	font-weight: 700;
}
table.catv_fee_table {
	width: 90vw;
	max-width: 1000px;
	border-collapse: collapse;
}
table.catv_fee_table tr th {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #ee7800;
	color: #fff;
}
table.catv_fee_table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #ccc;
}
table.catv_fee_table tr td:nth-child(1) {
	text-align: left;
	background-color: #efefef;
	width: 45%;
}
table.catv_fee_table.option tr td:nth-child(1) {
	text-align: center;
	width: auto;
}
table.catv_fee_table.option tr td:nth-child(1) {
	background-color: #efefef;
	width: 27%;
}
table.catv_fee_table.option tr td:nth-child(2) {
	width: 46%;
	text-align: left;
	padding-left: 10%;
}
table.catv_fee_table.option tr td:nth-child(3) {
	width: 27%;
}
table.catv_fee_table tr td.bold {
	font-weight: 700;
}
table.catv_fee_table tr td.red {
	color: red;
	font-weight: 700;
}
div.community_list_table_title {
	width: 90vw;
	max-width: 1000px;
	text-align: left;
	font-weight: 700;
}
table.community_list_table {
	width: 90vw;
	max-width: 1000px;
	border-collapse: collapse;
}
table.community_list_table tr th {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #fff;
	background-color: #3c98cc;
	color: #fff;
}
table.community_list_table tr td {
	text-align: center;
	background-color: #dcdddd;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #fff;
}
table.community_list_table tr td:nth-child(2) {
	text-align: left;
}
table.community_list_table.option tr td:nth-child(3) {
	text-align: left;
}
table.community_shine_table {
	width: 80vw;
	max-width: 1000px;
	border-collapse: collapse;
	margin: 0 auto;
}
table.community_shine_table tr td {
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #000;
}
table.community_shine_table tr td.blue {
	color: #3c98cc;
	font-weight: 700;
}
table.community_topic_table {
	width: 80vw;
	max-width: 1000px;
	border-collapse: collapse;
	margin: 0 auto;
}
table.community_topic_table tr td {
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #000;
}
table.community_topic_table tr td.blue {
	color: #3c98cc;
	font-weight: 700;
}
.support_menu_3, .support_option_3 {
	width: 33.3%;
}
.support_menu_3 img, .support_option_3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.support_menu_3 .description {
	display: inline-block;
	padding: 2vw;
	height: 32rem;
	background-color: #fff;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	text-align: left;
}
.support_option_3 .description {
	display: inline-block;
	width: 100%;
	height: 24rem;
	background-color: #fcf7cc;
	border: 1px solid #036eb8;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	text-align: left;
}
.support_menu_3 .description .header {
	height: 5rem;
}
.support_menu_3 .description .title {
	margin-top: 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
}
.support_option_3 .description .title {
	margin-bottom: 1rem;
	margin-top: 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	text-indent: -1rem;
	margin-left: 2rem;
}
.support_option_3 .description .title:before {
	content: '●';
	color: #0086c9;
}
.support_menu_3 .description .title.orange a {
	color: #ee7800;
}
.support_menu_3 .description .title.pink a {
	color: #ec7aa1;
}
.support_menu_3 .description .title.blue a {
	color: #0086c9;
}
.support_option_3 .description .title .blue {
	color: #0086c9;
}
.support_option_3 .description .title .normal {
	font-size: 1rem;
	font-weight: 400;
}
.support_menu_3 .description .text {
	margin-left: 1rem;
}
.support_menu_3 {
	width: 33.3%;
}
.support_menu_3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#footer_link {
	width: 100%;
	padding: 50px 0;
	background-color: #dff2fc;
	background: right bottom no-repeat url("../images/i_icon.png"), #dff2fc;
}
#footer_link table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#footer_link table tr td {
	width: 33.33%;
}
#footer_link table tr td:first-child {
	width: 36.33%;
}
#footer_link table tr td:nth-child(2) {
	width: 30.33%;
}
#footer_link ul {
	margin-bottom: 1rem;
}
#footer_link ul li {
	margin: 0;
	padding: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6rem;
}
#footer_link ul li:before {
	content: "▶";
}
#footer_link ul li ul {
	margin-bottom: 0;
}
#footer_link ul li ul li {
	font-size: 0.8rem;
}
#footer_link ul li ul li:before {
	content: "";
}
#footer_link ul li ul li ul li:before {
	content: "";
}
#page_footer {
	padding: 30px 0;
	height: 80px;
	background-color: #136fb7;
	max-width: 1000px;
	margin: 0 auto;
}
#page_footer #footer_logo_img {
	margin-top: 15px;
	height: 50px;
	width: auto;
}
#page_footer #footer_right_table {
	border-collapse: separate;
	border-spacing: 20px 0;
}
#page_footer #footer_right_table tr td {
	vertical-align: middle;
}
#page_footer #footer_right_table div {
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	margin: 0;
	line-height: 1.5rem;
}
#page_footer #footer_right_table img {
	height: 60px;
	width: auto;
	vertical-align: middle;
}
/*画像横幅調整用*/
#top_slide_area img.adjust, #top_slide_area #top_slide_image.adjust {
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
dl.contact {
	line-height: 1.4em;
	text-align: center;
}
.mgn_b3em {
	margin-bottom: 3em;
	text-align: center;
}
.hline1 {
	font-size: 123.1%;
	font-weight: bold;
	line-height: 120%;
	color: #0086d1;
	margin: 2em 0 1em;
}
.tel {
	font-weight: bold;
	color: #111987;
	letter-spacing: -1px;
	padding: 4px 0 0 0;
}
.tel img {
	width: 39px !important;
	height: auto;
	margin-right: 0.5em;
}
.tel span {
	font-size: 153.9%;
	color: #111987;
	letter-spacing: 0;
}
.mgn_b1em {
	margin-bottom: 1em;
}
.tel_supo {
	font-size: 153.9%;
	font-weight: bold;
	color: #111987;
}
.biz_time {
	margin: 0.5em auto 0;
}
.biz_time td {
	text-align: left !important;
	padding: 2px 5px;
}
.biz_time td span {
	font-size: 12px;
}
/*responsive*/
.sp_tel {
	display: none;
}
#trigger-gnav {
	display: none;
}
.frame_box .bar_pc {
	display: inline;
	width: 100%;
}
.frame_box .bar_sp {
	display: none;
}
.table_wrapper_text {
	display: none;
}
.sp_only {
	display: none;
}
/*pcps*/
.pcps h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #036eb8;
	margin-bottom: 1.5em;
}
.pcps h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.pcps h3 {
	padding: .7em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #036eb8;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin: 2em 0 1.5em;
}
.pcps_btn {
	text-align: center;
	margin-top: 1em;
}
.pcps_btn a {
	display: block;
	position: relative;
	width: 180px;
	margin: 0 auto;
	text-align: center;
	background-image: linear-gradient(#ffffff 0%, #f0f0f0 100%);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
	border: 1px solid #036eb8;
	color: #036eb8;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 4px;
}
.pcps_btn a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	content: "▶︎";
	font-size: 12px;
}
.pcps_btn a:hover {
	box-shadow: none;
}


/*j-safe*/
.j-safe h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #036eb8;
	margin-bottom: 1.5em;
}
.j-safe h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.j-safe h3 {
	padding: .7em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #036eb8;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin: 2em 0 1.5em;
}
.j-safe_btn {
	text-align: center;
	margin-top: 1em;
}
.j-safe_btn a {
	display: block;
	position: relative;
	width: 180px;
	margin: 0px 18px auto;
	margin-bottom: 2em;
	text-align: center;
	background-image: linear-gradient(#ffffff 0%, #f0f0f0 100%);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
	border: 1px solid #036eb8;
	color: #036eb8;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 4px;
}
.j-safe_btn a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	content: "▶︎";
	font-size: 12px;
}
.j-safe_btn a:hover {
	box-shadow: none;
}


p.acrobat {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.2em;
}
p.acrobat a:first-child {
	float: left;
	margin-right: 10px;
}
p.acrobat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.row {
	display: flex;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.install .pcps_btn a::after {
	top: 23px;
}
.left-column {
	width: 50%;
}
.right-column {
	width: 50%;
}
#anzen h2 {
	color: #3c98cc;
	font-size: 2rem;
	line-height: 4rem;
	font-weight: 700;
	text-align: center;
}
#anzen h3 {
	font-size: 20px;
	color: #0086d1;
	margin: 1em 0;
}
#anzen dl {
	margin: 1em 0;
}
#anzen dd {
	margin-left: 1em;
}
#anzen .blue {
	color: #0086d1;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1em;
}
/*過去のお知らせ*/
.back_list {
	text-align: center;
	margin-top: 4em;
}
.back_list a {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #2fa8e1;
	padding: 10px;
}
.back_list a:hover {
	opacity: 0.7;
}
.past_news_main_area {
	margin: 20px auto;
	width: 90%;
	max-width: 1000px;
}
.past_news_main_area table tr, .past_news_main_area table td {
	vertical-align: middle;
}
.past_news_main_area table td {
	padding: 5px;
}
.past_news_main_area p {
	margin-bottom: 1em;
}
.past_news_main_area table.border {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.past_news_main_area table.border td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.topic_title {
	font-size: 123.1%;
	line-height: 150%;
	text-align: center;
	color: #0086d1;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	background: #d2edfc;
	display: block;
	width: calc(100% - 24px);
	margin-left: 0;
	padding: 8px 12px;
}
.topic_box {
	width: calc(100% - 48px);
	border: 1px solid #e0e0e0;
	line-height: 180%;
	margin: 0 0 2em 0;
	padding: 24px;
}
.list01 dt {
	padding-left: 45em;
}
/*-----------------------------------------------
 __メンテナンス・障害情報
-----------------------------------------------*/
#support-emerge a {
	text-decoration: underline;
	color: #006EAE;
}
#support-emerge a:hover {
	text-decoration: none;
	color: #0086d1;
}
#support-emerge .Bigtitle {
	background: url("../img/support/emerge/title.gif") no-repeat 0 0;
}
#support-emerge .sub01 {
	background: url("../img/support/emerge/headline01.gif") no-repeat 0 0;
}
#support-emerge .sub02 {
	background: url("../img/support/emerge/headline02.gif") no-repeat 0 0;
}
#support-emerge .sub03 {
	background: url("../img/support/emerge/headline03.gif") no-repeat 0 0;
}
#support-emerge .sub04 {
	background: url("../img/support/emerge/headline04.gif") no-repeat 0 0;
}
#support-emerge .year {
	font-weight: bold;
	color: #222;
	border-bottom: 1px solid #aaa;
	display: block;
	width: 100%;
	padding-bottom: 4px;
}
#support-emerge .guide {
	font-weight: bold;
	color: #222;
	margin-bottom: 3em;
}
#support-emerge .guide a {
	text-decoration: underline;
	color: #333;
}
#support-emerge .guide a:hover {
	text-decoration: none;
	color: #0086d1;
}
#support-emerge ul {
	margin: 0 0 3em 1em;
	padding-left: 1.5em;
}
#support-emerge li {
	list-style-type: disc;
	line-height: 125%;
	color: #0086d1;
	margin: 0 0 0.6em 0;
}
#support-emerge .data {
	border-bottom: 1px solid #dedede;
	width: 90%;
	margin: 0 auto 2em;
}
#support-emerge .data td {
	line-height: 130%;
	padding: 8px 1em;
}
#support-emerge .data pre {
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#support-emerge .data h4 {
	text-align: left;
	margin-bottom: -0.7em;
}
#support-emerge .data p {
	margin-bottom: -1em;
}
#support-emerge .data .item1 {
	font-weight: bold;
	background-color: #e0e0e0;
	padding: 8px 10px;
}
#support-emerge .data .item2 {
	text-align: right;
	background-color: #e0e0e0;
	width: 20%;
}
#support-emerge .data .item3 {
	text-align: right;
	width: 100%;
}
#support-emerge pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}
/*トップページボトムバナー 20200918更新*/
.bottom_banner .bxslider4 {
	max-width: 980px;
	margin: 0 auto;
}
.bottom_banner .bxslider4 div {
	display: inline-block;
	margin-right: 16px;
	width: 230px;
	line-height: 0;
}
.bottom_banner .bxslider4 div:last-child {
	margin-right: 0;
}
.bottom_banner .bxslider4 div img {
	width: 100%;
	height: auto;
}
.bana_police {
	padding: 10px 0 5px 2em;
	height: 50px;
}
.bana_police h2 {
	display: block;
	float: left;
	width: 120px;
	height: 40px;
}
.bana_police h2 a {
	display: block;
	width: 120px;
	height: 40px;
	background: url("../images/carousel/bana_police.gif") 0 0;
	text-indent: -9999px;
}
.bana_police p {
	display: inline-block;
	float: left;
	line-height: 120%;
	font-size: 12px;
	margin: 0.5em 0 0 0.5em;
	text-align: left;
}
.bana_police:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*扉ページここから*/
section.tobira {
	padding: 40px 0 0;
	text-align: center;
}
section.tobira p.lead {
	margin-bottom: 40px;
}
section.tobira .sentaku {
	width: 90%;
	max-width: 790px;
	border: 6px solid #036eb7;
	border-radius: 30px;
	padding: 30px 0;
	margin: 0 auto;
}
section.tobira .sentaku h2 {
	font-size: 32px;
	line-height: 1.4em;
}
section.tobira .arrow {
	margin-bottom: 40px;
}
section.tobira .arrow img {
	width: 170px;
	height: auto;
}
section.tobira .icntv img {
	width: 264px;
	height: auto;
}
section.tobira .icntv {
	margin: 0 0 30px 15px;
}
section.tobira .support {
	font-family: 'Istok Web', sans-serif;
	font-size: 40px;
	color: #036eb7;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
section.tobira ul.link {
	display: flex;
	width: 100%;
	max-width: 950px;
	justify-content: space-between;
	margin: 0 auto 100px;
}
section.tobira ul.link li {
	width: 444px;
	background-color: #fffbd6;
	padding: 1px;
	border-radius: 10px;
}
section.tobira ul.link li a {
	display: block;
	border: 1px dashed #d5ba3a;
	color: #036eb7;
	text-align: center;
	border-radius: 10px;
	padding: 50px 0;
	font-size: 24px;
	line-height: 1.8em;
	cursor: pointer;
}
section.tobira ul.link li:hover {
	background-color: #fffabd;
}
section.tobira ul.link li a span {
	display: block;
	font-size: 42px;
}
.tobira_footer {
	text-align: center;
	line-height: 0;
}
.tobira_footer img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}
#page_footer.tobira {
	background-color: #fff;
}
#page_footer.tobira #footer_right_table div {
	color: #036eb7;
}
/*扉ページここまで*/
/*分岐用シール*/
body {
	position: relative;
}
a#footer_seal {
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 10000;
}
a#footer_seal img {
	width: 150px;
	height: auto;
	opacity: 0.7;
}
a#footer_seal:hover img {
	opacity: 1;
}
/*分岐用シールここまで*/
/*各種設定*/
.yougo dl {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 2em;
}
.yougo dl dt {
	margin-bottom: 1em;
	font-weight: bold;
}
.yougo dl dd {
	margin-left: 1em;
	line-height: 1.8em;
}
div.kome {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
	line-height: 1.6em;
}
div.kome::before {
	content: "※";
}
.caution section {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 2em;
	border: 1px solid #ababab;
	border-radius: 20px;
}
.caution section h3 {
	background-color: #ababab;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 22px;
	border-radius: 20px 20px 0 0;
}
.caution section .row {
	display: flex;
	max-width: 94%;
	justify-content: space-between;
	padding: 2em 0;
}
.caution section .row .row-photo {
	width: 30%;
	text-align: center;
}
.caution section .row .row-photo img {
	width: 100%;
	height: auto;
}
.caution section .row .row-text {
	width: 65%;
}
.caution section .row .row-text p {
	margin-bottom: 1em;
}
.caution section:nth-child(2) {
	margin-bottom: 0;
}
.caution section:nth-child(2) .row .row-photo img {
	width: 150px;
	height: auto;
}
.caution .add {
	text-align: right;
	font-size: 90%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.oyomi {
	width: 100%;
	max-width: 900px;
	margin: 2em auto 0;
	display: flex;
	justify-content: space-between;
}
.oyomi-icon {
	width: 100px;
}
.oyomi-icon img {
	width: 100%;
	height: auto;
}
.oyomi-text {
	width: calc(100% - 120px);
}
.oyomi-text h3 {
	color: #df610f;
	font-size: 18px;
	margin-bottom: 10px;
}
.oyomi-text p {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1em;
	font-size: 90%;
}
.oyomi-text p::before {
	content: "●";
}
.normal_area .contact {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0;
}
.normal_area .contact p {
	font-size: 90%;
	margin-bottom: 5px;
}
.normal_area .contact img {
	width: 100%;
	height: auto;
}
.normal_area .blackout {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0;
}
.normal_area .blackout .img {
	margin-bottom: 20px;
}
.normal_area .blackout .img img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.normal_area .blackout .caution {
	border: 1px solid #231815;
	border-radius: 20px;
	background: url("../images/settings/other_blackout/caution.png") no-repeat 20px 10px;
	background-size: 80px auto;
	padding: 20px 10px 20px 120px;
	margin-bottom: 20px;
}
.normal_area .blackout .caution h3 {
	color: #d71718;
	font-size: 24px;
	line-height: 1.3em;
}
.normal_area .blackout .caution p {
	margin-top: 10px;
}
.normal_area .blackout .arrow {
	text-align: center;
	background: url("../images/settings/other_blackout/arrow.png") center center no-repeat;
	background-size: 100px auto;
	font-size: 20px;
	padding: 30px 0;
}
.normal_area .blackout .shikaku {
	text-align: center;
	margin-bottom: 20px;
}
.normal_area .blackout .shikaku ul {
	text-align: left;
	display: inline-block;
}
.normal_area .blackout .shikaku ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.normal_area .blackout .shikaku ul li::before {
	content: "■";
}
table.settings_www tr td.fuka {
	text-align: left;
}
.normal_area div.hikari_s {
	width: 100%;
	max-width: 810px;
	margin: 0 auto 0;
	color: red;
}
.normal_area .settings_hikari_s {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0;
}
.normal_area .settings_hikari_s .img {
	margin-bottom: 20px;
}
.normal_area .settings_hikari_s .img img {
	width: 100%;
	height: auto;
}
.normal_area .settings_hikari_s .caution {
	border: 3px solid #df610f;
	border-radius: 20px;
	background: url("../images/settings/other_blackout/caution.png") no-repeat 20px 10px;
	background-size: 80px auto;
	padding: 20px 10px 20px 120px;
	margin-bottom: 20px;
}
.normal_area .settings_hikari_s .caution h3 {
	color: #df610f;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.normal_area .settings_hikari_s .caution p {
	padding-left: 1em;
	text-indent: -1em;
}
.normal_area .settings_hikari_s .caution p::before {
	content: "●";
}
.normal_area .settings_hikari_s .caution p:nth-child(4) {
	color: #df610f;
}
.normal_area .settings_hikari_s_kihon {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 0;
}
.settings_hikari_s_kihon dl {
	display: table;
	width: 100%;
	margin-bottom: 2em;
}
.settings_hikari_s_kihon dt {
	display: table-cell;
	background-color: #d1abbd;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	width: 22%;
	vertical-align: middle;
	padding: 1em 0;
}
.settings_hikari_s_kihon dl:nth-child(even) dt {
	background-color: #b6cbd7;
}
.settings_hikari_s_kihon dd {
	display: table-cell;
	width: 78%;
	font-size: 90%;
	padding-left: 1em;
	vertical-align: middle;
}
.normal_area .settings_hikari_s_kokusai {
	width: 100%;
	max-width: 900px;
	margin: 50px auto 0;
}
.normal_area .settings_hikari_s_kokusai.fuka_pack {
	margin: 0 auto 0;
}
.normal_area .settings_hikari_s_kokusai.fuka {
	margin: 0 auto 0;
}
.normal_area .settings_hikari_s_kokusai.fuka h2 {
	width: calc(100% - 20px);
	background-color: #619eb9;
	color: #fff;
	font-size: 22px;
	line-height: 43px;
	padding-left: 20px;
}
.normal_area .settings_hikari_s_kokusai.fuka h2 img {
	width: 50%;
	height: auto;
	float: right;
	border-left: 4px solid #fff;
}
.normal_area .settings_hikari_s_kokusai.fuka h2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.normal_area .settings_hikari_s_kokusai.fuka.chui h2 {
	padding: 5px 5px 5px 10px;
	background-color: #e284ac;
	width: 100%;
	font-size: 18px;
	line-height: 1.2em;
	border-radius: 20px;
	margin-top: 1em;
	margin-bottom: 10px;
}
.normal_area .settings_hikari_s_kokusai.fuka.chui h2:first-child {
	margin-top: 0;
}
.fuka_title_shita {
	text-align: right;
	font-size: 80%;
	margin-bottom: 10px;
}
.settings_hikari_s_kokusai .title img {
	width: 100%;
	height: auto;
}
.settings_hikari_s_kokusai dl {
	display: table;
	width: 100%;
	margin-top: 2em;
}
.settings_hikari_s_kokusai dt {
	display: table-cell;
	width: 24%;
	vertical-align: top;
}
.settings_hikari_s_kokusai .white dt {
	width: 30%;
}
.settings_hikari_s_kokusai dt span {
	display: block;
	background-color: #ababab;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 1em 0;
	border-radius: 20px;
}
.settings_hikari_s_kokusai.fuka_pack dt span {
	background-color: #b6cbd7;
}
.settings_hikari_s_kokusai .white dt span {
	font-size: 17px;
	background-color: #fff;
	border: 2px solid #ababab;
	color: #231815;
}
.settings_hikari_s_kokusai .blue dt span {
	background-color: #fff;
	border: 2px solid #619eb9;
	color: #619eb9;
	border-radius: 0;
}
.settings_hikari_s_kokusai .blue.mb {
	margin-bottom: 20px;
}
.settings_hikari_s_kokusai dd {
	display: table-cell;
	width: 76%;
	font-size: 90%;
	padding-left: 1em;
	vertical-align: middle;
}
.settings_hikari_s_kokusai .white dd {
	width: 70%;
}
.settings_hikari_s_kokusai dd .bangou {
	font-weight: bold;
	font-size: 22px;
}
.settings_hikari_s_kokusai dd .bangou span {
	font-weight: normal;
	font-size: 13px;
	;
}
.settings_hikari_s_kokusai dd .caution {
	border: 3px solid #df610f;
	border-radius: 20px;
	background: url("../images/settings/other_blackout/caution.png") no-repeat 20px 10px;
	background-size: 50px auto;
	padding: 10px 20px 10px 80px;
	margin-top: 10px;
}
.settings_hikari_s_kokusai dd .table img {
	width: 100%;
	height: auto;
}
.settings_hikari_s_kokusai dd p.kuromaru {
	padding-left: 1em;
	text-indent: -1em;
}
.settings_hikari_s_kokusai dd p.kuromaru::before {
	content: "●";
}
.settings_hikari_s_kokusai dd p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.settings_hikari_s_kokusai dd p img.right {
	width: 70px;
	height: auto;
	float: right;
	margin-left: 10px;
}
.settings_hikari_s_kokusai.fuka_pack .add_text {
	color: #d31577;
	font-size: 80%;
}
.settings_hikari_s_kokusai.fuka_pack .table {
	margin-top: 2em;
}
.settings_hikari_s_kokusai.fuka_pack .table img {
	width: 100%;
	height: auto;
}
.settings_hikari_s_kokusai.fuka .table img {
	width: 100%;
	height: auto;
}
.settings_hikari_s_kokusai.fuka_pack ul.kome li {
	font-size: 80%;
	padding-left: 1em;
	text-indent: -1em;
}
.settings_hikari_s_kokusai.fuka_pack ul.kome li::before {
	content: "※";
}
.settings_hikari_s_kihon .table {
	margin: 1em 0 0;
}
.settings_hikari_s_kihon .table img {
	width: 100%;
	height: auto;
}
.settings_hikari_s_kihon p.small {
	font-size: 90%;
}
.settings_hikari_s_kihon p.small2 {
	margin-top: 1em;
	font-size: 70%;
	line-height: 1.3em;
}
.fuka_row {
	display: flex;
	justify-content: space-between;
}
.fuka_left, .fuka_right {
	width: 49%;
}
.fuka_right img {
	width: 100%;
	height: auto;
}
.settings_hikari_s_kokusai.fuka p.small {
	font-size: 90%;
	margin-top: 1em;
}
ol.kome {
	counter-reset: number;
	list-style: none;
	font-size: 80%;
}
ol.kome li {
	padding-left: 2em;
	text-indent: -2em;
}
ol.kome li:before {
	counter-increment: number;
	content: "※"counter(number)" ";
}
.normal_area .fuka_white .caution {
	border: 3px solid #df610f;
	border-radius: 20px;
	background: url("../images/settings/other_blackout/caution.png") no-repeat 20px 20px;
	background-size: 50px auto;
	padding: 20px 10px 20px 90px;
	margin-bottom: 20px;
}
.normal_area .fuka_white .caution p, .normal_area .fuka_white .caution ul li {
	font-size: 80%;
}
.normal_area .fuka_white .caution ul {
	margin-left: 1em;
}
.normal_area .fuka_white .caution ul li {
	list-style: disc;
	margin-left: 1em;
}
.normal_area .fuka_white .caution p.kome {
	color: #d71718;
	padding-left: 1em;
	text-indent: -1em;
}
.normal_area .fuka_white .caution p.kome::before {
	content: "※";
}
.white_small {
	font-size: 80%;
	margin-top: -20px;
}
.normal_area table.fuka_chui {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.normal_area table.fuka_chui tr th, .normal_area table.fuka_chui tr td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px 10px;
}
.normal_area table.fuka_chui tr th {
	vertical-align: middle;
	font-size: 110%;
}
.normal_area table.fuka_chui tr td {
	text-align: left;
	font-weight: normal;
	font-size: 90%;
}
.normal_area table.fuka_chui tr td span.pink {
	color: #e284ac;
	font-size: 110%;
	font-weight: bold;
}
.normal_area table.fuka_chui tr td span.blue {
	color: #619eb9;
	font-weight: bold;
}
.normal_area .settings_hikari_s_kokusai.fuka.chui p.kuromaru {
	padding-left: 1em;
	text-indent: -1em;
}
.normal_area .settings_hikari_s_kokusai.fuka.chui p.kuromaru::before {
	content: "●";
}
.normal_area .settings_hikari_s_kokusai.fuka.chui p.mb {
	margin-bottom: 1em;
}
.normal_area .settings_hikari_s_kokusai.fuka.chui p.mt {
	margin-top: 1em;
}
.settings_hikari_s_kihon.mail_ssl {
	text-align: center;
}
.settings_hikari_s_kihon.mail_ssl table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
	max-width: 400px;
	margin: 2em auto;
}
.settings_hikari_s_kihon.mail_ssl table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	padding: 10px;
}
.gochui {
	width: 50vw;
	margin: 0 auto;
	font-size: 12px;
}
.equipment_lamp h2 {
	color: #3c98cc;
	font-size: 1.5rem;
	margin-bottom: 1.5em;
	border-left: 10px #3c98cc solid;
	padding-left: 20px;
}
.equipment_lamp h4 {
	color: #3c98cc;
	font-size: 1.4rem;
	margin-top: 2em;
	margin-bottom: 1em;
	border-left: 10px #3c98cc solid;
	padding-left: 20px;
}
.equipment_lamp table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.equipment_lamp table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 20%;
	padding: 10px 0;
}
.setup_detail strong {
	color: #3c98cc;
}
/*20201112*/
h5.reset_title {
position: relative;
line-height: 1.3;
margin: 1em 0 .5em;
padding-left: 16px;
font-weight: bold;
color: #0e6eb8;
}
/*h5.reset_title:before {
content: '';
display: block;
position: absolute;
top: 3%;
left: 0;
width: 7px;
height: 90%;
border-radius: 3px;
margin-left: 0;
background-color: #0e6eb8;
}*/
ol.reset {
counter-reset: number;
list-style: none;
margin: 0;
padding: 0;
}
ol.reset li {
margin: 1.5rem 1.2rem;
position: relative;
padding-left: 1.4em;
}
ol.reset li:before {
counter-increment: number;
content: counter(number);
position: absolute;
top: 0;
left: 0;
color: #0e6eb8;
font-size: 1rem;
font-family: "lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
font-weight: bold;
}
ol.reset li img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.setup_detail_img {
	margin-top: 10px;
}
.setup_detail_img img {
	width: 90%;
	max-width: 600px;
	height: auto;
}
.normal_area.caution_box .caution {
	border: 3px solid #df610f;
	border-radius: 20px;
	background: url("../images/settings/other_blackout/caution.png") no-repeat 20px 10px;
	background-size: 50px auto;
	padding: 10px 20px 10px 80px;
	margin-top: 10px;
}
.apple img {
	height: 20px;
	width: auto;
}
/*各種設定ここまで*/
/*エリアバナーここから*/
.area_banner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.area_banner_box {
	padding: 15px 30px;
	width: calc(100% - 60px);
	background-color: #71badc;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}
.area_banner_left {
	width: 49%;
}
.area_banner_left .area_banner_text {
	margin-bottom: 5px;
}
.area_banner_left .area_banner_area img {
	width: 54%;
}
.area_banner_right {
	width: 44%;
}
/*エリアバナーここまで*/
/*エリアポップアップここから*/
#modal-bg {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
}
#modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	width: 400px;
	height: 600px;
	transform: translate(-50%, -50%);
	padding: 30px;
	background: #ffffff;
}
.modal-ichihara {
	width: 100%;
}
.modal-logo {
	text-align: center;
  margin-top: 60px;
}
.modal-logo img {
	max-width: 90%;
}
/*エリアポップアップここまで*/
/*トラブルシューティング追加ここから*/
ul.pagelink {
	text-align: center;
}
ul.pagelink li  {
	display: inline-block;
	margin: 0 10px;
}
div.settings {
	display: flex;
}
div.settings > div {
	width: 25%;
	background-color: #2ea7e0;
}
div.settings > div.separater {
	border-right: 1px solid #fff;
}
div.settings > div div {
	text-align: center;
	height: 70px;
	line-height: 70px;
	
	color: #fff;
}
.settings .separater.drop {
	position: relative;
}
.settings .separater.drop ul {
	position: absolute;
	z-index: 1000;
	top: 70px; left: 0;
	display: none;
}
.settings .separater.drop:hover ul {
	display: block;
}
.settings .separater.drop ul li {
	
}
.settings .separater.drop ul li a {
	display: block;
	width: calc(100% - 10px);
	background-color: #2ea7e0;
	border-top: 1px solid #fff;
	padding: 10px;
	color: #fff;
	font-size: 13px;
}
.settings .separater.drop ul li a:hover {
	background-color: #2292dd;
}
/*トラブルシューティング追加ここまで*/
/*securityz追加*/
h2.secz_logo {
  text-align: center;
  margin-top: 20px;
}
h2.secz_logo img {
  width: 60%;
  max-width: 430px;
  height: auto;
}
/*securityz追加ここまで*/