@charset "utf-8";
/* CSS Document */



		@media all and (min-width: 979px){
			/*タイトル調整*/
			.c-heading-lv1{
				padding-top: 95px;
			}
			.networkInfo-ttl{
				font-size:24px;
				text-align:center;
				margin-bottom:90px;
			}		
		
			.heading-lv3-netinfo{
				font-weight: bold;
				font-size: 24px;
				line-height: 40px;
				margin-bottom: 5px;
				margin-top: -8px;
			}
			
			#mt_before_area .heading-lv3-netinfo{
				font-weight: bold;
				font-size: 24px;
				line-height: 40px;
				margin-bottom: 5px;
				margin-top: 29px;
			}		
			/*ページ内リンクタブ*/
			.netinfo-tab-block {
				padding-bottom: 10px;
				border-bottom: #e6e6e6 1px solid;
				margin-bottom: 60px;
			}
			.netinfo-tab-block ul li{
				word-break: break-all;
			}
			
			.netinfo-tab-block__body {
				margin-left: auto;
				margin-right: auto;
				box-sizing: border-box;
				max-width: 1200px;
			}
			.netinfo-tab-block__body {
				padding-left: 40px;
				padding-right: 40px;
			}
			.netinfo-tab-block__body li {
				width: 33%;
				float: left;
				text-align: center;
			}
			.netinfo-tab-block__body li:last-child {
				width: 33%;
			}
			.netinfo-tab-block__body li a {
				display: block;
				background-image: -webkit-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
				background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px); 
				background-repeat: repeat-y;
				background-position: right top;
				background-size: 1px 4px; 
				padding:30px 0;
				-webkit-transition: color 0.15s linear;
 				transition: color 0.15s linear;
			}
			.netinfo-tab-block__body li:last-child a {
				background-image: none;
			}
			
			.netinfo-tab-block__body li a:hover{
				color:#e60012;
			}
			
			.netinfo-tab-block__body li a span{
				font-size:16px;
				font-weight:bold;
			}
			
			.netinfo-tab-block__body:before,
			.netinfo-tab-block__body:after {
				content: " ";
				display: table;
			}
			.netinfo-tab-block__body:after {
				clear: both;
			}
			.netinfo-tab-block__body {
				*zoom: 1;
			}		
		
			/*トップメッセージBOX*/
			.netinfo_textarea{
				margin:50px auto 40px;
				width:80%;
			}
			.netinfo_textarea p{
				font-size: 24px;
				line-height: 1.7;
			}
				
			/*現在の障害発生状況大枠*/
			.borderWrapBox{
				margin-bottom:120px;
				border-bottom:2px solid #CCCCCC;
			}				

			.networkBox{
				padding-bottom:30px;
				margin-bottom:30px;
				border-bottom:1px #CCCCCC solid;
			}
			.networkBox:last-child{
				border-bottom:0px;
				margin-bottom:0px;
				padding-bottom:0px;
			}
			

			.networkBox p{
				font-size: 18px;
				margin-bottom: 30px;
				line-height: 2.0;
			}
			p.networkBox_title{
				font-size: 16px;
				line-height: 1;
				margin-bottom: 10px;
			}
			
			
			.networkBox dl.networkBox_top:before,
			.networkBox dl.networkBox_top:after {
					content: " ";
					display: table;
			}
			.networkBox dl.networkBox_top:after {
					clear: both;
			}
			.networkBox dl.networkBox_top {
					*zoom: 1;
					margin-bottom:20px;
			}
			.networkBox dl.networkBox_top dt.networkBox_top_icon{
				display:inline-block;
				float:left;
				margin-bottom: 20px;
			}		
			.networkBox dl.networkBox_top dd.networkBox_top_day{
				display:inline-block;
				float:right;
				font-size:16px;
			}
			.networkBox .networkBox_top_icon-part{
				margin-right:10px;
			}

			.networkBox .networkBox_list_title{
				font-size: 24px;
				font-weight: bold;
				margin-bottom: 10px;
			}

			
			
			.networkBox .networkBox_list_date{
				font-size:16px;
				margin-bottom:45px;
				padding-left:1em;
			}		
		
			/*リンク*/			
			.netoinfo-bottomLink {
				margin-left: auto;
				margin-right: auto;
				margin-bottom:100px;
				box-sizing: border-box;
				max-width: 1200px;
				text-align:center;
			}	
			.netoinfo-bottomLink:last-child {
				margin-bottom:0;
			}	
			.netoinfo-bottomLink--flex {
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-end;
				align-items: flex-start;
				margin-top: -.5em;
				margin-left: -1em;
			}	
			.netoinfo-bottomLink--flex > * {
				flex-shrink: 0;
				margin-top: .5em;
				margin-left: 1em;
				font-size: 18px;
				line-height: 2.0;
			}	
			.netoinfo-bottomLink--flex .c-text {
				font-size: 16px;
				line-height: 2.0;
			}	
			.netoinfo-bottomLink--flex .c-text a {
				display: inline-block;
				vertical-align: top;
				padding-left: 26px;
				text-indent: -26px;
			}	
			.netoinfo-bottomLink--flex .c-text a > * {
				text-indent: 0;
			}	

			.netoinfo-bottomLink a.c-link-sub{
				color:#3c3c3c!important;
				-webkit-transition: color 0.15s linear;
	 			 transition: color 0.15s linear;

			}
			.netoinfo-bottomLink a.c-link-sub:hover{
				color:#e60012!important;
			}
			
			/*現在のメンテナンス状況以外の障害無し時テキスト*/
			#no_trouble_now,
			#no_trouble_after,
			#no_mt_after{
				font-size: 18px;
				line-height: 2.0;
				margin-bottom: 50px;
			}
			
			/*タイトル左よせ*/
			#mt_before_area .c-heading-lv2 {
				display:inline-block;
				margin-bottom: 40px;
			}
			/*メンテナンス無し時テキスト*/
			#no_mt_now{
				font-size: 18px;
				line-height: 2.0;
				margin-bottom: 50px;
			}
			
			#mt_before_area{
				border:4px solid #CCCCCC;
				padding:60px 45px;
				margin-bottom:50px;
				
			}
			#mt_before_area .networkBox_column {
				display:flex;
				padding-top:48px;
				padding-bottom: 48px;
				border-bottom: 1px solid #CCCCCC;
			}
			#mt_before_area .networkBox_column:nth-child(2){
				padding-top:0px;
			}
			
			#mt_before_area .networkBox_column:last-child{
				border:0;
				padding-bottom:0px;
			}
			#mt_before_area .networkBox_column_item{
				width: 50%;
				box-sizing: border-box;
				padding:10px;
			}
			
			#mt_before_area .networkBox_column_item:nth-child(odd) {
				display: block;
				background-image: -webkit-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
				background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px); 
				background-repeat: repeat-y;
				background-position: right top;
				background-size: 1px 4px; 
				padding:0px 35px 10px 10px;
			}
			#mt_before_area .networkBox_column_item:nth-child(even) {
				padding:0px 10px 10px 35px;

			}
			
			#mt_before_area .networkBox_column_itemIn p{
				font-size: 18px;
				margin-bottom: 35px;
				line-height: 2.0;
			}

			
			#mt_before_area .networkBox_top_icon-part{
				margin-right:10px;
			}
			

			#mt_before_area .networkBox_list_title{
				font-size: 24px;
				font-weight: bold;
				margin-bottom: 10px;
			}

			.networkBox_list_date{
				font-size: 16px;
				margin-bottom: 45px;
				padding-left:1em;
			}			
			
			/*2018_11_19対象サービス表示方法変更*/
			
			.trouble_services,
			.mt_services{
				margin-bottom: 30px;
				margin-left:10px;
			}
						
			.trouble_services > li,
			.mt_services > li{
				font-size: 18px;
				font-weight:bold;
				margin-bottom: 5px;
				padding-left: 1em;
				text-indent: -1em;
			}
			.trouble_services > li:last-child,
			.mt_services > li:last-child{
				margin-bottom: 0px!important;
			}
			.trouble_services > li:before,
			.mt_services > li:before{
				content:"・";
			}			
			
			.footerBox{
				padding: 15px 0;
				border-top:2px solid #CCCCCC;
			}				
			.footerBox .l-container{
				margin-bottom: 0;
			}				
		}
		@media all and (max-width: 978px){
			/*タイトル左よせ*/
			.c-heading-lv1 {
				padding-top: 40px;
				margin-bottom: 25px;
			}
			.c-heading-lv1__text {
				text-align: left;		
			}
			h2.c-heading-lv2{
				margin-bottom:28px;
			}
			.networkInfo-ttl{
				font-size: 16px;
				text-align: left;
				margin-bottom: 30px;
			}					
			

			.heading-lv3-netinfo{	
				font-size: 18px;
				line-height: 30px;
				margin-bottom: 5px;
				margin-top: -6px;
			}							
			#mt_before_area .heading-lv3-netinfo{
				font-size: 18px;
				line-height: 30px;
				margin-bottom: 5px;
				margin-top: 15px;
			}		
			

			.netinfo-tab-block {
				padding-bottom: 10px;
				border-bottom: #e6e6e6 1px solid;
				margin-bottom: 25px;
			}
						
			.netinfo-tab-block ul li{
				word-break: break-all;
			}
			.netinfo-tab-block__body {
				margin-left: auto;
				margin-right: auto;
				box-sizing: border-box;
				max-width: 1200px;
			}
			.netinfo-tab-block__body {
				padding-left: 14px;
				padding-right: 14px;
			}
			
			.netinfo-tab-block__body li {
				width: 33%;
				float: left;
				text-align: center;
			}
			
			.netinfo-tab-block__body li:last-child {
				width: 33%;
			}
			.netinfo-tab-block__body li a {
				display: block;
				background-image: -webkit-linear-gradient(top, #999, #999 1px, transparent 1px, transparent 3px);
				background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px); 
				background-repeat: repeat-y;
				background-position: right top;
				background-size: 1px 4px; 
				padding:5px 10px;
			}
			.netinfo-tab-block__body li:last-child a {
				background-image: none;
			}
			
			/*.netinfo-tab-block__body li a:hover{
				color:#e60012;
			}*/
			
			.netinfo-tab-block__body li a span{
				font-size:14px;
			}
			.netinfo-tab-block__body:before,
			.netinfo-tab-block__body:after {
				content: " ";
				display: table;
			}
			.netinfo-tab-block__body:after {
				clear: both;
			}
			.netinfo-tab-block__body {
				*zoom: 1;
			}
			
			/*現在の障害発生状況大枠*/
			.borderWrapBox{
				margin-bottom:60px;
				border-bottom:1px solid #CCCCCC;
				
			}	
			
			/*ページ説明テキスト*/
			.netinfo_textarea{
				font-size:14px;
				line-height:1.8;
				/*padding-left:14px;
				padding-right:14px;*/
				margin-top:25px;
				margin-bottom:50px;
			}
			.networkArea{
				margin-bottom:50px;
			}
			
			.networkBox{
				margin-bottom:20px;
				border-bottom:1px #CCCCCC solid;
			}
			.networkBox:last-child{
				border-bottom:0px;
			}
	
			.networkBox p{
				font-size:14px;
				line-height:1.8;
				margin-bottom:15px;
			}
			p.networkBox_title{
				font-size: 14px;
				line-height: 1;
				margin-bottom: 10px;
			}

						
			.networkBox dl.networkBox_top {
					margin-bottom:20px;
			}
			.networkBox dl.networkBox_top dt.networkBox_top_icon{
				margin-bottom:20px;
			}		
			.networkBox dl.networkBox_top dd.networkBox_top_day{
				display:inline-block;
				font-size:14px;
			}
			.networkBox .networkBox_top_icon-part{
				margin-right:5px;
			}
			

			.networkBox .networkBox_list_title{
				font-size:16px;
				font-weight:bold;
				margin-bottom:10px;
			}

			
			
			.networkBox .networkBox_list_date{
				font-size:14px;
				margin-bottom:25px;
				padding-left:1em;
			}	
			
			/*リンク*/			
			.netoinfo-bottomLink {
				margin-left: auto;
				margin-right: auto;
				margin-bottom:75px;
				box-sizing: border-box;
				max-width: 1200px;
				text-align:center;
			}	
			.netoinfo-bottomLink:last-child {
				margin-bottom:0;
			}	
			.netoinfo-bottomLink--flex {
				margin-top: -.5em;
				text-align: left;
			}	
			.netoinfo-bottomLink--flex > * {
				margin-top: .5em;
				font-size: 14px;
				line-height: 2.0;
			}	
			.netoinfo-bottomLink--flex .c-text {
				font-size: 14px;
				line-height: 2.0;
			}	
			.netoinfo-bottomLink--flex .c-text a {
				display: inline-block;
				vertical-align: top;
				padding-left: 24px;
				text-indent: -24px;
			}	
			.netoinfo-bottomLink--flex .c-text a > * {
				text-indent: 0;
			}	

			.netoinfo-bottomLink a{
				/*font-weight:bold;*/
			}
			.netoinfo-bottomLink a.c-link-sub{
				color:#3c3c3c!important;
				-webkit-transition: color 0.15s linear;
	 			 transition: color 0.15s linear;

			}
			.netoinfo-bottomLink a.c-link-sub:hover{
				color:#e60012!important;
			}
			
			/*現在のメンテナンス状況以外の障害無し時テキスト*/
			#no_trouble_now,
			#no_trouble_after,
			#no_mt_after{
				font-size: 14px;
				line-height: 2.0;
				margin-bottom: 50px;
			}
			/*メンテナンス無し時テキスト*/
			#no_mt_now{
				font-size: 14px;
				line-height: 2.0;
				margin-bottom: 50px;
			}
			
			/*今後のメンテナンス予定*/
			#mt_before_area{
				border:4px solid #CCCCCC;
				padding:30px 10px;
				
			}
			#mt_before_area .networkBox_column {
				/*display:flex;*/
			}
			#mt_before_area .networkBox_column_item{
				width: 100%;
				box-sizing: border-box;
				padding: 25px 0 15px;
				border-top:1px solid #CCCCCC;
			}
			#mt_before_area div.networkBox_column:first-of-type .networkBox_column_item:first-child{
				padding: 0 0 15px;
				border-top:none;
			}			
			
			#mt_before_area .networkBox_column_itemIn p{
				font-size:14px;
				margin-bottom:15px;
			}
			#mt_before_area .networkBox_top_icon-part{
				margin-right:10px;
			}

			#mt_before_area .networkBox_list_title{
				font-size: 16px;
				font-weight: bold;
				margin-bottom: 10px;
			}
			
			.networkBox_list_date{
				font-size: 14px;
				margin-bottom: 25px;
				margin-left:10px;
				padding-left: 1em;
			}

			
			/*2018_11_19対象サービス表示方法変更*/	
			.trouble_services,
			.mt_services{
				margin-bottom: 15px;
				margin-left:10px;
			}		
			.trouble_services > li,
			.mt_services > li{
				font-size: 14px;
				font-weight:bold;	 
				margin-bottom: 5px;
				padding-left: 1em;
				text-indent: -1em;
			}
			.trouble_services > li:last-child,
			.mt_services > li:last-child{
				margin-bottom: 0px!important;
			}
			.trouble_services > li:before,
			.mt_services > li:before{
				content:"・";
			}
			.spNone{
				display:none;
			}
			
			.footerBox{
				padding: 15px 0;
				border-top:1px solid #CCCCCC;
			}				
			.footerBox .l-container{
				margin-bottom: 0;
			}				
		}

		@media all and (min-width: 979px){
			.modal {
				position: fixed;
				z-index: 11000;
				background-color: transparent;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				overflow: hidden;
			}
			.modal ,
			.modal * ,
			.modal *::before ,
			.modal *::after {
				box-sizing: border-box;
			}
			.modal.u-hide ,
			.modal .u-hide {
					display:none
			}
			.is-opened-modal body {
				overflow:hidden
			}
			.cookieModal__body {
				width: 100%;
				height: 100%;
				overflow: auto;
			}
			.cookieModal__bg {
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,0.9);
				position: absolute;
				left: 0;
				top: 0;
			}
			.cookieModal__contents {
				position: relative;
				max-width: 960px;
				width: 100%;
				min-height: 100vh;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				margin: 0 auto;
				padding: 40px;
			}
			.cookieModal__contents__inner {
				width: 100%;
				background: #fff;
				color: #000;
			}
			.cookieModal__panel__item {
				opacity: 0;
				-webkit-transition: opacity 0.45s cubic-bezier(0.41, 0.12, 0.26, 0.97);
				transition: opacity 0.45s cubic-bezier(0.41, 0.12, 0.26, 0.97);
			}
			.cookieModal__panel__item.is-active {
				opacity: 1;
			}
			.cookieModal__container {
				padding: 48px;
			}
			.cookieModal__heading {
				text-align: center;
				line-height: 2;
				font-size: 30px;
				font-weight: bold;
			}
			.cookieModal__content {
				margin-top: 30px;
				color: #333;
			}
			.cookieModal-txt {
				margin-top: 18px;
				line-height: 2;
				font-size: 18px;
			}
			.cookieModal-txt:first-child {
				margin-top: 0;
			}
			.cookieModal-txt a {
				color: #e60012;
				text-decoration: underline;
			}
			.cookieModal-txt a:hover {
				text-decoration: none;
			}
			.cookieModal-btn {
				margin-top: 30px;
				text-align: center;
			}
			.cookieModal-btn-list {
				display: inline-block;
				vertical-align: top;
			}
			.cookieModal-btn-list__item {
				margin-top: 15px;
			}
			.cookieModal-btn-list__item:first-child {
				margin-top: 0;
			}
			.cookieModal-btn a,
			.cookieModal-btn button {
				display: inline-block;
				vertical-align: top;
				background: #fff;
				cursor: pointer;
				color: #333;
			}
			.cookieModal-btn-list__item a,
			.cookieModal-btn-list__item button {
				width: 100%;
			}
			.cookieModal-btn a[disabled],
			.cookieModal-btn button[disabled] {
				opacity: .5;
				pointer-events: none;
			}
			.cookieModal-btn a:hover,
			.cookieModal-btn button:hover {
				background: #f3f3f3;
			}
			.cookieModal-btn-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				min-height: 48px;
				padding: 3px 32px;
				border: 1px solid #d2d2d2;
			}
			.cookieModal-btn__label {
				display: inline-block;
				vertical-align: top;
				line-height: 1.625;
				font-size: 16px;
				font-weight: bold;
			}
			.cookieModal-radio {
				margin-top: 30px;
				text-align: center;
			}
			.cookieModal-radio-list {
				display: inline-block;
				vertical-align: top;
				margin-top: 30px;
				text-align: left;
				line-height: 2;
				font-size: 18px;
			}
			.cookieModal-radio-list:first-child {
				margin-top: 0;
			}
			.cookieModal-radio-list__item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				margin-top: .5em;
			}
			.cookieModal-radio-list__item:first-child {
				margin-top: 0;
			}
			.cookieModal-radio input[type="radio"] {
				display: inline-block;
				vertical-align: top;
				height: 2em;
			}
			.cookieModal-radio label {
				display: inline-block;
				vertical-align: top;
			}
			.cookieModal-radio input[type="radio"]+label {
				margin-left: 1em;
			}
			.cookieModal-link {
				margin-top: 30px;
				text-align: center;
			}
			.cookieModal-link-txt {
				margin-top: 18px;
				line-height: 2;
				font-size: 18px;
			}
			.cookieModal-link-txt:first-child {
				margin-top: 0;
			}
			.cookieModal-link-txt a {
				display: inline-block;
				vertical-align: top;
			}
			.cookieModal-link-txt a > span {
				display: inline-block;
				vertical-align: middle;
			}
			.cookieModal-link-txt a i + span {
				margin-left: .5em;
			}
		}

		@media all and (max-width: 978px){
			.modal {
				position: fixed;
				z-index: 11000;
				background-color: transparent;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				overflow: hidden;
			}
			.modal ,
			.modal * ,
			.modal *::before ,
			.modal *::after {
				box-sizing: border-box;
			}
			.modal.u-hide ,
			.modal .u-hide {
					display:none
			}
			.is-opened-modal body {
				overflow:hidden
			}
			.cookieModal__body {
				width: 100%;
				height: 100%;
				overflow: auto;
			}
			.cookieModal__bg {
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,0.9);
				position: absolute;
				left: 0;
				top: 0;
			}
			.cookieModal__contents {
				position: relative;
				max-width: 960px;
				width: 100%;
				min-height: 100vh;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				margin: 0 auto;
				padding: 20px;
			}
			.cookieModal__contents__inner {
				width: 100%;
				background: #fff;
				color: #000;
			}
			.cookieModal__panel__item {
				opacity: 0;
				-webkit-transition: opacity 0.45s cubic-bezier(0.41, 0.12, 0.26, 0.97);
				transition: opacity 0.45s cubic-bezier(0.41, 0.12, 0.26, 0.97);
			}
			.cookieModal__panel__item.is-active {
				opacity: 1;
			}
			.cookieModal__container {
				padding: 32px;
			}
			.cookieModal__heading {
				text-align: center;
				line-height: 2;
				font-size: 20px;
				font-weight: bold;
			}
			.cookieModal__content {
				margin-top: 20px;
				color: #333;
			}
			.cookieModal-txt {
				margin-top: 14px;
				line-height: 2;
				font-size: 14px;
			}
			.cookieModal-txt:first-child {
				margin-top: 0;
			}
			.cookieModal-txt a {
				color: #e60012;
				text-decoration: underline;
			}
			.cookieModal-txt a:hover {
				text-decoration: none;
			}
			.cookieModal-btn {
				margin-top: 20px;
				text-align: center;
			}
			.cookieModal-btn-list {
				display: inline-block;
				vertical-align: top;
			}
			.cookieModal-btn-list__item {
				margin-top: 10px;
			}
			.cookieModal-btn-list__item:first-child {
				margin-top: 0;
			}
			.cookieModal-btn a,
			.cookieModal-btn button {
				display: inline-block;
				vertical-align: top;
				background: #fff;
				cursor: pointer;
				color: #333;
			}
			.cookieModal-btn-list__item a,
			.cookieModal-btn-list__item button {
				width: 100%;
			}
			.cookieModal-btn a[disabled],
			.cookieModal-btn button[disabled] {
				opacity: .5;
				pointer-events: none;
			}
			.cookieModal-btn a:hover,
			.cookieModal-btn button:hover {
				background: #f3f3f3;
			}
			.cookieModal-btn-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				min-height: 42px;
				padding: 3px 28px;
				border: 1px solid #d2d2d2;
			}
			.cookieModal-btn__label {
				display: inline-block;
				vertical-align: top;
				line-height: 1.625;
				font-size: 14px;
				font-weight: bold;
			}
			.cookieModal-radio {
				margin-top: 20px;
				text-align: center;
			}
			.cookieModal-radio-list {
				display: inline-block;
				vertical-align: top;
				margin-top: 20px;
				text-align: left;
				line-height: 2;
				font-size: 14px;
			}
			.cookieModal-radio-list:first-child {
				margin-top: 0;
			}
			.cookieModal-radio-list__item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				margin-top: .5em;
			}
			.cookieModal-radio-list__item:first-child {
				margin-top: 0;
			}
			.cookieModal-radio input[type="radio"] {
				display: inline-block;
				vertical-align: top;
				height: 2em;
			}
			.cookieModal-radio label {
				display: inline-block;
				vertical-align: top;
			}
			.cookieModal-radio input[type="radio"]+label {
				margin-left: 1em;
			}
			.cookieModal-link {
				margin-top: 20px;
				text-align: center;
			}
			.cookieModal-link-txt {
				margin-top: 14px;
				line-height: 2;
				font-size: 14px;
			}
			.cookieModal-link-txt:first-child {
				margin-top: 0;
			}
			.cookieModal-link-txt a {
				display: inline-block;
				vertical-align: top;
			}
			.cookieModal-link-txt a > span {
				display: inline-block;
				vertical-align: middle;
			}
			.cookieModal-link-txt a i + span {
				margin-left: .5em;
			}
		}
