@charset "utf-8";

/* index ------------------------------------------------- */

.mainimage img { width: 100%; }

.slick-slide img { /* 画像下の隙間削除 */
	vertical-align: bottom;
	display: inline!important;
}
.front h2 {
	border-left: 7px solid #ea5420;
	font-family: "新ゴ M";
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding: 5px 15px;
	display: inline-block;
}
.indexNewsHeader p, .indexPlanHeader p, .indexSupportHeader p {
	margin-bottom: 0!important;
	padding: 15px 0;
	font-size: 3.0rem;
	text-align: center;
}
.indexNewsHeader a {
	border: 1px solid #666;
	margin-left: 10px;
	padding: 5px 10px;
	text-decoration: none;
	color: #000;
	font-size: 1.3rem;
}
.indexNewsHeader a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	top: 1px;
    margin-left: 5px;
	position: relative;
}
.indexNewsHeader a.moreLink {
}
.indexNewsHeader a.chLink {
}
a:hover.moreLink {
	background: #ea5420;
	border-color: #ea5420;
	color: #fff;
}
a:hover.chLink {
	background: #0158b1;
	border-color: #0158b1;
	color: #fff;
}
@media only screen and (max-width:768px) {
	.indexNews, .indexPlan {
		margin-bottom: 30px;
	}
	.front h2 {
		display: block;
	}
	.indexNewsHeader p, .indexPlanHeader p, .indexSupportHeader p {
		font-size: 1.8rem;
	}
	.indexNews .float3col2 {
		margin-bottom: 0!important;
	}
	a.moreLink, a.chLink {
		width: 100%;
		border: 1px solid #666;
		padding: 10px 10px;
		text-decoration: none;
		color: #000;
		font-size: 1.4rem;
		text-align: center;
	}
	a.moreLink::after, a.chLink::after {
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight: 900;
		top: 1px;
		float: right;
		position: relative;
	}
	a.moreLink {
		margin-bottom: 5px;
		float: left;
	}
	a.chLink {
		float: right;
	}
}
.recommand span {
	background: #ed7d31;
	border-radius: 3px;
	padding: 4px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	bottom: -11px;
	left: 15px;
}
.recommand p {
	margin-bottom: 0!important;
	font-family: "新ゴ R";
	font-size: 1.7rem;
}
.recommand div a {
	text-decoration: none;
	color: #f00;
	float: right;
}
/*.recommand div a:hover {
	color: #03f;
}*/
.recommand div a i:hover {
	text-decoration: underline;
}
.recommand div a::before {
	font-family: "Font Awesome 5 Free";
	font-size: 2.5rem;
	content: "\f0a4";
	margin-right: 5px;
}
.recommand div {
	border: 1px solid #ed7d31;
	padding: 20px;
}
.recommand h5 {
	font-family: "新ゴ M";
	font-size: 3.0rem;
}
.recommand div h5::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right: 10px;
	position: relative;
	font-size: 3.0rem;
	color: #ea5420;
}
.recommand li:nth-child(1) h5::before {
	content: "\f26c";
}
.recommand li:nth-child(2) h5::before {
	content: "\f109";
}
.recommand li:nth-child(3) h5::before {
	content: "\f2a0";
}
.recommand li:nth-child(4) h5::before {
	content: "\f3cd";
}
.indexSupport ul li {
	border: 1px solid #ea5420;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 6px 10px 5px 10px;
	color: #ea5420;
	font-weight: bold;
	text-align: center;
	font-size: 2.2rem;
}
@media only screen and (max-width:768px) {
	.indexSupport ul li {
		font-size: 1.8rem;
	}
}

.chLink {
    width: 600px;
    margin: 0 auto 30px auto;
    display: flex;
}
.chLink > div {
    width: 290px;
}
.chLink > div:nth-child(1) {
    margin-right: 20px;
}
.chLink > div > a {
    border-radius: 10px;
    margin: 0!important;
    padding: 15px 20px;
    text-align: center;
    display: block;
    position: relative;
    font-family: "新ゴ M";
    font-size: 2.0rem;
}
.chLink > div > a:hover {
    background: #ea5420;
    border-color: #ea5420;
    color: #fff;
}
.chLink > div > a::after {
    display: none!important;
}
.chLink > div > a::before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f26c";
    position: relative;
    padding-right: 10px;
}
@media only screen and (max-width:768px) {
    .chLink {
        width: 100%;
        display: block;
    }
    .chLink > div {
        width: 100%;
    }
    .chLink > div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* 会社概要 ------------------------------------------------- */

.company .float2col1 li {
	width: calc((100% - 65px) / 2)!important;
	list-style-type: disc!important;
	margin-left: 20px!important;
	font-size: 1.5rem;
}
@media only screen and (max-width:768px) {
	.company .float2col1 li {
		width: calc(100% - 20px)!important;
		margin-bottom: 5px!important;
	}
}

/* お得な料金プラン ------------------------------------------- */

.plan div.planBox {
	display: flex;
	margin-bottom: 25px;
	position: relative;
}
.plan div.planBox::after {
	content: "\f055";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
	text-align: center;
    position: absolute;
    left: 0;
	right: 0;
    bottom: -51px;
    margin: 0 auto;
    font-size: 4.5rem;
    color: #333;
    z-index: 9;
}
.plan div.planBox:last-child::after {
	content: "\f358";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
	text-align: center;
    position: absolute;
    left: 0;
	right: 0;
    bottom: -51px;
    margin: 0 auto;
    font-size: 4.5rem;
    color: red;
    z-index: 9;
}
.plan div.planBox > div {
	width: 50%;
    padding: 20px 15px 5px 15px;
}
.plan div.planBox > div:nth-child(1) {
    background: #ed7d31;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 2.7rem;
	font-weight: bold;
}
.plan div.planBox > div:nth-child(1) span {
	font-size: 1.6rem;
}
.plan div.planBox > div:nth-child(2) {
    border: solid 5px #ed7d31;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.plan div.planBox > div:nth-child(2) > div {
	font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
	color: #333;
}
.plan div.planBox > div:nth-child(2) > div > p {
	font-size: 1.6rem;
}
#main .plan div.planBox > div:nth-child(2) > div > p {
	margin-bottom: 15px;
}
.plan div.planBox > div:nth-child(2) > div > div::before {
	content: "月額";
    display: inline!important;
    padding: 5px 10px 5px 10px;
    background: #FF0004;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.4rem;
	margin-right: 10px;
}
.planBox2 {
	padding: 15px;
	background: #f5f5f5;
	text-align: center;
	border: solid 3px #eee;
	margin-bottom: 25px;
}
.planBox2 p {
	margin-bottom: 0!important;
}
.planBox2 p:nth-child(2) {
	font-size: 5.0rem;
    font-weight: bold;
	color: #333;
}
.planBox2 p:nth-child(2)::before {
	content: "月額";
    display: inline!important;
    padding: 5px 10px 5px 10px;
    background: #FF0004;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.4rem;
	margin-right: 10px;
}
.planBox2 p:nth-child(3) {
	font-size: 1.2rem;
}
.planBox .tax {
    font-size: 2.8rem;
}
.planBox2 .tax {
    font-size: 3.2rem;
}

@media only screen and (max-width:768px) {
	.plan div.planBox {
		display: block;
	}
	.plan div.planBox > div {
		width: 100%;
	}
}

.webmanagementBox-inner {
	display: flex;
	margin-bottom: 25px;
}
.webmanagementBox-inner > div {
	width: 50%;
}
.webmanagementBox-inner > div:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.webmanagementBox-inner > div:nth-child(1) {
	font-size: 3.0rem;
	color: #fff;
	font-weight: bold;
}
.webmanagementBox-inner > div:nth-child(2) {
	padding: 15px;
}
.webmanagementBox-inner > div:nth-child(2) > p {
	margin-bottom: 25px!important;
}
.webmanagementBox > div:nth-child(1) div:nth-child(1) {	background: #F86467; border-radius: 15px 0 0 15px;}
.webmanagementBox > div:nth-child(1) div:nth-child(2) {	border:solid 5px #F86467; border-radius: 0 15px 15px 0;}
.webmanagementBox > div:nth-child(2) div:nth-child(1) {	background: #ffa4a2; border-radius: 15px 0 0 15px;}
.webmanagementBox > div:nth-child(2) div:nth-child(2) {	border:solid 5px #ffa4a2; border-radius: 0 15px 15px 0;}
.webmanagementBox > div:nth-child(3) div:nth-child(1) {	background: #83b9e3; border-radius: 15px 0 0 15px;}
.webmanagementBox > div:nth-child(3) div:nth-child(2) {	border:solid 5px #83b9e3; border-radius: 0 15px 15px 0;}
.webmanagementBox > div:nth-child(4) div:nth-child(1) {	background: #a0d373; border-radius: 15px 0 0 15px;}
.webmanagementBox > div:nth-child(4) div:nth-child(2) {	border:solid 5px #a0d373; border-radius: 0 15px 15px 0;}

@media only screen and (max-width:768px) {
	.webmanagementBox-inner {
		display: block;
	}
	.webmanagementBox-inner > div {
		width: 100%;
	}
	.webmanagementBox > div:nth-child(1) div:nth-child(1) {	background: #F86467; border-radius: 15px 15px 0 0;}
	.webmanagementBox > div:nth-child(1) div:nth-child(2) {	border:solid 5px #F86467; border-radius: 0 0 15px 15px;}
	.webmanagementBox > div:nth-child(2) div:nth-child(1) {	background: #ffa4a2; border-radius: 15px 15px 0 0;}
	.webmanagementBox > div:nth-child(2) div:nth-child(2) {	border:solid 5px #ffa4a2; border-radius: 0 0 15px 15px;}
	.webmanagementBox > div:nth-child(3) div:nth-child(1) {	background: #83b9e3; border-radius: 15px 15px 0 0;}
	.webmanagementBox > div:nth-child(3) div:nth-child(2) {	border:solid 5px #83b9e3; border-radius: 0 0 15px 15px;}
	.webmanagementBox > div:nth-child(4) div:nth-child(1) {	background: #a0d373; border-radius: 15px 15px 0 0;}
	.webmanagementBox > div:nth-child(4) div:nth-child(2) {	border:solid 5px #a0d373; border-radius: 0 0 15px 15px;}
}
.box30 {
	/*width: 100%;*/
	width: 550px;
    margin: 0 auto;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	border-radius: 5px;
}
.box30 .box-title {
	border-radius: 5px 5px 0 0;
    font-size: 1.2em;
    background: #ea5420;
    padding: 4px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.05em;
}
.box30 p {
    font-weight: bold;
	text-align: center;
    padding: 15px 20px;
    margin: 0;
	font-size: 3.0rem;
	color: #f00;
	position: relative;
}
.box30 p span {
	font-size: 2.4rem;
	margin-left: 4px;
}
.box30 p a {
	background: #f00;
	padding: 5px 10px;
	border-radius: 50px;
	font-size: 1.5rem;
	text-decoration: none;
	position: relative;
	color: #fff;
	top: -7px;
}
.box30 p a:hover {
	background: #fe4444;
}
.box30 p a::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f0a9";
	margin-left: 5px;
}
@media only screen and (max-width:768px) {
	.box30 {
		width: 100%;
	}
	.box30 p a {
		display: block;
		position: unset;
	}
	.box30 .box-title {
		font-size: 1.0em;
	}
}
span.zei {
	font-size: 1.4rem;
	color: #000;
	float: right;
}

/* 市民CH番組表 */

.pgList li {
    list-style-type: disc!important;
    width: calc((100% - 60px) / 3)!important;
    margin-left: 20px!important;
    margin-right: 0!important;
}
@media only screen and (max-width:768px) {
    .pgList li {
        width: 100%!important;
    }
}