@charset "UTF-8";

@media print,screen and (min-width:768px){
  /* layput */
  .desc-mainWarp {
    background-color: #fff;
  }
  .descInner {
    box-sizing: border-box;
    width: 700px;
    padding: 0 23px;
    margin: 0 auto;
  }
  .descStHeader .stHaderInner{
    width:820px;
    text-align: center;
  }
  /* heading */
  .descTitleInner {
    font-weight: bold;
  }
  .descTitleInner > span {
    display: inline;
    margin-top: 5px;
    font-size: 2.8rem;
  }
  .descTitle01 {
    background-color:#008e00;
    color:#ffffff;
    line-height:1;
    font-size:2.2rem;
    font-weight: bold;
    padding:30px;
    text-align:center;
  }
  .descTitle02 {
    margin-top: 25px;
    color: #333;
    font-size: 1.6rem;
    line-height: 3;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  
  /* txt */
  .descTxt01 {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.715;
  }
  .descLeadTxt {
    position: relative;
    margin-top: 35px;
    padding: 33px 0 67px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
  }
  .descLeadTxt::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -4px;
    width: 14px;
    height: 8px;
    background: url("/specialty_dcrobo/img/description_arrow_02_pc.png") center center no-repeat;
  }
  .descLeadTxt > p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.875;
    letter-spacing: 0.12em;
    color: #333;
  }
  .descMarker01 {
    padding-bottom: 0.2em;
    background: linear-gradient(transparent 60%, #bbefce 0%);
  }
  .descLeadTxt > p > .descMarker01 {
    font-size: 2.2rem;
    line-height: 1.363;
    font-weight: bold;
    color: #333;
  }
  
  /* btn */
  .descBtnWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    width: 490px;
    margin: 54px auto 0;
  }
  .descBtnWrap > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 240px;
        flex: 1 1 240px;
  }
  .descBtnWrap > li + li {
    margin-left: 10px;
  }
  .descBtnWrap > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    height: 61px;
    background: #008e00;
    border-radius: 7px;
    font-size: 1.8rem;
    line-height: 1.222;
    color: #fff;
  }
  .descBtnWrap > li > a:hover {
    opacity: 0.7
  }
  .descBtnWrap > li > a > span {
    font-size: 1.2rem;
  }
  .descBtnWrap > li > a::before{
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    width: 18px;
    height: 13px;
    background: url("/specialty_dcrobo/img/description_arrow_01_pc.png") center center no-repeat;
  }
  .descCloseBtn{
    padding: 60px 0;
    text-align: center;
  }
  .descCloseBtn > a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-left: -25px;
    color: #888;
    font-size: 1.4rem;
    border-bottom: 1px solid transparent;
  }
  .descCloseBtn > a::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    background: url("/specialty_dcrobo/img/description_icon_close_pc.png") center center no-repeat;
  }
  .descCloseBtn > a:hover {
    border-bottom: 1px solid #888;
  }
  
  /* dl */
  .descDlTxt > dt,
  .descDlTxt > dd {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.715;
  }
  .descDlTxt.descDlTxt01 {
    margin-top: 25px;
  }
  .descDlTxt.descDlTxt02  > dt {
    margin-top: 35px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .descDlTxt.descDlTxt02  > dd {
    margin-top: 12px;
  }
  
  /* img */
  .descImgBox figcaption  {
    margin-top: 18px;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.428;
    letter-spacing: 0.05em;
    text-align:center;
  }
  
  /* list */
  .descCheckList > li {
    position: relative;
    padding-left: 26px;
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .descCheckList > li::before {
    content: "";
    display: block;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0.3em;
    background: url("/specialty_dcrobo/img/description_icon_check_pc.png") center center no-repeat;
  }
  .glossaryList {
    margin: 30px 0 25px;
    text-align: center;
  }
  .glossaryList li {
    display: inline-block;
    margin: 0 1em;
  }
  .glossaryList .glossaryListColor {
    position: relative;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .glossaryList .glossaryListColor::before {
    content: "●";
    display: block;
    position: absolute;
    left: 0;
  }
  .glossaryList .glossaryListColor01::before {
    color: #ffaca6;
  }
  .glossaryList .glossaryListColor02::before {
    color: #5ec182;
  }
  .glossaryList .innerHelp {
    margin-left: 0.5em;
  }
  .listMemo01.descListMemo01 {
    margin-top: 25px;
    text-align: center;
  }
  .listMemo01.descListMemo01 > li {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #888;
  }
  
  /* column */
  .descColumn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .descColumn.descColumn02 > .descColumnItem {
    width: 317px;
  }
  .descColumn.descColumn02 > .descColumnItem:nth-child(2n) {
    margin-left: 20px;
  }
  
  /* card */
  .descCard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
  .descCard .descCardHead01 {
    margin-top: 80px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .descCard .descCardHead02 {
    position: relative;
    margin-top: 16px;
    padding-left: 1em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3;
    color: #008e00;
  }
  .descCard .descCardHead02:before {
    content: "●";
    display: block;
    position: absolute;
    left: 0;
    font-weight: normal;
  }
  .descCard .descCardImg {
    text-align: center;
    margin-top: 15px;
  }
  .descCard .descCardHead01 + .descCardImg,
  .descCard .descCardHead02 + .descCardImg {
    margin-top: 0;
  }
  .descCard .descCardBody {
    margin-top: 15px;
  }
  .descCard .descCardHead02 + .descCardBody {
    margin-top: 0;
  }
  
  /* Tab */
  .descTab *[role="tablist"] *[role="tab"] > a > span:after {
    display: none;
  }
  .descTab > ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  /* tab column 3 */
  .descTab > ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
  }
  .descTab > ul > li:first-child {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .descTab > ul > li.clickGuard {
    position: relative;
  }
  .descTab > ul > li.clickGuard::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
  .descTab > ul > li > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    background-color: #ffffff;
  }
  .descTab > ul > li.lastChild > div {
    border-right: 0px;
  }
  .descTab > ul > li > div .tablistPartition {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    border: 1px solid #d0d0d0;
    border-width: 1px 1px 1px 0;
  }
  .descTab > ul > li > div .tablistPartition:first-child {
    padding: 24px 20px 35px;
  }
  .descTab > ul > li > div .tablistPartition:first-child + .tablistPartition {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 0 10px;
  }
  .descTab > ul > li:last-child > div .tablistPartition {
    border-right: 0;
  }
  .descTab > ul > li > div .tablistPartition + .tablistPartition {
    margin-top: 25px;
  }
  .descTab > ul > li > div:hover .tablistPartition {
    background-color: #eee;
  }
  .descTab > ul > li > div.act .tablistPartition {
    background-color: #eee;
  }
  .descTab > ul > li > div.act .tablistPartition:first-child {
    position: relative;
  }
  .descTab > ul > li > div.act .tablistPartition:first-child::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 14px;
    height: 8px;
    margin-left: -4px;
    background: url("/specialty_dcrobo/img/description_arrow_03_pc.png") center center no-repeat;
  }
  .descTab > ul > li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    font-size: 1.28em;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .descTab .tablistCase {
    display: block;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
  }
  .descTab .tablistCase > span {
    font-size: 2.6rem;
  }
  .descTab .tablistTxt {
    display: block;
    color: #333;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.714;
  }
  .descTab .tablistType {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .descTab .descTabPanelWrap {
    position: relative;
    padding: 25px 0 0;
  }
  .descTab .descTabPanelWrap {
    position: relative;
  }
  .descTab .descTabPanel .descTabPanelInner {
    padding: 0;
  }
  .descTab .tabPanelTxt01 {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.05em;
  }

  /* slider */
  .descTabPanelInner .descTabPanelInner {
    position: relative;
  }
  .descTabPanelInner .bx-wrapper .bx-prev,
  .descTabPanelInner .bx-wrapper .bx-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    height: 56px;
    position: absolute;
    top: 50%;
    color: #333;
    font-size: 2.4rem;
  }
  .descTabPanelInner .bx-wrapper .bx-prev::before,
  .descTabPanelInner .bx-wrapper .bx-next::after {
    content:"";
    display: inline-block;
    width: 30px;
    height: 56px;
    position: absolute;
    background: url("/specialty_dcrobo/img/description_arrow_04.png");
  }
  .descTabPanelInner .bx-wrapper .bx-prev {
    padding-left: 50px;
    left: 0;
  }
  .descTabPanelInner .bx-wrapper .bx-next {
    padding-right: 50px;
    right: 0;
  }
  .descTabPanelInner .bx-wrapper .bx-prev::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .descTabPanelInner .bx-wrapper .bx-next::after {
    top: 0;
    right: 0;
  }
  .descTabPanelInner .bx-wrapper .bx-prev:hover,
  .descTabPanelInner .bx-wrapper .bx-next:hover {
    opacity: 0.7;
  }
  .descTabPanelInner .bx-wrapper .bx-prev.disabled,
  .descTabPanelInner .bx-wrapper .bx-next.disabled {
    display: none;
  }
  .sliderCase > li {
    text-align: center;
  }
  .sliderCase > li > img {
    width: 220px;
    height: 220px;
  }
}

@media print{
  .descInner{
    width:100%;
  }
  .descTabPanelWrap{
    page-break-before:always;
  }

}