@charset "UTF-8";

/*===========================
ui2003
===========================*/

.ui2003 .seriesBanner-protrude .seriesBanner_img {
  margin-top: 0;
}

.seriesBanner-protrude .seriesBanner_note {
  margin-top: 10px;
}

.ui2003 .seriesRecommend_product {
  height: auto;
}

/* 共通
------------------------------------- */
.ui2003 .seriesFeature .contentsArea {
  width: 1160px;
  margin: 0 auto;
}

.ui2003 .seriesFeature .contentsArea .readTxt {
  margin-top: 30px;
  font-size: 1.6rem;
}

.ui2003 .colImgTxt {
  display: flex;
  justify-content: space-between;
}

.ui2003 .colImgTxt .txtBox,
.ui2003 .colImgTxt .imgBox {
  width: 48%;
  text-align: left;
}

.ui2003 .colTwoTxt {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.ui2003 .colTwoTxt li {
  width: 48%;
  text-align: center;
}

.ui2003 .colTwoTxt li dt {
  margin-bottom: 5px;
  font-size: 160%;
  color: #666;
}

.ui2003 .colTwoTxt li dd {
  font-size: 3rem;
}

.ui2003 .colTwoTxt li dd .bigTxt {
  font-size: 5rem;
}

.ui2003 .colTwoTxt li dd .smlTxt {
  font-size: 1.4rem;
}

.ui2003 .cauTxt {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  font-size: 1.2rem;
}

.ui2003 h3 .smlTxt {
  font-size: 1.3rem;
}

/* section
------------------------------------- */
.ui2003 .seriesFeature {
  width: 100%;
  /*padding-top: 60px;*/
}

.ui2003 .seriesFeature .subSection {
  text-align: center;
}

.ui2003 .features_inner{
  width: 1160px;
  margin: 0 auto;
}

.ui2003 .flexContainer{
  padding: 0 10px;
}

.ui2003 .left_pd{
  padding-left: 20px;
}

/* 毎日使いたくなる軽やかさ
------------------------------------- */
.ui2003 .seriesFeature .ch01block01 {
  background: #d0dff9;
  margin: 60px 0 0;
}

.ui2003 .seriesFeature .ch01block01 .contentsArea {
  padding: 60px 0;
  width: 100%;
}

.ui2003 .seriesFeature .ch01block01 .imgBox img {
  margin-top: 30px;
}

/* 毎日持ち歩いても安心のタフ設計
------------------------------------- */
.ui2003 .seriesFeature .ch01block02 .contentsArea {
  padding: 60px 0;
}

.ui2003 .seriesFeature .ch01block02 .colImgTxt {
  align-items: center;
}

.ui2003 .seriesFeature .ch01block02 .colImgTxt .txtBox {
  width: 58%;
}

.ui2003 .seriesFeature .ch01block02 .colImgTxt .imgBox {
  width: 40%;
}

.ui2003 .seriesFeature .ch01block02 .colImgTxt .txtBox .figure {
  margin-top: 30px;
  text-align: center;
}

.ui2003 .seriesFeature .ch01block02 .colImgTxt .txtBox .cauTxt {
  display: block;
}


/* スマホと
------------------------------------- */
.ui2003 .seriesFeature .ch01block03 {
  background: #f2f2f2;
}

.ui2003 .seriesFeature .ch01block03 .contentsArea {
  padding: 60px 0;
}

.ui2003 .seriesFeature .ch01block03 .imgBox {
  margin-top: 30px;
}


/* モバイルバッテリーで
------------------------------------- */
.ui2003 .seriesFeature .ch01block04 .contentsArea {
  padding: 60px 0;
}

.ui2003 .seriesFeature .ch01block04 .colImgTxt {
    padding: 60px 0;
    flex-direction: row-reverse;
    align-items: center;
}

.ui2003 .seriesFeature .ch01block04 .colImgTxt .txtBox {
  width: 42%;
}

.ui2003 .seriesFeature .ch01block04 .colImgTxt .imgBox {
  width: 55%;
}



/*seriesNewBottomBtn*/
.seriesNewBottomBtn {
  width: 1160px;
  margin: 80px auto 0;
}

.bottomBtn_list {
  display: flex;
  justify-content: space-between;
}

.bottomBtn_item {
  width: calc((100% - 20px) / 3);
}

.bottomBtn_item a {
  display: block;
  font-size: 1.6rem;
  height: 60px;
  text-align: center;
  border-radius: 3px;
  background-color: #D2DCE6;
  line-height: 1.2;
  color: #333;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
  .bottomBtn_item a:hover {
    color: #fff;
    font-weight: bold;
    background: #606A76;
  }
}

@media screen and (max-width: 767px) {


  /* 共通
------------------------------------- */
  .ui2003 .seriesFeature .ch01block00 .contentsArea,
  .ui2003 .seriesFeature .ch01block01 .contentsArea,
  .ui2003 .seriesFeature .ch01block02 .contentsArea,
  .ui2003 .seriesFeature .ch01block03 .contentsArea,.ui2003 .seriesFeature .ch01block04 .contentsArea {
    width: 100%;
    padding: 30px 10px;
    text-align: left;
  }

  .ui2003 .colImgTxt {
    display: block;
  }

  .ui2003 .colImgTxt .txtBox,
  .ui2003 .colImgTxt .imgBox {
    width: 100%;
    text-align: left;
  }

  .ui2003 .seriesFeature .ch01block00,
  .ui2003 .seriesFeature .ch01block01,
  .ui2003 .seriesFeature .ch01block02,
  .ui2003 .seriesFeature .ch01block03,
  .ui2003 .seriesFeature .ch01block04 {
    /*! padding: 30px 0; */
  }

  .ui2003 .seriesFeature .contentsArea .readTxt {
    margin-top: 15px;
    font-size: 1.4rem;
  }

  .ui2003 .colImgTxt .imgBox {
    margin-top: 15px;
  }

  .ui2003 .seriesFeature .subSection .imgBox img {
    max-width: 100%;
  }

  .ui2003 .colTwoTxt {
    margin-top: 20px;
  }

  .ui2003 .colTwoTxt li dt {
    margin-bottom: 5px;
    font-size: 1.6rem;
    color: #666;
  }

  .ui2003 .colTwoTxt li dd {
    font-size: 1.8rem;
  }

  .ui2003 .colTwoTxt li dd .bigTxt {
    font-size: 3.4rem;
  }

  .ui2003 .colTwoTxt li dd .smlTxt {
    font-size: 1.2rem;
  }

  .ui2003 .cauTxt {
    display: block;
    font-size: 1.2rem;
  }


  /* section
	------------------------------------- */
  .ui2003 .features_inner{
    width: auto;
  }
  
  .ui2003 .flexContainer{
    padding: 0 10px;
  }
  
  .ui2003 .left_pd{
    padding-left: 0;
  }
  

  /* 4辺狭額液晶
  ------------------------------------- */
  .ui2003 .seriesFeature .ch01block01 {
    margin-top: 30px;
  }

  .ui2003 .seriesFeature .ch01block01 .colImgTxt .txtBox {
    width: 100%;
  }

  .ui2003 .seriesFeature .ch01block01 .imgBox img {
    min-width: 100%;
    margin-top: 15px;
  }

  /* 毎日使いたくなる
  ------------------------------------- */
  .ui2003 .seriesFeature .ch01block02 .colImgTxt {
    display: block;
  }

  .ui2003 .seriesFeature .ch01block02 .colImgTxt .txtBox,
  .ui2003 .seriesFeature .ch01block02 .colImgTxt .imgBox {
    width: 100%;
  }
  
  /* モバイルバッテリーで
  ------------------------------------- */
  .ui2003 .seriesFeature .ch01block04 .colImgTxt {
    display: block;
    padding: 0;
  }

  .ui2003 .seriesFeature .ch01block04 .colImgTxt .txtBox,
  .ui2003 .seriesFeature .ch01block04 .colImgTxt .imgBox {
    width: 100%;
  }

	
  .ui2003 .seriesFeature_bottomNote {
    font-size: 1.4rem;
  }



  /*seriesNewBottomBtn*/
  .seriesNewBottomBtn {
    width: 100%;
    margin-top: 60px;
    padding: 0 10px;
  }

  .bottomBtn_list {
    flex-wrap: wrap;
  }

  .bottomBtn_item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }

  .bottomBtn_item a {
    height: 40px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

}


/*YouTubeエリア*/
.link_youTube_new {
  width: 800px;
  margin: 0 auto;
}

.moviecol_new {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.moviecol_new span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.moviecol_new span:hover {
  opacity: 0.7;
  cursor: pointer;
}

.moviecol_new iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 767px) {
  .link_youTube_new {
    width: 100%;
  }
  .link_youTube_new img {
    height: auto;
  }
}




/* 231227編集エリア
------------------------------------- */
/*メニュー追従*/
.seriesManu_inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.seriesManu_inner a {
  text-decoration: none;
  color: #333;
}

.seriesManu_fixArea {
  background: #fff;
  width: 100%;
  display: none;
}

.seriesManu_fixArea .seriesManu_fixBlock {
  display: flex;
  height: 70px;
  align-items: center;
}

.seriesManu_heading {
  width: 22%;
  font-size: 2.2rem;
  font-weight: bold;
}

.seriesManuAnchor_list {
  width: 47%;
  display: flex;
  justify-content: start;
}

.seriesManuAnchor_list .seriesManuAnchor_item {
  width: 23%;
}

.seriesManuAnchor_item a {
  display: block;
  text-align: center;
  padding: 10px 5px 12px;
}

.seriesManuAnchor_item a:hover {
  color: #00a0e9;
  background: #effaff;
}

.seriesManuCart_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31%;
}

.seriesManu_fixBlock .product_price {
  width: 40%;
  text-align: center;
}

.seriesManu_fixBlock .product_price span {
  font-size: 1.8rem;
}

.seriesManu_fixBlock .productCartBtn {
  width: 59%;
}

.seriesManu_fixBlock .productCartBtn a {
  display: block;
  text-align: center;
  background: #00a0e9;
  color: #fff;
  padding: 10px 5px 12px;
  border-radius: 50px;
  border: 1px solid #00a0e9;
}

.seriesManu_fixBlock .productCartBtn a:hover {
  background: #fff;
  color: #00a0e9;
}


.seriesManu_fixArea.seriesManufix {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #232b35;
  display: block;
}

.seriesManu_fixArea.seriesManufix {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.seriesManu_fixArea.seriesManufix .seriesManu_fixBlock {
  width: 1160px;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .seriesManu_inner {
    width: 100%;
    font-size: 1.4rem;
  }

  .seriesManu_fixArea .seriesManu_fixBlock {
    display: block;
    height: 130px;
    padding: 8px 10px;
    margin: 10px auto;
  }

  .seriesManu_heading {
    width: 100%;
    font-size: 1.8rem;
  }

  .seriesManuAnchor_list {
    width: 100%;
    justify-content: space-between;
    margin-top: 5px;
  }

  .seriesManuAnchor_list .seriesManuAnchor_item {
    width: 49%;
  }

  .seriesManuAnchor_item a {
    padding: 6px 5px 8px;
    background: #effaff;
  }

  .seriesManuCart_list {
    width: 100%;
    margin-top: 10px;
  }

  .seriesManu_fixBlock .product_price {
    width: 49%;
  }

  .seriesManu_fixBlock .productCartBtn {
    width: 49%;
  }

  .seriesManu_fixBlock .productCartBtn a {
    padding: 6px 5px 8px;
  }

  .seriesManu_fixArea.seriesManufix .seriesManu_fixBlock {
    width: 100%;
  }

}



/*MV*/
.seriesNewContents_inner {
  max-width: 1160px;
  /*height: 400px;*/
  height: 524px;
  margin: 30px auto 0;
  background: url(ui2003_mv_250116.png) no-repeat right 0;
  background-size: auto;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  letter-spacing: 0.2rem;
}

.seriesNewTitle_inner {
  width: 550px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.seriesNewContentsMv .seriesNewTitle {
  font-size: 3.2rem;
}

.seriesNewContentsMv .seriesNewTitle_product {
  /*margin-top: 20px;*/
  /*font-size: 2.4rem;*/
}

.seriesNewContentsMv .product_price {
  margin-top: 20px;
}

.seriesNewContentsMv .product_price span {
  font-size: 2rem;
}

.seriesNewContentsMv .productCartBtn a {
  display: block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  background: #00a0e9;
  color: #fff;
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 50px;
  font-weight: 500;
  border: 1px solid #00a0e9;
}

.seriesNewContentsMv .productCartBtn a:hover {
  background: #fff;
  color: #00a0e9;
}

.seriesNewContentsMv .productColorList {
  margin-top: 20px;
  display: flex;
  justify-content: start;
}

.seriesNewContentsMv .productColor span {
  display: inline-block;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.seriesNewContentsMv .productColor_bl {
  background-color: #333;
}

.seriesNewContentsMv .productColor_gr {
  background-color: #bebec3;
}

.seriesNewContentsMv .productColor_wh {
  background: #fff;
  border: 1px solid #ccc;
}

.seriesNewContentsMv .productColor_br {
  background-color: #89594b;
}

.seriesNewContentsMv .productColor_go {
  background-color: #b6a27d;
}

.seriesNewContentsMv .productColor_lb {
  background-color: #497cbb;
}

@media screen and (max-width: 767px) {
  .seriesNewContents_inner {
    max-width: 100%;
    height: auto;
    background-position: top center;
    background-size: 100%;
    padding: 0 10px;
  }

  .seriesNewTitle_inner {
    width: 100%;
    /*padding: 53vw 0 0;*/
	padding: 80vw 0 0;
  }

  .seriesNewContentsMv .seriesNewTitle {
    font-size: 2.4rem;
  }

  .seriesNewContentsMv .seriesNewTitle_product {
    /*margin-top: 10px;*/
    /*font-size: 2rem;*/
  }

  .seriesNewContentsMv .product_price {
    margin-top: 5px;
  }

  .seriesNewContentsMv .productCartBtn a {
    width: 75%;
    margin: 15px auto 0;
  }

  .seriesNewContentsMv .productColorList {
    margin-top: 10px;
    justify-content: center;
  }
}


/*==========================================
FMV Chromebook 11K　特長　2025/1/16
===========================================*/

/* base.css
-------------------------------------------*/
.seriesFeature {
    font-family: 'Noto Sans JP', "GoogleSans", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.mar_b20 {
    margin-bottom: 20px !important;
}

.txt_c {
    text-align: center;
}

sup_top {
    vertical-align: baseline;
    position: relative;
    top: -1.0ex;
    font-size: 75%;
}

small {
    font-size: 80%;
}

/* wk1cmb1.css
-------------------------------------------*/
.flexContainer {
	display: flex;
	align-items: center;
}
.flexItem {
	flex: 1;
}
.flexItem h2 {
	margin-bottom: 0;
}
.flexContainer p {
	font-size: 120%;
}
.p10 {
	font-size: 120% !important;
}
.p10r {
	font-size: 90% !important;
}
.mt2 {
	margin-top: 2rem;
}
.mt4 {
	margin-top: 4rem;
}
.mt15 {
	margin-top: 15rem;
}
.pt4 {
  padding-top: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.ptb4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.mw0 {
  max-width: none
}
hr {
	border: none;
	border-top: 0.75px solid #b2b2b2;
	height: 0;
}
a {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
	#feature-2{
  margin-bottom: 0;
  background: url(feature02.png) no-repeat center top #fff;
  background-size: 1920px;
	color: #fff;
	height: 750px;
  }
	#feature-3{
  margin-bottom: 0;
  background: url(feature03.png) no-repeat center top #fff;
  background-size: 1920px;
	height: 750px;
  }
	#feature-2 .txt,
	#feature-3 .txt {
	color: #fff;
	text-shadow: 0 0 3px #000;
	}
  .contents01 .fmvPCsection:nth-child(odd), .contents01 .fmvPCsection:nth-child(even) .flexContainer, .contentsarea .fmvPC_contents .fmlistnote {
    padding-left: 10px;
    padding-right: 10px;
  }
  
#feature-2 .flexContainer,
#feature-3 .flexContainer{
	align-items: center;
	height: 750px;
}

.contents01{
  font-weight: 800;
}
.contents01 h2{
  font-size: 220%;
  font-weight: 900;
  padding-bottom: 20px;
}
.contents01 .fmvPCsection:nth-child(odd) {
  background-color: #f2f2f2;
}
.contents01 .fmvPCsection .flexContainer{
  max-width: 1600px;
  margin: 0 auto;
}
.contents01 #feature-2 .flexContainer,
.contents01 #feature-3 .flexContainer{
  max-width: 1280px;
  margin: 0 auto;
}

.pt10 {
  padding-top: 10px;
}

.flexContainer.outside img.right_img {
  float: right;
}

#feature-2 p {
  font-size: 95%;
  line-height: 1.6;
}
.contents01 p{
  font-size: 95%;
  line-height: 1.6;
}

  .pad_l10_pc {
		padding-left: 30px !important;
	}

}

@media only screen and (max-width: 768px){
	.seriesNewTitle_inner{
		text-align: center;
	}

	.flexContainer {
		display: block;
	}

	#feature-2{
  margin-bottom: 0;
  background: none;
	color: #3C4043;
  }
	#feature-3 .txt {
	position: absolute;
  margin: 3% 5%;
	color: #fff;
	text-shadow: 0 0 3px #000;
	}
	.plr0 {
  padding-left: 0;
  padding-right: 0;
	}
	.p10 {
		padding: 0 10px;
		font-size: 108% !important;
	}
	.mt4 {
		margin-top: 2rem;
	}
  .pt4 {
    padding-top: 2rem;
  }
  .pb4 {
    padding-bottom: 2rem;
  }
  .ptb4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
	.spCenter {
		text-align: center;
	}

#feature-2 .flexContainer,
#feature-3 .flexContainer{
	height: auto;
}

.contents01{
  font-weight: 800;
}
.contents01 h2{
  font-size: 260%;
  font-weight: 900;
  padding-bottom: 20px;
}
.contents01 .fmvPCsection:nth-child(odd) {
  background-color: #f2f2f2;
}

#feature-2 p {
  font-size: 150%;
  line-height: 1.6;
}
.contents01 p{
  font-size: 150%;
  line-height: 1.6;
}

}

