@charset "utf-8";
/*Share Style [
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	color: #222222;
}
html {
	overflow-y: scroll;
}
p, li, dt, dl {
	line-height: 1.8;
}
p {
	margin: 0;
}
a {
	text-decoration: none;
	color: #FFF;
	transition: 0.5s;
}
a:hover {
	color: #00D0FF;
	transition: 0.5s;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*Share Style [
----------------------------------------------------------- */
/*遷移時フェードアウト-------start*/
body {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
/*遷移時フェードアウト-----end*/
body {
	width: 100%;
}
#header {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#logo {
	width: 100%;
	margin: 0;
	padding: 0 30px;
	line-height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
h1 {}
h1 a {
	letter-spacing: 4px;
	font-size: 30px;
	color: #187FC3;
	font-size: 30px;
}
.mainimg {
	width: 100%;
	height: calc(100vh - 100px);
	overflow: hidden;
	margin-bottom: 60px;
	margin-top: 100px;
	position: relative;
}
.mainimg li {
	position: relative;
}
.mainimg li img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.dsp-s {
	display: none;
}
/*top以外のページ------------------------------stt*/
.mainimg2 {
	width: 100%;
	height: calc(490px - 100px);
	overflow: hidden;
	margin-bottom: 60px;
	margin-top: 100px;
	position: relative;
	background-color: #000;
}
.mainimg2 li {
	position: relative;
}
.mainimg2 li img {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	/*opacity: 0.7;*/
}
.page-title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
}
.page-title p {
	width: 100%;
	height: 40px;
	text-align: center;
}
#about .page-title p {
	height: 80px;
	margin-top: -30px;
}
.page-title p img {
	height: 100%;
	width: auto;
	filter: drop-shadow(0 0 5px #000);
}
/*top以外のページ------------------------------end*/
.maincopy {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 10;
}
.maincopy p {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
	letter-spacing: 4px;
}
#contents {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5%;
}
#flbx-mainsub {
	display: flex;
	width: auto;
	margin-bottom: 40px;
	justify-content: space-between;
}
#sub {
	width: 30%;
}
.news {
	padding: 30px;
	background-color: #EEEEEE;
	min-width: 300px;
}
#main {
	width: 62.5%;
}
#main2 {
	width: 100%;
}
#link {
	width: 100%;
}
.link ul {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 50px;
}
.link li {
	width: 150px;
	height: 120px;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}
.link li img {
	width: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateY(-50%) translateX(50%);
}
.link li img.s-size {
	width: 70%;
}
h2 {
	color: #187FC3;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	background-image: url("../images/blue-3kaku.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left;
	padding-left: 50px;
	height: 50px;
	/* line-height: 50px; */
	text-align: left;
	padding-top: 10px;
}
.h2center {
	color: #187FC3;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	background-image: url("../images/blue-3kaku.png"), url("../images/blue-3kaku2.png");
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100%;
	background-position: left, right;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
h3 {
	color: #187FC3;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.hinan-ctv h4 {
	color: #187FC3;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}
.h3-bar {
	border-left: 5px solid #187FC3;
	padding-left: 15px;
}
/*-------------お知らせ---------------*/
.newicon .newsdate:after {
	content: "NEW";
	background: linear-gradient(-45deg, #00af62, #00CA71);
	color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	margin-left: 8px;
	line-height: 0;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-family: "游ゴシック";
	font-weight: 500;
}
.newsdate {
	font-weight: bold;
	font-size: 14px;
	color: #187FC3;
	margin-bottom: 5px;
}
.newstitle {
	line-height: 1.5;
	color: #333;
	position: relative;
	display: inline;
	padding: 0;
	background: linear-gradient(transparent 95%, #187FC3 95%);
}
.news li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #999;
}
/*-------------ボタン---------------*/
.bluebtn {
	width: 100%;
	max-width: 230px;
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.bluebtn a {
	color: #FFFFFF;
	letter-spacing: 2px;
	display: block;
	line-height: 50px;
	position: relative;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	z-index: 0;
	box-shadow: 0 3px 6px #AAA;
	transition: 1s;
	font-size: large;
}
.bluebtn a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	transition: 0.5s;
	background: linear-gradient(-45deg, #65cd8d, #187fc3 35%, #065a93);
	transition: 1s;
}
.bluebtn a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	left: 0;
	background: linear-gradient(-45deg, #c2edd3, #3cbed4 40%, #4586e9);
}
.bluebtn a:hover:before {
	opacity: 0;
}
.bluebtn a:hover {
	box-shadow: 0 7px 20px #84b9c2;
	transition: 1s;
}
/*スキーム*/
.scheme p {
	text-align: center;
}
.scheme img {
	width: 100%;
	max-width: 738px;
}
/*ナビ*/
.nav {
	width: 100%;
	height: 60px;
	height: 70px;
	position: relative;
	padding-top: 17px;
}
.nav li {
	position: relative;
}
.nav a {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.nav a::after {
	position: absolute;
	bottom: 7px;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.nav a.hvr-bar::after {
	/*bottom: -7px;*/
}
.nav a:hover::after {
	transform: scale(1, 1);
}
.nav a:hover .subtext {
	opacity: 0;
}
.nav a.now::after {
	transform: scale(1, 1);
}
.nav a.now .subtext {
	opacity: 0;
}
.nav-pos {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 10;
}
.bg-bk-rgba {
	background-color: rgba(0, 0, 0, 0.6);
}
.nav-flbx {
	display: flex;
	width: 90%;
	height: auto;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.nav-flbx li a {
	display: flex;
}
.iconbox {
	position: relative;
}
.iconbox + p {
	line-height: 1.3;
}
.icon1 {
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
}
.icon2 {
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-120%);
}
.icon3 {
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-90%);
}
.icon4 {
	height: 19px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.icon5 {
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
}
.icon6 {
	width: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.icon7 {
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
}
.icon8 {
	width: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.subtext {
	font-size: 9px;
	line-height: 1;
	text-align: center;
	transition: 1s;
}
.hbg-menu {
	display: none;
}
/*ハンバーガーメニュー*/
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 30;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: rgba(255,255,255, 0.80);*/
	color: #187FC3;
	font-size: 30px;
	transition: 0.5s;
}
.menu-btn:hover {
	/*background-color: rgba(0, 52, 121, 0.80);*/
	color: #78BFEE;
}
/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20;
	width: 40vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
}
.menu__item {
	width: 100%;
	height: auto;
	padding: .5em 1em;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 14px;
}
.menu__item a.now {
	color: #00D0FF;
}
/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
	transform: translateX(100vw);
	transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active {
	transform: translateX(0);
}
/*-------------footer--------------*/
.footer {
	background-color: #187FC3;
}
ul.ftr-menu {
	background-color: #0063A5;
	width: auto;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ftr-menu li {}
.ftr-menu li a {
	font-size: 12px;
	border-left: 1px solid #FFF;
	padding-left: 10px;
	padding-right: 10px;
	word-break: keep-all;
}
.ftr-menu li:last-of-type a {
	border-right: 1px solid #FFF;
}
.ftr-logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
	position: relative;
}
.ftr-logo p {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.ftr-logo a {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 3px;
}
.footer .copyright {
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	font-size: 12px;
	padding: 10px 20px 20px 20px;
	border-top: 1px dotted #FFF;
	margin: 0;
}
/*戻るボタン---------------------------------------------*/
#page_top {
	position: fixed;
	right: 30px;
	bottom: -100px;
	opacity: 1;
	transition: 0.3s;
	z-index: 10;
}
#page_top a {
	width: 35px;
	height: 35px;
	background-color: #187FC3;
	display: block;
	box-shadow: 0 2px 5px #AAA;
	text-align: center;
	padding-top: 3px;
}
#page_top:hover {
	opacity: 0.7;
}
.fas {
	color: #FFF;
}
/*---------締結事業者テーブル-------------------------------*/
.table01 {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	caption-side: bottom;
	font-size: 14px;
}
.table01 a {
	color: #000;
}
.table01 a img {
	vertical-align: baseline;
}
.table01 caption {
	text-align: left;
	margin-top: 5px;
}
.table01 thead {
	background-color: #187FC3;
	text-align: center;
	border: 1px solid #187FC3;
	color: #ffffff;
}
.table01 th {
	border-right: 1px solid #999999;
	font-family: "游ゴシック";
	font-weight: normal;
	padding: 5px;
}
.table01 td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
.table01 td:nth-of-type(1), .table01 td:nth-of-type(2), .table01 td:nth-of-type(5) {
	text-align: center;
}
.table01 tr:nth-of-type(2n) td {
	background-color: #DCEEFA;
}
.table01 tr td:nth-of-type(2n),
.table01 tr td:nth-of-type(5n) {
	min-width: 70px;
}
.smp-dsp {
	display: none;
}
/*スクロールでナビ固定*/
nav {
	transition: .8s;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(0, 52, 121, 0.80);
	height: 65px;
	height: 75px;
	padding-top: 18px;
}
.is-hide {
/*	transform: translateY(-100%);*/
}
/*ナビ----ドロップダウンメニュー*/
#nav_menu li ul {
	list-style: none;
	position: absolute;
	top: 105%;
	left: 0;
	margin: 0;
	padding: 0;
}
#nav_menu li:last-child ul {
	left: -100%;
	width: 100%
}
#nav_menu li ul li {
	overflow: hidden;
	width: 140%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#nav_menu li ul li a {
	padding: 5px 15px;
	background-color:rgba(0,0,0,0.6);
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
/*#nav_menu li:hover > a {
	background: #1a5293;
  	color: #e0dc62;
}*/
#nav_menu li:hover ul li {
	overflow: visible;
	height: 34px;
}
#nav_menu li:hover ul li:first-child {
	border-top: 0;
}
#nav_menu li:hover ul li:last-child {
	border-bottom: 0;
}

.counter {
    counter-reset: up;
    padding-left: 2.9em;
}
.counter > li::before {
    counter-increment: up;
    content: "（"counter(up)"） ";
    margin-left: -2.9em;
}
