@charset "UTF-8";
/*common*/
.contents{
  padding: 74px 0;
}
.bgGray{
  background: #fafafa;
}
h2.h2_txt{
  color: #333;
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
}
h3.h3_txt{
  color: #333;
  font-size: 26px;
  line-height: 1.5;
}
.contents p{
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
.contents p span.marker_yellow{
  font-weight: bold;
  background: #fff30d;
}
.text-indent p{
  padding-left: 1em;
  text-indent: -1em;
}
/*スライダー*/
#banner_areaWrap{
  position: relative;
	margin-top: -16px;
}
#feadOut_img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: #f2f2f2;
  z-index: 9999;
}
#slider{
margin: 0 auto;
overflow: visible;
}
.slick-list{
overflow: visible;
}
#slider li:hover{
opacity: 0.7;
}


.bg-white_banner:before {
	content: '';
	position: absolute;
	width: 920px;
	border-top: 1px solid #ccc;
}
.bg-white_banner:after {
	content: '';
	position: absolute;
	width: 920px;
	border-bottom: 1px solid #ccc;
	bottom: 0;
}


/*#slider-nav{
width: 920px;
margin: 0 auto;
padding: 16px 0;
}
.slick-slide:hover{
opacity: 0.7;
} 
#slider-nav li:hover,
#slider-nav li:focus{
outline: none;
}
#slider-nav li{
width: 170px !important;
margin-left: 17px;
}
#slider-nav li:first-child{
margin-left:0;
}
#slider-nav li:not(.slick-current){
opacity: 0.3;
}
#slider-nav li.slick-current{
border: solid 1px #004098;
border-top: solid 2px #004098;
position: relative;
margin-top: -2px;
}
#slider-nav li.slick-current:after{
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 10px 7px;
border-color: transparent transparent #004098 transparent;
top:-11px;
left: 45%;
}
#slider-nav li:hover{
opacity: 0.7;
}*/


.slick-next,
.slick-prev {
	top: 175px;
}
button{
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider-dots {
			text-align: center;
}
.slider-dots li {
			display: inline-block;
			margin: 24px 6px 16px;
}
.slider-dots button {
			position: relative;
			text-indent: -9999px;
	  color: #fff;
}
.slider-dots button:before{
			content: '';
	  background-color: #eee;
			width: 12px;
			height: 12px;
			border-radius: 12px;
			text-indent: 0px;
			position: absolute;
			top: 0;
			left: 0;
}
#slider .slider-dots li:hover button:before {
	  background-color: #B5C9E3;
}
.slider-dots .slick-active button:before {
	  background-color: #004098;
}



/*CVボタン*/
#cvArea{
  background: #fafafa;
  padding: 29px 0;
}
#cvArea a:hover, #cvArea02 a:hover{
  opacity: 0.65;
}

/*2カラム*/
.block-left, .block-right{
  display: inline-block;
  width: 440px;
  vertical-align: middle;
}
.block-left{
  padding-right: 35px;
}

/*サービス詳細ボタン*/
.service_btn li a{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 46px;
  border: 1px solid #004098;
  text-align: center;
  display: block;
  line-height: 1.5;
}
.service_btn li:nth-of-type(1) a:hover{
  background: url(/assets/img/commons/icon_gmenu03-ov.png) no-repeat 1.2em 13px #004098;
  background-size: 22px;
  color: #fff;
}
.service_btn li:nth-of-type(1) a{
  background: url(/assets/img/commons/icon_gmenu03.png) no-repeat 1.2em 13px #fff;
  background-size: 22px;
}
.service_btn li:nth-of-type(2) a:hover{
  background: url(/assets/img/service/top/service_ic04-ov.png) no-repeat 1.2em 13px #004098;
  background-size: auto 22px;
  color: #fff;
}
.service_btn li:nth-of-type(2) a{
  background: url(/assets/img/service/top/service_ic04.png) no-repeat 1.2em 13px #fff;
  background-size: auto 22px;
}
.service_btn.family li a{
  background: url(/assets/img/sp/commons/head_menu_icon3.png) no-repeat 1.2em 13px #fff;
  background-size: auto 24px;
}
.service_btn.family li a:hover{
  background: url(/assets/img/sp/commons/head_menu_icon3-ov.png) no-repeat 1.2em 13px #004098;
  background-size: auto 24px;
}
a.arrow_btn_blue:after{
  position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    color: #004098;
    font-size: 1.4em;
    font-weight: normal;
    top: 50%;
    margin-top: -17px;
    right: 9%;
 }
 a.arrow_btn_blue:hover:after{
  color: #fff;
 }
.service_btn.family li{
  width: 300px;
  margin: 0 auto;
}
.service-txt {
	font-size: 18px;
	line-height: 1.6;
}
.service_note{
	font-size: 12px !important;
	line-height: 1.8 !important;
	display: block;
	margin-top: 8px;
}

/*TONE m17 TONE SIM*/
.service_device, .service_sim{
  box-sizing: border-box;
  border: 1px solid #004098;
  border-radius: 5px;
  background: #fff;
  width: 440px;
  padding-bottom: 29px;
  min-height: 540px;
}
#device-sim_box .txt_01{
  background: #004098;
  border-radius: 3px 3px 0 0;
}
#device-sim_box .txt_01 p{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
}
#device-sim_box .txt_01 span{
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#device-sim_box .txt_02 p{
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: 29px;
  margin-bottom: 16px;
}
#device-sim_box .sim_img{
  margin: 70px 0;
}
#device-sim_box .service_btn{
  text-align: center;

}
#device-sim_box .service_btn a{
  position: relative;
  background: #004098;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 46px;
  border: 1px solid #004098;
  text-align: center;
  line-height: 1.5;
}
#device-sim_box .service_btn a:hover{
  background: #fff;
  color: #004098;
}
a.arrow_btn_white:after{
  position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
    top: 50%;
    margin-top: -17px;
    right: 9%;
 }
 a.arrow_btn_white:hover:after{
  color: #004098;
 }
/*TOP3*/
#top3-area .menu{
  display: table;
  margin: 0 auto;
  border-collapse: separate;  /* セルの間隔を空ける */
  border-spacing: 1px 0;  /* 左右 上下で記述 */
}
#top3-area .menu li{
  display: table-cell;
  vertical-align: top;
}
#top3-area a{
  display: inline-block;
  border: 1px solid #eee;
}
#top-banner3_1{
  background: url(/assets/img/top/top_top3_1.jpg) no-repeat top left;
}
#top-banner3_1:hover{
  background: url(/assets/img/top/top_top3_1-ov.jpg) no-repeat top left;
}
#top-banner3_2{
  background: url(/assets/img/top/top_top3_2.jpg) no-repeat top left;
}
#top-banner3_2:hover{
  background: url(/assets/img/top/top_top3_2-ov.jpg) no-repeat top left;
}
#top-banner3-simu{
  background: url(/assets/img/top/top_top3_3.jpg) no-repeat top left;
}
#top-banner3-simu:hover{
  background: url(/assets/img/top/top_top3_3-ov.jpg) no-repeat top left;
}
/*ピックアップのスライダー*/
.section-infos{
  padding: 45px 0;
}
.pickup_slider section img{
  width: 224px;
}
body.top .tone-contents .section-infos{
  position: relative;
}
.pc_pickup p{
  padding-right: 16px;
}
.pc_pickup .bx-wrapper .bx-controls-direction a.bx-prev{
  left: -50px;
}
.pc_pickup .bx-wrapper .bx-controls-direction a.bx-next{
  right: -50px;
}
.pickup_slider a:hover img{
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.section-infos .bx-viewport{
  overflow: hidden !important;
}
.pc_pickup .bx-wrapper .bx-pager .bx-pager-item{
  width: 28px;
  height: 10px;
  background: #eee;
  margin: 0 3px;
  overflow: hidden;
}

/*メディア掲載・お知らせ・プレス・運用情報*/
.bg_lightBlue{
  background: #f2f5fa;
}
body.top .tone-contents #section-news div.info_list ul{
  float: none;
}
.list .type{
  display: none !important;
}
body.top .tone-contents #section-news .list li .title{
  margin-left: 130px;
}
.article_btn,
.service_article_btn{
  text-align: right;
}
.article_btn{
  margin: 29px 0 16px;
}
.article_btn a,
.service_article_btn a{
    border: 1px solid #004098;
    color: #004098;
    background: #fff;
    padding: 12px;
    line-height: 2em;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5;
}
.article_btn a:hover,
.service_article_btn a:hover{
    border: 1px solid #004098;
    color: #fff;
    background: #004098;
}


/*SNS*/
#section-sns{
  padding: 45px 50px;
}
.fb-btn{
	background: url(/assets/img/home/top_banner_facebook-ov.jpg) no-repeat;
}
.tw-btn{
	background: url(/assets/img/home/top_banner_twitter-ov.jpg) no-repeat;
}
.fb-btn a,
.tw-btn a{
display: inline-block;
}
.fb-btn a:hover,
.tw-btn a:hover{
	background-color: transparent;
}
.fb-btn a:hover img,
.tw-btn a:hover img{
	visibility: hidden;
}






