/*-----FRONT CSS-----*/
* {
    margin: 0;
    padding: 0;
    line-break: strict;
    box-sizing: border-box;

}

p {
    font-size: 16px;
    line-height: 1.3;
}

#pWall {
    line-height: 1.75em !important;
}

#pWallAbout #wrapper .pWallBgNon,
#pWallAbout #wrapper .pWallBgHalf {
    line-height: 2.0em !important;
}

#contents950 {
    padding: 123px 0 0px 0 !important;
}

#pWallAbout #wrapper h1 {
    font-size: 158%;
    font-weight: normal;
    margin: 0 auto;
    max-width: 1100px;
    /* border-left: 1px #333 solid; */
}

#pWallAbout #wrapper h1 span {
    display: block;
    padding: 0.5em 0 0.5em 1em;
}





#bread {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 5px 0 0;
}

.breads-crumb {
    text-align: left;
}

a:link,
a:active {
    color: #3399cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #3399cc;
    text-decoration: none;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

a.blank {
    display: block;
    background: url(img/icon_blank.gif) left top no-repeat;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}

em {
    font-size: 10px;
    font-style: normal;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

.imgBtn {
    margin: 10px 0 0;
}

#foot950 {
    padding: 0px 0 50px 0;
    max-width: 1100px;
    margin: 0 auto -2 auto;
    /*====== 新規追加（モダンブラウザ用センタリング） =====*/
    text-align: left;
    /*====== 新規追加（テキストセンタリングリセット） =====*/
}

#foot950 {
    position: relative\9;
    margin-left: 25px\9;
}

#foot950:not(:target) {
    position: relative\9;
}










/*============================
  #BASIC
  ============================*/
.hSpace {
    padding: 0px 0 30px\9;
}

.hSpace:not(:target) {
    padding: 0px 0 30px\9;
}

#bread {
    padding: 0 0 10px;
}

.pWallBg {
    background: url(img/bg.gif);
    padding: 0 0 30px;
    padding: 123px 0 30px\9;
}

.pWallBg:not(:target) {
    padding: 123px 0 30px\9;
}


.pWallBgHalf {
    background: url(img/bg_half.gif);
    padding: 0 0 30px;
}

.pWallBgNon {
    background-color: #fff;
}


/*============================
  #contentsWall 一覧と記事が共通なので気を付ける
  ============================*/

#contentsWall {
    max-width: 1100px;
    margin: 20px auto 0;
    text-align: left;
}

#contentsWall-2 {
    max-width: 1100px;
    margin: 50px auto 100px;
    text-align: left;
}

.contentsWall-page {
    /* display: flex; */
    max-width: calc(1100px + 2em);
    padding: 0 1em;
    margin: 0 auto;
    text-align: left;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .contentsWall-page {
        flex-direction: column;
    }
}

.wAbout {
    max-width: 1100px !important;
    padding: 40px 0;
}

#contentsWall .nikkei {
    display: block;
    /* float:right; */
    max-width: 634px;
}

.pageBtm {
    padding: 20px 0 20px;
}



#h2Area {
    width: 100%;
    height: 355px;
    background-color: #fff;
    overflow: hidden;
}

/**
  #h2Area h2{
  width:1100px;
  margin:0 auto;
  text-align: left;
  }**/
#h2Set {
    max-width: 1100px;
    height: 355px;
    margin: 0 auto;
    text-align: left;
    overflow: visible;
    position: relative;
}

#h2Set h2 {
    max-width: 317px;
    height: 355px;
    /* float:left; */
}

#h2Set ul {
    position: absolute;
    list-style: none;
}

#h2Set ul li {
    display: block;
    /* float:left; */
    width: 15px;
}

#h2Set ul li a.current {
    color: black;
}

#slideImg {
    max-width: 633px;
    /* float: left; */
    overflow: visible;
}

.bx-wrapper,
.bx-viewport {
    overflow: visible !important;
}

/* PAGER */
.bx-wrapper {
    position: relative;
    z-index: 999;
}

.bx-wrapper .bx-pager {
    position: absolute;
    top: 220px;
    left: -317px;
    max-width: 250px;
    z-index: 1000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    /* *zoom: 1;
    *display: inline; */
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    /**
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  **/
    overflow: hidden;
    background: url(img/control_dot.gif) no-repeat left -10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url(img/control_dot.gif) no-repeat left top;
}

/*============================
  #contentsList
  ============================*/
#contentsWall #contentsList {
    padding: 20px 0 10px;
    margin: 15px 0 0;
    background: url(img/bg_list.gif) repeat-y left top
}

#contentsWall #contentsList .aboutList {
    max-width: 296px;
    /* float: left; */
    text-align: center;
}

#contentsWall #contentsList .aboutList h3 {
    margin: 0 0 10px;
}

/* #contentsWall #contentsList .aboutList p {} */

#contentsWall #contentsList .caseList {
    max-width: 613px;
    float: right;
}

#contentsWall #contentsList .caseListBtn {
    max-width: 265px;
    float: left;
    text-align: center;
}

#contentsWall #contentsList .caseListBtn h3 {
    margin: 0 0 10px;
}

#contentsWall #contentsList .caseListInfo {
    max-width: 317px;
    float: right;
}

#contentsWall #contentsList .caseListInfo h4 {
    margin: 0 0 15px;
}

#contentsWall #contentsList .caseListInfo dl {
    margin: 0 0 15px;
}

#contentsWall #contentsList .caseListInfo dl dt {
    max-width: 135px;
    float: left;
}

#contentsWall #contentsList .caseListInfo dl dd {
    max-width: 150px;
    float: left;
}

#contentsWall #contentsList .caseListInfo dl dd {
    line-height: 1.4em !important;
}

#contentsWall #contentsList .caseListInfo dl dd h4 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

/* #contentsWall #contentsList .caseListInfo dl dd p {} */

/*============================
  #contentsWall-2
  ============================*/
#contentsWall-2 .linksItem {
    /* float:left; */
    max-width: 633px;
}

.sItembox {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .sItembox {
        justify-content: space-between;
    }
}

#contentsWall-2 .linksItem dl {
    max-width: 296px;
    /* float:left; */
    padding: 10px 0 10px;
}

#contentsWall-2 .linksItem dl.productBtn {
    max-width: 296px;
    /* float:left; */
}

#contentsWall-2 .linksItem dl.serviceBtn {
    max-width: 316px;
    /* float:right; */
    border-left: 1px solid #ccc;
}

#contentsWall-2 .linksItem dl.serviceBtn dt {
    max-width: 296px;
    /* float:right; */
}

#contentsWall-2 .linksItem dl.serviceBtn dd {
    max-width: 296px;
    /* float:right; */
}

#contentsWall-2 .linksItem dl dd {
    margin: 10px 0 0;
}

#contentsWall-2 .linksItem dl dd p {
    margin: 10px 0 0;
}


#contentsWall-2 .linksBnr {
    max-width: 277px;
    /* float: right; */
    background: url(img/bg_bnr.gif) left top;
    padding: 10px 0 0;
}

#contentsWall-2 .linksBnr ul {
    max-width: 250px;
    /* float: right; */
}

#contentsWall-2 .linksBnr ul li {
    list-style: none;
    margin: 0 0 5px;
    line-height: 1.0em;
}

/* #contentsWall-2 .linksBnr ul li a {}

#contentsWall-2 .linksBnr ul li a img {} */



/*============================
  Nav
  ============================*/
/* 2ndHeader */
/* 2ndHeader */
.fixed_hd {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#s_hd {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    background-color: #FFFFFF;
}

#s_hd .shd-s {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: calc(1100px + 2em);
    padding-left: 1em;
    padding-right: 1em;
}

#s_hd .shd-s .hd_inner_l {
    height: 50px;
    display: inline-block;
    width: 300px;
}


#s_hd .shd-s .hd_inner_l h1 {
    display: inline-block;
    position: absolute;
    font-size: 2.7em;
    margin-left: 0;
    height: 50px;
}

#s_hd .shd-s .hd_inner_l h1 img {
    width: 100%;
    max-height: 52px;
    padding-top: 22px;
    max-width: 250px;
}

#s_hd .shd-s .hd_inner_r {
    display: inline-block;
    float: right;
    max-width: 800px;
    height: 50px;
}

#s_hd .shd-s .hd_inner_r nav {
    float: right;
    margin-top: 20px;
}

#s_hd .shd-s .hd_inner_r nav ul li {
    display: inline-block;
}

#s_hd .shd-s .hd_inner_r nav ul li a {
    color: #4b4b4b;
    font-size: 16px;
    padding-left: 20px;
}

#s_hd .shd-s .hd_inner_r nav ul li a:link {
    color: #4b4b4b;
}

#s_hd .shd-s .hd_inner_r nav ul li a:visited {
    color: #4b4b4b;
}

#s_hd .shd-s .hd_inner_r nav ul li a:hover {
    color: #4E4E4E;
}

/*-----SP-----*/
.sp_hd {
    display: none;
}

.not {
    position: relative;
    display: block;
}

.not .pagetop {
    display: none;
}

@media screen and (max-width: 1100px) {

    #s_hd .shd-s {
        width: 100%;
    }

    #s_hd .shd-s .hd_inner_l {
        display: inline-block;
        width: 100%;
    }

    #s_hd .shd-s .hd_inner_l h1 {
        margin-left: 10px;
    }

    #s_hd .shd-s .hd_inner_r {
        display: none;
    }

    .not {
        display: none;
    }

}



/*============================
  #ABOUT
  ============================*/
#hGroupe {
    width: 100%;
    background: url(img/bg_main.gif) left top;
    object-fit: contain;
}

#hGroupeAbout {
    height: 490px;
    background: url(img/about_main.jpg) right top no-repeat;
    object-fit: contain;
}

#hGroupeAbout h3 {
    max-width: 1100px;
    text-align: left;
    margin: 0 auto;
    padding: 180px 0 0;
}

#hGroupeAbout h3 img {
    display: block;
    margin-top: 30px;
    margin-left: 15%;
}

#hGroupeCase {
    height: 200px;
    background: url(img_case/case_main.jpg) right top no-repeat;
    max-width: 1300px;
    margin: auto;
}

#hGroupeCase h3 {
    max-width: 1100px;
    text-align: left;
    margin: 0 auto;
    padding: 70px 0 0;
}

#hGroupeCase h3 img {
    display: block;
    margin-top: 30px;
    /* margin-left: 15%; */
}

/*============================
  #lab
  ============================*/
.contentsWall-page dl#lab {
    max-width: 415px;
    /* float:left; */
}

/* .contentsWall-page dl#lab dt {} */

.contentsWall-page dl#lab dt h4 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0;
}

.contentsWall-page dl#lab dt h4 img {
    display: block;
    margin: 10px 0 0;
}

.contentsWall-page dl#lab dd {
    padding: 10px 0 0;
}

/*============================
  #design
  ============================*/
.contentsWall-page dl#design {
    max-width: 415px;
    /* float:right; */
}

/* .contentsWall-page dl#design dt {} */

.contentsWall-page dl#design dt h4 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0;
}

.contentsWall-page dl#design dt h4 img {
    display: block;
    margin: 10px 0 0;
}

.contentsWall-page dl#design dd {
    padding: 10px 0 0;
}

/*============================
  #about
  ============================*/
/* .contentsWall-page dl#about {} */

.contentsWall-page dl#about dt {
    max-width: 415px;
    /* float: right; */
    margin: 40px 0 0;
}

/* .contentsWall-page dl#about dt img {} */

.contentsWall-page dl#about dd {
    max-width: 415px;
    /* float: left; */
}

.contentsWall-page dl#about dd h3 {
    margin: 0 0 20px;
}

/*============================
  #innovation
  ============================*/
.contentsWall-page dl#innovation dt {
    max-width: 415px;
    /* float: right; */
    margin: 40px 0 0;
}

.contentsWall-page dl#innovation dd {
    max-width: 415px;
    /* float: left; */
}

.contentsWall-page dl#innovation dd h3 {
    margin: 0 0 20px;
}

/*============================
  #Variation
  ============================*/
.whiteAreaWrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0 0;
}

.whiteArea {
    padding: 30px 0;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 5px 2px #ccc;
    -webkit-box-shadow: 0px 0px 5px 2px #ccc;
    box-shadow: 0px 0px 5px 2px #ccc;
}

.whiteArea dl.variation {
    max-width: 1100px;
    margin: 0px auto;
    text-align: left;
}

.whiteArea dl.variation dt {
    max-width: 375px;
    /* float: right; */
}

/* .whiteArea dl.variation dt h3 img {} */

/* .whiteArea dl.variation dt p {} */

.whiteArea dl.variation dd {
    max-width: 370px;
    /* float: left; */
}

.whiteArea dl.variation dd h3 {
    margin: 0 0 20px;
}

/* .whiteArea dl.variation dd img {} */


/* .contentsWall-page {} */







/*============================
  #searchArea
  ============================*/
#searchArea {
    max-width: 1100px;
    margin: 20px auto 120px auto;
}

.resultSearch {
    margin: 20px auto 60px !important;
}

.searchAreaflex {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .searchAreaflex {
        flex-direction: column;
        padding-top: 2em;
    }
}

/*============================
  #sKey
  ============================*/

#searchArea #sKey h4,
#searchArea #sArea h4,
#searchArea #sItem h4 {
    color: #333;
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 16px;
    background: #e6e6e6;
    padding: 0.5em;
}

#searchArea #sKey {
    max-width: 500px;
    width: calc(45% - 2em);
    margin: 0 0 20px;
    /* float:left; */
    padding-right: 2em;
    background: url(img_case/linew.gif) right top repeat-y;
}

@media screen and (max-width: 767px) {
    #searchArea #sKey {
        margin: 0 auto;
        width: 100%;
        background: none;
        padding-right: 0;
    }
}

/**
#searchArea #sKey input {
    height:25px;
  line-height: 25px;
  background-color: #d9f0ff;
}**/

#searchArea #sKey h5 {
    margin-top: 16px;
}

#searchArea #sKey h5:first-child {
    margin: 0;
}

#searchArea #sKey .lKey {
    /* float:left; */
    max-width: 200px;
    width: 50%;
}

#searchArea #sKey .rKey {
    /* float:left; */
    max-width: 180px;
}

/*============================
  #sArea
  ============================*/

.searchAreabox {
    display: flex;
}

#searchArea #sArea {
    max-width: 610px;
    /* float: right; */
    margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
    #searchArea #sArea {
        margin: 2em auto;
    }
}

#searchArea #sArea ul {
    display: flex;
    flex-wrap: wrap;
}

#searchArea #sKey ul li {
    list-style: none;
}

#searchArea #sArea ul li {
    list-style: none;
    display: block;
    /* float:left; */
    margin: 0 2em 0 0;
}

/* #searchArea #sArea ul li input {} */

/*============================
  #sItem
  ============================*/
.sArea-sItem {
    padding-left: 2em;
}

#searchArea #sItem {
    margin: 20px 0 0;
    max-width: 610px;
    /* float: right; */
}

#searchArea #sItem dl {
    max-width: calc(86px + 2em);
    /* float: left; */
    margin-right: 13px;
    margin-bottom: 1em;
}

#searchArea #sItem dl:nth-child(5) {
    margin-right: 0;
}

@media screen and (max-width: 1160px) {
    #searchArea #sItem dl:nth-child(5) {
        margin-right: 13px;
    }
}

@media screen and (max-width: 767px) {
    #searchArea #sItem dl {
        margin: 0 auto 1em auto;
        padding: 0 1em;
        font-size: 12px;
    }


}

#searchArea #sItem dl.endSItem {
    max-width: 110px;
    /* float: left; */
    margin: 0 0 10px;
}

#searchArea #sItem dl.slideItem {
    max-width: 150px;
    clear: both;
    margin: 15px 0 10px;
}

@media screen and (max-width: 767px) {
    .sArea-sItem {
        padding-left: 0;
    }

    #searchArea #sItem {
        margin: 0 auto;
        /* float: right; */
    }
}

/* #searchArea #sItem dl dt {} */

/* #searchArea #sItem dl dt em {} */

#searchArea #sItem dl dt img {
    width: 100%;
    height: auto;
}

/* #searchArea #sItem dl dd {} */

/* #searchArea #sItem dl dd input {} */

/*============================
  #searchBtn
  ============================*/
#searchArea #searchBtn {
    margin: 40px 0 0;
    /* background: url(img/bg_half.gif) left top; */
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #404040;
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
}

/* #searchArea #searchBtn img {} */

/*============================
  #newList
  ============================*/
div#newList {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 60px;
}

div.searchList {
    padding: 20px 0 20px !important;
}

div#newList h4 {
    color: #3399cc;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 0 0;
    margin: 0 0 30px;
    width: 100%;
    /* max-width: 100px; */
    /* float:left; */
}

div#newList h4.result {
    color: #3399cc;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 0 0;
    margin: 15px 0 10px;
    width: auto;
    float: none;
}


/* div#newList .toList {} */

div#newList .toList a {
    display: block;
    padding: 2px;
    margin-bottom: 1em;
}

.index_nav {
    text-align: center;
    margin: 50px 0 60px;
    padding: 20px 0;
    border-top: 1px solid #c5e3f1;
    border-bottom: 1px solid #c5e3f1;
    background-color: #eaf5fa;
}

.index_nav ul {
    text-align: center;
    margin: 0 auto;
}

.index_nav ul li {
    display: inline;
    padding: 5px;
}


.resultList {
    border-bottom: 3px solid #eee;
    margin: 0 auto 40px !important;
    padding: 20px 0 40px !important;
}

.resultList h4 {
    margin: 0 0 0 !important;
}

.searchWord {
    font-size: 14px;
    margin: 0 0 10px;
}

.content-nav {
    text-align: center;
    margin: 0 0 60px;
    padding: 20px 0;
    border-top: 1px solid #c5e3f1;
    border-bottom: 1px solid #c5e3f1;
    background-color: #eaf5fa;
}

/* #search-results h4 {} */

#search-results p.num {
    margin: 0 0 64px;
}

/*============================
  #newListInn
  ============================*/
#newList #newListInn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {
    #newList #newListInn {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

#newList #newListInn dl {
    max-width: 500px;
    /* float: left; */
    width: calc(50% - 2em);
    margin-bottom: 40px;
    margin-right: 2em;

}

#newList #newListInn dl:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 500px) {
    #newList #newListInn dl {
        max-width: 450px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 2em;
    }

    #newList #newListInn dl:nth-child(2n) {
        margin-right: auto;
    }
}



#newList #newListInn dl dt {
    max-width: 130px;
    /* float: left; */
    margin-bottom: 0.5em;
}

@media screen and (max-width: 500px) {
    #newList #newListInn dl dt {
        max-width: 130px;
        margin-right: auto;
        margin-left: auto;

    }
}

#newList #newListInn dl dt a {
    display: block;
    max-width: 120px;
    height: 75px;
    overflow: hidden;
}

/* #newList #newListInn dl dt a img {} */

#newList #newListInn dl dd {
    max-width: 100%;
    /* float: left; */
    line-height: 1.45em;
}

/* #newList #newListInn dl dd em {} */

#newList #newListInn dl dd h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

/* #newList #newListInn dl dd h5 a {} */

#newList #newListInn dl dd p {
    margin: 5px 0 0;
}

#newList .caseSet {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
#newList #newListInn .caseSet dl{
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 2em;
}

body.search #searchArea {
    margin: 20px auto 60px !important;
}


/*============================
  detail
  ============================*/
h2.detail {
    margin: 0 0 10px;
    font-size: 22px;
}

p.catName {
    font-size: 14px;
    margin: 84px 0 8px;
    /* _margin: 0 0 0px; */
}

/*============================
  #pGroupe
  ============================*/
#pGroupe {
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0 0px;
}

#pGroupe .slider-wrapper {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #pGroupe .slider-wrapper {
        flex-direction: column;
    }
}

#pGroupe .slider-wrapper .itemimg-box {
    max-width: 675px;
    width: 70%;
    height: 410px;
    overflow: hidden;
    /* float:left; */
    color: #666;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {

    #pGroupe .slider-wrapper .itemimg-box {
        max-width: 675px;
        width: 100%;
        height: auto;
        overflow: hidden;
        /* float:left; */
        color: #666;
    }
}


#pGroupe .slider-wrapper .itemimg-box .caroufredsel_wrapper ul li {
    height: 410px !important;
}

@media screen and (min-width: 768px) {

    #pGroupe .slider-wrapper .itemimg-box .caroufredsel_wrapper,
    #pGroupe .slider-wrapper .itemimg-box .caroufredsel_wrapper ul {
        height: 410px !important;
    }
}


@media screen and (max-width: 767px) {
    #pGroupe .slider-wrapper .itemimg-box .caroufredsel_wrapper ul li {
        height: auto !important;
    }

    #pGroupe .slider-wrapper .itemimg-box .caroufredsel_wrapper,
    #pGroupe .slider-wrapper .itemimg-box .caroufredsel_wrapper ul {
        min-height: 60vw;
    }

    #pGroupe .slider-wrapper .itemimg-box .caroufredsel_wrapper ul li img {
        width: 100%;
    }
}

/*============================
  #item-thm
  ============================*/
#pGroupe .slider-wrapper #item-thm {
    max-width: 260px;
    /* float:right; */
    overflow: hidden;
    padding-left: 1em;
    padding-right: 1em;
    width: 30%;
}

@media screen and (max-width: 767px) {
    #pGroupe .slider-wrapper #item-thm {
        max-width: 100%;
        /* float:right; */
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 1em;
    }
}

#pGroupe .slider-wrapper #item-thm .item-thm-box {
    max-width: 280px;
}

@media screen and (max-width: 767px) {
    #pGroupe .slider-wrapper #item-thm .item-thm-box {
        max-width: 100%;
        width: 100%;
    }
}

/*============================
  #item-thm-img
  ============================*/

#pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img {
    max-width: 280px;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    #pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img {
        max-width: 100%;

    }
}

#pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img li {
    max-width: 138px;
    line-height: 1.5em;
    text-align: left;
    list-style: none !important;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    #pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img li {
        margin-right: 0;
        margin-left: 0;
    }

    #pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img li {
        padding-right: 1em;
        width: 20%;
    }
}

/* #pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img li:nth-child(2n - 1) {} */

#pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img li a {
    color: #666;
    display: block;
    max-width: 122px;
    height: 107px;
    text-decoration: none;
}

#pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img li a span {
    display: block;
    max-width: 122px;
    height: 87px;
    background-color: #000;
    overflow: hidden;
}

#pGroupe .slider-wrapper #item-thm .item-thm-box ul#item-thm-img li.cThum a img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha( opacity=30 )";
}


/*============================
  #txtArea
  ============================*/
.contentsWall-page #txtArea {
    max-width: 800px;
    /* float:left; */
    margin: 30px 0 40px;
    padding-right: 1em;
}

.contentsWall-page #txtArea p {
    /* max-width: 630px; */
    width: 100%;
    line-height: 2.25em;
}

/*============================
  #sideArea
  ============================*/
.contentsWall-page #sideArea {
    max-width: 284px;
    /* float:right; */
    margin: 30px 0 40px;
    background: url(img_case/linew.gif) repeat-y left top;
    padding-left: 20px;
    font-size: 14px;
    width: 26%;
}

@media screen and (max-width:767px) {
    .contentsWall-page #sideArea {
        max-width: 100%;
        background: none;
        padding-left: 0;
        width: 100%;
    }
}

.contentsWall-page #sideAreaInn {
    max-width: 260px;
    /* float:right; */
}

@media screen and (max-width:767px) {
    .contentsWall-page #sideAreaInn {
        max-width: 100%;
        /* float:right; */
    }
}

.contentsWall-page #sideArea h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

/* .contentsWall-page #sideArea ul.spec {} */

.contentsWall-page #sideArea ul.spec li {
    list-style: none;
    margin: 0 0 5px;
    line-height: 1.4em;
}

/* .contentsWall-page #sideArea ul.spec li dl {} */

.contentsWall-page #sideArea ul.spec li dl dd {
    width: 165px;
    /* float: right; */
    line-height: 1.4em;
}

@media screen and (max-width:767px) {
    .contentsWall-page #sideArea ul.spec li dl dd {
        width: 100%;
        /* float: right; */
        line-height: 1.4em;
    }
}

.contentsWall-page #sideArea ul.spec li dl dt {
    width: 70px;
    /* float: left; */
    line-height: 1.4em;
}

@media screen and (max-width:767px) {
    .contentsWall-page #sideArea ul.spec li dl dt {
        width: 100%;
        /* float: left; */
        line-height: 1.4em;
    }
}

.contentsWall-page #sideArea ul.pdfLink {
    margin: 20px 0;
}

.contentsWall-page #sideArea ul.pdfLink li {
    list-style: none;
    border: 1px solid #ffcccc;
    margin: 0 0 10px;
    line-height: 1.4em;
}

.contentsWall-page #sideArea ul.pdfLink li a {
    display: block;
    background-color: #eee;
    padding: 5px
}

.contentsWall-page #sideArea ul.pdfLink li span {
    display: block;
    padding: 0 0 0 20px;
    background: url(img_case/icon_pdf.gif) no-repeat left 0.5em;
}

.contentsWall-page #sideArea ul.pdfLink li a:hover {
    background-color: #ffcccc;
}


/*============================
  #btmArea
  ============================*/
.contentsWall-page #btmArea {
    clear: both;
    margin: 0 0 40px;
}

/* .contentsWall-page #btmArea ul.btmLink {} */

.contentsWall-page #btmArea ul.btmLink li {
    /* float:left; */
    list-style: none;
}

.contentsWall-page #btmArea ul.btmLink li:first-child {
    margin-bottom: 1em;
}

.contentsWall-page #btmArea ul.btmLink li.btmContact {
    list-style: none;

}

.contentsWall-page #btmArea ul.btmLink li.btmContact a {
    display: block;
    padding: 0.5em;
    text-align: center;
    color: #FFF;
    background: #3399cc;
    border-radius: 4px;
    text-decoration: none;
}

.contentsWall-page #btmArea ul.btmLink li.btmContact a:hover {
    opacity: 0.7;

}

/* .contentsWall-page #btmArea ul.btmLink li.btmContact img {
    width: 100%;
    height: auto;
    max-width: 300px;
} */

/* .contentsWall-page #btmArea ul.pdfLink li a {} */

/* .contentsWall-page #btmArea ul.pdfLink li a img {} */



div#main .utility {
    max-width: 1100px;
    padding: 0;
    /*background-image:	url(../img/_hea_nav_bg_01.jpg);*/
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0 auto;
}

/*•900—p*/
#contents div#main .utility {
    margin-left: -25px;
    position: relative;
}

div#main .utility ol.breads-crumb {
    margin: 0px;
    padding: 3px 0px 0px 0;
}

div#main .utility ol.breads-crumb li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
    font-size: 10px;
    line-height: 1.2;
    color: #666666;
}

div#main .utility ol.breads-crumb li a:link,
div#main .utility ol.breads-crumb li a:visited,
div#main .utility ol.breads-crumb li a:active {
    color: #0074BC;
}

div#main .utility ol.breads-crumb li a:hover {
    color: #004C72;
}

/*============================
  tips
  ============================*/
.flR {
    float: right;
}

/* 20110406クラスあり修正版 */
.clearfix {
    zoom: 1;
}