@charset "UTF-8";

/**********************************************************
 *
 * Product PCパーツ
 *
 **********************************************************/

/* おすすめ！ */
/* Overwrite */
.corp-cmn-rwd-layout__area{
    background-color: #fff;
}
#product-recommend .corp-cmn-rwd-layout__area .corp-cmn-rwd-layout__area__inner{
	max-width: 940px;
}
/* Overwrite */


#product-recommend{
  	display: none;
}
#product-recommend.js-recommend-run{
    display: block;
}
#product-recommend.js-recommend-err,
#product-recommend.js-recommend-ng,
#product-recommend.js-recommend-non{
    display: none;
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel {
    display: flex;
    min-height: 276px;
    padding: 2px 0 8px;
    overflow-x: auto;
    transition: all .2s ease-in-out;
    margin: 24px 0 0 0;
    color: rgba(39,39,39,0);
    -webkit-text-fill-color: #272727;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel {
	margin:48px 0 0 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel {
        transition: none
    }
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel::-webkit-scrollbar {
    visibility: hidden;
    height: 8px;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel::-webkit-scrollbar {
        transition: none
    }
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel::-webkit-scrollbar-thumb {
    border-radius: 30px;
    box-shadow: inset 0 0 0 10px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus {
    color: #272727;
    overflow-x: scroll;
    scrollbar-width: auto;
    -ms-overflow-style: auto
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover::-webkit-scrollbar,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus::-webkit-scrollbar {
    visibility: visible
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover::-webkit-scrollbar-thumb,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus::-webkit-scrollbar-thumb {
    background-color: #272727
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover::-webkit-scrollbar-track,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus::-webkit-scrollbar-track {
    background: rgba(39,39,39,0.1);
    border-radius: 30px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white {
    -webkit-text-fill-color: #fff
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:hover,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:focus {
    color: #fff
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:hover::-webkit-scrollbar-thumb,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:focus::-webkit-scrollbar-thumb {
    background-color: #fff
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item {
    padding-right: 24px;
    width: 224px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:first-child {
    margin-left: 24px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:first-child {
	margin-left:44px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:last-child {
    width: 224px;
    padding-right: 24px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:last-child {
	width:248px;
	padding-right: 44px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container {
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    display: grid;
    height: 200px;
    overflow: hidden;
    place-items: center;
    position: relative;
    width: 200px;
    z-index: 1
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container .corp-cmp-campaigneventtop__image {
    max-width: 100%;
    transition: transform .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container .corp-cmp-campaigneventtop__image {
        transition: none
    }
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container .corp-cmp-campaigneventtop__new-window-icon {
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 4px;
    top: calc(45%);
    width: 14px
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel {
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel {
        transition: none
    }
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel .corp-cmp-campaigneventtop__text {
    display: -webkit-box;
    font-weight: 700;
    margin-top: 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-text-fill-color: inherit
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:hover .corp-cmp-campaigneventtop__image,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:focus .corp-cmp-campaigneventtop__image {
    transform: scale(1.1)
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:hover .corp-cmp-campaigneventtop__text,.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:focus .corp-cmp-campaigneventtop__text {
    text-decoration: underline
}

.corp-cmp-campaigneventtop .corp-cmp-campaigneventtop-nocopy {
    pointer-events: none
}



.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;
}


/* H1デザイン */
.full .sec-cmnLv1-bg{
	width: 100%;
	background: url(/images_osp/product/bg_ttlLv1_product_pc.jpg) center no-repeat;
	background-color: #e7eff2;
	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;
}




/*Parts*/
.beta-mod-mt00{
	margin-top: 0 !important;
}

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

.beta-mod-mb50{
	margin-bottom: 50px !important;
}

.beta-mod-section--w940{
	width: 940px;
	margin: 0 auto;
}

.mod-mrkTxt-r {
	display: inline-block;
	margin-left: 16px;
	padding: 3px 5px;
	font-size: 12px;
	color: #fff;
	background-color: #cc0033;
	vertical-align: middle;
	line-height: 1;
}

.panel-product__head{
	font-size: 143% !important;
	white-space: initial;
}
.panel-product__head h3{
	font-weight: bold;
	white-space: pre;
}
.panel-product__head .speed-late-label{
	font-size: 0;
	line-height: 0;
}
.panel-product__head .speed-late-label img{
	width: 40px;
	margin: 10px 0 10px 5px;
	vertical-align: top;
}
.panel-product__head .speed-late-label img:first-child{
	margin-left: 0;
}



/* form-search
-------------------------------------------*/
.full .contents-main .form-search__inner input[type=text]:hover,
.full .contents-main .form-search__inner input[type=text]:focus{
	background-color: #eee;
	outline: none;
}
.full .contents-main .form-search__inner button:focus {
    outline: none;
}
.form-search .form-search__inner .form-search__button {
	border-top: 1px solid #c03;
  border-bottom: 1px solid #c03;
  background: #c03;
}



/* .panel-product
-------------------------------------------*/
.grid-common__col--col2 .panel-product__body{
	padding-right: 30px;
}
.grid-common__col--col2 .panel-product__body img{
	width: 100%;
	max-width: 276px;
}



/* sec_prdSupport
-------------------------------------------*/
#sec_prdSupport.sec-common-lv2--bg-color {
	background-color: #faeff1;
}




/* Notice Wrap
-------------------------------------------*/
.full .contents-main .sec-noticeWrap{
	width: 100%;
	margin-top: 70px;
	padding: 56px 220px 39px;
	background-color: #f6f6F6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.full .contents-main .sec-noticeWrap .noticeTitle{
	font-size: 143%;
	font-weight: bold;
	margin-bottom: 22px;
	text-align: center;
}
.full .contents-main .sec-noticeWrap .noticeTitle .noticeTitle-txt{
	display: inline-block;
	vertical-align: super;
}

.full .contents-main .sec-noticeWrap .noticeBorder{
	width: 100%;
	margin: 20px 0;
	padding: 13px 0;
	font-size: 126%;
	text-align: center;
	border: 2px solid #cc0033;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.full .contents-main .sec-noticeWrap .noticeTelWrap{
	width: 100%;
	margin: 20px 0 26px;
	text-align: center;
}
.full .contents-main .sec-noticeWrap .noticeTelWrap .noticeTxt{
	font-size: 115%;
	font-weight: bold;
}
.full .contents-main .sec-noticeWrap .noticeTelWrap .noticeTel{
	margin: 15px 0 0;
	font-size: 215%;
}





/* New info List */
.full .contents-main .mod-infoList{
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.full .contents-main .mod-infoList li{
  display: block;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}
.full .contents-main .mod-infoList li:last-child{
  border-bottom: 1px solid #d8d8d8;
}
.full .contents-main .mod-infoList li a{
  display: block;
}
.full .contents-main .mod-infoList li > .time{
  display: block;
	margin-bottom: 0;
  padding-top: 20px;
  float: left;
  width: 140px;
  vertical-align: top;
}
.full .contents-main .mod-infoList li > .body{
  overflow: hidden;
  margin-top: 0;
  margin-left: 140px;
}
.full .contents-main .mod-infoList li > .body:first-child{
  margin-left: 140px;
}
.full .contents-main .mod-infoList li > .body a{
  color: #333;
}

.full .contents-main .mod-infoList .ico-cmn-arrow,
.full .contents-main .mod-infoList .ico-cmn-link{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 30px 20px 0;
  word-break: break-all;
  word-wrap: break-word;
}
.full .contents-main .mod-infoList .ico-cmn-arrow:after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 1em;
  background: url(/images_osp/common/ico/ico_heading_arrow.svg) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.full .contents-main .mod-infoList .ico-cmn-link[target="_blank"]:after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 1em;
  background: url(/images_osp/common/ico/ico_normal_popup_d.svg) no-repeat center;
  -webkit-background-size: 6px;
  background-size: contain;
}
.full .contents-main .mod-infoList .ico-cmn-link > .ico-cmn{
  display: none;
}

.full .contents-main .mod-infoList li .body a:hover{
    color: #3374da;
    text-decoration: underline;
}




/*  rss  */
.full .contents-main .beta-mod-tit-cmn-wrap--full{
  position: relative;
}
.full .contents-main .beta-mod-tit-cmn-wrap--full .mark .beta-mod-ttl-mark--rss{
  position: absolute;
	bottom: 50px;
	right: 0;
	margin: 0 auto;
}

.btn-rss:hover{
	background: #f2f2f2;
	-webkit-box-shadow: 0 1px 5px rgba(4, 0, 0, 0.35);
	box-shadow: 0 1px 5px rgba(4, 0, 0, 0.35);
}
.btn-rss:hover:after{
	border: none;
}



/* 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: 60px 0 70px;
}

.full .subContents > div .grid-common.beta-mod-bnr--center{
  text-align: center;
}

.full .subContents > div .grid-common.beta-mod-bnr--center > .grid-common__col--col3{
	display: inline-block;
  width: 320px;
	float: none;
}






.full .subContents .sns_cmnArea{
	margin: 0 auto;
	padding: 40px 0 45px;
	width: 940px;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.full .subContents .sns_cmnArea .snsTxt{
	font-weight: bold;
	margin-bottom: 40px;
}
.full .subContents .sns_cmnArea .snsList li{
	display: inline-block;
	padding: 0 60px;
	vertical-align: top;
	border-right: 1px solid #d6d6d6;
}
.full .subContents .sns_cmnArea .snsList li:last-child{
	border-right: none;
}
.full .subContents .sns_cmnArea .snsList li img{
	display: block;
	margin: 0 auto 20px;
}





/* float bnr
-------------------------------------------*/
.full .bnr-f{
	background-color: rgba(51, 51, 51, 0.64);
	height: 70px;
	padding: 11px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 400;
	text-align: center;
}
.full .bnr-f-in{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.full .bnr-f .bnr-f-close{
	position: absolute;
	top: 0;
	bottom: 0;
	height: 22px;
	width: 22px;
	margin: auto;
}
.full .bnr-f .bnr-f-txt{
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	margin-left: 38px;
	padding: 0.5em 0;
	vertical-align: middle;
	display: inline-block;
}
.full .bnr-f .bnr-f-img{
	margin-left: 40px;
	display: inline-block;
}
.full .bnr-f .bnr-f-img > img{
	vertical-align: bottom;
}




/* 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;
}
