@charset "utf-8";

/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	*{
	}
	
		
.pc {
	display: block;
}
.sp {
	display: none;
}
body{
	overflow-x:auto !important;
	min-width:1172px;
	position:relative;
}
#contents {
	font-family:"roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
	font-size: 16px;
	text-align: center;
	overflow:hidden;
	position:relative;
	min-width:1100px;
	
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	background-position:center top;
}
#contents p {
	margin: 0;
	font-size:16px;
	color:#fff;
}

#contents h2{
	color:#fff;
	font-size:30px;
}
#contents h3:not(.font-default){
	color:#fff;
	font-size:40px;
}
#contents h4{
	color:#fff;
	font-size:22px;
}
#contents .intro .block{
	height:40vw;

}

#contents .intro .block{
	background-size:cover;
	background-position:center center;
	padding:0 50px;
}
#contents .intro .block:nth-child(1){
	background-image:url(../img/79135-hero-1-D.jpg);
}
#contents .intro .block:nth-child(2){
	background-image:url(../img/79135-always-in-touch-1-D.jpg);
}

#contents .intro .block:nth-child(3){
	background-image:url(../img/79135-phone-free-1-D.jpg);
}

#contents .intro .block:nth-child(4){
	background-image:url(../img/79135-peace-of-mind-1-D.jpg);
}

#contents .intro .block:nth-child(5){
	background-image:url(../img/79135-off-grid-1-D.jpg);
}

#contents .intro .block.l{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
}

#contents .intro .block.r{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: right;/*-- 左揃え --*/
}

#contents .intro .block .in{
	width:40%;
}
#contents .intro .block.l .in{
	text-align:left;
}
#contents .intro .block.r .in{
	text-align:right;
}
#contents .intro .block .exp{
	color:#fff;
	font-size:17px;
}
/* _________________________________________*/

#contents .lte{
	
	background-size:cover;
	background-position:center center;
	padding:50px 50px;
	background-image:url(../img/lte.jpg);
	position:relative;
	overflow:hidden;
	
	
}
#contents .lte:after{
	content:"";
	background:rgba(0,0,0,0.5);
	width:100vw;
	height:100vw;
	position:absolute;
	top:0;
	left:0;
}
#contents .lte *{
	position:relative;
	z-index:2;
}
#contents .lte .item_wrap{
	margin-top:40px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#contents .lte .item_wrap .item{
	width:400px;
	margin:0 10px;
	background:#000;
	padding:30px 30px;
	
}
#contents .lte .item_wrap .item h4{
	margin-bottom:20px;
}
#contents .lte .item_wrap .item ul li{
	
	background:rgba(255,255,255,0.3);
	color:#fff;
	margin:0 0 10px;
	padding:15px;
	font-size:18px;
}
#contents .lte .item_wrap .item .caution{
	font-size:13px;
	margin-top:20px;
}
/* _________________________________________*/

/* _________________________________________*/

#contents .communication{
	
	background-size:cover;
	background-position:center center;
	padding:50px 50px;
	background-image:url(../img/commu.jpg);
	position:relative;
	overflow:hidden;
	
	
}
#contents .communication:after{
	content:"";
	background:rgba(0,0,0,0.5);
	width:100vw;
	height:100vw;
	position:absolute;
	top:0;
	left:0;
}
#contents .communication *{
	position:relative;
	z-index:2;
}
#contents .communication .network img{
	width:800px;
	background:rgba(0,0,0,0.3);
	padding:30px;
	margin:30px 0 30px;
	
}
#contents .communication .caution{
	text-align:left;
	padding:0 50px;
}
/* _________________________________________*/
#contents .safety .block{
	
	background-size:cover;
	background-position:center center;
	padding:50px 50px;
	position:relative;
	overflow:hidden;
}
#contents .safety .block:nth-child(1){
	background-image:url(../img/live.jpg);
}
#contents .safety .block:nth-child(2){
	background-image:url(../img/weather.jpg);
}
#contents .safety .block:nth-child(3){
	background-image:url(../img/sos.jpg);
	height:auto;
	    justify-content: center;
}

#contents .safety .block:nth-child(3) .in {
    text-align: center;
	width:60%;
}
#contents .safety .block:nth-child(3) .sos{
	margin-top:30px;
	text-align:center;
}
/* _________________________________________*/
#contents .activity{
	background:#000;
	padding:80px 0;
}
#contents .activity .icon-container__content{
	margin:50px 0 0;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#contents .activity .icon-container__content .banner-icon{
	width:200px;
	padding:0 10px;
}
#contents .activity .icon-container__content .banner-icon .banner-icon__heading{
	margin-top:10px;
}
#contents .activity .icon-container__content .banner-icon .banner-icon__copy p{
	font-size:14px;
}
/* _________________________________________*/
#contents .fenix8{
	background:#000;
	padding:80px 0;
}
#contents .fenix8 img{
	width:60%;
	
}
#contents .fenix8 .detail{
	margin-top:20px;
}
#contents .fenix8 .detail a{
	background:#fff;
	display:inline-block;
	color:#000;
	padding:10px 30px;
}
/* _________________________________________*/

#contents .plan{
	padding:50px 50px;
}
#contents .plan sup{
	font-size:0.7em;
}
#contents .plan h3{
	color:#000;
}
#contents .plan p{
	color:#000;
}
#contents .subscriptions__disclaimers .content {
	margin:50px auto 0;
}
#contents .subscriptions__disclaimers .content p {
  font-style:normal;
  font-size:13px;
}
}