@charset "UTF-8";

/**********************************************************
 *
 * Support PCパーツ
 *
 **********************************************************/


.full{
	font-family: 'Roboto','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}


/* AH bg */
.full .contents-main #ahrec{
	background:-moz-linear-gradient(bottom, #e8e9ea, #fafbfc);
	background:-webkit-linear-gradient(bottom, #e8e9ea, #fafbfc);
	background:-ms-linear-gradient(bottom, #e8e9ea, #fafbfc);
	background:linear-gradient(to bottom, #e8e9ea, #fafbfc);
  overflow: hidden;
}


.full .sec-cmnLv1-bg{
	background: url(/images_osp/service/smart-life/bg_ttlLv1_smartLife_pc.jpg) center no-repeat;
	background-color: #f5f3f9;
	background-size: cover;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap .ttl-cmnLv1-txt{
	padding: 60px 0 31px;
	font-size: 215%;
	font-weight: bold;
}

/* breadcrumb */
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb{
	position: absolute;
	width: 940px;
	top: 0;
	left: 0;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb{
	margin-top: 15px;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li{
	margin-left: 0;
	font-size: 12.04px;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li > a{
	padding-right: 10px;
	color: #333;
	text-decoration: none;
	display: block;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li > a:hover{
	text-decoration: underline;
}


/* nav */
.full .contents-main nav.smartLifeAnchor{
	display: block;
	width: 100%;
	margin:	0 auto 55px;
}

.full .contents-main nav .nav-pageAnchor{
    display: block;
    width: 940px;
    margin: 0 auto;
    text-align: center;
}
.full .contents-main nav .nav-pageAnchor li{
	display: inline-block;
	position: relative;
	margin-right: 50px;
	font-weight: bold;
}
.full .contents-main nav .nav-pageAnchor li:last-child{
	margin-right: 0;
}
.full .contents-main nav .nav-pageAnchor li:after{
	content: "";
	width: 18px;
	height: 12px;
	margin: auto;
	background: url(/images_osp/service/smart-life/ico-ancArrow.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: -1;
}

.full .contents-main nav.smartLifeAnchor .nav-pageAnchor li > a{
	height: 50px;
  color: #333;
  text-decoration: none;
  display: block;
}


/* H3 */
.full .contents-main .sec-cmnLv3_smartLife{
	background: url(/images_osp/service/smart-life/bg_ttlLv2_smartLife_pc.jpg) center top;
	background-repeat: repeat-x;
}

.full .contents-main .sec-cmnLv3_smartLife .sec-common-lv3__inner{
	padding-bottom: 70px;
}



/* New accordion
-------------------------------------------*/
.grad-wrap {
  position: relative;
	margin: 0 -10px;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
	z-index: 2;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 940px;
	margin: auto;
	border-top: 2px solid #96569d !important;
	pointer-events: none;
	cursor: pointer;
}
.grad-trigger:after {
	content: "開 く"; /*クリック前のボタンのラベル*/
	z-index: 2;
	position: absolute;
	right: 0;
	width: 148px;
	margin: auto;
	padding: .3em 0 .4em 2.5em !important;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #96569d;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-sizing: border-box;
	pointer-events: auto;
}

.grad-trigger:before {
	content: "";
	z-index: 5;
	position: absolute;
	top: .2em;
	right: 100px;
	width: 22px;
	height: 22px;
	margin: auto;
	background: url(/images_osp/common/ico/ico_open_white.svg) center no-repeat;
	background-size: contain;
}
.grad-trigger.is-show:before {
	background: url(/images_osp/common/ico/ico_close_white.svg) center no-repeat;
}



.grad-item {
  position: relative;
  overflow: hidden;
	padding: 3px 10px 0;
}
.grad-item.is-hide {
  height: 11em; /*隠した後の高さ*/
}
.grad-item2.is-hide {
  height: 9em; /*隠した後の高さ*/
}
.grad-item:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px; /*グラデーションで隠す高さ*/
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 70%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 70%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 70%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 70%, #fff 100%);
	z-index: 1;
}
.grad-item .grid-cmnWrap{
  margin-top: 3px;
}
.grad-trigger.is-show:after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item:before {
  display: none;
}

.grad-item .grid-common--panel .grid-common__col--col3-sp2:last-of-type{
 margin-bottom: 20px;
}



/* Parts
-------------------------------------------*/
.beta-mod-fc-w{
	color: #fff !important;
}

.beta-mod-mt00{
	margin-top: 0 !important;
}
.beta-mod-mb00{
	margin-bottom: 0 !important;
}

.beta-mod-mt30{
	margin-top: 30px !important;
}

.beta-mod-mb40{
	margin-bottom: 40px !important;
}

.beta-mod-pd-none{
	padding: 0 !important;
}

.beta-mod-pt20{
	padding-top: 20px !important;
}
.beta-mod-pb20{
	padding-bottom: 20px !important;
}
.beta-mod-pb00{
	padding-bottom: 0 !important;
}
.beta-mod-section--w940{
	width: 940px;
	margin: 0 auto;
}

.grid-common.s-ta-c > .grid-common__col--col3{
	display: inline-block;
	float: none;
}

/* 大パネルの透過で背景を見せない */
.panel-smart-life-first:hover {
    opacity: 1;
}
.panel-smart-life-first:hover img {
    opacity: .9;
}


/* pageNotice
-------------------------------------------*/
.full .pageNotice {
	background-color: #e7e7e7;
}
.full .pageNotice .noticeContents {
	width: 940px;
	padding: 20px 0;
	margin: 0 auto;
}




/* subContents
-------------------------------------------*/
.full .subContents{
  width: 100%;
  background-color: #ddd;
  padding: 30px 0 70px;
}




/* footer_user_assessment
-------------------------------------------*/
#footer_user_assessment .footer_user_assessment-in,
#footer_user_assessment .thanks{
    margin: 25px auto 70px !important;
}

#footer_user_assessment > div{
    color: #4e4e4e;
}




/*bag fix
-------------------------------------------*/
.header-search .form-search{
	width: 220px;
}

.sec-common-lv2__inner > .btn-common{
	margin: -17px 0 30px;
}




/* plala
-------------------------------------------*/
.no-opacity {
display: block;
border-radius: 4px;
background-color: #f6f6f6;
}
.panel-smart-life-second__inner-02 {
display: block;
width: 100%;
padding: 10px 24px 10px 10px !important;
}
.panel-smart-life-second__title-02 {
display: table-cell;
vertical-align: middle;
background: none !important;
padding: 0;
font-weight: bold;
line-height: 1.4;
text-align: left;
color: #333;
}


/* keyword-search
-------------------------------------------*/
.keyword-search__list-block{
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px 70px 10px;
	margin-bottom: 16px;
}

.keyword-search__list-block--list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.keyword-search__list-block--list li{
	margin-bottom: 10px;
}

.keyword-search__list-block--list input[type=radio] {
	display: none;
}

.keyword-search__list-block--list .keyword-search__list-block--label {
	border: 1px solid #999;
	background: #fff;
	color: #333;
	border-radius: 100px;
	padding: 3px 16px;
	margin: 0 5px;
	line-height: 1.8;
}

.keyword-search__list-block--list input[type="radio"]:checked + .keyword-search__list-block--label {
	border: 1px solid #333;
	background: #333;
	color: #fff;
}

.keyword-search__result-block{
}

.keyword-search__result-block--txt{
	background: #fff9c8;
	padding: 20px;
	margin-bottom: 16px;
	font-weight: bold;
}