@charset "utf-8";

/* 初期設定
----------------------------------------------------------------------------------------*/
#ui3106 img {
  vertical-align: middle;
}

#ui3106 a img {
  border-style: none;
  vertical-align: baseline;
}

#ui3106 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#ui3106 .clearfix {
  display: block;
}

#ui3106 .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
 
#ui3106 .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

/* 共通
----------------------------------------------------------------------------------------*/
#ui3106 .contents_area {
 padding: 60px 0px 0;
  margin: auto;
}

#ui3106 .contents_area h2 {
  color: #209908;
  font-weight: bold;
  border-bottom: 3px solid #209908;
}

#ui3106 .bnr_box {
  text-align: center;
  margin-top: 30px;
}

/* btn */
#ui3106 .btn01 {
  position: relative;
  display: block;
  color: #ffffff !important;
  background: #c83232;
  padding: 10px 20px 10px 30px;
  border: solid #c83232 2px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

#ui3106 .btn01:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff;
}

#ui3106 .btn01:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #c83232;
}

#ui3106 .btn01:hover {
  text-decoration: none;
  color: #c83232 !important;
  background: #ffffff;
}

/* btn */
#ui3106 .btn02 {
  position: relative;
  display: block;
  color: #ffffff !important;
  background: #209908;
  padding: 10px 20px 10px 30px;
  border: solid #209908 2px;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

#ui3106 .btn02:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff;
}

#ui3106 .btn02:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #209908;
}

#ui3106 .btn02:hover {
  text-decoration: none;
  color: #209908 !important;
  background: #ffffff;
}
/*-----button-----*/
.m_button {
padding: 10px 30px 12px;
background: #fff;
border: 2px solid #333;
border-radius: 50px;
color: #333;
text-decoration: none;
display: block;
text-align: center;
position: relative;
font-size: 2rem;
font-weight: bold;
}
.m_button::after {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #181818;
border-right: 2px solid #181818;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
position: absolute;
right: 20px;
top: 43%;
bottom: 0;
}
/* 看板画像
----------------------------------------------------------------------------------------*/
#ui3106 .main_img {
  margin-bottom: 5px;
  margin: 0 auto;
}

/* ナビゲーション
----------------------------------------------------------------------------------------*/
#ui3106 .main_nav.navFix {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
}

#ui3106 .main_nav.navFix ul {
  margin: 0 auto;
  background: #ffffff;
}

#ui3106 .main_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 13px 0;
  background: #156605;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}

#ui3106 .main_nav ul li a::after {
  position: absolute;
  right: 20px;
  top: 41%;
  display: inline-block;
  content: "";
  border: 9px solid transparent;
  border-top: 13px solid #ffffff;
}

#ui3106 .main_nav ul li a:hover {
  background: #1b8006;
}
/*-----nav-----*/
.l_recommendNav{
border-bottom: 10px solid #1e99c1;
border-image: linear-gradient(to right, #258159 0%, #3b9d73 100%);
border-image-slice: 1;
}
.l_recommendNav.navFix {
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
margin: 0 auto;
z-index: 100;
background: #fff;
}
.m_recommendNav_inner{
width: 1160px;
margin: 0 auto;
}
.rcmdNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 2.2rem;
}
.rcmdLine {
    width: calc(100% / 3);
    position: relative;
}
.rcmdItem {
    display: block;
    text-decoration: none;
    padding: 20px 0 20px;
    color: #353535;
}
.rcmdItem:hover, .rcmdLink:hover{
color: #209908;
}
.rcmdItem::after{
content: "";
width: 100%;
height: 10px;
background-color: rgba(0,0,0,0);
position: absolute;
bottom: -10px;
left: 0px;
}
.rcmdItem:hover::after{
content: "";
width: 100%;
height: 10px;
background-color: #353535;
position: absolute;
bottom: -10px;
left: 0px;
color: #209908;
}
.rcmdLine:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #209908;
    position: absolute;
    top: 23px;
    left: 0px;
}
.rcmdLink {
    display: block;
    text-decoration: none;
    padding: 20px 0 20px;
    color: #353535;
    background-color: #fffa7a;
    font-weight: bold;
}
.rcmdLink::after{
content: "";
width: 100%;
height: 10px;
background-color: rgba(0,0,0,0);
position: absolute;
bottom: -10px;
left: 0px;
}
.rcmdLink:hover::after{
content: "";
width: 100%;
height: 10px;
background-color: #353535;
position: absolute;
bottom: -10px;
left: 0px;
color: #2097be;
}
.rcmdLink::before{
content: '';
width: 14px;
height: 14px;
border-top: 3px solid #353535;
border-right: 3px solid #353535;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
position: absolute;
right: 20px;
top: 43%;
bottom: 0;
animation: slidemove 0.8s ease 0s infinite alternate;
}

@keyframes slidemove{
  from {
   right: 15px;
  }

  to {
   right: 20px;
  }
}
.rcmdLink:hover::before{
content: '';
width: 14px;
height: 14px;
border-top: 3px solid #209908;
border-right: 3px solid #209908;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
position: absolute;
right: 20px;
top: 43%;
bottom: 0;
}
/* 「デジタルシニア」増えてます
----------------------------------------------------------------------------------------*/
#ui3106 .why_tit {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

#ui3106 .why_img {
  margin: 10px 0;
  text-align: center;
}

/* なぜパソコンなの
----------------------------------------------------------------------------------------*/
#ui3106 .point_tit {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e00000;
}

#ui3106 ul.point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  text-align: center;
  list-style: none;
}

#ui3106 ul.point_list li {
  width: 24%;
  padding-top: 150px;
}

#ui3106 ul.point_list li.point_item1 {
  background: url(img_icon_02.png) no-repeat 50% 0;
}

#ui3106 ul.point_list li.point_item2 {
  background: url(img_icon_03.png) no-repeat 50% 0;
}

#ui3106 ul.point_list li.point_item3 {
  background: url(img_icon_04.png) no-repeat 50% 0;
}

#ui3106 ul.point_list li.point_item4 {
  background: url(img_icon_05.png) no-repeat 50% 0;
}

/* おすすめのパソコン
----------------------------------------------------------------------------------------*/
#ui3106 .item_box a {
  color: #fff;
  text-decoration: none;
}
#ui3106 .item_box a:hover {
  color: #c83232;
}

#ui3106 .item_box a em {
  display: block;
  font-style: normal;
  padding: 0 5px 0 5px;
  min-height: 1.3em;
}

#ui3106 .item_box a span.item_nm {
  font-size: 1.6rem;
  padding: 0 5px 0 5px;
}

#ui3106 .item_box a span.item_price {
  color: #e00000;
  display: block;
  padding: 0 5px 0 5px;
  font-size: 2.4rem;
}

#ui3106 .item_box dl {
  font-size: 1.4rem;
  margin-top: 10px;
}

#ui3106 .item_box dl dt {
  float: left;
  width: 105px;
  margin-left: 5px;
  line-height: 1.5em;
}

#ui3106 .item_box dl dd {
  line-height: 1.5em;
  margin-top: 0;
  float: left;
  width: 245px;
}

#ui3106 .item_box dl > dt:nth-child(-n + 4),
#ui3106 .item_box dl > dd:nth-child(-n + 4) {
  font-size: 120%;
}

#ui3106 .item_box dl > dt:nth-child(3),
#ui3106 .item_box dl > dd:nth-child(4) {
  margin-bottom: 10px;
}

#ui3106 .item_box dl > dt:nth-child(-n + 4) {
  /*width: 120px;*/
}

#ui3106 .item_box dl dt.wd_ini,
#ui3106 .item_box dl dd.wd_ini {
  width: initial;
}

#ui3106 .item_box .item_spec {
  font-size: 1.3rem;
  padding: 5px;
  background-color: #f0f0f0;
  margin-top: 10px;
}

/* こだわりの富士通
----------------------------------------------------------------------------------------*/
#ui3106 .feature_box {
  margin-bottom: 20px;
  padding: 20px;
  background: #fffcd9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#ui3106 .feature_box .feature_img {
  float: left;
  width: 286px;
}

#ui3106 .feature_box .feature_txt {
  float: right;
  width: 623px;
}

#ui3106 .feature_box .feature_tit {
  font-size: 130%;
  color: #e00000;
}

#ui3106 .feature_box .feature_link {
  text-align: right;
}

#ui3106 .feature_box .feature_link a {
  background: url(../../../other_contents/common/v4icons/icon-newwindow.gif) no-repeat 100% 50%;
  padding: 0 20px 0 10px;
  position: relative;
  text-decoration: underline;
}

#ui3106 .feature_box .feature_link a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #003399;
}

#ui3106 .feature_box .feature_link a:hover {
  text-decoration: none;
}

/* こだわりの富士通
----------------------------------------------------------------------------------------*/
#ui3106 .feature_area .feature_block {
  background: #fffcd9;
}

#ui3106 .feature_box2 p {
  margin-bottom: 10px;
}

#ui3106 .feature_box2 .feature_img {
  margin-bottom: 10px;
}

#ui3106 .feature_box2 .feature_txt {}

#ui3106 .feature_box2 .feature_tit {
  font-size: 130%;
  color: #e00000;
}

#ui3106 .feature_box2 .feature_link {
  text-align: right;
}

#ui3106 .feature_box2 .feature_link a {
  background: url(../../../other_contents/common/v4icons/icon-newwindow.gif) no-repeat 100% 50%;
  padding: 0 20px 0 10px;

  position: relative;
  text-decoration: underline;
}

#ui3106 .feature_box2 .feature_link a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #003399;
}

#ui3106 .feature_box2 .feature_link a:hover {
  text-decoration: none;
}

/* お困りでしたら
----------------------------------------------------------------------------------------*/
#ui3106 .call_box {
  border: 2px solid #e00000;
  padding: 18px;
}

#ui3106 .call_box .call_l {
  text-align: center;
}

#ui3106 .call_box .call_tit {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.5rem;
}

#ui3106 .call_box .call_tit span {
  color: #e00000;
}

#ui3106 .call_box .call_no {
  color: #e00000;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#ui3106 .call_box .call_no span {
  font-size: 4.5rem;
}

#ui3106 .call_box .call_hours {
  font-size: 120%;
  margin-bottom: 20px;
}

#ui3106 .call_box .call_info {
  font-size: 80%;
}

#ui3106 .call_box .call_question {
  background: #fffcd9;
  padding: 20px;
}

#ui3106 .call_box .call_question p {
  margin-bottom: 0;
}

#ui3106 .call_box .call_question span {
  font-size: 2.5rem;
  font-weight: bold;
}

/* よくあるご質問
----------------------------------------------------------------------------------------*/
#ui3106 .btn_box {
  text-align: center;
}

#ui3106 .btn_box a {
  width: 400px;
  margin: 0 auto;
  font-size: 2.5rem;
}

/* シニアのパソコン事情
----------------------------------------------------------------------------------------*/
#ui3106 .pclife_ank {
  background: #bfe6b8;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
}

#ui3106 .pclife_ank ul {
  display: block;
  list-style: none;
  margin-right: -10px;
  padding: 0;
}

#ui3106 .pclife_ank ul li {
  display: block;
  float: left;
  width: 310px;
  margin: 0 5px 5px 0;
}

#ui3106 .pclife_ank ul li a {
  display: block;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  padding: 5px 5px 5px 15px;
  position: relative;
  font-size: 80%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#ui3106 .pclife_ank ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #003399;
}

#ui3106 .pclife_ank ul li a:hover {
  background-color: #f0ff4c;
}

#ui3106 .pclife_tit {
  background: #cff6c8;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

#ui3106 .pclife_item {
  border: 1px solid #ccc;
  box-sizing: border-box;
}


#ui3106 .pclife_item a {
  display: flex;
  position: relative;
  height: 100%;
  background: #f2f2f2;
  padding: 15px 10px 40px 0;
  border: 1px solid #ebebeb;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 90%;
  line-height: 1.4;
  box-sizing: border-box;
}

#ui3106 .pclife_item:hover,
#ui3106 .pclife_item a:hover {
  border: 1px solid #209908;
  opacity: 0.85;
}

#ui3106 .pclife_item .pclife_img {
  width: 33%;
  padding-top: 81px;
  text-align: center;
}

#ui3106 .pclife_item .pclife_img.woman {
  background: url(img_icon_06.png) no-repeat top center/ 57px auto;
}

#ui3106 .pclife_item .pclife_img.man {
  background: url(img_icon_07.png) no-repeat top center/ 71px auto;
}

#ui3106 .pclife_item .pclife_txt {
  width: 67%;
}

#ui3106 .pclife_item .pclife_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  background: #209908;
  padding: 6px 10px 5px;
  color: #fff;
}

#ui3106 .pclife_item .pclife_btn::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0px 1px 2px 0;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
}

#ui3106 .pclife_item img {
  margin-bottom: 10px;
}

#ui3106 .pclife_item .pclife_txt {
  margin-bottom: 10px;
}

#ui3106 .pclife_item .pclife_btn a {
  display: block;
  position: relative;
  background-color: #209908;
  border: 2px solid #209908;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#ui3106 .pclife_item .pclife_btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff;
}

#ui3106 .pclife_item .pclife_btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #209908;
}

#ui3106 .pclife_item .pclife_btn a:hover {
  background-color: #ffffff;
  color: #209908;
}

#ui3106 .info_txt {
  margin-bottom: 5px;
}

#ui3106 .info_box {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f0f0f0;
  font-size: 1.4rem;
}
/*----------------[userPikupList]----------------*/
.userPikupList_col4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 30px;
}
.userPikupList_col4 li {
    position: relative;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    border-radius: 3px;
}
.userPikupList_col4 li a {
    text-decoration: none;
    color: #333333;
    padding: 0;
}
.userPikupList_link:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
/* border: 1px solid #cccccc; */
    border-radius: 3px;
}
.userPikupList_link:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
}
#ui3106 .userPikupList_box img{
  width: 100%;
  border: 1px solid #ccc;
}
#ui3106 .userPikupList_link:hover img{
  opacity: 1;
}

.userPikupList_box .m_section_txt{
  font-size: 1.6rem;
  padding: 10px 15px;
}
@media print,
screen and (min-width: 768px) {

  /* 共通
----------------------------------------------------------------------------------------*/
  #ui3106 .contents_area {
    font-size: 1.9rem;
    width: 1160px;
  }

  #ui3106 .contents_area h2 {
    background: url(img_icon_01.png) no-repeat 0 10px;
    margin: 0 0 30px 0;
    padding: 15px 0 0 70px;
    font-size: 2.7rem;
  }

  #ui3106 .contents_area .contents_col2_box {
    display: flex;
    justify-content: space-between;
  }

  #ui3106 .contents_area .contents_col2_box .contents_box {
    width: 49%;
  }

  #ui3106 .contents_area .contents_col3_box {
    display: flex;
    justify-content: space-between;
  }

  #ui3106 .contents_area .contents_col3_box .contents_box {
    width: 31%;
  }

  /* 看板画像
----------------------------------------------------------------------------------------*/
  #ui3106 .main_img {
    width: 1160px;
  }

  /* ナビゲーション
----------------------------------------------------------------------------------------*/
  #ui3106 .main_nav ul {
    width: 1160px;
    margin: 7px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
  }

  #ui3106 .main_nav ul li {
    width: 33%;
  }

  /* こだわりの富士通
----------------------------------------------------------------------------------------*/
  #ui3106 .feature_area {
    display: flex;
    justify-content: space-between;
  }

  #ui3106 .feature_area .feature_block {
    width: 31%;
  }

  #ui3106 .feature_box2 {
    padding: 35px;
  }

  /* シニアのパソコン事情
----------------------------------------------------------------------------------------*/
  #ui3106 .pclife_box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }

  #ui3106 .pclife_item {
    width: 31%;
  }

  #ui3106 .pclife_item:nth-child(n+2) {
    margin-left: 40px;
  }

  /* お困りでしたら
----------------------------------------------------------------------------------------*/
  #ui3106 .call_box {
    display: flex;
    justify-content: space-between;
  }

  #ui3106 .call_box .call_l,
  #ui3106 .call_box .call_r {
    width: 49%;
  }
}


@media screen and (max-width: 767px) {

  /* 共通
----------------------------------------------------------------------------------------*/
body {
    margin-top: 0px !important;
}
  #ui3106 {
    width: 100%;
    padding: 0 10px;
  }

  #ui3106 .contents_area {
    font-size: 1.7rem;
  }

  #ui3106 .contents_area h2 {
    font-size: 2.4rem;
    padding-top: 10px;
  }

  #ui3106 .contents_area .contents_col2_box .contents_box {
    margin-top: 20px;
  }

  #ui3106 .contents_area .contents_col3_box .contents_box {
    margin-top: 20px;
  }

  /* ナビゲーション
----------------------------------------------------------------------------------------*/
  #ui3106 .main_nav ul li {
    width: 100%;
    margin-top: 5px;
  }

  #ui3106 .main_nav.navFix {
    position: static !important;
  }

  #ui3106 .main_nav ul li a {
    font-size: 2rem;
  }
.rcmdNav{
font-size: 2rem;
}
.l_recommendNav{
border: none;
background: #ebf2d7;
padding: 0px 10px 10px;
}
.l_recommendNav.navFix{
padding: 0px 10px 10px;
background: #ebf2d7;
position: static!important;
}
.m_recommendNav_inner{
width: 100%;
font-size: 2rem;
}
.m_recommendNav_inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.m_recommendNav_inner ul li {
    width: 100%;
    background: #258159;
    background: -moz-linear-gradient(right, #258159 0%, #3b9d73 100%);
    background: -webkit-linear-gradient(right, #258159 0%, #3b9d73 100%);
    background: linear-gradient(to left, #258159 0%, #3b9d73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#258159', endColorstr='#3b9d73', GradientType=0);
    margin-top: 10px;
    position: relative;
}
.recommendContents a {
    text-decoration: none;
}
.rcmdItem {
    color: #fff;
    padding: 8px 30px 8px 15px;
}
.rcmdItem:hover, .rcmdLink:hover{
color: #fff;
}
.rcmdItem::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    right: 10px;
    left: auto;
    top: 33%;
    bottom: 0;
}
.rcmdItem:hover::after{
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
display: inline-block;
position: absolute;
right: 10px;
left: auto;
top: 33%;
bottom: 0;
background-color: rgba(0,0,0,0);
}
.m_recommendNav_inner .m_button {
    width: 100%;
    padding: 0px;
    background: #fff;
}
.m_recommendNav_inner .ankLink05 {
    color: #333;
    padding: 10px 20px 12px;
    display: inline-block;
    width: 100%;
    border-radius: 50px;
text-decoration: none;
}
  /* 「デジタルシニア」増えてます
----------------------------------------------------------------------------------------*/
  #ui3106 .why_tit {
    font-size: 2rem;
    border-bottom: solid 2px #ccc;
  }

  /* なぜパソコンなの
----------------------------------------------------------------------------------------*/
  #ui3106 .point_tit {
    margin-top: 20px;
  }

  #ui3106 ul.point_list {
    margin-top: 0;
  }

  #ui3106 ul.point_list li {
    width: 49%;
    font-size: 1.5rem;
    margin-top: 10px;
  }

  /* こだわりの富士通
----------------------------------------------------------------------------------------*/
  #ui3106 .feature_box2 {
    margin-top: 20px;
    padding: 15px;
    text-align: center;
  }

  #ui3106 .feature_box2 p {
    text-align: left;
  }

  /* よくあるご質問
----------------------------------------------------------------------------------------*/
  #ui3106 .btn_box a {
    width: 100%;
  }

  /* シニアのパソコン事情
----------------------------------------------------------------------------------------*/
  #ui3106 .info_txt {
    margin-top: 20px;
  }

  #ui3106 .pclife_item {
    margin-bottom: 20px;
  }

  /* お困りでしたら
----------------------------------------------------------------------------------------*/
  #ui3106 .call_box {
    margin-top: 20px;
  }

  #ui3106 .call_box .call_no span {
    font-size: 3rem;
  }
/*-----userPikup-----*/
.userPikupList_col4 {
  justify-content: flex-start;
}
.userPikupList_col4 li{
  width: 100%;
  margin-right: 0%;
}
.userPikupList_col4 li:nth-of-type(2n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+3){
  margin-top: 30px;
}
.userPikupList_box .m_section_txt{
  font-size: 1.4rem;
  padding: 10px 8px;
}
.userPikupList_link:hover:before {
  border: none;
}
}