@charset "utf-8";
/*----------------------------------------------------
　サブメニュー非表示
----------------------------------------------------*/
.column2R #sub {
    display: none !important;
}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#Globalnavi, .all365days {
    display: block;
}
#container {
    width: 100% !important;
    margin: 0 auto;
    position: static;
}
.column2R #main {
    float: none;
    width: auto;
}
html {
    overflow: auto;
}
* html {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
body {
    min-width: 1050px;
    overflow-x: hidden;
    position: relative;
}
* html body {
    height: 100%;
    overflow-y: auto;
}
.MainContents {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.wideBgArea {
    width: 100%;
    margin: 0 -555%;
    padding: 1px 555%;
}
.bgDarkGray {
    background: #121010;
}
.bgGradGray {
    background: #dee0e0;
    background: -moz-linear-gradient(left, #dee0e0 0%, #f8f8f8 50%, #dee0e0 100%);
    background: -webkit-linear-gradient(left, #dee0e0 0%, #f8f8f8 50%, #dee0e0 100%);
    background: linear-gradient(to right, #dee0e0 0%, #f8f8f8 50%, #dee0e0 100%);
    color: #3b3b3b;
}
.boxShadow {
    box-shadow: 0 0 8px 0px #000;
}
.dropShadow {
    filter: drop-shadow(0 0 4px #161616);
}
.textShadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.center {
    text-align: center;
}
.lsPlus {
    letter-spacing: 1px;
}
.lsMinus {
    letter-spacing: -1px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.pt20_0 {
    padding-top: 20px;
}
.mt40_0 {
    margin-top: 40px;
}
.mb100_60 {
    margin-bottom: 100px;
}
.pcOnly {
    display: block;
}
.pcOnlyIn {
    display: inline-block;
}
.spOnly {
    display: none;
}
.sp_br {
    display: none;
}

@media screen and (max-width:479px) {
.lsPlus {
    letter-spacing: 0;
}
.lsMinus {
    letter-spacing: 0;
}
.pt20_0 {
    padding-top: 0;
}
.mt40_0 {
    margin-top: 0;
}
.mb100_60 {
    margin-bottom: 60px;
}
.mb30sp {
    margin-bottom: 30px !important;
}
.pcOnly {
    display: none !important;
}
.pcOnlyIn {
    display: none !important;
}
.spOnly {
    display: block !important;
}
.sp_br {
    display: block;
}
.txtLeft {
    text-align: left;
}
}
/*-------------------------------------
　パンくず
---------------------------------------*/
.leadSectionInner {
    width: 1050px !important;
}
.breadCrumb {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.breadCrumb_inner {
    position: relative;
    width: 1050px;
    height: 20px;
    margin: 0 auto;
    z-index: 9999;
}
/*-------------------------------------
　基本セクション
---------------------------------------*/
section {
    margin:112px auto;
    width: 1050px;
    color: #000;
}
section.hideSection {
    display: none;
}
/*.TitleImg + .wideBgArea {
    padding-top: 60px;
}*/
.itemcolor {
    color: #D83B01;
}

@media screen and (max-width:479px) {
    
section {
    margin: 1em 0 2em;
    padding: 10px 0 0;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.TitleImg + .wideBgArea {
    padding-top: 30px;
}

}
/*-------------------------------------
　メインタイトル
---------------------------------------*/
.TitleImg {
    background: url(https://dev02-ap01-thirdwave.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwa278defe/5info/img/office2019_setpc/img_main.jpg) no-repeat scroll center center;
    min-height: 540px;
	height:400px;
    background-size: cover !important;
}
section.titleSection {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    position: relative;
}
.TitleImg .titleBox1col {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    min-height: 540px;
	height:400px;
}
.titleBox1col h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: 6px solid #D83B01;
    padding-bottom: 10px;
    margin-bottom: 1em;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,-2px 2px 0 #FFF, 2px -2px 0 #FFF,0px 2px 0 #FFF,  0-2px 0 #FFF,-2px 0 0 #FFF, 2px 0 0 #FFF;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.titleBox1col h2 .logo {
    display: block;
    margin-bottom: 30px;
}
.titleBox1col h2 .subtxt {
    font-size: 30px;
}

.titleBox1col p.img_item {
    text-align: center;
    position: absolute;
    right: -260px;
}
.titleBox1col p.img_item2 {
    text-align: center;
    position: absolute;
    right: -5%;
    z-index: 1;
}
.titleBox1col p.img_item img, .titleBox1col p.img_item2 img {
    max-width: 100%;
}
#container a.btnDetail{
    color: #fff;
        text-decoration: none;
}

@media screen and (max-width:479px) {
section.titleSection {
    background: none;
    padding-top: 0;
    margin-top: 20px !important;
}
	#vf-ad4 {
		position: absolute;
    width: 45%;
    top: 235px;
	}
.TitleImg {
	min-height: auto;
    height: auto;
    margin-bottom: 30px;
}
.TitleImg .titleBox1col {
    padding: 2em 10px;
    box-sizing: border-box;
    min-height: auto;
    flex-wrap: wrap;
}
.titleBox1col h2 {
    font-size: 7vw;
    background: rgba(255, 255, 255, .4);
    margin-bottom: 0;
}
.titleBox1col h2 .subtxt {
    font-size: 6vw;
}
.titleBox1col p.img_item {
    position: static;
    width: 50%;
}
.titleBox1col p.img_item2 {
    width: 60%;
    bottom: 3%;
    right: 0;
}

}
/*-------------------------------------
　機能紹介
---------------------------------------*/
.featureBox1col {
    margin-bottom: 60px;
}
.featureBox1col h3, .featureBox1col2 h3 {
    font-size: 30px;
    line-height: 1.4;
    color: #D83B01;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.featureBox1col .readtxt {
    font-size: 20px;
}
.featureBox1col .txt {
    font-size: 16px;
    margin-bottom: 20px;
}
.featureBox1col .colbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.featureBox1col .colbox figure {
    margin: 0;
    width: calc( 50% - 11px);
    text-align: center;
    padding: 22px;
    box-sizing: border-box;
    margin-bottom: 22px;
    border: 5px solid #D2D2D2;
}
.featureBox1col .colbox figure:nth-last-of-type(2) {
    margin-bottom: 0 !important;
}
.featureBox1col .colbox figure:nth-last-of-type(1) {
    margin-bottom: 0 !important;
}
.featureBox1col .colbox figure figcaption {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.featureBox1col .colbox figure p {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}
@media screen and (max-width:479px) {
    .featureBox1col {
    margin-bottom: 40px;
    }
    .featureBox1col h3, .featureBox1col2 h3 {
        font-size: 6vw;
        margin-bottom: 20px;
    }
    .featureBox1col .readtxt {
    font-size: 5vw;
    }
    .featureBox1col .txt {
        font-size: 4.5vw;
    }
    .featureBox1col .colbox figure:nth-last-of-type(2) {
    margin-bottom: 22px !important;
    }
}
/*-------------------------------------
　セットモデル
---------------------------------------*/
.featureBox1col2 + .featureBox1col2 {
    margin-top: 60px;
}
.setwrap + h4 {
    margin-top: 60px;
}
.featureBox1col h4, .featureBox1col2 h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D2D2D2;
    padding-bottom: 5px;
}
.featureBox1col2 .setwrap {
    display: flex;
    align-items: center;
}

.featureBox1col2 .itemname {
    font-weight: bold;
    margin-bottom: 22px;
    font-size: 20px;
}
.featureBox1col2 .itemspec {
    font-size: 16px;
    margin-bottom: 22px;
}
.featureBox1col2 .main_price {
    font-size: 30px;
    margin-bottom: 22px;
    color: #D83B01;
    font-weight: bold;
}
.featureBox1col2 .specbox {
    padding: 20px;
    width: 328px;
    border: 5px solid #D2D2D2;
    box-sizing: border-box;
}
 .set-imgicn {
    display: flex;
    align-items: center;
    flex: 2;
    justify-content: space-around;
    position: relative; 
}
 .set-imgicn::after {
    position: absolute;
    top:50%;
    right: 45%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    background-size: contain;
    width: 80px;
    height: 80px;
    background-image: url(https://dev02-ap01-thirdwave.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwa278defe/5info/img/office2019_setpc/kakeru.png);
    z-index: -1;
}
.featureBox1col2 .setimg {
    margin: 0;
    width: 255px;
}
.featureBox1col2 .setimg img {
    max-width: 100%;
}
.featureBox1col2 .icn_wrap {
    padding-left: 1em;
    box-sizing: border-box;
    width: 211px;
}
.featureBox1col2 .icn_wrap p {
    font-size: 16px;
    margin: 20px 0 5px;
}
.featureBox1col2 .icn_box {
    
}
.featureBox1col2 .icn_box figure {
    margin: 0;
    text-align: center;
    display: inline-block;
}
.btnDetail {
    color: #fff;
    background: #D83B01;
    width: 100%;
    padding: 5px 8px 5px 16px;
    font-size: 20px;
    letter-spacing: 5px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: 1s;
}
.btnDetail:hover {
    background: #000;
}
.btnDetail:after {
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  font-weight: 400;
  margin-left: 0.5em;
}
@media screen and (max-width:479px) {
    .featureBox1col h4, .featureBox1col2 h4 {
    font-size: 5vw;
    }
    .featureBox1col2 .setwrap {
    flex-direction: column-reverse;
    }
    .featureBox1col .colbox figure {
    width: 100%;
    }
    .featureBox1col .colbox figure:last-child {
    margin-bottom: 0;
    }
    .featureBox1col2 .specbox, .featureBox1col2 .setimg, .featureBox1col2 .icn_wrap  {
    width: 100%;
    }
    .featureBox1col2 .specbox {
        margin-top: 20px;
    }
   .set-imgicn::after {
    background: none;
    }
    .featureBox1col2 .icn_wrap {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    }
    .featureBox1col2 .icn_wrap > img {
    width: 70%;
    }
    .featureBox1col2 .icn_wrap p {
    font-size: 4.5vw;
    margin: 10px 0 0;
    }
    .set-imgicn {
    display: flex;
    align-items: center;
    width: 100%;
    }
    .featureBox1col2 .itemname {
    font-size: 5vw;
    }
}

/*-------------------------------------
　手順
---------------------------------------*/
.featureBox1col .stepbox {
    margin: 4em 0 0;
    position: relative;
    box-sizing: border-box;
    border: 5px solid #2F2F2F;
    text-align: center;
}
.featureBox1col .stepbox::after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 61px 0 61px;
    border-color: #2F2F2F transparent transparent transparent;
    content: "";
    bottom: -50px;
    left:50%;
    transform: translateX(-50%);
}
.featureBox1col .stepbox figcaption {
    position: absolute;
    top:-2em;
    left:0;
    font-size: 16px;
}
.featureBox1col .stepbox + .stepbox {
    margin-top: 70px;
}
.featureBox1col .stepbox img {
    max-width: 100%;
    height: auto;
}
.featureBox1col .stepbox:last-child::after {
    content: none;
}

@media screen and (max-width:479px) {
    .featureBox1col .stepbox {
    margin: 6em 0 0;
    }
    .featureBox1col .stepbox figcaption {
    top:-4em;
    font-size: 4vw;
    text-align: left;
    }
    .featureBox1col .stepbox + .stepbox {
    margin-top: 17vh;
    }
}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px;
}
#pagetop a {
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.pagetop {
    display: none;
}
/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft, .sidebannerRight {
    display: none;
}
/*---------------------------
　コピーライト 
---------------------------*/

#copyright {
    font-size: 10px;
    padding: 20px 110px 0 0;
    word-break: break-all;
}

/*.scroll {
	width: 610px;
}*/




/*---------------------------
　以下スマホ対応 
---------------------------*/
/* ウィンドウ幅が481〜768pxの場合に適用するCSS */				
@media screen and (max-width:769px) {
#menuBottomBox {
    left: 103%;
}
.pc {
    display: none;
}
}

/* ウィンドウ幅が770px〜の場合に適用するCSS */				
@media screen and (min-width:770px) {
.sp {
    display: none;
}
.w70 {
    width: 70%;
}
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
/*--------------------------
 レスポンシブ対応ヘッダ
----------------------------*/
body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
}
#lp_page {
    width: 98% !important;
    box-sizing: border-box;
}
#Globalnavi, #Header #head_navi_menu, #Header #head_navi_menu_g, #Header .keyword, #Header #headsearchBox, #Header .wishBtn, #Header .btn, .leadSection .recomWin_black, .leadSectionInner {
    display: none;
}
#Header, #Header .inner, #Header h1 {
    width: 100%;
    height: auto;
}
#Header {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}
#Header .logo {
    width: 90%;
    position: relative;
    top: 0px;
    padding: 0px 0px 12px 3px;
}
#Header h1 {
    display: none;
}
/*--------------------------
	 レスポンシブ対応フッタ
----------------------------*/
#pagetop {
    bottom: 10px;
    right: 10px;
}
.footerTagline {
    margin-bottom: 4px;
    padding: 0% 2%;
    text-align: left;
    font-size: 90%;
    line-height: 140%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.footerTagline, #footer, #footerNav2, #footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts, #footerCopy, #footerCopy p.copyright {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
}
#footer {
    padding: 9px 0px 7px 0px;
}
#footerLinks {
    display: none;
}
#footerLinks ul {
    float: none;
}
#footerCopy p.copyright a {
    display: block;
    margin-bottom: 7px;
}
#footerLinks ul {
    margin: 12px 0px 0px 5px;
}
#footerLinks ul li {
    display: inline-table;
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#footerLinks ul li.catName, #footerLinks ul li.noLink {
    width: 90%;
}
#footerNav2 ul {
    margin: 0% 4%;
}
body #footerNav2 li {
    display: inline-table;
    width: 49%;
    margin: 0px 0px 9px 0px;
    padding: 0px;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#footerNav2 li:first-of-type {
    margin-bottom: 9px !important;
}
#splink_footer {
    display: none !important;
}
#footerCopy p.copyright {
    text-align: center;
    font-size: 80%;
}
body #footerCopy {
    min-width: 100%;
}
}
