@charset "utf-8";
/* CSS Document */

/* Niikawa Information Center INC.
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	color: #3c3c3c;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
		font-size: 14px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', Meiryo,Arial,Roboto,'Droid Sans','Yu Gothic','Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	color: #0068b6;
	transition: all .4s;
	text-decoration: none;
}
a,
a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 701px) {
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    base
============================================== */
#container,
#copyright,
.inner {
	zoom: 1;
	margin: 0 auto;
}
#container:after,
#copyright:after,
.inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
}
header .inner,
#breadcrumb .inner,
#toppageHead .inner {
	width: 1210px;
}


.sp {
	display: none;
}
.switch {}
.call {}

#container {
	position:relative;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 1210px) {
	header .inner,
	#toppageHead .inner {
		width: 100%;
	}
	#breadcrumb .inner {
		width: 96%;
	}
}


@media screen and (max-width: 1000px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

address {
	font-style: normal;
}

/* ==============================================
    header
============================================== */
header {
	margin: 0;
	padding: 0;
	border-top: 5px solid #0068b6;
	border-bottom: 1px solid #0068b6;
}
body.home header {
	border-bottom: none;
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

header h1,
header #siteid {
	display: block;
}


header nav {
	margin: 20px 0 20px auto;
}
header nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	
}
header nav ul li {
	border-right: 1px dotted #0068b6;
	display: flex;
	align-items: center;
	justify-content: center;
}
header nav ul li:last-child {
	border-right: none;
}
header nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 5px;
	color: #0068b6;
	text-align: center;
	min-height: 65px;
}
header nav ul li a span {
	display: none;
	font-size: 1.286em;
	font-weight: 500;
	color: #0068b6;
}

@media screen and (max-width: 1210px) {
	header nav {
		margin: 10px 0 10px auto;
	}
	header nav ul li a {
		min-height: 50px;
	}
}

@media screen and (max-width: 700px) {
	header {
		height: 60px;
	}
	header .inner {
		display: block;
	}
	header h1,
	header #siteid {
		text-align: center;

		margin: 10px auto 0;
	}
	header h1 img ,
	header #siteid img {
		width: auto;
		height: 50px;
	}

	header nav {
		display: none;
		position: fixed;
		top: 0px;
		background: #fff;
		width: 100%;
		margin: 0;
		padding-top: 30px;
		border-top: 5px solid #0068b6;/**/
		z-index: 1000;
	}
	header nav.active {
		display: block;
	}
	
	header nav ul {
		display: block;
		padding: 10px;
	}
	header nav ul li {
		display: block;
		border-right: none;
		border-bottom: 1px dashed #9b9b9b;
	}
	header nav ul li a {
		min-height: inherit;
		padding: 10px 30px 10px 40px;
		text-align: left;
		display: block;
		position: relative;
	}
	
	header nav ul li a::before {
		content: "";
		display: block;
		background-position: 0 0;
		background-repeat: no-repeat;
		background: url("image/menu_icon1.svg");
		background-size: contain;
		width:24px;
		height: 24px;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		left: 5px;
	}
	header nav ul li:nth-child(1) a::before {
		background: url("image/menu_icon1.svg");
	}
	header nav ul li:nth-child(2) a::before {
		background: url("image/menu_icon2.svg");
	}
	header nav ul li:nth-child(3) a::before {
		background: url("image/menu_icon3.svg");
	}
	header nav ul li:nth-child(4) a::before {
		background: url("image/menu_icon4.svg");
	}
	header nav ul li:nth-child(5) a::before {
		background: url("image/menu_icon5.svg");
	}
	header nav ul li:nth-child(6) a::before {
		background: url("image/menu_icon6.svg");
	}
	header nav ul li:nth-child(7) a::before {
		background: url("image/menu_icon7.svg");
	}
	header nav ul li:nth-child(8) a::before {
		background: url("image/menu_icon8.svg");
	}
	header nav ul li:nth-child(9) a::before {
		background: url("image/menu_icon9.svg");
	}
	
	header nav ul li a::after {
		content: "";
		display: block;
		background: url("image/arrow7.svg") no-repeat 0 0;
		background-size: contain;
		width:24px;
		height: 24px;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		right: 10px;
	}
	header nav ul li a span {
		display: block;
	}
	header nav ul li a img {
		display: none;
	}
	
	header nav ul.sp li {
		border-bottom: none;
	}
	header nav ul.sp li a {
		font-weight: 500;
	}
	header nav ul.sp li a::after {
		display: none;
	}
	header nav ul.sp li a::before {
		background: url("image/arrow1.svg");
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}


/* ==============================================
	menuBtn
============================================== */
#menuBtn {
	display: none;
	position: fixed;
	top: 5px;
	left: 0;
	width: 70px;
	height: 70px;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1200;
}
#menuBtn span,
#menuBtn:before,
#menuBtn:after {
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	margin-left: -9px;
	background: #00348b;
	top: 35px;
	left: 35px;
	transition: all .4s;
	opacity: 1;
}
#menuBtn span {
	margin-top: -1px;
	transition: opacity 150ms 50ms;
}

#menuBtn:before,
#menuBtn:after {
	content: "";
}
#menuBtn:before {
	transform: translate(0, -8px);
}
#menuBtn:after {
	transform: translate(0, 6px);
}

#menuBtn.active span {
	opacity: 0;
}
#menuBtn.active:before  {
	transform: rotate(45deg);
}
#menuBtn.active:after  {
	transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
	#menuBtn {
		display: block;
		width: 60px;
		height: 60px;
	}
	#menuBtn span,
	#menuBtn:before,
	#menuBtn:after {
		top: 30px;
		left: 30px;
	}
}
@media screen and (max-width: 450px) {
	#menuBtn {
		width: 50px;
		height: 50px;
	}
	#menuBtn span,
	#menuBtn:before,
	#menuBtn:after {
		top: 25px;
		left: 25px;
	}
}


/* ==============================================
    contents
============================================== */
#contents {
	margin-top: 50px;
	margin-bottom: 70px;
}

.link-more {
	text-align: center;
}
.link-more a {
	font-size: 0.875em;
	font-weight: 500;
	color: #0068b6;
}

.link-more a:hover {
	text-decoration: none;
}

.link-more a::after {
    content: "";
    display: inline-block;
    background: url("image/arrow2.svg") no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 20px;
	vertical-align: middle;
	margin-left: 5px;
}

/* ==============================================
    slider common
============================================== */
.slider .button {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}

.slider .prev {
	background-image: url("image/slick_prev.svg") ;
	left: -26px;
}
.slider .next {
	background-image: url("image/slick_next.svg") ;
	right: -26px;
}

@media screen and (max-width: 700px) {
	.slider .button {
		width: 20px;
		height: 20px;
	}
	.slider .prev {
		left: -24px;
	}
	.slider .next {
		right: -24px;
	}
}



/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

/* ==============================================
    footer
============================================== */
footer {
	margin-top: 0px;
	margin-bottom: 10px;
}

.tax_note {
	font-size: 13px;
	color: #666;
	text-align: right;
}
body.home .tax_note {
	margin-top: 30px;
}

@media screen and (max-width: 700px) {
	.tax_note {
		text-align: left;
	}
}


/* ==============================================
    securitySection
============================================== */
.securitySection {
	display: flex;
	margin: 50px 0 0 0;
	align-items: center;
}
.securitySection figure {
	width: 80px;
}
.securitySection div {
	border: 1px solid #008125;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	margin-left: 10px;
	flex: 1;
}

.securitySection h3 {
	color: #008125;
	font-size: 1.375em;
}

.securitySection ul {
	list-style: none;
	margin-left: 40px;
}
.securitySection li {
	font-size: 0.938em;
	margin: 10px 0;
}
.securitySection li a {
	color: #008125;
	text-decoration: underline;
	position: relative;
}
.securitySection li a::before {
	content: "";
	display: block;
	background: url("image/arrow5.svg") no-repeat 0 0;
	background-size: contain;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: -15px;
}

@media screen and (max-width: 1000px) {
	.securitySection h3 {
		font-size: 1.286em;
	}
}

@media screen and (max-width: 700px) {
	.securitySection {
		display: block;
		margin: 30px 0;
	}
	.securitySection figure {
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}
	.securitySection div {
		display: block;
		margin-left: 0;
		padding: 10px;
	}
	.securitySection h3 {
		font-size: 1.286em;
		text-align: center;
		margin-bottom: 10px;
	}
	.securitySection ul {
		margin-left: 20px;
	}
}

/* ==============================================
    footerAddress
============================================== */
.footerAddress {
	text-align: center;
	margin: 30px auto 60px auto;
}

.footerAddress h3 {
	margin-bottom: 10px;
}

.footerAddress address {
	font-size: 0.875em;
	margin-bottom: 20px;
}
.footerAddress p {
	/*font-size: 0.875em;*/
	font-size: 0.813em;
}

dl.f_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
dl.f_tel dt.freecall img {
	width:42px; 
	height: auto;
}
dl.f_tel dt.mobile {
	border: 1px solid #0068b6;
	border-radius: 4px;
	padding: 3px 10px;
	margin-left: 30px;
	color: #0068b6;
	/*font-size: 0.938em;*/
	font-size: 0.813em;
	font-weight: 500;
	line-height: 1.2;
}
dl.f_tel dt.mobile br {
	display: none;
}

dl.f_tel dd {
	/*font-size: 2.250em;*/
	font-size: 1.85em;
	font-weight: 500;
	margin: 0 10px;
}
dl.f_tel a {
	color: inherit;
}
dl.f_tel a:hover {
	text-decoration: none;
}

.footerAddress .bnr_support {
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
	dl.f_tel dt.mobile {
		font-size: 0.813em;
	}
	dl.f_tel dt.mobile br {
		display: block;
	}
}

@media screen and (max-width: 700px) {
	dl.f_tel {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	dl.f_tel dt {
		float: left;
		clear: left;
		text-align: center;
		width: 70px;
		margin: 0px 0 10px 0;
	}
	dl.f_tel dd {
		font-size: 1.200em;
		margin: 0px 0 10px 80px;
		line-height: 1;
	}
	dl.f_tel dd:last-child {
		margin-top: 25px;
	}
	
	dl.f_tel dt.freecall {
		margin: -5px 0 20px 0;
	}
	dl.f_tel dt.mobile {
		margin: -10px 0 0 0;
		padding: 3px 3px;
		font-size: 0.5em;
		line-height: 1;
	}
}


/* ==============================================
    footerSitemap
============================================== */

#footerSitemap {
	display: flex;
	justify-content: space-between;
}

#footerSitemap nav {
	width: 22%;
}

#footerSitemap h3 {
	font-size: 0.938em;
	margin-bottom: 20px;
}

#footerSitemap h3 a {
	color: #0068b6;
}

#footerSitemap h3 a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow4.svg") no-repeat 0 0;
	background-size: contain;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	vertical-align: middle;
}

#footerSitemap ul {
	list-style: none;
	margin-bottom: 25px;
}
#footerSitemap li ul {
	border-top: 1px dashed #c9caca;
	margin: 5px 0 25px 10px;
	padding-top: 5px;
}
#footerSitemap  li {
	margin-bottom: 20px;
	line-height: 1.2;
}
#footerSitemap  li li {
	margin-bottom: 15px;
}

#footerSitemap li a {
	color: #0068b6;
	font-weight: 700;
}
#footerSitemap li li a {
	color: #000;
	font-size: 0.875em;
	font-weight: 400;
}

#footerSitemap li a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow4.svg") no-repeat 0 0;
	background-size: contain;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	vertical-align: middle;
}

#footerSitemap li li a::before {
	display: none;
}

#footerSitemap a[target="_blank"]::after {
	content: "";
	display: inline-block;
	background: url("image/icon_blank.svg") no-repeat 0 0;
	background-size: contain;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-left: 10px;
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	#footerSitemap {
		display: none;
	}
}

/* ==============================================
    copyright
============================================== */
#copyright {
	text-align:center;
	color: #408ec8;
	font-size: 0.813em;
}



@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	#copyright {
		margin-right: 60px;
		text-align: left;
	}
}


/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0;
    display: none;
}
#pagetop img {
	cursor: pointer;
	transition: .3s;
}
@media screen and (max-width: 700px) {
	#pagetop img {
		width: 50px;
		height: 50px;
	}
}

/* ==============================================
    importantSection
============================================== */
#importantSection {
	border: 1px solid #df4233;
	margin-bottom: 10px;
	display: flex;
	background: #f8f8f8;
}
#importantSection .tit {
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #df4233;
	padding: 5px;
	color: #fff;
	font-weight: 400;
}
#importantSection ul {
	flex: 1;
	padding: 5px;
	/*list-style: none;*/
	margin: 0 10px 0 30px;
	color: #df4233;
}
#importantSection li {
	margin-top: 5px;
}
#importantSection li:first-child {
	margin-top: 0px;
}


#importantSection li a {
	color: #df4233;
}

@media screen and (max-width: 700px) {
	#importantSection {
		display: block;
	}
	#importantSection .tit {
		width: 100%;
	}
}

/* ==============================================
    archivelist
============================================== */
.archivelist {}
.archivelist ul {
	list-style: none;
}
.archivelist li {
	border-bottom: 1px dashed #cbcbcb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.archivelist li .tit {
	margin-top: 5px;
	font-weight: 400;
}

.archivelist li time {
	font-size: 0.875em;
	font-weight: 700;
	color: #aaa;
	margin-right: 10px;
}
.archivelist li .entry-cate {
	display: inline-block;
}

.archivelist li a {

}


body.information .archivelist li .tit a {
	color: #f5712d;
}

/* ==============================================
    entry-cate
============================================== */
.entry-cate a {
	display: inline-block;
	/*background: #efefef;*/
	color: #ff1800;
	border: 1px solid #ff1800;
	border-radius: 4px;
	margin: 0 5px;
	padding: 2px 5px;
	font-size: 0.875em;
	text-decoration: none;
}

.entry-cate .info a {
	color: #ff1800;
	border-color: #ff1800;
}
.entry-cate .tv a {
	color: #ff7b28;
	border-color: #ff7b28;
}
.entry-cate .net a {
	color: #0472c7;
	border-color: #0472c7;
}
.entry-cate .phoneplus a {
	color: #3a9900;
	border-color: #3a9900;
}
.entry-cate .community a {
	color: #52b19a;
	border-color: #52b19a;
}
.entry-cate .campaign a {
	color: #ff4784;
	border-color: #ff4784;
}
.entry-cate .amusement a {
	color: #ff0090;
	border-color: #ff0090;
}

.entry-cate .important a {
	border: none;
	background: #df4233;
	color: #fff;
}

.entry-cate .trouble a {
	border: none;
	background: #df4233;
	color: #fff;
}
.entry-cate .maintenance a {
	border: none;
	background: #f6a033;
	color: #fff;
}

/* ==============================================
    editor font size
============================================== */
.has-x-small-font-size,
.font-ss {
  font-size: 0.750em;/*12px  10px*/
}
 
.has-small-font-size,
.font-s {
  font-size: 0.875em;/*14px  13px*/
}
 
.has-regular-font-size {
  font-size: 1.000em;/*16px*/
}
 
.has-large-font-size,
.font-l {
  font-size: 1.500em;/*24px  24px*/
}
 
.has-x-large-font-size,
.font-ll {
  font-size: 1.875em;/*30px  36px*/
}
 
.has-huge-font-size,
.font-xl {
  font-size: 2.250em;/*36px  50px*/
}

.font-18 {
	font-size: 1.125em;/*18px*/
}

/* ==============================================
    custom color
============================================== */

.has-custom-blue-color {
	color: #0068b6;
}
.has-custom-red-color {
	color: #df4233;
}
.has-custom-yellow-color {
	color: #fbdb16;
}
.has-custom-gray-color {
	color: #efefef;
}
.has-custom-skyblue-color {
	color: #3f8ec7;
}
.has-custom-lightblue-color {
	color: #e8f1f8;
}
.has-custom-white-color {
	color: #ffffff;
}
.has-custom-dardgray-color {
	color: #555555;
}
.has-custom-black-color {
	color: #000000;
}

.has-custom-blue-background-color {
	background-color: #0068b6;
}
.has-custom-red-background-color {
	background-color: #df4233;
}
.has-custom-yellow-background-color {
	background-color: #fbdb16;
}
.has-custom-gray-background-color {
	background-color: #efefef;
}
.has-custom-skyblue-background-color {
	background-color: #3f8ec7;
}
.has-custom-lightblue-background-color {
	background-color: #e8f1f8;
}
.has-custom-white-background-color {
	background-color: #ffffff;
}
.has-custom-dardgray-background-color {
	background-color: #555555;
}
.has-custom-black-background-color {
	background-color: #000000;
}


/* ==============================================
    recaptcha
============================================== */
.grecaptcha-badge {
    bottom: 100px !important;
}
@media screen and (max-width: 700px) {
	.grecaptcha-badge {
		bottom: 60px !important;
	}
}
