@charset "utf-8";
/* CSS Document */

ul,ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}

/*----------------------
	画像サイズ
------------------------ */

.max-w100{
	max-width:100%;
}
.mw-90{
	max-width:90%;
}
.max-w75{
	max-width:75%;
}
.max-w55{
	max-width:55%;
}
.max-h80px{
	max-height: 80px;
}
@media only screen and (max-width:576px){
	.max-sm-w80{
		max-width:80%;
	}
}
@media screen and (min-width:576px) { 
    /*　画面サイズが576pxからはここを読み込む　*/
	.max-sm-w85{
		max-width:85%;
	}
}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
	.max-sm-w85{
		max-width:820px;
	}
}

/*----------------------
	フォントサイズ
------------------------ */
.font_size_05{
	font-size:0.5rem!important;
}
.font_size_075{
	font-size:0.75rem!important;
}
.font_size_08{
	font-size:0.8rem!important;
}
.font_size_0875{
	font-size:0.875rem!important;
}
.font_size_1{
	font-size:1rem!important;
}
.font_size_135{
	font-size: 135%;
}
.font_size_155{
	font-size: 155%;
}
.font_size_160{
	font-size: 160%;
}
.font_size_200{
	font-size: 200%;
}
.font_size_225{
	font-size: 225%;
}

/*----------------------
	カラー指定
------------------------ */
a{
	color:#003399;
}
a:hover{
	color: #c30;
	text-decoration: none;
}

.btn-lightblue{
	background-color: #fcfdff;
	color:#003399;
}
.ttl-success {
	border-left: 3px solid #28a745;
}
.ttl-primary {
	border-left: 3px solid #007bff;
}
.ttl-danger {
	border-left: 3px solid #dc3545;
}

/* 背景色 */
.bg-orange{
	background-color:#f17b22!important;
}
.bg-lightorange{
	background-color:#fae8d4 !important;
}
.bg-lightorange02{
	background-color:#fad7af !important;
}
.bg-blue{
	background-color:#0040bb !important;
}
.bg-darkblue{
	background-color: #039 !important;
}
.bg-lightblue {
	background-color: #EFF5FF !important;
}
.bg-lightblue02{
	background-color:#d2d9ec !important;
}
.bg-lightblue03{
	background-color:#f2f5fa !important;
}
.bg-cream{
	background-color: #fffff4 !important;
}

/* ボーダー色 */
.border-orange{
	border-color:#f17b22 !important;
}
.border-lightorange{
	border-color:#fae8d4 !important;
}
.border-lightorange02{
	border-color:#fad7af !important;
}
.border-lightorange03{
	border-color:#f6bd7b !important;
}
.border-darkblue{
	border-color:#039 !important;
}
.border-blue{
	border-color:#0040bb !important;
}
.border-lightblue{
	border-color:#EFF5FF !important;
}
.border-lightblue02{
	border-color:#d2d9ec !important;
}
.border-lightblue03{
	border-color:#f2f5fa !important;
}
.border-beige{
	border-color:#eae0d8 !important;
}

/* ボーダー太さ */
.border-w3{
	border-width: 3px !important;
}
.border-w4{
	border-width: 4px !important;
}
.border-w5{
	border-width: 5px !important;
}
.border-w7{
	border-width: 7px !important;
}
.border-w10{
	border-width: 10px !important;
}


/* フォントカラー */
.text-blue{
	color:#0040bb;
}
.text-darkblue{
	color: #039;
}
.text-lightblue02{
	color:#d2d9ec ;
}
.text-orange{
	color:#f17b22;
}
.text-red{
	color: #c30;
}


/* マージン*/
@media (min-width: 576px) {
	.mr-nega1 .col-sm-6{
		margin-right:-1rem;
	}
}
.mx-2per{
	margin: 0 2%;
}
/* パディング */
.pt-08{
	padding-top: 0.8rem!important;
}

/* 設定アイコン */
.fa-cog{
	color:#0384CE;
	margin:0 5px;
}

/* line-height */
.line-height-2{
	line-height: 2em!important;
}
.line-height-normal{
	line-height: normal!important;
}

.text-wrap-normal{
	white-space:normal!important;
}

/* hover */
a:hover .hover_opacity {
	filter:alpha(opacity=8); /* IE 6,7*/
	-ms-filter: "alpha(opacity=8)"; /* IE 8,9 */
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
	zoom:1; /*IE*/
}
/* ページ内リンクずれ */
.out_of_alignment:before {
    content: "";
    display: block;
    height: 4rem;
    margin-top: -4rem;
    vertical-align: top;
    visibility: hidden;
}


/*-----------------------------------------------------------------------------
	 ヘッダーメニュー
------------------------------------------------------------------------------ */
.navbar{
	border-bottom: 3px solid #0049CC;
}


#header-menu ul{
	display:flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}
#header-menu ul li{
	border-right: solid 1px #d1d9ec;
    line-height: 0.5;
    padding: 0;
}
#header-menu ul li:last-child{
	border:none;
}
#header-menu ul li a{
	color: #003399;
}
#header-menu p{
	text-align:right;
	margin-bottom: 0 ;
}
#header-menu .pc_btn_box{
	display:flex;
	justify-content: flex-end;
	position: relative;
}

/* 検索まど */
#header-menu.pc_row{
	display:flex;	
	justify-content: flex-end;
}

#header-menu legend{
	display:none;
}
#header-menu fieldset {
	position:relative;
}
#header-menu form.pc_device button {
	position:absolute;
	right:0;
	top:0;
	display:inline-block;
	border:none;
	background: #039;
	border-radius: 0 3px 3px 0;
	color: #fff;
	height: 100%;
	width: 35px;
	font-size:1rem;
	cursor: pointer;
}
#header-menu #search-keywords:before{
	content:"";
	display: block;
	border-top:1px solid #cdd7f2;
	margin: 5px -14px;
	padding-top: 5px;;
}
#header-menu form input[name="query"]{
	width:100%;
}

.arrow_box {
   	display: none;
   	position: absolute;
   	background-color:#fff;
   	border: 1px solid #014099;
   	padding: 15px;
   	-webkit-border-radius: 8px;
   	-moz-border-radius: 8px;
   	border-radius: 8px;
   	color: #000;
   }
   
.arrow_box:before {
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	content: "";
	display: block;
	top: -7px;
	position: absolute;
	width: 0;
	z-index: 1;
   }
   
   
   .arrow_box:after {
	border-right: 8px solid transparent;
	border-bottom: 8px solid #014099;
	border-left: 8px solid transparent;
   width: 0;
   content: "";
   display: block;
   top: -8px;
   position: absolute;
   }
   
   
   #searcharea{
   position:absolute;
   }



/* スマホ用ナビを非表示 */
@media only screen and (min-width:767px) {
	.hide-pc{
		display:none;
	}
	#header-menu ul.hide-pc{
		display:none;
	}
}

 
/*-----------------------------------------------------------------------------
	 グローバルナビゲーション
------------------------------------------------------------------------------ */
#menu{
	position: relative;
}
nav#global{
	box-shadow: 0px 1px #d1d9ec, 0px -2px #c8cad6 inset;	
	padding-bottom: 0.5em ;
	
}
#menu > li + li {
	border-left: 1px solid #E9EDF8;
}

.child{
	position: absolute;
	left: 0;
	top:40px;
	width: 100%;
	background: #ffffff;
	z-index: 10;
	padding: 20px;
	box-shadow: 2px 2px 4px #c8cad6;
	border: solid 1px #c8cad6;
}
#menu .child ul li {
    margin-bottom: 1em;
}
#menu .nav_ttl {
	color: #000;
    font-weight: bold;
    border-left: 5px solid #0039a4;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}

.btn4 {
	display: block;
	font-weight:bold;
	padding: 10px;	
	letter-spacing: 1px;
	cursor: pointer;
}

.btn4:hover {
	background:#014099;
	border-radius: 5px;
	
}
.btn4:hover > a, .btn4.stay > a, a.current, a.current.drop{
	color: #ffffff;
}

#global div.child .inner li a:hover {
    color: #c30;
    text-decoration: none;
}
#global div.child .inner li a {
    margin-bottom: 5px;
    padding: 2px 0 2px 12px;
    position: relative;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.4;
    display: block;
}

#global div.child .inner li a::after {
    position: absolute;
    content: "";
    vertical-align: middle;
    top: 8px;
    left: 0;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 4px solid #fff;
    border-left: 5px solid #F17B23;
}


/*-----------------------------------------------------------------------------
	 レイアウト
------------------------------------------------------------------------------ */
.container{
	max-width:960px;
}
@media all and (-ms-high-contrast: none) { /* IEだけに適用 */
	.container{
		max-width:940px;
	}
}

.contents {
	display: flex;
	margin-top:2rem;
}
.main_contents{
	padding-right: 1.2rem;
	width: calc(100% - 270px);
}
.block {
	margin:1rem 0 2rem 1rem;
}


/*--------------
	 右エリア
----------------- */
.right_contents{
	width:270px;
	margin: 0 0 2rem auto;
}
/* サイト内検索 */
.serch_box{
	width:270px;
	position:relative;
	border-radius:8px;
	border:1px solid #cdd7f2;
}
.serch_box h4{
	font-size:0.85rem;
	color:#0f2e6e;
	font-weight:bold;
	border-bottom:1px solid #cdd7f2;
	padding:8px 15px;
	position:relative;
	z-index:5;
	margin-bottom:0;
}
.serch_box p,
.serch_box li{
	font-size:0.82rem;
	line-height:1.8;
	padding: 0;
	margin-right: 5px;
}
.serch_box:after{
	content: "";
	width: 100%;
	height: 17px;
	background: #ecf0fb; /* Old browsers */
	background: -moz-linear-gradient(top, #ecf0fb 0%, #f3f3fb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ecf0fb 0%,#f3f3fb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ecf0fb 0%,#f3f3fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0fb', endColorstr='#f3f3fb',GradientType=0 ); /* IE6-9 */
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
}
#site-search{
	border:5px solid #e9f0fa;
	border-radius:0 0 8px 8px;
	border-top:none;
	padding:0.5rem;
}
#site-search ul,
#site-search dl,
#site-search dt,
#site-search dd{
	margin-bottom:0;
	font-weight:normal;
}
#site-search input[type="text"] {
    background: #fae8d4;
    padding: 2px 4px;
	width: 100%;
	margin-bottom: 5px;
}
#site-search legend{
	display: none;
}
#site-search fieldset{
	position:relative;
	padding-bottom:1.75rem;
}
#site-search button {
	/*width: 40%;*/
	font-size: 13px;
	letter-spacing: 0.2rem;
	position:absolute;
	right:0;
	bottom: 1px;
	cursor:pointer;
}
#search-keywords:before{
	content:"";
	display: block;
	border-top:1px solid #cdd7f2;
	margin: 5px -14px;
	padding-top: 5px;;
}
#search-keywords dt span{
	background:#F78210;
	border-radius:10px;
	color:#fff;
	position:relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	font-size: 0.55rem;
	vertical-align: sub;
	margin-right: 5px;
}
#search-keywords dt span svg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#site-search ul li{
	display:inline-block;
}

/* バナーエリア */
.right_bnr{
	width: 270px;
	margin-top:0.8rem;
}
.right_bnr p{
	margin-bottom:0;
}
.right_bnr img{
	display: block;
	margin: 0 auto 0.8rem;
}

/* トラブルインフォメーション */
#trbinfo_contents {
	width: 270px;
	border: 5px solid #d1d9ec;
	margin: 0 0 10px;
	padding: 15px 15px 0 15px;
}
#trouble_txt{
	text-align: center;
}
#trouble_txt span {
    font-size: 176%;
    font-weight: bold;
    letter-spacing: -0.1em;
    margin-right: 0.3em;
}
#no_trouble {
	background: #E5E5E5;
	border-radius: 5px;	
}
#no_trouble a{
	padding: 12px 11px;
	display: inline-block;
	color: #000;
}
#no_trouble a:hover{
	text-decoration: underline;
	opacity: 0.75;
}

#occur_trouble{
	background: #fae8d4;
	border-radius: 5px;
}
#occur_trouble a{
	padding: 0 17px 17px 55px;
	display: inline-block;
	color: #000;
}
#occur_trouble a:hover{
	text-decoration: underline;
	opacity: 0.75;
}
#occur_trouble span{
	text-indent: -43px;
}
#occur_trouble span:before{
content: "\f071";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    display: inline-block;
    color: #f07a21;
    position: relative;
    top: 16px;
}	






/* ---------------------
	フッター ナビゲーション
------------------------- */
#mg_footer{
	background:#edf1fa;
	border-top:1px solid #d2d9eb;
	border-bottom:1px solid #d2d9eb;
	margin:50px 0 20px 0;
	padding:30px 0;
	text-align: left;
}
#mg_footerinn{
	overflow:hidden;
	width:954px;
	height:auto;
	margin:0 auto;
	border-left:1px solid #fcfffb;
	display:flex;
}
#mg_footer .ft_ttl {
	border-left:5px solid #0039a4;
	padding:0 0 0 10px;
	margin:0 0 10px;
}
#mg_footer .ft_ttl span {
	font-size:15px;
	font-weight:bold;
}
#foot_ctsrv
,#foot_ctprp{
	overflow:hidden;
	padding:0 0 0 30px;
	border-left:1px solid #d4d6ed;
	height:100%;
}
#foot_ctprp .box{
	margin:0px;
}
#k_guide{
	margin-top: -5px;
	text-align:right;
}

#foot_ctsrv{
	border-right:1px solid #fcfffb;
}

#mg_footer .box{
	margin:0 20px 0 0;
}
#mg_footer .box h3{
	font-weight:bold;
}
#mg_footer .box ul{
	margin:0 0 15px 10px;
}
#mg_footer .box ul li{
	text-indent:-0.5em;
	margin-left:1em;
	margin-bottom:5px;
	position:relative;
}
#mg_footer .box ul li:before{
	content:"\f0da";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	color: #f17b22;
	margin-right: 5px;
}
#mg_footer .icon-rock:after {
    margin: 0 0 0 0.5em;
    right:auto;
    bottom: 0;
}

/* フッター */
.foot_inner {
	border-top: 3px solid #CCCCCC;
}




/*-----------------------------------------------------------------------------
	 見出し
------------------------------------------------------------------------------ */
/*icon-01*/
h1.icon-01::before{
	content: '';
	display:inline-block;
	width: 50px;
	height: 50px;
	background: url("/support/common/images/icon-01.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/*icon-02*/
h1.icon-02::before{
	content: '';
	display:inline-block;
	width: 50px;
	height: 50px;
	background: url("/support/common/images/icon-02.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
}
/*icon-03*/
h1.icon-03::before{
	content: '';
	display:inline-block;
	width: 50px;
	height: 50px;
	background: url("/support/common/images/icon-03.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
}

/*icon-04*/
h1.icon-04::before{
	content: '';
	display:inline-block;
	width:45px;
	height: 50px;
	background: url("/support/common/images/icon-04.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
}

/*icon-05*/
h1.icon-05::before{
	content: '';
	display:inline-block;
	width:45px;
	height: 50px;
	background: url("/support/common/images/icon-05.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
}
/*icon-06*/
h1.icon-06::before{
	content: '';
	display:inline-block;
	width:45px;
	height: 50px;
	background: url("/support/common/images/com_h012.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
}

@media only screen and (max-width:576px){
	h1 {
		font-size:1.25rem;
	}
	h1:before{
		width:30px!important;
		height:35px!important;
	}
}

h2.heading-02{
	font-weight: bold;
	color: #fff;
	line-height: 3;
	padding-left: 1rem;
	background: #002f89; /* Old browsers */
	background: -moz-linear-gradient(top, #002f89 0%, #003eb5 1%, #003499 2%, #013fb8 51%, #013fb8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #002f89 0%,#003eb5 1%,#003499 2%,#013fb8 51%,#013fb8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #002f89 0%,#003eb5 1%,#003499 2%,#013fb8 51%,#013fb8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f89', endColorstr='#013fb8',GradientType=0 ); /* IE6-9 */
}

h3.heading-03{
	font-weight: bold;
	padding:0.5em;
	position: relative;
	border:1px solid #e9ebf2;
	border-bottom:1px solid #b3bfd9;
	border-top:none;
	padding-left: 1.2rem;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #e1e9f6 50%, #e7eff7 92%, #ffffff 98.5%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: #b3bfd9 0 2px;
	-webkit-box-shadow: #b3bfd9 0 2px;
	box-shadow: #e7eff7 -1px 2px;;
}
h3.heading-03:before{
	content:"";
	display:block;
	border:1px solid #012873;
	width: 4px;
	height: 100%;
	background: #003db2;
	position: absolute;
	left: -2px;	
	top: 0;
}

h3 span.heading-03 {
	display:block;
    font-size: 1.05rem;
	font-weight: bold;
	padding:0.5em;
	position: relative;
	border:1px solid #e9ebf2;
	border-bottom:1px solid #b3bfd9;
	border-top:none;
	padding-left: 1.2rem;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #e1e9f6 50%, #e7eff7 92%, #ffffff 98.5%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#e1e9f6 50%,#e7eff7 92%,#ffffff 98.5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: #b3bfd9 0 2px;
	-webkit-box-shadow: #b3bfd9 0 2px;
	box-shadow: #e7eff7 -1px 2px;;
}
h3 span.heading-03:before{
	content:"";
	display:block;
	border:1px solid #012873;
	width: 4px;
	height: 2.3em;
	background: #003db2;
	position: absolute;
	left: -2px;	
	top: 0;
}
/* アンカーリンク遷移時、ヘッダー分の高さを調整 */
h3[id]{
	padding-top: 4.5rem; 
	margin-top: -4.5rem; 
	display:block;
  }

h4.heading-04{
	font-size:0.875rem;
	position:relative;
	font-weight: bold;
	border-bottom: solid 2px #ebeffa;
	box-shadow: 0px 1px #d1d9ec,
            0px -1px #c8cad6 inset;
	padding: 0.5em;
}
h4.heading-04:after{
	content: "";
	border: solid 1px #8f9ebf;
	background:#b8c5e7;
	position: absolute;
	bottom: -2px;
	left: 0;
	width:30px;
	height: 3px;
	display:block;
}
h5.heading-05{
    font-weight: bold;
    color: #013878;
    margin: 0 0 10px 0;
}
h6.heading-06{
	font-weight:bold;
	padding: 2px 10px 2px 10px;
	border-bottom: solid 1px #d1d9ec;
}

.card h5:not(.card-header):not(.modal-title){
	padding-left: 0.5em;
	margin: 1.5em 0em 1em;
	border-bottom: solid 2px #d1d9ec;
}


/*-----------------------------------------------------------------------------
	 ボタン
------------------------------------------------------------------------------ */
/* btn2 */
.btn2 {
	position: relative;
	display: inline-block;
	border-radius: 3px;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none!important;
	background: white;
	color: #002267;
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #edf3ff), color-stop(20%, #fbfcff), color-stop(100%, #fcfdff));
	background: -moz-linear-gradient(bottom, #edf3ff, #fbfcff 20%, #fcfdff);
	background: -webkit-linear-gradient(bottom, #edf3ff, #fbfcff 20%, #fcfdff);
	background: linear-gradient(to top, #edf3ff, #fbfcff 20%, #fcfdff);
	-moz-box-shadow: #7ca1ce 0 1px;
	-webkit-box-shadow: #7ca1ce 0 1px;
	box-shadow: #7ca1ce 0 1px;
	border: 1px solid #e6e6e6;
	width: 100%;
}
.btn2 a::before{
	content: "";
	display: inline-block;
	width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1em;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 4px #f17b22;
    margin: auto auto auto -2.2em;
    position: absolute;
    top: 0;
    bottom: 0;
}
.btn2 a{
	color: #002267;	
	display:block;
	padding: 0.8em 0.3em 0.8em 3.2em;
	position: relative;
	align-items: center;
	width:100%;
}
.btn2 a:hover{
	color: #de670e;
	text-decoration:none;
}
.btn2:hover{
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #edf3ff), color-stop(30%, #edf3ff), color-stop(100%, #fbfcff));
	background: -moz-linear-gradient(bottom, #edf3ff, #edf3ff 30%, #fbfcff);
	background: -webkit-linear-gradient(bottom, #edf3ff, #edf3ff 30%, #fbfcff);
	background: linear-gradient(to top, #edf3ff, #edf3ff 30%, #fbfcff);
	color: #de670e;
}
.btn2:active {
	-moz-box-shadow: inset #7ca1ce 0 1px;
	-webkit-box-shadow: inset #7ca1ce 0 1px;
	box-shadow: inset #7ca1ce 0 1px;
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
p.btn2{
	margin-bottom:0.8rem;
	align-items: center;
	display: flex;
}
/* btn3 */
.btn3 {
	position: relative;
	display: inline-block;
  	padding: 0.4em 0.8em 0.3em;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: white;
	background: #f3893a;
	background: -moz-linear-gradient(top, #f3893a 0%, #f17b22 50%, #f07010 100%);
	background: -webkit-linear-gradient(top, #f3893a 0%,#f17b22 50%,#f07010 100%);
	background: linear-gradient(to bottom, #f3893a 0%,#f17b22 50%,#f07010 100%); 
	-moz-box-shadow: #f5963f 0 1px;
	-webkit-box-shadow:#f5963f 0 1px;
	box-shadow: #f5963f 0 1px;
	border: 1px solid #f17b22;
	cursor: pointer;
	white-space: nowrap;
}
a.loginbtn,
.btn3 a{
	color: #fff;
}
a.loginbtn:hover,
.btn3 a:hover{
	text-decoration:none;
}
.btn3:hover {
	background: #f07010; #f17b22 60%, #f3893a 100%); 
	background: -webkit-linear-gradient(top, #f07010 0%,#f17b22 60%,#f3893a 100%); 
	background: linear-gradient(to bottom, #f07010 0%,#f17b22 60%,#f3893a 100%); 
}
.btn3:active {
	background: #f07010; #f17b22 60%, #f3893a 100%); 
	background: -webkit-linear-gradient(top, #f07010 0%,#f17b22 60%,#f3893a 100%); 
	background: linear-gradient(to bottom, #f07010 0%,#f17b22 60%,#f3893a 100%); 
	-moz-box-shadow: inset #f17b22 0 1px;
	-webkit-box-shadow: inset #f17b22 0 1px;
	box-shadow: inset #f17b22 0 1px;
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
/* btn5 */
.btn5 {
	display: inline-block;
  	padding: 4.5px 0.8em 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #f17b22;
	cursor: pointer;
	margin-left:5px;
	background:#fff;
	color:#f17b22;
	white-space: nowrap;
}

/*--------------
	トップへボタン
-------------------- */
#gotop {
  position: fixed;
  bottom: 34px;
  right: 20px;
}

#gotop a {
	color: #d5ddef;
	display: block;
	padding: 25px 0;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
#gotop a:hover{
	color:#abb0bc;
}

/*--------------
	 ぱんくず
-------------------- */
ul#topic-path{
	display:flex;
	margin-top:1rem;
	flex-wrap: wrap;
}
ul#topic-path li:not(:last-child):after{
	content:">";
	display:inline-block;
	margin:0 5px;
}

/*--------------
	 リストアイコン
-------------------- */
.link-list a:before{
	content:"\f138";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	color: #f17b22;
	margin-right: 5px;
}
.link-list li{
	margin-left: 1.5em;
	text-indent: -0.7em;
	line-height: 1.8;
}
.link-right{
	margin-top: -0.4rem;
	text-align: right;
	font-size: 0.8rem;
}

.notice-list li{
	text-indent:-1.3em;
	margin-left:1.3em;
	margin-bottom: 3px;
}
.list-01 li{
	text-indent: -0.85em;
	margin-left: 1.3em;
	line-height:1.7;
}
.list-01 li:before{
	content:"・";
	display:inline-block;
	margin:0 5px;
}
.link-arrow a:before{
	content:"\f061";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	color: #f17b22;
	margin-right: 5px;
}
.link-arrow li{
	margin-left: 1.5em;
	text-indent: -0.7em;
	line-height: 1.8;
}
.list-01 li .link-list li:before,
.list-01 li .list-mark-none li:before,
.link-list .list-mark-none a:before{
	content:none;
}

.fa-lock{
    color: #f17b22;
}
.icon-rock:after{
	content:"\f023";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f17b22;
    margin: 0.2rem 1rem 0 auto;
    position: absolute;
    right: 0;
    bottom: 0.6rem;
}
.icon-window:after {
    /*content: "\f08e"; */ 
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
    font-weight: 800;
	color: #f17b22;
	margin: 0.2rem 0.3rem 0 0.1rem;
	position: absolute;
	right: 0.7rem;
	bottom: 0.6rem;
	vertical-align: middle;
} 
.icon-window-right:after {
    /*content: "\f08e"; */ 
	content: "\f35d";   
	font-family: 'Font Awesome 5 Free';
    font-weight: 800;
	color: #f17b22;
	position: absolute;
	margin-left: 12px;
}
.icon-pdf:after {
    content: "";
	background: url(/support/common/images/pdficon_small.png) 0 0 no-repeat;
	margin: 0 1px 5px 3px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	display: inline-block;
} 
.icon-pdf-left:before {
    content: "";
	background: url(/support/common/images/pdficon_small.png) 0 0 no-repeat;
	margin: 0 3px 1px 0;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	display: inline-block;
} 
span.icon-pdf:after{
	position:static;
}
.icon-q{
	padding-left:40px;
	font-size: 17px;
	font-weight: normal;
}
.icon-a{
	/*padding-bottom: 1.25rem;*/
}
.icon-q span{
	margin-left: -40px;
}
.icon-q span:before {
    content: "Q";
	font-family: 'Archivo', sans-serif;
	background: #f17b22;
	border-radius: 5px;
	color: #fff;
    font-size: 20px;
    margin-right: 10px;
    width: 32px;
    display: inline-block;
    text-align: center;
    padding-bottom: 2px;
}
.icon-q:after{
	content: "";
    display: block;
    margin-top: 5px;
    border-bottom: 1px dashed #ccc;
}
.icon-q span a:after{
	content: "\f13a";
	font-family: 'Font Awesome 5 Free';
    font-weight: 800;
	color: #f6bd7b;
	margin-left: 5px;
}
.icon-a p{
	text-indent:-40px;
	margin-left: 40px;
}
.icon-a span.txt_a{
	font-size:20px;
	color: #fff;
	font-family: 'Archivo', sans-serif;
	background:#D2D9EC;
	border-radius: 16px;
	margin-right: 10px;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding-bottom: 2px;
	margin-left: 0;
	text-indent: 0;
}


.posi-left:after {
	left: 0.2rem;
	bottom: -2px !important;
}
.posi-left-b1:after {
	left: 0.2rem;
	bottom: 1px !important;
}
.posi-right:after {
	right:auto;
	bottom: 0;
	margin-left:5px;
}
.posi-right-15{
	right: 15px;
}
span.icon-rock:after{
	position:static;
	margin-right: 0;
}
.icon-navdial:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(/support/madoguchi/images/navidial-logo.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 25px;
}
 /*--------------
	 ページ内リンク
-------------------- */
ul.pagelink{
	display:flex;
	padding:0.7rem 1rem 0 1rem;
	flex-wrap: wrap;
	margin-bottom:0;
}
ul.pagelink li{
	vertical-align:middle;
    line-height: 2;
    margin-bottom: 10px;
}
ul.pagelink li:before{
	content:"\f078";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	color: #f17b22;
	margin-right: 5px;
	vertical-align: top;
	margin-top: -1px;
}
ul.pagelink li:not(:last-child):after{
	content:"";
	display:inline-block;
	width:1px;
	margin:0 10px;
	height:100%;
	background:#ccc;
}
ul.pagelink li a{
	vertical-align:top;
}

 /*--------------
	前のページに戻る
-------------------- */
.goprev a{
	color:#000;
}
.goprev:before{
	content:"\f137";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	color: #003399;
	margin-right: 5px;
	vertical-align: top;
}

/*--------------
	 width
----------------- */
.w90{
	width:90%;
}
.w87{
	width:87%;
}
.w60{
	width:60%;
}
.w40{
	width:40%;
}
.w37{
	width:37%;
}
.w30{
	width:30%;
}
.w25{
	width:25%;
}
/*--------------
	 TABLE
----------------- */
.table th.bg-b{
	background:#f2f5fa;
	vertical-align: middle;
}
.table-bordered td{
	vertical-align:middle;
	/*word-break : break-all;*/
	word-break:normal;
}

/*--------------
	 Q and A
----------------- */

/* qa_skw_01 */
.qa_skw_01{
	margin:1rem 0;
}
.qa_skw_01 .rn_List li{
	font-size:0.875rem;
	text-indent: -2.5rem;
	margin-left: 2.5rem;
	margin-bottom: 0.4rem;
}
.qa_skw_01 .rn_List li:before
/*.rn_List li:before*/{
	content: "Q&A";
    display: inline-block;
    color: #fff;
    background: #3071DA;
    width: 2rem;
	font-size: 0.7rem;
    margin-right: 0.2rem;
    text-align: center;
	text-indent:0;
}
/* qa_skw_02 */
.qa_skw_02 .rn_List li{
	margin-bottom: 0.5rem;
	font-size:0.875rem;
	line-height:1.5;
}

.qa_skw_01 div.rn_Content .rn_List li.rn_Item span.rn_Title a,
.qa_skw_02 div.rn_Content .rn_List li.rn_Item span.rn_Title a,
#skw_05 div li a,
#skw_14 div li a{
	text-decoration:none;
}
 

/* qa_skw_05 qa_skw_14 */
#skw_05 li,
#skw_14 li{
	margin-bottom: 0.5rem;
	font-size:0.875rem;
	line-height:1.5;
}


/*--------------
	 タブパネル
------------------------------ */
.setup .nav-item{
	padding:0;
	font-size:1rem;
	line-height:1.6em;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	position: relative;
}
.setup.nav{
	flex-wrap:nowrap;
}
.setup .nav-item .active{
	border-bottom:1px solid #f9f9f9;
	margin-bottom:-1px;
}
.setup .nav-item .active:after{
	border-top:5px solid #d2d9ec;
	content:"";
	display:block;
}
.setup .nav-link{
	color: #495057;
}
.setup a.font_size_075{
	line-height: 1.7;
}
.setup .nav-item a{
	border-top: 1px solid #E6EBFF;
}
.setup .nav-item a.active {
	background: rgb(239,243,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,243,255,1) 0%, rgba(255,255,255,1) 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(239,243,255,1) 0%,rgba(255,255,255,1) 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(239,243,255,1) 0%,rgba(255,255,255,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.setup .nav-item:before{
	content: "";
    display: block;
    height: 95%;
    width: 1px;
    background: #E6EBFF;
    position: absolute;
    right: 0;
    bottom: 0;
}
.setup .nav-item:first-child:before{
    left: 0;
}
.setup .nav-item:first-child:after{
	content: "";
    display: block;
    height: 95%;
    width: 1px;
    background: #E6EBFF;
    position: absolute;
    right: 0;
    bottom: 0;
}
.setup .nav-item a:hover{
	padding-top: 12px;
}
.setup .nav-item a.active:hover{
	padding-top: 8px;
}
/*---------------------------
	 各種接続方法(manual) 設定ボックス
------------------------------------------- */
.setup_link a{
	color: #000;
	font-size: 1.1rem;
}
.setup_link a:hover{
	text-decoration:underline;
}

.setup_box dl{
	position:relative;
	margin-bottom:50px;
	/*word-break : break-all;*/
}
.setup_box dl:before{
	position:absolute;
	display: block;
	content:"";
    width: 1em;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -70px;
    height: 1em;
	border-top: 30px solid #F59C4A;
	border-right: 50px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 50px solid transparent;
}

.setup_box dl:after{
	position:absolute;
	display: block;
	content:"";
    margin: auto;
    left: 0;
    right: 0;
    bottom: -24px;
    height: 1em;
	background:-moz-linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
	background:-webkit-linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
	background:-o-linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
	background:linear-gradient(rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
.setup_box dl:last-child:before,
.setup_box dl:last-child:after{
	display:none;
}
.setup_box dt{
	font-size:1rem ;
	text-indent:-1.5em;
	line-height: 1.4;
	padding-left: 2rem !important;
}
.setup_box img{
	display:block;
	margin:1rem auto;
	max-width: 100%;
}
.setup_box .setcomp {
    border: 1px solid #f69640;
	background: rgb(251,191,128); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,191,128,1) 1%, rgba(245,156,74,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,191,128,1) 1%,rgba(245,156,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,191,128,1) 1%,rgba(245,156,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbf80', endColorstr='#f59c4a',GradientType=0 ); /* IE6-9 */
}
.setup_box .setcomp p{
	text-align:center;
	color:#fff;
	font-size: 1.3rem;
    font-weight: bold;
	line-height: 1.5rem;
	padding-top: 0.8rem;
	margin-bottom: 8px;
}



/*--------------------------------------------
	 各種接続方法(manual) タブリンク (manual_local_navi)
-------------------------------------------------------- */
#manual_local_navi{
    background: #edf2fb;
    border-bottom: 1px solid #a2b4db;
    padding: 0px;
}	
#manual_local_navi .inner{
	width: 100%;
	max-width: 940px;
	margin:auto;
}
#manual_local_navi ul{
/*	width:940px;
	margin:auto;*/
	display:flex;
	padding-top:1rem;
	margin-bottom:0;
}
#manual_local_navi ul li{
	padding:0.6rem 1.5rem 0.4rem;
	margin-bottom: -1px;
	display:flex;
}
#manual_local_navi ul li:before{
	content:"\f061";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: inline-block;
	color: #f17b22;
	margin-right:6px;
}
#manual_local_navi ul li.active{
	background: #fff;
	border: 1px solid #a2b4db;
	border-bottom: none;
	border-radius: 4px 4px 0 0 ;
}
#manual_local_navi ul li.active:before{
	content:"\f063";
	color:#a2b4db;
}
#manual_local_navi ul.dis_none{
	display:none;
}


/*--------------------------------------------
	 フレッツ・ADSL / フレッツ・ISDN お手続手順 (service/fadsl/)
-------------------------------------------------------- */
.step dl{
	display:flex;
	color:#fff;
	align-items: center;
	width:100%;
}
.step dt{
	background:#008ed0;
	background: #008ed0; #0073c2 100%); 
	background: -webkit-linear-gradient(top, #008ed0 0%,#0073c2 100%); 
	background: linear-gradient(to bottom, #008ed0 0%,#0073c2 100%); ;
	padding: 0.5rem;
	border-right: 1px solid #fff;
}
.step dd{
	background:#0072c2;
	background: #0072c2; #0054b0 100%); 
	background: -webkit-linear-gradient(top, #0072c2 0%,#0054b0 100%); 
	background: linear-gradient(to bottom, #0072c2 0%,#0054b0 100%); 
	padding:0.5rem;
	margin-bottom: 0;
	width: 100%;
	font-weight:bold;
}
.step_detail{
	position:relative;
	overflow:hidden;
}
.step_detail:not(:last-child):before{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	border-left: 15px solid #d1d9ec;
	bottom: 25px;
	left: 23px;
}
.step_detail:not(:last-child):after{
	content:"";
	width:0;
	height:0;
	border: 15px solid;
	border-color:#d1d9ec  transparent transparent transparent;
	position:absolute;
	left:15px;
	bottom: -5px;
}
.step_inner{
	display:inline-block;
	margin-left:50px;
}
.tel-area{
	justify-content: center;
	align-items: end;
}
.tel-area .telttl{
	font-weight:bold;
}
.tel-area > div{
	padding-right:0;
	margin-bottom:10px;
}
.tel-area .telnum p{
	margin-bottom:0;
}
.tel-area div.btn_area{
	margin-bottom:3px;
}
.tel-area .btn3{
	padding: 0.8em 1em;
	font-size: 14px;
}
.tel-area .sform {
    border: 2px solid #D1D9EC;
    height: 26px;
    width: 60px;
    font-size: 1.5em;
    overflow: hidden;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
.step_detail{
	padding-right: 13%;
}

}

/*------------------------------
	kaitsu / bflets / index 申込の流れ
--------------------------------------*/
.kaitsu_arrow{
	position: relative;
	margin-left: 10px;
}
.kaitsu_term01:before{
	content: "約１週間";
	display: block;
	width: 2em;
	height: 5.2em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 3px;
	background: #fff;
	border: 3px solid #fae8d4;
	z-index: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 5px;
}
.kaitsu_term02:before{
	content: "平均、約２週間～１ヶ月";
	display: block;
	width: 3.5em;
	height: 7em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7px;
	background: #fff;
	border: 3px solid #fae8d4;
	z-index: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 5px;
}
.kaitsu_term03:before{
	content: "約２～３週間";
	display: block;
	width: 2em;
	height: 7.2em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 3px;
	background: #fff;
	border: 3px solid #fae8d4;
	z-index: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 5px;
}
.kaitsu_arrow:before{
	content: "";
	display: block;
	background: url(/support/kaitsu/images/flow_arrow.png) top left no-repeat;
	width: 35px;
	height: 350px;
	position: absolute;
	top: -32px;
}
.kaitsu_arrow:after{
	content: "";
	display: block;
	background: url(/support/kaitsu/images/flow_arrow.png) bottom left no-repeat;
	width: 35px;
	height: 350px;
	position: absolute;
	bottom: -32px;
}
.kaitsu_arrow.short:before{
	height: 200px;
}
.kaitsu_arrow.short:after{
	height: 200px;
}
.kaitsu_arrow.middle:before{
	height: 400px;
}
.kaitsu_arrow.middle:after{
	height: 400px;
}	
.kaitsu_arrow.long:before{
	height: 970px;
}
.kaitsu_arrow.long:after{
	height: 970px;
}		

/*------------------------------
	support / member / お客様情報の確認 / 各種お手続き
--------------------------------------*/
.member_pict_list li div {
	background: #f3f6fc linear-gradient(180deg, #fff, #f3f6fc) repeat-x !important;
}
.member_pict_list li div a{
	filter:alpha(opacity=85); /* IE 6,7*/
	-ms-filter: "alpha(opacity=85)"; /* IE 8,9 */
	-moz-opacity:0.85; /* FF , Netscape */
	-khtml-opacity: 0.85; /* Safari 1.x */
	opacity:0.85;
	zoom:1; /*IE*/
}
.member_pict_list div a:before{
	display: block;
	width: 67px;
	height: 48px;
	margin: 0 auto 5px;
}
.member_pict_list div.pict_01 a:before{
	content: url(/support/member/images/pictogram_01.png) ;
}
.member_pict_list div.pict_02 a:before{
	content: url(/support/member/images/pictogram_02.png) ;
}
.member_pict_list div.pict_03 a:before{
	content: url(/support/member/images/pictogram_03.png) ;
}
.member_pict_list div.pict_04 a:before{
	content: url(/support/member/images/pictogram_04.png) ;
}
.member_pict_list div.pict_05 a:before{
	content: url(/support/member/images/pictogram_05.png) ;
}
.member_pict_list div.pict_06 a:before{
	content: url(/support/member/images/pictogram_06.png) ;
}
.member_pict_list div.pict_07 a:before{
	content: url(/support/member/images/pictogram_07.png) ;
}
.member_pict_list div.pict_08 a:before{
	content: url(/support/member/images/pictogram_08.png) ;
}
.member_pict_list div.pict_09 a:before{
	content: url(/support/member/images/pictogram_09.png) ;
}
.member_pict_list div.pict_10 a:before{
	content: url(/support/member/images/pictogram_10.png) ;
}
.member_pict_list div.pict_11 a:before{
	content: url(/support/member/images/pictogram_11.png) ;
}

.member_pict_list li div a:hover{
	background: #fff;
	opacity: 1;
}
.member_pict_list li div a:hover span{
	color: #0040BB!important;		
}

@media (max-width: 576px) {
	.member_pict_list div a:before{
		display: inline-block;
		margin:0;
		vertical-align: middle;
	}
	.member_pict_list br{
		display: none;
	}
}


/*-------------
  お問い合わせ窓口 
 ---------------------------*/
h1.madoguchi{
	margin-left: 2em;
	text-indent: -2em;
}
.madoguchi_qa{
	display: flex;
	align-items: center;
	padding-left: 58px;
	vertical-align: middle;
	margin-left: -5px;
	min-height: 50px;
	padding-top: 5px;
}
.madoguchi_qa.icon_01{
	background: url(/support/madoguchi/images/icon-01.png) left center no-repeat;
	background-size: 50px 50px;
}
.madoguchi_qa.icon_02{
	background: url(/support/madoguchi/images/icon-02.png) left center no-repeat;
	background-size: 50px 50px;
}
.madoguchi_qa.icon_03{
	background: url(/support/madoguchi/images/icon-03.png) left center no-repeat;
	background-size: 50px 50px;
}
.madoguchi_qa.icon_04{
	background: url(/support/madoguchi/images/icon-04.png) left center no-repeat;
	background-size: 50px 50px;
}
.madoguchi h5.modal-title{
    text-indent: -50px;
    margin-left: 46px;
}
.madoguchi h5.modal-title .icon_01{
	background: url(/support/madoguchi/images/icon-01.png) left center no-repeat;
	background-size: 40px;
	padding: 10px 0 10px 50px;
	color: #039;
	font-weight: bold;
	font-size: 1.1rem;
}
.madoguchi h5.modal-title .icon_02{
	background: url(/support/madoguchi/images/icon-02.png) left center no-repeat;
	background-size: 40px;
	padding: 10px 0 10px 50px;
	color: #039;
	font-weight: bold;
	font-size: 1.1rem;
}
.madoguchi h5.modal-title .icon_03{
	background: url(/support/madoguchi/images/icon-03.png) left center no-repeat;
	background-size: 40px;
	padding: 10px 0 10px 50px;
	color: #039;
	font-weight: bold;
	font-size: 1.1rem;
}
.madoguchi h5.modal-title .icon_04{
	background: url(/support/madoguchi/images/icon-04.png) left center no-repeat;
	background-size: 40px;
	padding: 10px 0 10px 50px;
	color: #039;
	font-weight: bold;
	font-size: 1.1rem;
}
.madoguchi_qa .fa-angle-right,
.madoguchi_info .fa-angle-right{
	position: absolute;
	right: 13px;
	bottom: 5px;
}

.madoguchi #h3_kwd span{
	background: #039;
	border-radius: 20px;
	padding: 0 6.5px;
	margin-right: 5px;	
	font-size: 89%;
}
.madoguchi #h3_kwd .fa-search{
	color: #fff;
	font-size: 88%;
}
.madoguchi #h3_nfm{
	margin-left: 39px;
}
.madoguchi #h3_nfm span{
	background: #039;
	border-radius: 20px;
	padding: 0 9px;
	margin-left: -39px;
	margin-right: 5px;
	font-size: 90%;
}
.madoguchi #h3_nfm .fa-mobile-alt{
	color: #fff;
}

.madoguchi_info .icon_05{
	background: url(/support/madoguchi/images/icon-05.png) left center no-repeat;
	background-size: 45px;
	display: flex;
	align-items: center;
	padding-left: 52px;
	vertical-align: middle;
	min-height: 45px;
	text-align: left;
}
.madoguchi_info .icon_06{
	background: url(/support/madoguchi/images/icon-06.png) left center no-repeat;
	background-size: 45px;
	display: flex;
	align-items: center;
	padding-left: 52px;
	vertical-align: middle;
	min-height: 45px;
	text-align: left;
}
.madoguchi_info .icon_07{
	background: url(/support/madoguchi/images/icon-07.png) left center no-repeat;
	background-size: 45px;
	display: flex;
	align-items: center;
	padding-left: 52px;
	vertical-align: middle;
	min-height: 45px;
	text-align: left;
}
#h3_mail span{
	background: #039;
	border-radius: 20px;
	padding: 0 3px 1px 6.5px;
	margin-right: 5px;	
	font-size: 87%;
	margin-left: -36px
}
#h3_mail{
	line-height: 1.5em;
	margin-left: 36px;
}
#h3_telgui{
	margin-left: 36px;
	text-indent: -36px;
}
#h3_mail .fa-envelope{
	color: #fff;
	font-size: 95%;
}
.madoguchi_mail .nav-link.active{
	background-color: #d2d9ec;
	border-radius: 0.25rem 0.25rem 0 0;
	color: #212529;
}
@media (min-width: 576px) {
  .modal_mw_600 .modal-dialog {
	  max-width: 600px!important;
	}
}

/* -----------------------------
	 Rtoaster 画像サイズ指定 
-----------------------------*/

#hikari_main img ,
#adsl_main img ,
#wimax_main img ,
#emobile_lte_main img ,
#dolte_main img ,
#top_middle img ,
#maintenance img ,
#bnr_sidemenu img ,
#lis_head img ,
#ad_sp_head img ,
#tel_number img ,
#kaiin_faq img ,
#support_faq_rank img ,
#support_osmupcell img ,
#support_osmupcell_hikkoshi img ,
#support_notice2 img ,
#sup_sidemenu img ,
#sup_general img ,
#sup_nifmo img ,
#sup_top img ,
#sup_retention img ,
#sup_indiv001 img ,
#sup_indiv002 img ,
#sup_answer img ,
#sup_finder img{
	max-width: 100%;
	height: 100%;
}


/* -----------------------------
	 右コンテンツ Nifmo QandA（skw_04） 
-----------------------------*/
.right_contents h2.nifmo_qa {
	width: 270px;
    margin: 0;
    background: #0047A6;
    padding: 10px;
    color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 0.875rem;
}
.qa_skw_04 div.rn_Hide{
    display:none;
}
.qa_skw_04 div.rn_Show{
    display:block;
}
.qa_skw_04 div.rn_Content{
	width:270px;
}
.qa_skw_04 div.rn_Content ul.rn_List{
	padding:0;
	margin:0;
	display:block;
	list-style-position:outside;/*IE7対策*/
	_height:248px;
	min-height:248px;
	border-left: 1px solid #D1D9EC;
	border-right: 1px solid #D1D9EC;
	border-bottom: 1px solid #D1D9EC;
}
.qa_skw_04 div.rn_Content ul.rn_List li.rn_Item{
	list-style-type:none;
	padding:9px 3px 10px 3px;
	line-height:160%;
	border-top: 1px solid #D1D9EC;
}
.qa_skw_04 div.rn_Content ul.rn_List li.rn_Item br{
	display: none;
}
.qa_skw_04 div.rn_Content ul.rn_List li.rn_Item span.rn_Title,
.qa_skw_04 div.rn_Content ul.rn_List li.rn_Item span.rn_Title a{
    font-size:1.15em;
    font-weight:normal;
	text-decoration: none;
	padding: 0 8px;
	display: block;
}
.qa_skw_04 div.rn_Content ul.rn_List li.rn_Item span.rn_Title a:link{
	color:#1a1a1a;
	text-decoration:none;
	display:block;
	color:#003399;
}
.qa_skw_04 div.rn_Content ul.rn_List li.rn_Item span.rn_Title a:hover{
	text-decoration: underline;
	color:#ff6c08;
}


/* 365バナー */
.height-61{
	height: 61px;
}


/*-------------------------------------------------------------------------------------------------
	 スマホ・タブレット用（767px以下）
-------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:767px) {

/*-------------
  スマホ用グローバルナビ 
 ---------------------------*/

#global,
#mg_footer{
	display:none;
}
.head_logo{
	display:flex;
	width: 100%;
	padding-bottom: 0.5rem;
}
.h_menu_btn{
	padding: 0.5rem 1rem 0 0;
}
#header-menu .pc_btn_box p{
	padding: 0.5rem 0 0 0;
}
#header-menu .pc_btn_box p.btn_contact{
	padding-right: 0.5rem;
}
#header-menu{
	/*margin-bottom:-0.5rem;*/
	margin-bottom:0;
}
#header-menu.pc_row{
	display:block;
}
#header-menu form.pc_device{
	display:none;
}
#header-menu p{
	margin-bottom:0.5rem;
}
#header-menu ul.last{
	margin-bottom:-0.5rem;
}
#header-menu ul li{
	border-right:none;
	border-bottom:1px solid #d1d9ec;
	line-height: 1.2em;
 }	  
#header-menu ul li a:after{
	content:"\f054";    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	display: block;
	text-align: right;
	margin-top: -1.2em;
	margin-right:0.2rem;
 }
#header-menu ul li .icon_plus a:after{
	display: block;
	text-align: right;
	margin-right: 0.1rem;
	content: "\f078";
	font-size: 0.9rem;
	margin-top: -1.15em;
 }
#header-menu .acc_box ul li a:after{
	 font-size:0.8rem;
 }

.navbar{
	padding:0.5rem 0 0;
}
.navbar-brand{
	margin-right:auto;
}
#header-menu .navbar-nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	
	height: auto;
        max-height:55vh;
        overflow-y:auto;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#header-menu ul li a:hover{
    color: #c30;
}
#header-menu .acc_box ul li a:hover{
    color: #0097e0;
}
.navbar-nav .acc_box{
	background:#f9f9f9;
	border-left: 2px solid #003399;
}
.gnav_acc a[data-toggle="collapse"] {
	display: block;
	padding:0.8rem;
}
.gnav_acc a[data-toggle="collapse"]:active,
.gnav_acc a[data-toggle="collapse"]:hover,
.gnav_acc a[data-toggle="collapse"]:focus {
 	text-decoration: none; 
}

.navbar-nav .nav-item a{
	padding:0.8rem 0.8rem 0 0.8rem;
}
.navbar-nav .nav-item.active a{
	padding-bottom:0.8rem ;
}
/*ナビゲーションバー　短縮版*/
.short .navbar-nav .nav-item a{
	padding:0rem;
}

.navbar-nav .ttl_link a{
	display:block;
	margin-left: 0.5rem;
}
.navbar-nav .nav_ttl {
    font-weight: bold;
	background: #f1f1f1;
	padding: 0.3rem 0;
}
.navbar-nav .nav_ttl span{
	margin-left: 1.2rem;
	line-height: 1.8;
}
.navbar-nav .acc_box .nav_ttl a {
	padding:0;
}
.gnav_acc .acc_box a{
	padding:0.8rem;
}
.gnav_acc .acc_box a:hover{
	text-decoration:none;
}
.gnav_acc .acc_box .inner li{
	margin:0.3rem 0 0 0.5rem;
}
.gnav_acc .acc_box .inner li a{
	padding: 0.5rem 0.8rem;
	display: block;	
}

/*-------------
  レイアウト 
 ---------------------------*/
/* コンテンツ */ 
 .contents{
	 margin-top:0;
 }

.main_contents {
    padding-right: 0; 
	width: 100%;
}


 ul.pagelink {
    padding: 0.5rem 0.3rem 0 0.5rem;
	margin-bottom:-5px;
 }
 ul.pagelink li {
    line-height: 1.2;
 } 
/* 右カラム */	
.right_contents{
	display:none;
}

/* ぱんくず */
ul#topic-path{
	display:block;
	margin-top:0.2rem;
}
ul#topic-path li{
	font-size:0.75rem;
	display: inline-block;
}
/* トップへボタン */
#gotop {
    bottom: -33px;
    right: 12px;
}
#gotop a{
	opacity:0.6;
}

/* フッター */
footer{
    border-top: 3px solid #ccc;
    padding-top: 5px;
}

/*-------------
  サイト内検索 
 ---------------------------*/
.serch_area{
	border: 1px solid #cdd7f2;
	background: #f3f3fb;
	margin-top:5px;
}
.serch_area form{
	margin:0.5rem;
}
.serch_area ul,
.serch_area dl,
.serch_area dt,
.serch_area dd{
	margin-bottom:0;
	font-weight:normal;
}
.serch_area input[type="text"] {
    padding: 2px 4px;
	width: 100%;
	border: 1px solid #d1d9ec;
	border-radius: 3px;
	line-height:2;
}
.serch_area legend{
	display: none;
}
.serch_area fieldset {
	position:relative;
}
.serch_area button {
	position:absolute;
	right:0;
	top:0;
	display:inline-block;
	border:none;
	background: #039;
	border-radius: 0 3px 3px 0;
	color: #fff;
	height: 100%;
	width: 35px;
	font-size:1rem;
}
#search-keywords:before{
	content:"";
	display: block;
	border-top:1px solid #cdd7f2;
	margin: 5px -14px;
	padding-top: 5px;;
}
#search-keywords dt span{
	background:#F78210;
	border-radius:10px;
	color:#fff;
	position:relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	font-size: 0.55rem;
	vertical-align: sub;
	margin-right: 5px;
}
#search-keywords dt span svg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* btn2内での改行を削除 */
.col-sm-5.pl-3 .btn2 br{
	display:none;
}

/* manual_local_navi */
#manual_local_navi{
	margin-bottom:1rem;
}

/* タブパネル */
.tabpanel{
	display:flex;
	margin-bottom:0;
}
.tabpanel li{
	font-size:0.8rem;
}

	
 } /* @media only screen and (max-width:767px) END */


 /*--------------
  @media only screen and (max-width:567px)
  -----------------------------------------------*/
  
 @media only screen and (max-width:567px) {
 
 .btn2 br{
	display:none;
}
.setup_box .setcomp p{
	font-size: 1rem;
} 
	 
 } /* @media only screen and (max-width:567px) END */
 
 
 
 
 
 
  