@charset "UTF-8";

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

body.smt.view-pc .js-panel-accordion.grid-common--panel:before,
body.tb .js-panel-accordion.grid-common--panel:before{
display: none;
}
body.smt.view-pc .js-panel-accordion .js-mach,
body.tb .js-panel-accordion .js-mach{
height: auto !important;
}


.js-panel-accordion .panel-product--col3,
.js-panel-accordion .beta-mod-panel-common {
	min-height: 220px;
}

.beta-mod-panel-common__inner {
	display: table;
	width: 100%;
	padding: 14px 24px 14px 14px;
	min-height: 220px;
}
.beta-mod-panel-common__head {
	display: table-cell;
	vertical-align: middle;
}
.beta-mod-panel-common__title {
	font-size: 143% !important;
	white-space: initial;
}


.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/support/bg_ttlLv1_support_pc.jpg) center no-repeat;
	background-color: #ffe9cf;
	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;
}



/* .supports-accordion */

.support-accordion {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 40px;
}

.support-accordion__head {
	margin: 20px 0 0;
	padding: 0 10px;
	width: 25%;
	position: relative;
}

.support-accordion__head.is-open::after {
	content: "";
	margin: auto;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid;
	border-color: #dcdcdc #dcdcdc transparent transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -38px;
}

.support-accordion__body {
	padding: 24px 7px 0;
	width: 100%;
}

.support-accordion__body-inner {
	padding: 25px 60px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}

.support-accordion__head:nth-of-type(1) {
	order: 1;
}

.support-accordion__head:nth-of-type(3) {
	order: 2;
}

.support-accordion__head:nth-of-type(5) {
	order: 3;
}

.support-accordion__head:nth-of-type(7) {
	order: 4;
}

.support-accordion__head:nth-of-type(9) {
	order: 9;
}

.support-accordion__head:nth-of-type(11) {
	order: 10;
}

.support-accordion__head:nth-of-type(13) {
	order: 11;
}

.support-accordion__head:nth-of-type(15) {
	order: 12;
}

.support-accordion__body:nth-of-type(2) {
	order: 5;
}

.support-accordion__body:nth-of-type(4) {
	order: 6;
}

.support-accordion__body:nth-of-type(6) {
	order: 7;
}

.support-accordion__body:nth-of-type(8) {
	order: 8;
}

.support-accordion__body:nth-of-type(10) {
	order: 13;
}

.support-accordion__body:nth-of-type(12) {
	order: 14;
}

.support-accordion__body:nth-of-type(14) {
	order: 15;
}

.support-accordion__body:nth-of-type(16) {
	order: 16;
}

/* .support-accordion-panel */
.support-accordion-panel {
	display: table;
	padding: 15px 20px;
	width: 100%;
	min-height: 104px;
	position: relative;
	cursor: pointer;
}

/* パネル外枠 */
.support-accordion-panel {
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: rgba(4, 0, 0, 0.2) 0 1px 5px;
	box-shadow: rgba(4, 0, 0, 0.2) 0 1px 5px;
	border-radius: 4px;
}

.support-accordion-panel:hover,
.support-accordion__head.is-open .support-accordion-panel {
	-webkit-box-shadow: rgba(4, 0, 0, 0.7) 0 1px 5px;
	box-shadow: rgba(4, 0, 0, 0.7) 0 1px 5px;
	opacity: .9;
}

a.support-accordion-panel {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	color: #333;
	text-decoration: none;
}

.support-accordion-panel::before {
}

.support-accordion-panel::after {
	content: "";
	width: 14px;
	height: 14px;
	background: url("/images_osp/support/ico_open.png") top center no-repeat;
	background-size: contain;
	position: absolute;
	right: 7px;
	bottom: 7px;
}

.support-accordion__head.is-open .support-accordion-panel::after {
	background: url("/images_osp/support/ico_close.png") top center no-repeat;
	background-size: contain;
}

.support-accordion-panel__image {
	display: table-cell;
	width: 60px;
	height: auto;
	vertical-align: middle;
}

.support-accordion-panel__image-item {
	width: 100%;
	height: auto;
}

.support-accordion-panel__title {
	display: table-cell;
	padding-left: 20px;
	font-size: 115%;
	font-weight: bold;
	vertical-align: middle;
}


/* .support-check-list */
.support-check-list {
}

.support-check-list::before,
.support-check-list::after {
	content: '';
	display: table;
	width: 100%;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.support-check-list__item {
	padding: 0 30px 0 60px;
	width: 50%;
	position: relative;
	float: left;
}

.support-check-list__item:nth-child(n+3) {
	margin-top: 1em;
}

.support-check-list__item::before {
	content: "";
	margin: auto;
	width: 20px;
	height: 20px;
	background: url("/images_osp/support/ico_check.png") top center no-repeat;
	background-size: contain;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
}

.support-check-list__link {
	display: inline-block;
	text-decoration: none;
}

.support-check-list__link:hover,
.support-check-list__link:focus {
	text-decoration: underline;
}

/* .support-bnr */
.support-bnr {
	display: block;
	margin: 0 auto;
	padding: 25px 60px 25px 70px;
	width: 640px;
	border: 3px solid #cc0033;
	border-radius: 6px;
	position: relative;
	text-decoration: none;
}

.support-bnr:hover {
}

.support-bnr:hover::after {
	border: 2px solid #69a1fe;
	display: block;
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 8px;
	box-sizing: border-box;
	z-index: 1;
}

.support-bnr__col {
	display: table;
}

.support-bnr__item {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}

.support-bnr__image {
	width: 80px;
}

.support-bnr__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #cc0033;
}

.support-bnr__text {
	font-size: 18px;
	color: #333;
}



/* .support-panel-box */
.support-panel-box {
	display: block;
	margin: -20px -10px 30px;
	letter-spacing: -.5em;
	text-align: left;
}
.support-panel-box::before,
.support-panel-box::after {
	content: '';
	display: table;
	width: 100%;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.support-panel-box:last-child {
	margin-bottom: 0;
}
.support-panel-box__col--col4 {
	display: inline-block;
	width: 25%;
	padding: 0 10px 0;
	margin:20px 0 0;
	letter-spacing: normal;
	vertical-align: top;
}
.support-panel-box__col--col4:nth-child(4n+1) {
	clear: both;
}

/* .support-panel */
.support-panel {
	display: block;
	overflow: hidden;
	position: relative;
}

/* パネル外枠 */
.support-panel {
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: rgba(4, 0, 0, 0.2) 0 1px 5px;
	box-shadow: rgba(4, 0, 0, 0.2) 0 1px 5px;
	border-radius: 4px;
}

.support-panel:hover {
	-webkit-box-shadow: rgba(4, 0, 0, 0.7) 0 1px 5px;
	box-shadow: rgba(4, 0, 0, 0.7) 0 1px 5px;
	opacity: .9;
}

a.support-panel {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	color: #333;
	text-decoration: none;
}

/* .support-panel__inner */
.support-panel__inner {
	display: block;
	width: 100%;
	padding: 14px 24px 14px 14px;
}

/* .support-panel__head */
.support-panel__head {
	display: table;
	width: 100%;
}

.support-panel__head:before {
	content: '';
	display: table-cell;
	width: 0;
	height: 60px;
	visibility: hidden;
}

/* .support-panel__body */
.support-panel__body {
	display: block;
	/* padding-top: 14px; */
	padding: 30px 0 5px;
	text-align: center;
}

.support-panel__image {
	width: 88px;
}

/* .support-panel__title */
.support-panel__title {
	display: table-cell;
	padding-left: 14px;
	font-weight: bold;
	font-size: 115%;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #333;
}

.support-panel__title:first-child {
	padding-left: 0;
}

.support-panel .icon-common--arrow {
	margin-right: 14px;
	font-size: 16px;
}

.support-panel .icon-common--blank-image {
	right: 14px;
}



/* panel-product */
.panel-product__head{
	font-size: 143% !important;
	white-space: inherit;
}
.panel-product__head h3{
	font-weight: bold;
	white-space: pre;
}
.grid-common__col--col2 .panel-product__body{
	padding-right: 30px;
}
.grid-common__col--col2 .panel-product__body img{
	width: 100%;
	max-width: 276px;
}



/* 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 li > .body a:focus {
	outline-offset: -1px;
}
.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;
}



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




/* parts */
.beta-mod-mt00{
	margin-top: 0px !important;
}
.beta-mod-mt30{
	margin-top: 30px !important;
}
.beta-mod-mb30{
	margin-bottom: 30px !important;
}

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

.beta-mod-panel--negative{
	background-color: #fff;
}



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



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



/*sec-porpose-box
-------------------------------------------*/
.sec-porpose-box{
	border: 3px solid #cc0033;
	border-radius: 15px;
	padding: 50px 40px 40px;
}
.sec-porpose-box .support-panel__inner{
	padding: 5px 24px 5px 14px;
}
.sec-porpose-box-read{
	text-align: center;
	color: #cc0033;
	font-weight: bold;
	font-size: 120%;
	position: relative;
}
.sec-porpose-box-read:before,
.sec-porpose-box-read:after{
	content:"";
	display: block;
	width: 179px;
	height: 139px;
	position: absolute;
	bottom: 7px;
}
.sec-porpose-box-read:before{
	background-image: url(/flcache_data/support/images/img-box-read-01.png);
	background-repeat: no-repeat;
	background-size: contain;
	left: 55px;
}
.sec-porpose-box-read:after{
	background-image: url(/flcache_data/support/images/img-box-read-02.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 55px;
}