@charset "utf-8";
/*-------------------------------------
　共通
---------------------------------------*/
.bnrHidden {
	/*display: none !important;*/
}
.column2R #main {
    float: none;
    margin: auto;
}
.sidebannerLeft, .sidebannerRight {
    /*top: calc(182px + 1200px) !important;*/
	display: none !important;
}
.intel_note_feature .pcOnly {
  display: block;
}
.intel_note_feature .pcOnly.inlineBlock {
  display: inline-block;
}
.intel_note_feature .pcOnly.inline {
  display: inline;
}
.intel_note_feature .pcOnlyBg {
  display: inline;
}
.intel_note_feature .spOnly {
  display: none;
}
@media screen and (max-width:479px) {
  .intel_note_feature .pcOnly {
    display: none;
  }
  .intel_note_feature .spOnly.inlineBlock {
    display: inline-block;
  }
  .intel_note_feature .spOnly.inline {
    display: inline;
  }
  .intel_note_feature .pcOnlyBg {
  display: none;
}
  .intel_note_feature .spOnly {
    display: block;
  }
}
/*-------------------------------------
　セクション
---------------------------------------*/
.intel_note_feature section {
  width: 300%;
  margin-left: -100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.intel_note_feature section .section_inner {
  margin-left: auto;
  margin-right: auto;
  width: 1050px;
  padding: 60px 0;
}
.intel_note_feature section .section_inner p.subTxt {
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #f6fba0;
  margin-bottom: 10px;
  color: #fff;
}
.intel_note_feature section .section_inner h2 {
  font-size: 50px;
  font-family: ヒラギノ角ゴ W1 JIS2004;
  letter-spacing: 8px;
}
.intel_note_feature section .section_inner h3 {
  font-size: 30px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  letter-spacing: 1px;
}
.intel_note_feature section .section_inner p {
  font-size: 20px;
  letter-spacing: 2px;
}
.intel_note_feature section .section_inner p.komekome {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
  color: #999;
}
.intel_note_feature .pcBr_feature::before {
  content: "\A";
  white-space: pre;
}
@media screen and (max-width: 479px) {
  .intel_note_feature section {
    width: 100%;
    margin-left: 0;
  }
  .intel_note_feature section .section_inner {
    width: 94%;
    padding: 30px 0;
    margin: 0 auto;
  }
  .intel_note_feature section .section_inner p.subTxt {
    font-size: 5vw;
  }
  .intel_note_feature section .section_inner h2 {
    font-size: 8vw;
    margin-top: 10px;
    margin-bottom: 60px;
    line-height: 1.2;
  }
  .intel_note_feature section .section_inner h3 {
    font-size: 6vw;
  }
  .intel_note_feature section .section_inner p {
    font-size: 3.8vw;
  }
  .intel_note_feature .pcBr_feature::before {
    content: "";
  }
  .intel_note_feature .spBr_feature::before {
    content: "\A";
    white-space: pre;
  }
  .intel_note_feature .arrowImg {
    width: 14vw;
  }
}
/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.intel_note_feature .main_visual {
  background-image: url(/5info/img/galleria-note/bg_main_visual_02.jpg);
  height: 615px;
	background-size: auto 890px;
    background-position: 50% 0;
}
.intel_note_feature .main_visual .section_inner {
  text-align: center;
	padding: 60px 0 0;
}
.intel_note_feature .main_visual .section_inner h2 {
  font-size: 24px;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
.intel_note_feature .main_visual .section_inner h2 span {
  letter-spacing: 10px;
}
.intel_note_feature .main_visual .titleBox {
  width: 560px;
	color: #fff;
  position: relative;
}
.intel_note_feature .main_visual .titleBox img {
	max-width: 100% !important;
}
.detail_header_html .intel_note_feature .main_visual .titleBox img {
	width: auto;
	max-width: 100% !important;
}
.detail_header_html .intel_note_feature .main_visual img {
	width: auto;
	max-width: 100% !important;
}
.intel_note_feature .main_visual .titleBox img.mainLogo {
  margin-bottom: 0;
  display: block;
  text-align: left;
  margin-left: 20px;
  position: absolute;
    top: 50px;
    left: 570px;
}
.intel_note_feature .main_visual .titleBox .subTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	letter-spacing: 4px;
	padding-left: 400px;
    background-color: #6e707c;
    height: 220px;
    width: 300%;
    margin: 100px 0 0 -100%;
	font-family: ヒラギノ角ゴ W2 JIS2004;
	text-align:left;
	padding-top:20px;
  position: relative;
}
.intel_note_feature .main_visual .titleBox .subTitle .pointback{
	color:#f6fba0;
}
.intel_note_feature .main_visual .titleBox .subTitle .pointback .kome{
	font-size:50%;
}
.intel_note_feature .main_visual .titleBox .subTitle .pointback_attention{
	text-indent: -1em;
    margin-left: 1em;
    font-size: 11px;
    text-align: left;
    display: block;
    width: 68%;
    margin: 30px 0 0 auto;
    letter-spacing: 0.2em;
}
.intel_note_feature .main_visual .titleBox .subTitle .pointback_attention::before{
	content:'※';
}

@media screen and (max-width: 479px) {
  .intel_note_feature .main_visual {
    background-image: none;
    height: auto;
  }
  .intel_note_feature .main_visual .section_inner {
    padding: 20px 0 0;
    width: 100%;
  }
  .intel_note_feature .main_visual .sp_pointback_box{
    padding:2vw;
    text-align:left;
  }
  .intel_note_feature .main_visual .sp_pointback{
    font-size:7vw;
    color:#f6fba0;
  }
}
/*-------------------------------------
　特長
---------------------------------------*/
.intel_note_feature .feature {
  background-color: #f9f9f9;
  background-image: url(/5info/img/galleria-note/bg_feature_01_b_02.webp), url(/5info/img/galleria-note/bg_feature_02_02.webp), url(/5info/img/galleria-note/bg_feature_03.webp);
  background-size: 600px 450px, 1145px 1051px, 1051px 1012px;
  background-position: calc(50% + 520px) 55px, calc(50% - 400px) 1090px, calc(50% - 70px) 1960px;
}
.intel_note_feature .feature .section_inner {
  text-align: center;
  padding: 90px 0 460px;
}
.intel_note_feature .feature .section_inner h2 {
  margin-top: 20px;
  margin-bottom: 130px;
}
.intel_note_feature .feature h3 {
  margin-bottom: 10px;
}
.intel_note_feature .feature p {
  margin-bottom: 10px;
  color: #999;
}
.intel_note_feature .feature .featureBox {
  text-align: left;
  margin-bottom: 220px;
}
.intel_note_feature .feature .featureBox.featureRight {
  margin-left: 330px;
}
.intel_note_feature .feature .featureBox.featureCenter {
  margin-left: 150px;
}
.intel_note_feature .feature ul {
  width: 560px;
  margin: 40px 0 0 40px;
  display: flex;
  justify-content: space-between;
}
.intel_note_feature .feature .featureBox.featureRight ul {
  width: 350px;
  margin: 40px 0 0 20px;
}
.intel_note_feature .feature ul li {
  font-size: 18px;
  font-family: ヒラギノ角ゴ W1 JIS2004;
  text-align: center;
}
.intel_note_feature .feature ul li h4 {
  font-size: 54px;
  /*color: #f6fba0;*/
  color:#105D7B;
  line-height: 1;
  font-family: ヒラギノ角ゴ W3 JIS2004;
}
.intel_note_feature .feature ul li h4 span {
  font-size: 28px;
}
@media screen and (max-width: 479px) {
  .intel_note_feature .feature {
    background-image: none;
  }
  .intel_note_feature .feature .section_inner {
    text-align: center;
    padding: 60px 0;
  }
  .intel_note_feature .feature .section_inner h2 {
    margin-bottom: 60px;
  }
  .intel_note_feature .feature .featureBox {
    margin-bottom: 60px;
  }
  .intel_note_feature .feature .featureBox.featureRight {
    margin-left: 0;
  }
  .intel_note_feature .feature .featureBox.featureCenter {
    margin-left: 0;
    margin-bottom: 0;
  }
  .intel_note_feature .feature ul, .intel_note_feature .feature .featureBox.featureRight ul {
    width: 100%;
    margin: 30px 0 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .intel_note_feature .feature ul li {
    font-size: 3.6vw;
    width: 46%;
    margin-bottom: 30px;
  }
  #tabContents .intel_note_feature .feature ul li h4 {
    font-size: 10vw;
	border-bottom: none;
    width: 100%;
    margin: 0;
  }
  .intel_note_feature .feature ul li h4 span {
    font-size: 6vw;
  }
}
/*-------------------------------------
　パフォーマンス
---------------------------------------*/
.intel_note_feature .perfomance {
  background-color: #34323F;
  background-image: url(/5info/img/galleria-note/bg_perfomance.webp);
  height: 1320px;
}
.intel_note_feature .perfomance .section_inner {
  text-align: center;
}
.intel_note_feature .perfomance h3 {
  margin-bottom: 40px;
}
.intel_note_feature .perfomance p {
  margin-bottom: 40px;
}
.intel_note_feature .perfomance img {
  margin-bottom: 40px;
}
.intel_note_feature .perfomance ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.intel_note_feature .perfomance ul li {
  font-size: 18px;
  font-family: ヒラギノ角ゴ W1 JIS2004;
}
.intel_note_feature .perfomance ul li h4 {
  font-size: 54px;
  color: #f6fba0;
  line-height: 1;
  font-family: ヒラギノ角ゴ W3 JIS2004;
}
.intel_note_feature .perfomance ul li h4 span {
  font-size: 28px;
}
.intel_note_feature .perfomance ul li h4 span.pcOnly {
  display: inline;
  font-size: 54px;
}
@media screen and (max-width: 479px) {
  .intel_note_feature .perfomance {
    height: auto;
    background-size: cover;
  }
  .intel_note_feature .perfomance p {
    text-align: left;
  }
  .intel_note_feature .perfomance ul {
    width: 100%;
    margin: 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .intel_note_feature .perfomance ul li {
    font-size: 3.6vw;
    width: 46%;
    margin-bottom: 30px;
  }
  .intel_note_feature .perfomance ul li:nth-of-type(2) {
    width: 100%;
    order: 3;
  }
  .intel_note_feature .perfomance ul li:nth-of-type(3) {
    order: 2;
  }
  #tabContents .intel_note_feature .perfomance ul li h4 {
    font-size: 10vw;
	border-bottom: none;
    width: 100%;
    margin: 0;
  }
  .intel_note_feature .perfomance ul li h4 span {
    font-size: 6vw;
  }
  .intel_note_feature .perfomance ul li h4 span.pcOnly {
  display: none;
}
}


/*-------------------------------------
　カラーバリエーション
---------------------------------------*/
.intel_note_feature .variation {
  background-color: #fff;
  color: #3e3a3a;
}
.intel_note_feature .variation .section_inner {
  text-align: center;
}
.intel_note_feature .variation .color_list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.intel_note_feature .variation .color_list p {
  font-size: 30px;
  font-weight: bold;
}
.intel_note_feature .variation .color_list p img {
  display: inline-block;
  margin-bottom: 10px;
  height: auto;
  width: 80%;
}
@media screen and (max-width: 479px) {
  .intel_note_feature .variation .color_list {
    display: block;
  }
  .intel_note_feature .variation .color_list p {
    font-size: 7vw;
    margin-bottom: 50px;
  }
}

/*-------------------------------------
　ディスプレイ
---------------------------------------*/
.intel_note_feature .display {
  background-color: #edebed;
}
.intel_note_feature .display .section_inner {
  text-align: center;
  color: #3e3a3a;
}
.intel_note_feature .display .section_inner p.subTxt {
  border-bottom: 1px solid #fff;
  color: #3e3a3a;
}
.intel_note_feature .display h3 {
  margin-bottom: 40px;
}
.intel_note_feature .display p {
  margin-bottom: 40px;
}
.intel_note_feature .display ul {
  width: 690px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.intel_note_feature .display ul li {
  width: calc(100% / 3);
  color: #131212;
  font-size: 18px;
  font-family: ヒラギノ角ゴ W1 JIS2004;
}
.intel_note_feature .display ul li h4 {
  font-size: 54px;
  color: #135a82;
  line-height: 1;
  font-family: ヒラギノ角ゴ W3 JIS2004;
}
.intel_note_feature .display ul li h4 span {
  font-size: 28px;
}
.intel_note_feature .displayImg {
  background-image: url(/5info/img/galleria-note/bg_display.jpg);
  background-color: #edebed;
  height: 730px;
}
.intel_note_feature .displayImg .graphicsCompBox {
  text-align: center;
  position: relative;
}
.intel_note_feature .displayImg .graphicsCompBox .twentytwenty-wrapper {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 13px;
  left: 208px;
}
@media screen and (max-width: 479px) {
  .intel_note_feature .display p {
    text-align: left;
  }
  .intel_note_feature .display ul {
    width: 100%;
    margin: 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .intel_note_feature .display ul li {
    font-size: 3.6vw;
    width: 46%;
    margin-bottom: 30px;
  }
  #tabContents .intel_note_feature .display ul li h4 {
    font-size: 10vw;
	border-bottom: none;
    width: 100%;
    margin: 0;
  }
  .intel_note_feature .display ul li h4 span {
    font-size: 6vw;
  }
  .intel_note_feature .displayImg {
    height: auto;
    background-size: cover;
  }
  .intel_note_feature .displayImg .section_inner {
    padding: 60px 0;
  }
  .intel_note_feature .displayImg .graphicsCompBox .twentytwenty-wrapper {
    width: 83.6%;
    margin: 0 auto;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
	#tabContents2 .headerHtml .intel_note_feature img {
     margin-bottom: 0; 
}
	/*#tabContents2 .body .intel_note_feature img {
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
}*/
	#tabContents2 .body .intel_note_feature #graphicsComp img {
    width: 100%; 
    height: 100%;
	max-width: 100%;
    max-height: 100%;
}
}
/*-------------------------------------
　特長More
---------------------------------------*/
.intel_note_feature .featureMore {
	background: #000;
}
.intel_note_feature .featureMore .section_inner {
  padding: 180px 0 240px;
}
.intel_note_feature .featureMore h3 {
  margin-bottom: 30px;
}
.intel_note_feature .featureMore p {
  margin-bottom: 10px;
  color: #999;
}
.intel_note_feature .featureMore .featureBox {
  text-align: left;
  margin-bottom: 220px;
}
.intel_note_feature .featureMore .featureBox.keyboard {
  margin-left: 370px;
  position: relative;
}
.intel_note_feature .featureMore .featureBox.keyboard .keyboardBg {
  position: absolute;
  top: -20px;
  left: -694px;
}
.intel_note_feature .featureMore .featureBox.interface {
  text-align: center;
}
.intel_note_feature .featureMore .featureBox.interface p {
  text-align: left;
}
.intel_note_feature .featureMore .featureBox.interface img {
  margin: 0 auto;
}
.intel_note_feature .featureMore .featureBox.privacy {
  position: relative;
}
.intel_note_feature .featureMore .featureBox.privacy .privacyBg {
  position: absolute;
  top: -60px;
  right: -60px;
}
.intel_note_feature .featureMore .moreIcon {
  margin-top: 20px;
}
.intel_note_feature .featureMore ul {
  width: 400px;
  margin: 40px auto 90px;
  display: flex;
  justify-content: space-between;
}
.intel_note_feature .featureMore ul li {
  font-size: 18px;
  font-family: ヒラギノ角ゴ W1 JIS2004;
  text-align: center;
}
.intel_note_feature .featureMore ul li h4 {
  font-size: 54px;
  color: #f6fba0;
  line-height: 1;
  font-family: ヒラギノ角ゴ W3 JIS2004;
}
.intel_note_feature .featureMore ul li h4 span {
  font-size: 28px;
}
.intel_note_feature .featureMore .interfaceList {
  margin-top: 60px;
}
.intel_note_feature .featureMore .interfaceList ul {
  width: 1050px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.intel_note_feature .featureMore .interfaceList ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .intel_note_feature .featureMore .section_inner {
    padding: 60px 0;
  }
  .intel_note_feature .featureMore .featureBox {
    text-align: left;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .intel_note_feature .featureMore .featureBox.keyboard {
    margin-left: 0;
    position: static;
  }
  .intel_note_feature .featureMore .featureBox.keyboard .keyboardBg {
    position: static;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
  .intel_note_feature .featureMore .featureBox.interface {
    text-align: left;
  }
  .intel_note_feature .featureMore .featureBox.privacy {
    position: static;
    margin-bottom: 0;
  }
  .intel_note_feature .featureMore .featureBox.privacy .privacyBg {
    position: static;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
  .intel_note_feature .featureMore ul {
    width: 100%;
    margin: 40px auto 20px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .intel_note_feature .featureMore ul li {
    font-size: 3.6vw;
    width: 46%;
    margin-bottom: 30px;
  }
  .intel_note_feature .featureMore ul li h4 {
    font-size: 10vw;
  }
  .intel_note_feature .featureMore ul li h4 span {
    font-size: 6vw;
  }
  .intel_note_feature .featureMore .interfaceList {
    margin-top: 30px;
  }
  .intel_note_feature .featureMore .interfaceList ul {
    width: auto;
    margin: 0 0 0 2em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .intel_note_feature .featureMore .interfaceList ul li {
    margin-bottom: 6px;
    width: 100%;
    text-align: left;
  }
}

/*-------------------------------------
　注意書き追加
---------------------------------------*/
.intel_note_feature .attention{
  font-size: 11px;
  margin-left: 0em;
  text-indent: -1em;
  letter-spacing: 0.1em;
  color: #dfdfdf;
}
@media screen and (max-width: 479px) {
  .intel_note_feature .attention{
    background-image:none;
    padding-left:12px;
  }
}


/*インテルと共同設計したゲーミングノートPC特長追加他調整*/
.intel_note_feature section.feature .section_inner p.subTxt{
  /*border-color:#165A81;
  border-width:2px;*/
	border-bottom: 2px solid #165A81;
}

.intel_note_feature section.feature .section_inner p.subTxt,
.intel_note_feature section.feature .section_inner,
.intel_note_feature section.feature .section_inner p{
  color:#3e3a3a;
}

.fatureDesignCollaboration{
  /*background:#f9f9f9;*/
  background:linear-gradient(0deg, #e3e3e3 80%,#d0d0d0 100%);
}
.fatureDesignCollaboration .section_inner{
  color:#3e3a3a;
}
.fatureDesignCollaboration .section_inner h3{
  text-align:right;
  padding-right:59%;
  letter-spacing:.3em;
  font-size:30px;
  font-family:ヒラギノ角ゴ W4 JIS2004;
  background:url(/5info/img/galleria-note/collaboration_main_pc.png) no-repeat right 33px center;
  background-size:550px;
  padding:80px 59% 80px 0;
  line-height:1.6;
}
.fatureDesignCollaboration .main_text_box{
  margin-top:30px;
  display:flex;
  justify-content:space-between;
}
.fatureDesignCollaboration .main_text_box>.img_box{
  width:36%;
}
.fatureDesignCollaboration .main_text_box>.main_text{
  width:59%;
  font-size:16.7px;
}
.fatureDesignCollaboration .main_text_box>.img_box>img{
  width:100%;
  height:auto;
}

.intel_note_feature section.feature .featureBox.mobility{
  width: 70%;
  margin-bottom: 150px;
}
.intel_note_feature .feature .featureBox.lightest{
  display: none;
  padding-left:50%;
  background:url(/5info/img/galleria-note/lightest_pc.png) no-repeat;
  background-position:left 150px center;
  background-size:410px;
  padding-top:70px;
  margin-bottom:150px;
}
.intel_note_feature .feature .featureBox.lightest>img{
  display:block;
}
.intel_note_feature .feature .featureBox.lightest .lightest_scale{
  margin-left:38px;
  margin-top:60px;
}
.intel_note_feature .feature .featureBox.lightest .lightest_attention{
  margin-top:60px;
}
.intel_note_feature .feature .featureBox.thin{
  display:flex;
  justify-content:space-between;
  background:url(/5info/img/galleria-note/thin_pc.png) no-repeat center center;
  padding:140px 0 70px;
}
.intel_note_feature .feature .featureBox.thin>.content_box{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  flex-direction:column;
}
.intel_note_feature .feature .featureBox.thin>.content_box:nth-of-type(odd){
  flex-direction:column-reverse;
  text-align:right;
}
.intel_note_feature .feature .featureBox.thin>.content_box .thin_text_wrapper{
  padding:30px 0;
  display:block;
  position:relative;
  width:100%;
  margin-bottom:20px;
}
.intel_note_feature .feature .featureBox.thin>.content_box:nth-of-type(odd) .thin_text_wrapper{
  margin-bottom:0;
}
.intel_note_feature .feature .featureBox.thin>.content_box .thin_text_wrapper::after{
  content:'';
  width:100%;
  height:2px;
  position:absolute;
  bottom:0;
  left:0;
  background:linear-gradient(-90deg,#09A7CE 0%,#70C9EB 50%,#fff 100%);
}

.intel_note_feature .feature .featureBox.thin>.content_box:nth-of-type(odd) .thin_text_wrapper::after{
  background:linear-gradient(90deg,#09A7CE 0%,#70C9EB 50%,#fff 100%);
}
.pcBr::before {
  content: "\A";
  white-space: pre;
}
.intel_note_feature {
    margin-bottom: 140px!important;
}
@media screen and (max-width:479px){
  .intel_note_feature {
    margin-bottom: 20px!important;
}
  .intel_note_feature section.feature .featureBox.mobility{
    width:100%;
    margin-bottom:24vw;
  }
  .intel_note_feature .feature .featureBox.lightest{
    display: block;
    padding:0;
    background:none;
    margin-bottom:0;
  }
  .intel_note_feature .feature .featureBox.lightest .lightest_scale{
    margin:7vw auto 0;
  }
  .intel_note_feature .feature .featureBox.lightest .lightest_attention{
    margin-top:10vw;
  }
  .intel_note_feature .feature .featureBox.lightest>img{
    margin-left:auto;
    margin-right:auto;
  }
  .intel_note_feature .feature .featureBox.thin{
    background: none;
    display: block;
    padding: 0;
    margin-bottom: 24vw;
  }
  .intel_note_feature .feature .featureBox.thin>.content_box{
    display:block;
  }
  .intel_note_feature .feature .featureBox.thin>.content_box:nth-of-type(n+2){
    margin-top:12vw;
  }
  .intel_note_feature .feature .featureBox.thin>.content_box .thin_text_wrapper,
  .intel_note_feature .feature .featureBox.thin>.content_box:nth-of-type(odd) .thin_text_wrapper{
    padding:4vw 0;
    margin-bottom:4vw;
  }
  .intel_note_feature .feature .featureBox.thin>.content_box .thin_text_wrapper::after{
    background:linear-gradient(90deg,#09A7CE 0%,#70C9EB 50%,#fff 100%);
  }
  .fatureDesignCollaboration .section_inner h3{
    padding: 0 0 55vw;
    text-align: left;
    font-size: 6.5vw;
    background-size: 100%;
    background-position: center bottom;
  }
  .fatureDesignCollaboration .main_text_box{
    margin-top: 10vw;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .fatureDesignCollaboration .main_text_box>.main_text{
    width:100%;
    font-size:3.5vw;
  }
  .fatureDesignCollaboration .main_text_box>.img_box{
    width:90%;
    margin:8vw auto 0;
  }
  .pcBr::before {
    content:'';
  }
}