@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++
印刷プレビュー
++++++++++++++++++++++++++++++++++++*/
@media print {

/*++++++++++++++
共通
++++++++++++++*/

#wrapper {
padding: 0;
margin: 0;
}
.inner {
max-width: 100%;
display: block !important;
margin: auto;
}
.underpage #wrapper > .inner {
padding: 20px 0 !important;
}
.underpage .inner {flex-direction: column;}

.overlay {
background: rgba(0,0,0,0.2);
position: absolute;
top: 0;
bottom: 0;
left:0;
right: 0;
margin: auto;
}

a {text-decoration: none !important;}

.under {text-decoration: underline;color: inherit;}
.under:hover{text-decoration: none;}


img {
max-width: 100%;
vertical-align: bottom;
}

/*改行*/
.br {display: block !important;}
.br2 {display: none !important;}

/*レスポンシブ*/
.pc {display: block !important;}
.sp {display: none !important;}

/*センタリング*/
.center {
display: block;
margin: auto;
text-align: center;
}

/*flex*/
.wrap {
flex-wrap: wrap;
}

/*ボタン*/
.button {
min-width: fit-content !important;
}
/*+++++++++++++++++++
/*search
+++++++++++++++++++*/
input {
	padding: 20px;
	width: 500px;
	border: none;
	border: 1px solid #666;
	box-sizing: border-box;
	border-right: none;
}

input[type=submit]{
	width: auto;
	background: rgb( 24 49 83 );
	color: #fff;
	padding: 17px 30px;
	border-left: none;
	height: 57px;
}

#searchbox .flex {
	align-items: center;
	justify-content: center;
	gap: 0;
	display: none;
}

/*+++++++++++++++++++
/*space
+++++++++++++++++++*/
.space {height: 10px !important;}
.space.small {height: 5px !important;}

/*++++++++++++++
パンくずリスト
++++++++++++++*/	
.breadcrumb {display: none;}	

/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	margin: 0;
	padding: 0;
}
h1 i {font-size: 24px !important;margin: 0 10px 0 0 !important;}
h1 span i {
	font-size:13px !important;
}
h1 b {
	font-size: 1.2em !important;	
	padding: 0;
}

h1:before {
	width: 100%;
	height: 5px;
	background: #e0e6ea;
	bottom: 0;
	left: 0;
}

#h1inner {
	padding: 5px 0 10px !important;
	border: none !important;
}

/*++++++++++++++*/
/*大見出し*/
/*++++++++++++++*/
h2 {
	font-size: 1em !important;
	padding: 8px 0 10px 30px !important;
	margin: 0 0 20px !important;
	background: none !important;
}

/*中見出し*/
h3 {font-size: 0.9em !important;}
h3:before {
	content:"";
	height: 40% !important;
	width: 2px !important;
}


/*小見出し*/
h4 {
	padding: 5px 15px 5px 20px !important;
	font-weight: 600;
	width: 90%;
	font-size: 0.9em !important;
	margin: 0 0 20px;
}

/*以下見出し*/
h5 {
	padding: 10px 0 10px;
	font-weight: 600;
	font-size: 1em;
	position: relative;
	margin: 0 0 30px;
	letter-spacing: 1px;
}

/*以下見出し*/
h6 {
	display: block;
}

.wh {
	color:#fff;
}

/*本文*/
p {
font-size: 0.8em !important;
line-height: 1.5 !important;
}

p > a {
	color: #0071C5;
	text-decoration: underline;
}
p > a:hover {
	text-decoration: none;
}

/*本文（小）*/
span {
	font-size: 0.8em !important;
	letter-spacing: 0 !important;
}


/*補足*/
em {
	font-size: 0.8em;
	font-style: normal;
}
/*++++++++++++++
ボタン
++++++++++++++*/
.button {
	font-size: 0.8em;
	align-items: center;
	gap: 0;
	justify-content: left;
	padding: 8px 20px 8px 15px !important;
}

.button .flex {
	align-items: center;
}

/*ボタン　色付き*/
.movie_button {
	background: #031226;
	color: #fff;
	padding: 3px 15px;
}	

/*++++++++++++++
カラム変更
++++++++++++++*/
.column3,.column4 {
	justify-content:left;
}
.column3 li {
	width: 32%;
}
.column4 li {
	width: 23.5%;
}
section.link ol li:last-child {
	width: 98% !important;
}	
/*++++++++++++++
icon
++++++++++++++*/

.iconbox li.more a{
	background: #333;
}

.iconbox li a {
	display: block;
	padding: 20px 10px;
	background: rgb(80 110 151);
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	height: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.iconbox li a p {
	font-weight: 600;
	font-size: 0.8em;
	margin: 12px 0 0;
	line-height: 1.6;
	color: #fff;
}

/*iconなし*/
.iconbox.mini {
	margin: 50px auto 0;
}
.iconbox.mini a{
	background: #f5f5f5;
	height: auto;
	padding: 15px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: 600;
	box-shadow: 0 0.01rem 0.02rem rgba(0,0,0,.16);
}
.iconbox.mini a.active {
	background: rgb( 24 49 83 );
	color: #fff;
}
.iconbox.mini a p {
	color:#111;
}
.iconbox.mini a.active p {
	color:#fff;
}	
/*++++++++++++++
ol 箇条書き
++++++++++++++*/

ol.type li{
	display: flex;
	align-items: flex-start;
	margin: 0;
}
ol.type li > i{
	margin: 0 10px 0 0;
	padding: 4px 0 0;
}
ol.type li > p {padding: 0 0 0 20px !important;}	
ol.type li > p:after{
	top: 0 !important;
	font-size: 13px !important;
}
/*++++++++++++++
外枠ボックス
++++++++++++++*/
.borderbox {
	border: none !important;
	border-radius: 5px;
	padding: 15px 0 !important;
	box-sizing: border-box;
	box-shadow: none !important;
	display: inline-block !important;
	width: auto !important;
	background: none !important;
}
.borderbox .midashi{
	margin: 16px 20px 18px;
	padding: 0 !important;
	font-weight: 700;
	font-size: 0.9em !important;
}
.borderbox .midashi:before {
	width: 10px;
	height: 10px;
	display: none;
}
.borderbox .box{
	margin: 18px 20px;
	display: block;
}
/*++++++++++++++
必携パソコンサポート
++++++++++++++*/
.pcsetupbox {
	padding: 50px 0 !important;
	border: none !important;
}
.pcsetup h2 {
	padding: 5px 0 !important;
}	

/*+++++++++++++++++++++++++++++++++++
下記下層ページのみに使用
++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++
テキスト配置
++++++++++++++*/
.align-right {text-align: right;display: block;}

/*++++++++++++++
table
++++++++++++++*/
table {
	width: 100%;
}

tr {
	border-bottom: 1px solid #ccc;
}
tr:last-child {
	border:none;
}
th {
	background: rgb(226 227 229);
	padding: 3px !important;
	font-size: 0.8em !important;
	border-right: 1px solid #ccc;
	font-weight: 700;
}

td {
	padding: 3px !important;
	font-size: 0.8em;
}
/*均等レイアウト*/
table.layout {
	width: 80% !important;
}

/*レスポンシブ対応*/	
table.block {
	width: 100%;
}
table.block th{
	width: 30%;
}	
table.block td{
	width: 70%;
	position: relative;
}		
table.block td .flex {align-items: flex-start;}	
table.block td .flex > p {
	width: 85%;
}	

/*+++++++++++++++++++
/目次
+++++++++++++++++++*/
.ez-toc {
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 25px 70px 20px 20px;
	display: inline-block;
	width: auto;
	margin: 0 auto 50px;
	border-radius: 5px;
}

/*+++++++++++++++++++
/section
+++++++++++++++++++*/
section#link {
	display: none !important;
}

/*+++++++++++++++++++
/article　アコーディオン専用
+++++++++++++++++++*/
article {
	margin: 0 0 50px;
}
article .box{
	display: block !important;
	padding: 0 !important;
	border: none !important;
}
article .acordion_title {
	padding: 0 0 0 30px !important;
	background: none !important;
	font-size: 1.1em !important;
	color: var(--main-001) !important;
}	
article .acordion_title:before {
	display: none !important;
}	
article .acordion_title:after {
	left: 0 !important;
}	
/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {display: none !important;}

.headertopbox {
	background: rgb( 24 49 83 );
}
.drawer-nav {
	width: 100%;
	position: relative;
	padding: 0;
}
.drawer--right .drawer-nav {
	right: 0;
	height: auto;
}
.drawer--right .drawer-menu > .inner.flex {
	max-width: 1200px;
}	

.fixed-menu {
	width:62%;
}	
.fixed-menu ol {
	padding: 0;
	display: none;
}	

.drawer-hamburger {
	display: none;
}
.drawer--right .drawer-menu {
	display: none;
}
.drawer-nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
	padding: 0;
}
.drawer-nav ul li {
	margin: 0 18px 0 0;
}
.drawer-nav ul li.search {
	padding: 10px;
	cursor: pointer;
}
.drawer-nav ul li:last-child {
	margin:0;
}
.drawer-nav ul li.active {
	background: rgb(240, 241, 243);
}
.drawer-nav ul li a {
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 0.9em;
	display: block;
	padding: 20px;
	color: #111;
}

.drawer-nav ul li .search {
	width: 20px;
	height: 20px;
	display: block;
}

ol.fixed-menu {
	position: relative;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	width: 62%;
	padding: 20px 0;
	margin: 0;
	align-items: center;
}
ol.fixed-menu li{
	margin: 0;
	padding: 0 40px 0 0;
	width: auto;
}
ol.fixed-menu li:nth-child(n+6) {
	width: 30%;
}
ol.fixed-menu li a{
	color: #eee;
	font-size: 0.8em;
	font-weight: 400;
}
.underpage header {display: none;}
/*+++++++++++++++++++
/*aside
+++++++++++++++++++*/
aside {
	display: none;
}

/*+++++++++++++++++++
/*container
+++++++++++++++++++*/
.container {
	width: 100%;
	background: none;
	padding: 0;
	box-sizing: border-box;
	counter-reset: h2;
	order: 1;
}

/*サイドバーなし*/
.container.column1 {
	width: 100%;
}
/**/

.container h2::after {
	counter-increment: h2;  /* h2カウンターの値に1を加算 */
	content: counter(h2) ". ";   /* h2カウンターの値を表示 */
	position: absolute;
	left: 1% !important;
}

.container h3 {
	counter-increment: h3;
	counter-reset: h4;
	padding: 10px 0 !important;
	background: none !important;
	margin: 0 !important;
}
.container h3:before {
	display: none;
}	
.container h3:after {
	font-size: 12px !important;
	left: 12px !important;
	padding: 2px 0 0 !important;
}

.container h4 {
	counter-increment: h4;
	padding: 10px 0 !important;
	margin: 0 0 10px !important;
}

.container h4:before {
	content: counter(h2) "-" counter(h3) "-" counter(h4) ". ";
	margin: 0 10px 0 0;
}
.container h5 {
	padding: 10px 0 10px 90px;
}
.container h5:after {
	margin: 0 10px 0 0;
	position: absolute;
	left: 0;
}
.container h6 {
	counter-increment: h6;
	font-size: 0.9em !important;
}
/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
footer {
	display: none;
}

/*+++++++++++++++++++
/*下層ページ共通
+++++++++++++++++++*/
.underpage #searchbox {
	display: none;
}
.underpage #searchbox.active {
	display: block;
}

/*+++++++++++++++++++
/*よくある質問
+++++++++++++++++++*/	
.faqcatebox {
	margin: 0;
	border-bottom: none;
	padding: 0 0 30px !important;
}
.faqcatebox dl{
	box-shadow: none !important;
	margin:0 0 20px;
	border: none !important;
}

.faqcatebox dt{
	padding: 0 0 0 25px !important;
	font-weight: 400;
	font-size: 0.9em !important;
	letter-spacing: 1px;
	border: none !important;
	box-shadow: none !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition:.3s;
}
.faqcatebox dl.active dt {
	background: none !important;
	color: #111 !important;
}	
.faqcatebox dt.active {
	transition:.3s;
	background: #d4e4f1;
}
.faqcatebox dt:before {
	left: 0 !important;
	color: var(--main-001) !important;
}
.faqcatebox dt.active:after {
content: "－";
}

.faqcatebox dd{
	display: block !important;
	padding: 15px 0 15px 25px !important;
	background: none !important;
	border-top: none !important;
}

.faqcatebox dd:before {
	content:"A";
	left: 0 !important;
}
.faqcatebox dd .answer {
	font-size: inherit !important;
	letter-spacing: 0 !important;
}
.faqcatebox dd .answer a {font-size: 0.9em;}
.faqcatebox dd .answer a:hover {
	text-decoration:none;
}
.faqcatebox dd h2,
.faqcatebox dd h3,
.faqcatebox dd h4 {
	font-size:inherit;
}
.faqcatebox dd h5 {
	margin:0;
	padding: 0;
}	

/*++++++++++++++
マニュアル一覧
++++++++++++++*/
.manual .inner {
	max-width: 100%;
}
.container {
	padding: 0;
	width: 100% !important;
}
.container h1 {
	padding:20px 0;
	margin: 0;
}

.manualbox ol.type li {
	display: block;
}

.manualbox dl{
	display: block;
	margin: 0 0 20px;
	border-left: none;
	border-right: none;
}

.manualbox dt {
	background: #eee;
	width: 100%;
	text-align: center;
	padding: 12px 18px !important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: left;
}
.manualbox dt > div {
	display: flex;
	align-items: center;
}
.manualbox dt svg,.manualbox dt i {
	font-size: 1.5em;
}
.manualbox dt p {
	font-weight: 600;
	font-size: 1em;
	margin: 5px 0 0 10px;
	line-height: 1.6;
}

.manualbox dd {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 10px;
	display: block !important;
	padding: 10px 20px !important;
}	

.manualbox dd p {
	font-size: 0.8em;
}   

/*++++++++++++++
トップページ
++++++++++++++*/
.news_top .tabbox {
	display: block;
}

.title {width: 100% !important;display: flex;}

.title b {
	font-size: 1em !important;
	margin: 0 0 10px !important;
}
.title >a{
	display: none !important;
}	

.title:after {
	content:"";
	position: absolute;
	background: #eee;
	width: 100px;
	height: 2px;
	top: 0;
	left: 0;
	z-index: -1;
}

section {
	padding: 100px 0 0;
}

section#news {
	background: #fff;
	padding: 0 !important;
}
.p-button-link {
	align-items: center;
}	
/*++++++++++++++
主なサービス
++++++++++++++*/
section#service {
	background: none;
}

section#service:before {
	content:"";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}	

/*++++++++++++++
サイドバー
++++++++++++++*/
section#other .inner { 
	max-width:1200px;
}	

/*++++++++++++++
お知らせ
++++++++++++++*/
.news_top .tabbox {
	display: none;
}

.news_maintenance .tabbox,
.news_maintenance li:not(.maintenance) {
	display: none;
}
.news_security .tabbox,
.news_security li:not(.security) {
	display: none;
}
.news_news .tabbox,
.news_news li:not(.news) {
	display: none;
}	
.news_event .tabbox,
.news_event li:not(.event) {
	display: none;
}		

/*++++++++++++++
news 全頁共通
++++++++++++++*/
iframe {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

iframe body {
	background: none;
}
.tabbox {
	display: none;
}
.tabbox:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	z-index: 0;
}

.tabbox a:first-child {
	width: auto;
}

.tabbox a {
	width: auto !important;
	font-size: 0.9em !important;
}
.tabbox a:last-child {
	border-right: none;
}
.tabbox a.select {border-bottom: none;background: #fff;width: auto;}
.tabbox a.select:before {
	content:"";
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tabcontent {
	border: none !important;
}

.newsbox > ul {
	padding: 0;
	margin: 0;
}
.newsbox > ul > li{
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 0;
	list-style-type: none;
}

.newsbox > ul > li > dl{
	align-items: center;
	justify-content: left;
	display: flex;
}

.newsbox > ul > li dt{
	font-size: 0.8em;
	margin: 0 10px 8px 0;
	letter-spacing: 0;
	width: auto;
}
.newsbox > ul > li dd{
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 0.9em;
	padding: 0;
	left: 0;
}

/*カテゴリ*/
.category {
	position: relative;
	width: auto !important;
	display: flex;
}

.category > div {
	width: auto !important;
	margin: 0 2px !important;
	padding: 5px 10px !important;
}

/*重要*/
.category .important {
	background: #c82236;
	color: #fff;
	border-radius: 100px;
	width: 50px;
	margin: 0 10px 0 0;
}

/*ニュース*/
.category .news {
	background:#c58ed8;
	border-radius: 100px;
	color: #fff;
}
/*イベント情報*/
.category .event {
	background: #e95a6b;
	border-radius: 100px;
	color: #fff;
}	
dl.news-title.single dd {
	font-size: 1.3em !important;
}    
/*++++++++++++++
マニュアル一覧
++++++++++++++*/	
.manualbox dt h2 {
	padding: 0 0 0 30px !important;
}	

}
