@charset "UTF-8";

/*===========================
common
===========================*/
#msTagline{
  display: none;
}
.redColor{
	color: #c00;
}
._center{
	text-align: center !important;
}
.bgWhite{
  background: #F8FCFF
}
.bgSkyblue{
  padding: 65px 0 80px;
  background: #e5f4ff;
}
.ui3082 h2, .ui3082 h3, .ui3082 strong{
	font-weight:bold;
}
.txtLink a{
  text-decoration: none;
}
.txtLink a:hover{
  text-decoration: underline;
}
._mb-xs{
	margin-bottom:10px !important;
}
.action-links{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.action-links > .col-link{
	text-align: center;
}
.primary-button{
	display: inline-block;
  padding: 12px;
  background: #2c2c2c;
  color: #fff;
  text-decoration: none;
}
.primary-button:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 3px 1px 0;
  border: 4px solid transparent;
  border-left: 9px solid #fff;
}
.primary-button:hover{
	opacity: .8;
	color:#fff;
}
/* 4アンカーリンク
------------------------------------- */
.topBox > p{
  text-align: center;
  color: #0d366b;
}
.topBox .colFourBox{
  display: flex;
  justify-content: space-between;
}
.topBox .colFourBox li{
  border: 3px solid #124D97;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
}
.topBox .colFourBox li a{
  display: block;
  color: #124d98;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.topBox .colFourBox li a:before{
	content:"";
	width:100%;
	margin:20px 0 10px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.topBox .colFourBox li:nth-of-type(1) a:before{
  background-image: url(../ui3082/img_icon_01.png);
}
.topBox .colFourBox li:nth-of-type(2) a:before{
  background-image: url(../ui3082/img_icon_02.png);
}
.topBox .colFourBox li:nth-of-type(3) a:before{
  background-image: url(../ui3082/img_icon_03.png);
}
.topBox .colFourBox li:nth-of-type(4) a:before{
  background-image: url(../ui3082/img_icon_04.png);
}
.topBox .colFourBox li a:hover{
  opacity: 0.7;
}

/* パソコン買い替えのここが気になる
------------------------------------- */
.bgWhite .section h2{
  text-align: center;
  color: #1566cd;
}
.bgWhite .section .acdBox > li{
  border: 2px solid #124d97;
  border-radius: 6px;
  box-sizing: border-box;
}
.bgWhite .section .acdBox li .acd > dt{
  position: relative;
  font-weight: bold;
  color: #124d97;
  cursor: pointer;
}
.bgWhite .section .acdBox li .acd > dt::after{
  display: inline-block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 0px 3px 1px 0;
}
.bgWhite .section .acdBox li .acd > dt.active::after{
  display: inline-block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 0px 3px 1px 0;
}
.bgWhite .section .acdBox li .acd > dd{
  display: none;
  border-top: 2px solid #124d97;
  border-radius: 0 0 6px 6px;
  background: #fff;
}
.bgWhite .section .acdBox li .acd dd .acdList li{
  display: flex;
  align-items: center;
  padding: 18px 0;
}
.bgWhite .section .acdBox li .acd dd .acdList li + li{
  border-top: 1px dashed #6084b1;
}
.bgWhite .section .acdBox li .acd dd .acdList li dt{
  display: inline-block;
  border-bottom: 4px solid #fceb33;
  font-weight: bold;
  color: #124d97;
  line-height: 0.9;
}
.bgWhite .section .acdBox li .acd dd .acdList li dd{
  margin-top: 13px;
  color: #0d366b;
}
.bgWhite .section .acdBox li .acd dd .acdList li dd .redTxt{
  color: #c01616;
  font-weight: bold;
}
.bgWhite .section .acdBox li .acd dd .acdList li dd .txtLink{
  display: block;
  margin-top: 30px;
  text-align: right;
}
.bgWhite .section .acdBox li .acd dd .acdList li dd .txtLink a{
  color: #1a6ed9;
}
.bgWhite .section .acdBox li .acd dd .acdList li dd .txtLink a::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 -5px 2px 0;
  border: 6px solid transparent;
  border-left: 10px solid #1a6ed9;
}

/* データ移行は、どうすればいいの？
------------------------------------- */
.bgSkyblue .section h2{
  margin-bottom: 35px;
  text-align: center;
  color: #1566cd;
}
.bgSkyblue .subSection h3{
  padding: 11px 0 9px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: url(../ui3082/bg_title_01.png) no-repeat;
}
.pointList li{
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}
.pointList li h4{
  margin-bottom: 15px;
  font-size: 190%;
  color: #124d97;
  line-height: 1;
  font-weight: bold;
}
.bgSkyblue .subSection .pointList li:nth-of-type(1) h4{
  background: url(../ui3082/img_icon_15.png) no-repeat;
}
.bgSkyblue .subSection .pointList li:nth-of-type(2) h4{
  background: url(../ui3082/img_icon_16.png) no-repeat;
}
.bgSkyblue .subSection .pointList li:nth-of-type(3) h4{
  background: url(../ui3082/img_icon_17.png) no-repeat;
}
.bgSkyblue .subSection .pointList li:nth-of-type(4) h4{
  background: url(../ui3082/img_icon_18.png) no-repeat;
}
.pointList li h4 span{
  display: inline-block;
  padding-right: 8px;
  border-bottom: 5px solid #fceb33;
}
.pointList li p{
  color: #0d366b;
}

/* 新しいパソコンへのデータ移行について
------------------------------------- */
.bgSkyblue .section h2.line{
  position: relative;
  font-size: 3.5rem;
}
.bgSkyblue .section h2.line::before{
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  background: #1566cd;
}
.bgSkyblue .section h2.line::after{
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  background: #1566cd;
}
.section > p{
  color: #0d366b;
}
.section > .pointList li:nth-of-type(1) h4{
  background: url(../ui3082/img_icon_19.png) no-repeat;
}
.section > .pointList li:nth-of-type(2) h4{
  background: url(../ui3082/img_icon_20.png) no-repeat;
}
.section > .pointList li:nth-of-type(3) h4{
  background: url(../ui3082/img_icon_21.png) no-repeat;
}
.section > .pointList li .smlTxt{
  position: relative;
  padding-left: 40px;
  font-size: 1.5rem;
}
.section > .pointList li .smlTxt::before{
  display: inline-block;
  content: "（注）";
  position: absolute;
  left: 0;
}
.section > .pointList li .txtLink a{
  color: #1a6ed9;
}
.section > .pointList li .txtLink a::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 -5px 2px 0;
  border: 6px solid transparent;
  border-left: 10px solid #1a6ed9;
}
.section > .pointList li .blueBox{
  border: 1px solid #124D97;
  background: #F8FCFF;
}
.section > .pointList li .figure{
  text-align: center;
}
.section > .pointList li .figure a{
  display: inline-block;
}
.section > .pointList li .figure a:hover{
  opacity: 0.7;
}
.section > .pointList li .figure .figcaption{
  margin-top: 10px;
  color: #0d366b;
  font-size: 110%;
}


/* 買い替え前のパソコンの処分は？
------------------------------------- */
#ank03 .pointList li:nth-of-type(1) h4{
  background: url(../ui3082/img_icon_22.png) no-repeat;
}
#ank03 .pointList li:nth-of-type(2) h4{
  background: url(../ui3082/img_icon_23.png) no-repeat;
}

/* 買い替えるときは、どんなパソコン？
------------------------------------- */

#ank04 .section > p:nth-of-type(1){
  margin-bottom: 20px;
}
#ank04 .choiceBox > li > dl{
  border: 1px solid #ccc;
  border-radius: 6px;
}
#ank04 .choiceBox > li > dl > dt{
  border-radius: 6px 6px 0 0;
  border-bottom: 2px solid #d7efff;
  background: #f8fcff;
  color: #124d97;
  font-weight: bold;
}
#ank04 .choiceBox > li > dl > dd{
  padding: 25px 40px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  color: #0d366b;
}
#ank04 .choiceBox > li > dl > dd p + p{
  margin-top: 15px;
}
#ank04 .choiceBox .whichList li{
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#ank04 .choiceBox .whichList li + li{
  border-top: 1px dashed #6084b1;
}
#ank04 .choiceBox .whichList dt{
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 8px;
  border-bottom: 4px solid #fceb33;
  color: #124d97;
  font-weight: bold;
}
#ank04 .choiceBox .whichList dd{
  font-size: 1.7rem;
}
#ank04 .choiceBox .txtLink a{
  color: #1a6ed9;
}
#ank04 .choiceBox .txtLink a::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 -5px 2px 0;
  border: 6px solid transparent;
  border-left: 10px solid #1a6ed9; 
}
#ank04 .blueTxt{
  text-align: center;
  font-weight: bold;
  color: #124d97;
}
.seriesRecommend_block .pcTxt{
  font-weight: bold;
  margin: 10px 0 0 0;
}

/* 富士通 WEB MARTなら
------------------------------------- */
.bgBlue{
  background: url(../ui3082/bg_section_01.png) repeat;
}
.bgBlue .section{
  width: 100%; 
  padding: 0;
}
.bgBlue .section h2:not(.seriesRecommend_heading){
  position: relative;
  background: #124d97;
  color: #fff;
}
.bgBlue .section h2::after{
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bgBlue .section h2 span{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.bgBlue .section h2 span .smlTxt{
  font-size: 2.5rem;
}

/* WEB MARTで購入するメリット
------------------------------------- */
.bgBlue .subSection h3{
  margin-bottom: 45px;
  text-align: center;
  font-size: 230%;
  color: #124d97;
}
.bgBlue .subSection .colThreeBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.bgBlue .subSection .colThreeBox li{
  box-sizing: border-box;
}
.bgBlue .subSection:nth-of-type(1) .colThreeBox li{
  position: relative;
  padding: 85px 13px 30px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.bgBlue .subSection:nth-of-type(1) .colThreeBox li dl{
  text-align: center;
}
.bgBlue .subSection:nth-of-type(1) .colThreeBox li dt{
  display: inline-block;
  padding: 0 5px;
  border-bottom: 4px solid #fceb33;
  color: #124d97;
  font-weight: bold;
}
.bgBlue .subSection:nth-of-type(1) .txtLink{
  margin-top: 40px;
  text-align: center;
}
.bgBlue .subSection:nth-of-type(1) .txtLink a{
  font-size: 1.7rem;
  color: #124d97;
}
.bgBlue .subSection:nth-of-type(1) .txtLink a::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 3px 1px 0;
  border: 6px solid transparent;
  border-left: 10px solid #124d97;    
}
.bgBlue .subSection:nth-of-type(1) .colThreeBox li dd{
  text-align: left;
  color: #0d366b;
  line-height: 1.8;
}

/* 詳しい人にアドバイス
------------------------------------- */
.bgBlue .subSection:nth-of-type(3) .colTwoBox{
  display: flex;
  justify-content: space-between;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox{
  color: #124d97;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox ul{
  font-weight: bold;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox{
  padding: 4px;
  border: 1px solid #124d97;
  background: #fff;
  box-sizing: border-box;
  color: #2c2c2c;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox div{
  height: 100%;
  padding: 13px;
  border: 1px solid #124d97;
  box-sizing: border-box;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .titleTxt{

  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .titleTxt span{
  display: inline-block;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .bgBlue{
  background: #124d97;
  color: #fff;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .telTxt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
  color: #c40c19;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .telTxt span{
  display: inline-block;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .bgRed{
  margin-right: 4px;
  padding: 6px 11px 4px;
  background: #c40c19;
  color: #fff;
  font-size: 1.7rem;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .telTxt .rightTxt{
  font-size: 2.5rem;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox dl{
  display: flex;
  margin: 15px 10px 0;;
  font-weight: bold;
  font-size: 1.7rem;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox dt{
  margin-right: 57px;
}
.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .smlTxt{
  margin: 10px 10px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
h2.seriesRecommend_heading{
	color:#124d97;
}

/* 買い替えにピッタリ！おすすめパソコン
------------------------------------- */
.bgBlue .subSection .colThreeBox li {
    width: 31.5%;
    box-sizing: border-box;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .figure a {
    display: block;
	text-align: center;
    background: #fff;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .figure img {
    /*! width: 100%; */
    /*! height: auto; */
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .pcTxt {
    margin-top: 15px;
    color: #124d97;
    font-size: 2rem;
    line-height: 1.4;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .typeTxt {
    margin-top: 7px;
    color: #124d97;
    font-size: 1.7rem;
}
 .bgBlue .subSection:nth-of-type(2) .colThreeBox li .priceTxt {
    color: #e00000;
    margin-top: 5px;
    font-size: 2.5rem;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li {
    width: 47%;
    box-sizing: border-box;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li:nth-of-type(1) a {
    border: 1px solid #ccc;
    background: #fff;
    color: #2c2c2c;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li:nth-of-type(1) a::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin: 0 3px 1px 0;
    border: 5px solid transparent;
    border-left: 10px solid #2c2c2c;
}

 .bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li:nth-of-type(2) a {
    border: 1px solid #d81a27;
    background: #d81a27;
    color: #fff;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li:nth-of-type(2) a::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin: 0 3px 1px 0;
    border: 5px solid transparent;
    border-left: 10px solid #fff;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li a {
    display: block;
    padding: 12px 0 10px;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li a:hover{
	opacity: 0.7;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colorBtn a {
    color: #1a6ed9;
    font-size: 1.7rem;
    margin-left: 20px;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colorBtn a:hover {
    text-decoration: underline;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colorBtn a::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin: 0 3px 2px 0;
    border: 5px solid transparent;
    border-left: 10px solid #1a6ed9;
}
.bgBlue a {
    text-decoration: none;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .lineUpBtn {
    margin-top: 20px;
    text-align: center;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colorBtn {
    margin-top: 15px;
    text-align: right;
}
.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}

/* 210201追加　クーポン
------------------------------------- */
.couponArea {
  background: url(../ui3082/bg_section_01.png) repeat;
  padding: 40px 0;
  text-align: center;
}
.couponArea .inner {
  background-color: #fff;
  padding: 30px 0;
  border: 1px solid #cccccc;
  border-radius: 6px;
  width: 1160px;
  margin: 0 auto;
}
.couponArea .inner .couponLeadBox {
  font-size: 1.7rem;
  color: #0d366b;
}
.couponArea .inner .couponLead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #124d97;
  margin-bottom: 20px;
}
.couponArea .inner .couponLead span {
  padding: 0 8px;
  border-bottom: 5px solid #fceb33;
  font-size: 3rem;
  line-height: 1.7;
}
.couponArea #benefitArea {
  margin-top: 20px;
  /*! border: 1px solid #ddd; */
}

/* クーポン（セールなど）
-------------------------------------------------------*/
.couponArea #benefitArea > div {
  padding: 10px;
  background-color: #f3f3f3;
}
.couponArea #benefitArea table {
  border-collapse: collapse;
}
.couponArea #benefitArea li.coupon_special {
  margin: 0 auto;
}
.couponArea #benefitArea li.coupon_special .coupon_special_img {
  position: relative;
}
.couponArea #benefitArea li.coupon_special .coupon_special_img .coupon_special_date {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #ffffff;
  font-weight: bold;
}
.couponArea #benefitArea li.coupon_special .coupon_special_img .coupon_special_date span {
  font-size: 125%;
}
.couponArea #benefitArea li.coupon_special table {
  width: 100%;
  border-top: 2px solid #d9c896;
  border-left: 2px solid #d9c896;
}
.couponArea #benefitArea li.coupon_special table th,
.couponArea #benefitArea li.coupon_special table td {
  padding: 5px;
  text-align: center;
  font-weight: normal;
}
.couponArea #benefitArea li.coupon_special table th {
  border-right: 2px dotted #d9c896;
  background-color: #f8f5ec;
  color: #000000;
}
.couponArea #benefitArea li.coupon_special table td {
  border-right: 2px dotted #d9c896;
  border-bottom: 2px solid #d9c896;
  background-color: #ffffff;
}
.couponArea #benefitArea li.coupon_special table th.last,
.couponArea #benefitArea li.coupon_special table td.last {
  border-right: 2px solid #d9c896;
}
.couponArea #benefitArea li.coupon_special table .stg {
  color: #c00;
  font-size: 170%;
  font-weight: bold;
}
.couponArea #benefitArea li.coupon_special table .stg span {
  font-size: 160%;
}
.couponArea #benefitArea .cautionTxt {
  margin-top: 10px;
  text-align: left;
}
.couponArea .banner {
  margin-top: 20px;
}
.couponArea .banner a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px){
	.mvArea{
		background-color: #1A6ED9;
	}
	.figure img{
		max-width: inherit;
		max-height: 220px;
	}
	._mb-pc-40{
		margin-bottom:40px !important;
	}
	.ui3082 .footer {
    margin-top: 0;
	}
	.spOnly {
    display: none;
	}
	.action-links{
		margin-top: 35px;
	}
	.action-links > .col-link{
		width:49.13%;
	}
	.topBox .colFourBox li{
		width:23%;
	}
	.topBox{
	  margin-bottom: 50px;
	}
	.topBox > p{
	  font-size: 2rem;
	}
	.topBox .colFourBox{
		margin:30px 0 0;
	}
	.topBox .colFourBox li a{
	  font-size: 2rem;
	}
	.topBox .colFourBox li a{
	  padding: 0 0 18px;
	}
	.topBox .colFourBox li a:before{
		height:90px;
	}
	.section{
	  padding: 0 110px;
	}
	.section > p{
	  text-align: center;
		font-size: 1.7rem;
	}
	.section + .section{
  	margin-top: 70px;
	}
	.ui3082 .section h2{
		font-size: 3.5rem;
	}
	.bgWhite {
    padding: 35px 0 80px;
	}
	.bgWhite .section#ank01{
	  padding-top: 65px;
	}
	.bgWhite .section h2{
	  margin-bottom: 35px;
	}
	.bgWhite .section .acdBox > li + li{
	  margin-top: 35px;
	}
	.bgWhite .section .acdBox li .acd > dt{
		padding: 20px 30px 17px;
		font-size: 2.5rem;
	}
	.bgWhite .section .acdBox li .acd > dt::after{
		top:30px;
		right:40px;
	  border: 12px solid transparent;
	  border-top: 15px solid #124d97;
	}
	.bgWhite .section .acdBox li .acd > dt.active::after{
		border: 12px solid transparent;
	  border-top: none;
	  border-bottom: 15px solid #124d97;
	}
	.bgWhite .section .acdBox li .acd > dd{
		padding:0 30px;
	}
	.bgWhite .section .acdBox li .acd dd .acdList li dt{
		font-size: 2rem;
	}
	.bgWhite .section .acdBox li .acd dd .acdList li dd{
		font-size: 1.7rem;
	}
	.bgWhite .section .acdBox li .acd dd .acdList li .figure{
	  margin-right: 35px;
	}
	.bgSkyblue{
		padding: 65px 0 80px;
	}
	.bgSkyblue .section h2.line{
		margin-bottom: 35px;
	}
	.bgSkyblue .section h2.line + p{
		margin-bottom: 40px;
	}
	.ui3082 .subSection h3{
		font-size: 2.5rem;
		margin-bottom: 35px;
	}
	.pointList li{
		padding: 30px 40px;
	}
	.pointList li p{
	  font-size: 1.7rem;
	}
	.pointList li + li{
	  margin-top: 35px;
	}
	.pointList li h4{
		font-size: 2.5rem;
		line-height: 1;
		padding: 11px 0 7px 55px;
	}
	.section > .pointList li .blueBox{
		margin-top: 40px;
		padding: 20px;
	}
	.section > .pointList li .smlTxt{
	  margin-top: 30px;
	}
	.section > .pointList li .txtLink{
	  margin-top: 30px;
	  text-align: right;
	}
	.section > .pointList li .blueBox p + p{
		margin-top:30px;
	}
	.section > .pointList li .figure{
		margin-top: 35px;
	}
	.subSection .pointList li p + p{
	  margin-top: 30px;
	}
	.bgSkyblue .section h2.line::before,.bgSkyblue .section h2.line::after{
	  top: 43%;
	  width: 140px;
	  height: 6px;
	}
	#ank04 .choiceBox .whichList{
	  margin-top: 15px;
	}
	#ank04 .choiceBox .whichList dt{
	  font-size: 2.5rem;
	  line-height: 0.9;
	}
	#ank04 .choiceBox > li > dl > dt{
	  font-size: 2.5rem;
	}
	#ank04 .choiceBox > li > dl > dd p{
	  font-size: 1.7rem;
	}
	#ank04 .choiceBox > li:nth-of-type(1) > dl > dd {
    padding: 25px 40px 5px;
	}
	#ank04 .choiceBox > li > dl > dt{
		padding: 25px 40px 22px;
	}
	#ank04 .choiceBox .whichList li .figure{
  	margin-right: 35px;
	}
	#ank04 .choiceBox > li > dl > dd{
		padding: 25px 40px;
	}
	#ank04 .choiceBox > li + li{
	  margin-top: 40px;
	}
	#ank04 .blueTxt{
		margin-top: 70px;
  	font-size: 2.5rem;
	}
	#ank04 .choiceBox .txtLink{
	  text-align: right;
	}
    .seriesRecommend_detail dt {

    width: 100px;
    text-align: right;
}
	.bgSkyblue#ank04{
	  padding-bottom: 355px;
	  background: url(../ui3082/img_02.png) no-repeat center bottom 45px,#E5F4FF;
	}
	.bgBlue .section h2:not(.seriesRecommend_heading){
		padding: 70px 0 30px;
	}
	.bgBlue .contents{
	  padding: 90px 0;
	}
	.bgBlue .section h2::after{
		border: 40px solid transparent;
    border-top: 32px solid #e5f4ff;
	}
	.bgBlue .subSection .colThreeBox li{
		width: 31.5%;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li:nth-of-type(n+4){
	  margin-top: 35px;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li dt{
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom:25px;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li .number{
	  position: absolute;
	  top: 21px;
	  left: 22px;
	}
	.bgBlue .subSection:nth-of-type(3){
	  padding: 0 90px;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox{
	  width: 45%;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .bgBlue{
	  padding: 8px 11px 6px;
	}
	.bgBlue .subSection:nth-of-type(1) .txtLink{
		margin-top: 40px;
	}
	.bgBlue .subSection + .subSection {
    margin-top: 90px;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li dd{
	  font-size: 1.7rem;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox p{
	  font-size: 2rem;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox ul{
	  font-size: 2rem;
	  margin-top: 20px;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox ul li + li{
	  margin-top: 15px;
	}
	h2.seriesRecommend_heading{
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 767px){
	._sp-none{
		display: none !important;
	}
	._mb-sp-zero{
		margin-bottom: 0 !important;
	}
	._mb-sp-10{
		margin-bottom:10px !important;
	}
	.mvArea{
		padding:0 5px;
	}
	.mvArea .seriesBanner{
		background-color: #1A6ED9;
	}
	.mvArea .seriesBanner_unit{
		width:94%;
		margin:0 auto;
	}
	.action-links{
		margin-top: 20px;
	}
	.action-links > div{
		width:100%;
	}
	.action-links > div+div{
		margin-top:15px;
	}
	.section{
	  padding: 0 10px;
	}
	.section + .section {
    margin-top: 35px;
	}
	.ui3082 .contents{
		width:94%;
		margin:0 auto;
		font-size: 1.4rem;
	}
	.topBox .colFourBox{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	.topBox .colFourBox li{
		width:48%;
	}
	.topBox .colFourBox li a{
	  padding: 0 0 10px;
	}
	.topBox .colFourBox li:nth-of-type(n+3) {
    margin-top: 15px;
	}
	.topBox .colFourBox li a:before{
		height:70px;
	}
	.ui3082 .section h2{
		font-size: 2.3rem;
		margin: 0 0 10px 0;
	}
	.bgWhite{
		padding: 15px 0 40px;
	}
	.bgWhite .section#ank01 {
    padding-top: 40px;
	}
	.bgWhite .section .acdBox li .acd > dt{
		padding: 10px 15px 8px;
		font-size: 15px;
	}
	.bgWhite .section .acdBox > li + li{
		margin-top: 15px;
	}
	.bgWhite .section .acdBox li .acd > dt::after{
		top:40%;
		right:20px;
		border: 7px solid transparent;
    border-top: 10px solid #124d97;
	}
	.bgWhite .section .acdBox li .acd > dt.active::after{
		border: 7px solid transparent;
	  border-top: none;
	  border-bottom: 10px solid #124d97;
	}
	.bgWhite .section .acdBox li .acd > dd{
		padding:0 20px;
	}
	.bgWhite .section .acdBox li .acd dd .acdList li .figure{
	  margin-right: 25px;
	  width:30%;
	}
	.bgWhite .section .acdBox li .acd dd .acdList li dl{
		width:70%;
	}
	.bgWhite .section .acdBox li .acd dd .acdList li dt{
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.bgWhite .section .acdBox li .acd dd .acdList li .figure img{
		width:auto;
		height:auto;
	}
	.bgSkyblue{
		padding: 25px 0 40px;
	}
	.bgSkyblue .section h2.line{
		margin-bottom: 15px;
	}
	.bgSkyblue .section .subSection{
		margin-top:20px;
	}
	.bgWhite .section h2 + p,
	.bgSkyblue .section h2.line + p{
		margin-bottom: 20px;
	}
	.ui3082 .subSection h3{
		font-size: 1.8rem;
		background-size: cover;
		margin-bottom:20px;
	}


	.pointList li{
		padding: 15px;
	}
	.pointList li + li{
		margin-top:20px;
	}
	.pointList li h4{
		font-size: 1.8rem;
		line-height: 1.3;
		padding: 11px 0 7px 40px;
		background-size: 28px !important;
    background-position: left !important;
	}
	.subSection .pointList li p + p{
		margin-top:10px;
	}
	.section > p{
		text-align: left;
	}
	.section > .pointList li .blueBox{
		margin-top: 20px;
		padding:10px 15px;
	}
	.section > .pointList li .blueBox p + p{
		margin-top:15px;
	}
	.section > .pointList li .figure{
		margin-top: 20px;
	}
	.section > .pointList li .figure img{
		height: auto;
	}
	.section > .pointList li .figure .figcaption{
		text-align: left;
		font-size: 12px;
	}
	.section > .pointList li .smlTxt{
	  margin-top: 15px;
	}
	.section > .pointList li .txtLink{
	  margin-top: 15px;
	}
  .bgSkyblue .section h2.line{
    font-size: 2.3rem;
  }
	.bgSkyblue .section h2.line::before,.bgSkyblue .section h2.line::after{
	  top: 44%;
	  width: 12%;
	  height: 3px;
	}
	#ank04 .choiceBox > li:nth-of-type(1) > dl > dd {
    padding: 15px 15px 5px;
	}
	#ank04 .choiceBox > li > dl > dt{
		padding: 15px 15px 10px;
		font-size: 1.8rem;
	}
	#ank04 .choiceBox > li + li{
		margin-top:20px;
	}
	#ank04 .choiceBox .whichList li .figure{
	  margin-right: 25px;
	  width:30%;
	}
	#ank04 .choiceBox .whichList li .figure img{
		width:auto;
		height:auto;
	}
	#ank04 .choiceBox .whichList li dl{
	  width:70%;
	}
	#ank04 .choiceBox .whichList li dl dt{
		line-height: 1.4;
		font-size: 15px;
    padding: 0;
	}
	#ank04 .choiceBox .whichList dd{
		font-size: 14px;
	}
	#ank04 .choiceBox > li > dl > dd{
		padding: 15px 20px;
	}
	#ank04 .blueTxt{
		margin-top: 20px;
		font-size: 1.8rem;
	}
	.bgSkyblue#ank04{
		padding-bottom: 200px;
    background: url(../ui3082/img_02.png) no-repeat center bottom 25px / 90% auto,#E5F4FF;
	}
	.bgBlue .contents{
		padding:20px 0 40px;
	}
	.bgBlue .section h2:not(.seriesRecommend_heading){
		padding: 35px 0 10px;
		font-weight: normal;
	}
	.bgBlue .section h2 span{
		font-size: 2rem;
	}
  .bgBlue .section h2 span .smlTxt{
    font-size: 1.6rem;
  }
	.bgBlue .section h2::after{
		border: 28px solid transparent;
    border-top: 24px solid #e5f4ff;
	}
	.bgBlue .subSection .colThreeBox li{
		width:48%;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li {
    padding: 20px 15px 20px;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li .number{
		width:40%;
		margin-bottom:15px;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li .number img{
		height:auto;
		width:auto;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li:nth-of-type(n+3) {
    margin-top: 15px;
	}
	.bgBlue .subSection:nth-of-type(1) .colThreeBox li dt{
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom:20px;
	}
	.bgBlue .subSection:nth-of-type(3),
	.seriesRecommend_inner{
		padding:0;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox,
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox{
		width:100%;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox{
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox{
		margin-top: 25px;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .titleTxt span,
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .telTxt span{
		padding:5px 6px 4px;
		white-space: nowrap;
		font-size: 1.4rem;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .rightBox .telTxt .rightTxt{
		font-size: 18px;
		padding:0;
	}
	.ui3082 .footer{
		margin:0;
	}
	.bgBlue .subSection:nth-of-type(1) .txtLink{
		margin-top: 15px;
	}
  .bgBlue .subSection:nth-of-type(1) .txtLink a {
    font-size: 1.4rem;
  }
	.bgBlue .subSection + .subSection {
    margin-top: 40px;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox p{
	  text-align: center;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox ul li + li{
	  margin-top: 6px;
	}
	.bgBlue .subSection:nth-of-type(3) .colTwoBox .leftBox ul{
		margin-top:10px;
	}
	.ui3082 .seriesRecommend_product {
    height: auto;
	}
	.action-links a{
		width:100%;
	}
	.bgBlue .recommend .colThreeBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.bgBlue .recommend .colThreeBox li {
    width: 100%;
	}
	.ui3082 .recommend h3 {
    margin-bottom: 20px;
}
	.bgBlue .recommend:nth-of-type(2) .colThreeBox > li + li {
    margin-top: 40px;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .pcTxt {
	margin-top: 10px;
    line-height: 1.2;
    font-size: 1.8rem;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .typeTxt {
    font-size: 1.4rem;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .priceTxt {
    font-size: 2rem;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn {
    margin-top: 5px;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colTwoBtn li a {
    padding: 6px 0 6px;
    font-size: 1.6rem;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colorBtn {
    margin-top: 10px;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .colorBtn a {
    font-size: 120%;
}
	.bgBlue .subSection:nth-of-type(2) .colThreeBox li .lineUpBtn {
    margin-top: 10px;
}
  
  
  /* 210201追加　クーポン
------------------------------------- */
  .couponArea .inner{
   		width:94%;
		margin:0 auto;
		font-size: 1.2rem;
  }
  .couponArea .inner .couponLead{
    font-size: 1.6rem;
  }
  .couponArea .inner .couponLead span{
    font-size: 2rem;
  }
  .couponArea .inner .couponLeadBox{
    font-size: 1.4rem;
  }
.couponArea #benefitArea li.coupon_special table .stg {
  font-size: 1.4rem;
}
.couponArea #benefitArea li.coupon_special table .stg span {
  font-size: 2rem;
}
.couponArea > .banner{
  width: 90%;
  margin: 30px auto 0;
}
}

@media screen and (max-width: 479px){
	.ui3082 .seriesRecommend_unit{
		width:100%;
		margin:0;
	}
	.ui3082 .seriesRecommend_unit + .seriesRecommend_unit{
		margin-top:15px;
	}
}

@media screen and (max-width: 379px){
	.bgSkyblue .section h2.line{
		font-size: 2.3rem;
		padding: 0 12%;
	}
}