@charset "utf-8";

/* ----------------------------------------------------
 base
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
	padding: 0;
	font-size: 100%;
	color: #333333;
	line-height: 1.45;
	min-width: 960px;
	background-image: none;
	background-color:#FFFFFF;
}

body a:link,
body a:visited {
	color: #225383;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 118%;
}


p {
	margin: 0 0 0 0;
	padding: 0;
}

ul, ol, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

img {
	border: none;
}

fieldset {
	border: none;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}



/* ----------------------------------------------------
 汎用クラス
---------------------------------------------------- */

a.ov:hover img,
img.ov:hover {
	opacity: 0.6;
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
}

.txtCenter { text-align: center!important; }
.txtLeft { text-align: left !important; }
.txtRight { text-align: right !important; }

.txtLarge {font-size: 113%;}
.txtSmall {font-size: 85%;}

.fLeft { float: left !important; }
.fRight { float: right !important; }

.vTop { vertical-align: top !important; }
.vMiddle { vertical-align: middle !important; }
.vBottom { vertical-align: bottom !important; }

.ma_00 { margin: 0px!important; }
.ma_05 { margin: 5px!important; }
.ma_10 { margin: 10px!important; }
.ma_15 { margin: 15px!important; }
.ma_20 { margin: 20px!important; }
.ma_25 { margin: 25px!important; }
.ma_30 { margin: 30px!important; }
.ma_35 { margin: 35px!important; }
.ma_40 { margin: 40px!important; }
.ma_45 { margin: 45px!important; }
.ma_50 { margin: 50px!important; }
.ma_60 { margin: 60px!important; }
.ma_70 { margin: 70px!important; }
.ma_80 { margin: 80px!important; }

.mt00 { margin-top: 0px!important; }
.mt05 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt45 { margin-top: 45px!important; }
.mt50 { margin-top: 50px!important; }
.mt60 { margin-top: 60px!important; }
.mt70 { margin-top: 70px!important; }
.mt80 { margin-top: 80px!important; }

.mb00 { margin-bottom: 0px!important; }
.mb05 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb80 { margin-bottom: 80px!important; }

.ml00 { margin-left: 0px!important; }
.ml05 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }
.ml35 { margin-left: 35px!important; }
.ml40 { margin-left: 40px!important; }
.ml45 { margin-left: 45px!important; }
.ml50 { margin-left: 50px!important; }
.ml60 { margin-left: 60px!important; }
.ml70 { margin-left: 70px!important; }
.ml80 { margin-left: 80px!important; }

.mr00 { margin-right: 0px!important; }
.mr05 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mr30 { margin-right: 30px!important; }
.mr35 { margin-right: 35px!important; }
.mr40 { margin-right: 40px!important; }
.mr45 { margin-right: 45px!important; }
.mr50 { margin-right: 50px!important; }
.mr60 { margin-right: 60px!important; }
.mr70 { margin-right: 70px!important; }
.mr80 { margin-right: 80px!important; }

.pa_00 { padding: 0px!important; }
.pa_05 { padding: 5px!important; }
.pa_10 { padding: 10px!important; }
.pa_15 { padding: 15px!important; }
.pa_20 { padding: 20px!important; }
.pa_25 { padding: 25px!important; }
.pa_30 { padding: 30px!important; }
.pa_35 { padding: 35px!important; }
.pa_40 { padding: 40px!important; }
.pa_45 { padding: 45px!important; }
.pa_50 { padding: 50px!important; }
.pa_60 { padding: 60px!important; }
.pa_70 { padding: 70px!important; }
.pa_80 { padding: 80px!important; }

.pt00 { padding-top: 0px!important; }
.pt05 { padding-top: 5px!important; }
.pt10 { padding-top: 10px!important; }
.pt15 { padding-top: 15px!important; }
.pt20 { padding-top: 20px!important; }
.pt25 { padding-top: 25px!important; }
.pt30 { padding-top: 30px!important; }
.pt35 { padding-top: 35px!important; }
.pt40 { padding-top: 40px!important; }
.pt45 { padding-top: 45px!important; }
.pt50 { padding-top: 50px!important; }
.pt60 { padding-top: 60px!important; }
.pt70 { padding-top: 70px!important; }
.pt80 { padding-top: 80px!important; }

.pb00 { padding-bottom: 0px!important; }
.pb05 { padding-bottom: 5px!important; }
.pb10 { padding-bottom: 10px!important; }
.pb15 { padding-bottom: 15px!important; }
.pb20 { padding-bottom: 20px!important; }
.pb25 { padding-bottom: 25px!important; }
.pb30 { padding-bottom: 30px!important; }
.pb35 { padding-bottom: 35px!important; }
.pb40 { padding-bottom: 40px!important; }
.pb45 { padding-bottom: 45px!important; }
.pb50 { padding-bottom: 50px!important; }
.pb60 { padding-bottom: 60px!important; }
.pb70 { padding-bottom: 70px!important; }
.pb80 { padding-bottom: 80px!important; }

.pl00 { padding-left: 0px!important; }
.pl05 { padding-left: 5px!important; }
.pl10 { padding-left: 10px!important; }
.pl15 { padding-left: 15px!important; }
.pl20 { padding-left: 20px!important; }
.pl25 { padding-left: 25px!important; }
.pl30 { padding-left: 30px!important; }
.pl35 { padding-left: 35px!important; }
.pl40 { padding-left: 40px!important; }
.pl45 { padding-left: 45px!important; }
.pl50 { padding-left: 50px!important; }
.pl60 { padding-left: 60px!important; }
.pl70 { padding-left: 70px!important; }
.pl80 { padding-left: 80px!important; }

.pr00 { padding-right: 0px!important; }
.pr05 { padding-right: 5px!important; }
.pr10 { padding-right: 10px!important; }
.pr15 { padding-right: 15px!important; }
.pr20 { padding-right: 20px!important; }
.pr25 { padding-right: 25px!important; }
.pr30 { padding-right: 30px!important; }
.pr35 { padding-right: 35px!important; }
.pr40 { padding-right: 40px!important; }
.pr45 { padding-right: 45px!important; }
.pr50 { padding-right: 50px!important; }
.pr60 { padding-right: 60px!important; }
.pr70 { padding-right: 70px!important; }
.pr80 { padding-right: 80px!important; }

.fcOre { color:#ff6900; }
.fwb { font-weight:bold; }


/* ----------------------------------------------------
 TOP PAGE 汎用クラス
---------------------------------------------------- */

#topPage {
	font-size: 12px;
	clear:both;
}

#topPage .topPageinner {
	
}

#topPage img {
	/*vertical-align: bottom;*/
}

#topPage .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}

#topPage .inner_full {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	/*border-top: 1px solid #e9e9e9;*/
}

{
	margin-top: 20px;
}

/* ----------------------------------------------------
 重量なお知らせ
---------------------------------------------------- */

#topPage .importantNotificationWrap {
	border-bottom: 1px solid #e7e7e7;
}

#topPage .importantNotification {
	margin: 0 auto 0;
	width: 960px;
	padding: 12px 0 10px;
	background-color: #fff;
}


#topPage .importantNotification .ttl,
#topPage .importantNotification .contentArea {
	float: left;
}

#topPage .importantNotification .ttl {
	width: 150px;
	padding: 0 0 0 20px;
	/*line-height: 0;*/
	display:block;
}
#topPage .importantNotification .ttl img{
	vertical-align:bottom;
	margin:0;
	padding:0;
}

#topPage .importantNotification .contentArea {
	width: 785px;
	margin:0;
	padding:2px 0 0;
}

#topPage .importantNotification .contentArea .date,
#topPage .importantNotification .contentArea .content {
	float: left;
	line-height:1.5;
}

#topPage .importantNotification .contentArea .date {
	width: 110px;
}

#topPage .importantNotification .contentArea .content {
	width: 674px;
}

/* ----------------------------------------------------
 メインスライダー
---------------------------------------------------- */
#topPage .inner_full #mainvisual{
	margin-top: 25px;
	margin-bottom: 20px;
	background: #eeeeee;
}

#topPage .inner_full #mainvisual h2{
	width: 960px;
	min-height: 56px;
}

#topPage .inner_full #mainvisual h2{
	margin-left: 50px;
	margin-bottom: 0;
	font-weight: normal;
}

#topPage .inner_full #mainvisual h2 img{
	display: none;
}

#topPage .inner_full #mainvisual #mainvisualinner{
	position: relative;
	width: 960px;
	margin: 0 auto;
	/*overflow: hidden;*/
}

/* メインビジュアルスライダー 160621 */
#topPage .mainvisual_slider {
	width: 730px;
	float: left;
}
#topPage .mainvisual_slider .slider {
	height: 250px;
	overflow: hidden;
}
/* スライダーjs実行時 */
#topPage .mainvisual_slider .slider.slick-slider {
	height: auto;
	overflow: visible;
}

/* Arrows */
#topPage .mainvisual_slider .slick-prev,
#topPage .mainvisual_slider .slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 101px;
	padding: 0;
	border: none;
	outline: none;
	z-index: 100;
}

#topPage .mainvisual_slider .slick-prev:focus,
#topPage .mainvisual_slider .slick-next:focus {
	outline: none;
}

#topPage .mainvisual_slider .slick-prev {
	left: 0;
	background: url(/images_v2/mainslide/btn_slick_prev.png) no-repeat left top;
}

#topPage .mainvisual_slider .slick-next {
	right: 0;
	background: url(/images_v2/mainslide/btn_slick_next.png) no-repeat left top;
}

/* Dots */
#topPage .mainvisual_slider .slick-dotted.slick-slider {
	/*margin-bottom: 20px;*/
}

#topPage .mainvisual_slider .slick-dots {
	position: absolute;
	/*bottom: -10px;*/
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 10px;
}

#topPage .mainvisual_slider .slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 25px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
}

#topPage .mainvisual_slider .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	width: 20px;
	height: 25px;
	outline: none;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

#topPage .mainvisual_slider .slick-dots li button:before {
	position: absolute;
	top: 10px;
	left: 5px;
	content: '';
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	color: black;
	background: url(/images_v2/mainslide/btn_slick_dot.png) no-repeat left top;
}

#topPage .mainvisual_slider .slick-dots li.slick-active button:before {
	background-position: left bottom;
}

#topPage .mainvisual_slider .slick-dots li button:hover:before,
#topPage .mainvisual_slider .slick-dots li.slick-active button:hover:before{
	background-position: 0 -10px;
}

#topPage .mainvisual_slider .slick-slide a.btnDetail {
	position: relative;
	display: block;
}

#topPage .mainvisual_slider .slick-slide a.btnDetail:after {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110px;
	height: 32px;
	background: url(/images_v2/mainslide/btn_slick_detail.png) no-repeat left top;
	line-height: 0;
	font-size: 0;
}

#topPage .mainvisual_slider .slick-slide a img {
	width: 100%;
}

#topPage .mainvisual_slider .slick-slide a:hover img {
	opacity: 0.5;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
}

#topPage .mainvisual_slider .slick-prev:before,
#topPage .mainvisual_slider .slick-next:before {
	color: black;
}

#topPage .mainvisual_slider .slider-tooltip-detail {
	position: absolute;
	bottom: 22px;
	left: -53px;
	border: 1px #d9d9d9 solid;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.3em;
	width: 120px;
	padding: 3px;
	background-color: #fff;
	z-index: 150;
	color: #333;
	display: none;
}
#topPage .mainvisual_slider .slider-tooltip-detail:after {
	content: ' ';
	position: absolute;
	left: 57px;
	bottom: -8px;
	display: block;
	width: 10px;
	height: 8px;
	background: url(/images_v2/mainslide/bg_slick_tooltip.png) no-repeat left top;
}

#topPage .mainvisual_slider .slider-tooltip-active .slider-tooltip-detail {
	display: block;
}

/* ----------------------------------------------------
 サービス／料金・パック／キャンペンエリア　共通
---------------------------------------------------- */
#topPage .contentsBox .btnList {
	position:absolute;
	top:0px;
	right:10px;
}
#topPage .contentsBox .btnList li{
	margin-left:10px;
	float:left;
}
#topPage .contentsBox .btnList a img{
	border:1px solid #cacaca;
}
#topPage .contentsBox .btnList a:hover img {
	border:1px solid #fc601f;
}

/* ----------------------------------------------------
 お知らせエリア
---------------------------------------------------- */

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}


/* ----------------------------------------------------
	changeSmartphone
---------------------------------------------------- */

#changeSmartphone dl,
#changeSmartphone dt,
#changeSmartphone dd {
	margin: 0;
	padding: 0;
}

#changeSmartphone {
	background: #fff;
	padding: 25px 0;
	text-align: center;
	line-height: 1;
}

#changeSmartphone dl {
	font-size: 36px;
	color: #000;
	display: inline-block;
}

#changeSmartphone dl dt,
#changeSmartphone dl dd {
	float: left;
	vertical-align: middle;
}

#changeSmartphone dl dt {
	padding: 0 20px 0 0;
	line-height: 90px;
}

#changeSmartphone dl dd {
	width: 270px;
	height: 90px;
	box-sizing: border-box;
	text-align: center;
}

#changeSmartphone dl dd a {
	display: block;
	color: #000;
	line-height: 90px;
	text-decoration: none;
}

#changeSmartphone dl dd.sp {
	border: 3px solid #aaa;
	background: #e0e0e0;
	background: -webkit-linear-gradient(top,	#fff 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom,	#fff 0%,#e0e0e0 100%);
	border-radius: 2px 0 0 2px;
}

#changeSmartphone dl dd.sp a {
	border: 3px solid #fff;
	line-height: 78px;
}

#changeSmartphone dl dd.pc {
	background: #aaaaaa;
	background: -webkit-linear-gradient(top,	#aaaaaa 0%,#cccccc 100%);
	background: linear-gradient(to bottom,	#aaaaaa 0%,#cccccc 100%);
	border-radius: 0 2px 2px 0;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3) inset;
}


/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */
.cf,
.clearfix,
.pbPage,
div#newNavigation ul {
	/zoom: 1;
}

.cf:after,
.clearfix:after,
.pbPage:after,
div#newNavigation ul:after {
	content: " ";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

/* ----------------------------------------------------
 トップ メッセージエリア
---------------------------------------------------- */
#topPageMsg {
	height: 20px;
	background-color: #000;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

/* メッセージ非示時 */
#topPageMsg.js_topPageMsgNone {
	display: none;
}

#topPageMsg a img {
	vertical-align: top;
}

#topPageMsg .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#topPageMsg .topPageMsgTxt {
	vertical-align: top;
	margin-bottom: 0;
}

#topPageMsg .topPageMsgTxt a {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

#topPageMsg .topPageMsgClose {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
}

/* ----------------------------------------------------
ガイド (新規お申し込みの方、ご加入の方) エリア
---------------------------------------------------- */
/* topGuide */
.topGuideA {
	position: relative;
	background: #fcf4d0;
}

.topGuideA.isGuideMember {
	background: #f6fbeb;
}

.topGuideA .topGuideAList {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px 0;
}

.topGuideA .topGuideAList li {
	display: table-cell;
	padding: 0 16px;
	border-left: 1px solid #e8e0c0;
}

.topGuideA.isGuideMember .topGuideAList li {
	border-left: 1px solid #dbdbdb;
}

.topGuideA .topGuideAList li:first-child {
	border-left: none;
}

.topGuideB {
	background: #f2eac8;
	padding: 20px;
}

.topGuideB.isGuideMember {
	background: #ecf4dd;
}

.topGuideB .topGuideBList {
	overflow: hidden;
	padding: 0 0 0 16px;
	box-sizing: border-box;
}

.topGuideB .topGuideBList li {
	float: left;
	width: 298px;
	margin-right: 10px;
}

.topGuideB .topGuideBList li.itemCenter {
	width: 314px;
}

.topGuideB .topGuideBList li:first-child {
	padding-left: 0;
}

.topGuideCap {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
}

.topGuideHeader {
	position: relative;
	padding: 35px 0 20px;
	background: #ffffff;
	box-shadow: 0 5px 7px -5px #999999;
	text-align: center;
}

.topGuideHeader::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 16px;
	bottom: -16px;
	left: 50%;
	margin-left: -12px;
	background: url(/images_v3/img_acc_arrow.png) no-repeat;
}

.topGuideHeader h2 {
	position: relative;
	display: inline-block;
	color: #ff5600;
	font-size: 24px;
	font-family:'Noto Sans Japanese Bold';
	line-height: 1;
	vertical-align: middle;
	font-weight: normal;
}

.topGuideHeader.isGuideStarter h2::after {
	position: absolute;
	content: "";
	width: 56px;
	height: 54px;
	top: -17px;
	right: -66px;
	background: url(/common_v3/images/zaq/zaq_starter.png) no-repeat;
}

.topGuideHeader.isGuideMember {
	margin-top: 25px;
}

.topGuideHeader .topGuideHeaderInner {
	width: 960px;
	margin: 0 auto;
}

.topGuideHeader.isGuideMember h2 {
	color: #6baa00;
	font-weight: normal;
}

.topGuideHeader.isGuideMember h2::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 56px;
	top: -20px;
	left: -65px;
	background: url(/common_v3/images/zaq/zaq_member.png) no-repeat;
}

.topGuideHeader h2 .topGuideIcon {
	padding: 1px 10px 2px;
	margin-right: 8px;
	background: #ff5600;
	color: #ffffff;
	font-size: 14px;
	font-family:'Noto Sans Japanese Regular';
	vertical-align: middle;
}

.topGuideA01 {
	padding: 0 10px 0 100px;
	background: url(/common_v3/images/zaq/zaq_march.png) no-repeat 20px 50%;
}
.topGuideA02 {
	padding: 0 15px 0 95px;
	background: url(/common_v3/images/icon/icon_calculator.png) no-repeat 37px 50%;
}
.topGuideA03 {
	padding: 0 20px 0 90px;
	background: url(/common_v3/images/icon/icon_mail.png) no-repeat 33px 50%;
}

.topGuideB01 {
	padding: 0 20px 0 100px;
	background: url(/common_v3/images/zaq/zaq_happy.png) no-repeat 18px 50%;
}
.topGuideB02 {
	padding: 0 10px 0 95px;
	background: url(/images_v3/logo_move_hayawari.png) no-repeat 6px 50%;
}
.topGuideB03 {
	padding: 0 20px 0 95px;
	background: url(/common_v3/images/icon/icon_contact.png) no-repeat 35px 50%;
}

.topGuideMemberBody {
	display: none;
}

.topGuideMenu {
	padding: 15px 0 15px;
	background: #ecf4dd;
	cursor: pointer;
}

.topGuideMenu .topGuideMenuInner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #6baa00;
}

.topGuideMenu .topGuideMenuInner span {
	display: inline-block;
	margin-left: 35px;
	padding-right: 35px;
	background: url(/images_v3/icon_down.png) no-repeat 100% 53%;
	background-size: 16px;
	font-size: 14px;
}

.topGuideMenu.active .topGuideMenuInner span {
	background: url(/images_v3/icon_up.png) no-repeat 100% 53%;
	background-size: 16px;
}

.topGuideMenu .topGuideMenuInner .topGuideMenuOpen {
	display: inline-block;
}

.topGuideMenu .topGuideMenuInner .topGuideMenuClose {
	display: none;
}

.topGuideMenu.active .topGuideMenuInner .topGuideMenuOpen {
	display: none;
}

.topGuideMenu.active .topGuideMenuInner .topGuideMenuClose {
	display: inline-block;
}

.topDefaultHeader {
	margin-bottom: 20px;
	padding: 60px 0 20px;
	background: #ffffff;
	text-align: center;
}

.topDefaultHeader h2 {
	position: relative;
	display: inline-block;
	color: #e83416;
	font-size: 24px;
	font-family:'Noto Sans Japanese Bold';
	line-height: 1;
	vertical-align: middle;
	font-weight: normal;
}

.topDefaultHeader.isSubordinate h2 {
	color: #333333;
	font-size: 20px;
}

.topDefaultHeader h3 {
	position: relative;
	display: inline-block;
	color: #e83416;
	font-size: 20px;
	font-family:'Noto Sans Japanese Bold';
	line-height: 1;
	vertical-align: middle;
	font-weight: normal;
}

.topDefaultHeader.isJcomSelect {
	margin-top: 25px;
	padding-top: 35px;
}
.topDefaultHeader.isJcomSelect h2::after {
	position: absolute;
	content: "";
	width: 66px;
	height: 66px;
	top: -30px;
	right: -71px;
	background: url(/common_v3/images/zaq/zaq_select.png) no-repeat;
}


/* topApplybox */
.topApplybox {
	position:absolute;
	top: -14px;
	right: 0;
	width: 210px;
	background: #ffffff;
	box-shadow:0px 0px 8px 0px #bbbbbb;
	-moz-box-shadow:0px 0px 8px 0px #bbbbbb;
	-webkit-box-shadow:0px 0px 8px 0px #bbbbbb;
}

.topApplybox .topApplyboxHeader {
	padding: 13px 17px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.topApplybox .topApplyboxHeader img {
	vertical-align: bottom;
}

.topApplybox .topApplyboxBody {
	padding: 10px 10px 16px;
}

.topApplybox .topApplyboxCap {
	margin-bottom: 2px;
	color: #ff5600;
	font-size: 15px;
	font-family:'Noto Sans Japanese Medium';
	text-align: center;
}

.topApplybox .topApplyboxCap .iconBeginner {
	display: inline-block;
	padding-left:19px;
	background: url(/common_v3/images/icon/icon_first.png) no-repeat 0 50%;
	background-size: 14px 16px;
}

.topApplybox .topApplyboxCap.isTypeChange {
	color: #5da400;
}

/* topEntryBtnGroup */
.topEntryBtnGroup {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.topEntryBtnGroup li {
	display: table-cell;
	padding-left: 10px;
}
.topEntryBtnGroup li:first-child {
	padding-left: 0;
	padding-right: 10px;
}

/* topBorderBox */
.topBorderBox {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}

/* ----------------------------------------------------
お知らせエリア
---------------------------------------------------- */
/* .topNewsArea */
.topNewsArea {
	padding: 30px 20px 20px;
	border: 1px solid #e5e5e5;
}

.topNewsArea h3 {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	font-family:'Noto Sans Japanese Regular';
}

.tabContent.newsTab dl dt.newsCategory {
	background-color: #adadad;
	border-radius: 2px;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
}

/* news tab */

.tabContent.newsTab .userinfoList {
	width:918px;
	margin:0 auto 20px;
	padding:15px 0;
	background-color:#f2f2f2;
}
.tabContent.newsTab .userinfoList .midashi{
	margin:0 0 0 20px;
	color:#ee3a18;
	border:0;
	font-size:12px;
	font-weight:normal;
}

.tabContent.newsTab .userinfoList .btnList {
	padding:0 20px;
	margin:0 0 20px;
}
.tabContent.newsTab .userinfoList .btnList li {
	margin:0 14px 0 0;
	float:left;
}
.tabContent.newsTab .userinfoList .btnList li.last {
	margin:0;
	float:left;
}

.tabContent.newsTab .infoList {
	width:878px;
	margin:0 auto;
	padding:0;
}

.tabContent.newsTab h3 {
	margin:0 0 15px;
	padding:0 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
}

.tabContent.newsTab .sCont {
	clear: both;
	overflow: hidden;
	margin: 10px 20px 0;
}

.tabContent.newsTab .news {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

.tabContent.newsTab .news:first-child,
.tabContent.newsTab .sCont:first-child {
	margin-top: 0;
}

.tabContent.newsTab .news a,
.tabContent.newsTab .sCont a {
	color: #225383;
	text-decoration:none;
}

.tabContent.newsTab .news a:hover,
.tabContent.newsTab .news a:active,
.tabContent.newsTab .sCont a:hover,
.tabContent.newsTab .sCont a:active {
	color: #e73315;
	text-decoration:underline;
}

.tabContent.newsTab .news dt,
.tabContent.newsTab .sCont dt {
	float: left;
	width: 100px;
	margin-right: 5px;
}

.tabContent.newsTab .news dt + dt,
.tabContent.newsTab .sCont dt + dt {
	width: 85px;
	margin-right: 15px;
}

.tabContent.newsTab .news dd,
.tabContent.newsTab .sCont dd {
	float: left;
	width: 673px;
}


/* ----------------------------------------------------
SNSエリア
---------------------------------------------------- */
/* .topSnsArea */
.topSnsArea {
	padding: 30px 0 0;
	border: 1px solid #e5e5e5;
}

.topSnsArea h3 {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	font-family:'Noto Sans Japanese Regular';
}

.topSnsArea .snsNaviList {
	display:block;
	padding:9px 9px 7px 15px;
	background-color:#eeeeee;
	border-top:1px solid #e5e5e5;
}

.topSnsArea .snsNaviList li {
	display:inline;
	margin: 0 0 0 20px;
}
.topSnsArea .snsNaviList li:first-child {
	margin-left: 0;
}

.topSnsArea a.iconFacebook, .topSnsArea a.iconLine, .topSnsArea a.iconTwitter {
	display: inline-block;
	min-height: 32px;
	line-height: 32px;
	padding-left: 40px;
	font-family:'Noto Sans Japanese Medium';
}

.topSnsArea a:link.iconFacebook, .topSnsArea a:visited.iconFacebook, .topSnsArea a:hover.iconFacebook,
.topSnsArea a:link.iconLine, .topSnsArea a:visited.iconLine, .topSnsArea a:hover.iconLine,
.topSnsArea a:link.iconTwitter, .topSnsArea a:visited.iconTwitter, .topSnsArea a:hover.iconTwitter {
	text-decoration: none;
	color: #333333;
}

.topSnsArea .iconFacebook {
	background: url(/common_v3/images/icon/icon_facebook.png) no-repeat;
}
.topSnsArea .iconLine {
	background: url(/common_v3/images/icon/icon_line.png) no-repeat;
}
.topSnsArea .iconTwitter {
	background: url(/common_v3/images/icon/icon_twitter.png) no-repeat;
}

.topSnsArea a:hover.iconFacebook, .topSnsArea a:hover.iconLine, .topSnsArea a:hover.iconTwitter {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}

/* ----------------------------------------------------
選ばれる理由
---------------------------------------------------- */
/* topAnchorLink */
.topAnchorLink {
	margin: 0 16px;
	border: 1px solid #cccccc;
}

.topAnchorLink li {
	float: left;
	width: 308px;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.topAnchorLink li:first-child {
	border-left: none;
}

.topAnchorLink li a {
	position: relative;
	display: block;
	padding: 12px 0 25px;
}
.topAnchorLink li a span {
	display: block;
	font-size: 16px;
	color: #e83416;
	font-family:'Noto Sans Japanese Medium';
}

.topAnchorLink li a::after {
	content:"";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #e83416;
	border-right: 2px solid #e83416;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -6px;
}

.topAnchorLink li a:link,.topAnchorLink li a:visited, .topAnchorLink li a:hover {
	color: #333333;
	text-decoration: none;
}

.topAnchorLink li a:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}


/* ----------------------------------------------------
サービスエリア
---------------------------------------------------- */


/* ----------------------------------------------------
 料金・パックエリア
---------------------------------------------------- */
/* .topRecAreaWrap */
.topRecAreaWrap {
	
}

.topRecArea01 {
	float: left;
	width: 623px;
	margin-right: 10px;
}

.topRecArea02 {
	float: left;
	width: 300px;
}

a.btnTypeTopSimu {
	display: block;
	position: relative;
	padding: 24px 25px 24px;
	background: -ms-linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 18px;
	font-family:'Noto Sans Japanese Medium';
	text-align: center;
}

a.btnTypeTopSimu .btnCaption {
	display: block;
	margin-right: 16px;
	font-size: 12px;
	font-family:'Noto Sans Japanese Medium';
	text-align: left;
	padding: 0 0 0 35px;
	margin: 0 0 10px 50px;
	background: url(/common_v3/images/icon/icon_simulator.png) no-repeat 0 50%;
}

a:link.btnTypeTopSimu, a:visited.btnTypeTopSimu, a:hover.btnTypeTopSimu {
	text-decoration: none;
	color: #333333;
}

a.btnTypeTopSimu::after {
	content:"";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #e83416;
	border-right: 2px solid #e83416;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -6px;
}

/* ----------------------------------------------------
 キャンペーンエリア
---------------------------------------------------- */
.sliderCampaign {
	width: 904px;
	margin-left: 30px;
	margin-bottom: 60px;
	height: 160px;
	overflow: hidden;
}

.sliderCampaign li a img {
	border: 1px solid #cccccc;
}

/* ----------------------------------------------------
 トピックスエリア
---------------------------------------------------- */
.sliderTopics {
	width: 904px;
	margin-left: 30px;
	margin-bottom: 60px;
	height: 100px;
	overflow: hidden;
}

.sliderTopics li a img {
	border: 1px solid #cccccc;
}

/* ----------------------------------------------------
 キャンペーン・トピックス スライダー
---------------------------------------------------- */
.topSliderArea.slick-slider {
	height: auto;
	overflow: visible;
}

/* Arrows */
.topSliderArea .slick-prev,
.topSliderArea .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 12px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 40px;
	padding: 0;
	border: none;
	outline: none;
	z-index: 110;
}

.topSliderArea.sliderCampaign .slick-prev,
.topSliderArea.sliderCampaign .slick-next {
	top: 70px;
}

.topSliderArea .slick-prev:focus,
.topSliderArea .slick-next:focus {
	outline: none;
}

.topSliderArea .slick-prev {
	left: -20px;
	background: url(/common_v3/images/slider/btn_slick_prev.png) no-repeat left top;
}

.topSliderArea .slick-next {
	right: -17px;
	background: url(/common_v3/images/slider/btn_slick_next.png) no-repeat left top;
}

.topSliderArea .slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 5px 0 0;
	width: 100%;
	height: 10px;
}

.topSliderArea .slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 25px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
}

.topSliderArea .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	width: 20px;
	height: 25px;
	outline: none;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.topSliderArea .slick-dots li button:before {
	position: absolute;
	top: 10px;
	left: 5px;
	content: '';
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	color: black;
	background: url(/common_v3/images/slider/btn_slick_dot.png) no-repeat left top;
}

.topSliderArea .slick-dots li.slick-active button:before {
	background-position: left bottom;
}

.topSliderArea .slick-dots li button:hover:before,
.topSliderArea .slick-dots li.slick-active button:hover:before{
	background-position: 0 -10px;
}

.topSliderArea .slick-slide a:hover img {
	opacity: 0.5;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
}

/* ----------------------------------------------------
フッターエリア
---------------------------------------------------- */

.footerNotes {
	padding:0 0 30px 0;
	margin:30px 0 0;
	font-size: 11px;
	color: #666666;
}
.footerNotes li {
	font-weight: normal;
}
.footerNotes li em{
	color: #f00;
	padding-right: 1.0em;
}
.footerNotes li.noteNumber em {
	padding-right: 0.5em;
}