@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html{
 height:100%;
}
body{
 width:100%;
 margin:0px;
 opacity: 0;
}
a{
 text-decoration: none;
}
ul{
      margin: 0;
      padding: 0;
}
li{
 list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
h4{
    letter-spacing: .015em;
    /* font-family: 'Didact Gothic', sans-serif; */
    font-family: 'Questrial', sans-serif;
    font-weight: normal;
    font-size: 32px;
}
h6{
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: bold;
}
p,li,th,td{
    color: #333;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
}
table li{
    font-weight: 500;
}

/* header */
.header{
      position: fixed;
      top: 0;
      width: 100%;
      height: auto;
      padding: 15px 50px 15px 80px;
      box-sizing: border-box;
      background-color: #fff;
      z-index: 555;
      box-shadow: 1px 1px 1px 0px rgba(0,0,0,.1);
      transition: .2s;
}
.header.change{
    padding: 0px 50px 0px 80px;
    transition: .2s;
}
.header .logo{
  height: 63px;
  width: 100px;
  float: left;
  background-image: url("images/logo_mob.png");
  /* background-image: url("images/logo.png"); */
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transition: .05s;
}
.header .logo.change{
    /* height: 20px; */
    width: 100px;
    background-image: url("images/logo_change_mob.png");
    /* background-image: url("images/logo_change.png"); */
    transition: .05s;
}
.header ul,.header_content ul{
      float: right;
      padding-top: 10px;
      box-sizing: border-box;
}
.header ul li,.header_content ul li{
      font-size: 12px;
      /* font-weight: 600; */
      letter-spacing: .05em;
      margin-right: 40px;
      float: left;
      text-align:center;
}
.header ul li.anchor,.header_content ul li.anchor{
  margin-right: 0;
}
.header ul li span,.header_content ul li span{
      display: block;
      font-family: 'Questrial', sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #00a674;
}
.menuArea,.menuWindow{
  display: none;
}
/* ファーストビュー部分 */
.topImage{
    position: relative;
      width: 100%;
      z-index: -50;
      height: 520px;
}
.topImage .image{
      position: absolute;
      width: 100%;
      height: 520px;
      background-size: cover;
      background-position: center;
}
.topImage .image.img1{
      background-image: url("images/topimage1_2.jpg");
}
.topImage .image.img2{
      background-image: url("images/topimage2_3.jpg");
}
.topImage .image.img3{
      background-image: url("images/topimage3_2.jpg");
      background-position: center top;
}
.image>.textArea{
      position: absolute;
      left: 80px;
      top: 250px;
      color: #fff;
}
/* ファーストビュー英字 */
.textArea h4{
}
/* ファーストビュー漢字 */
.textArea h6{
      font-size: 20px;
      font-weight: 400;
      margin-top: 10px;
      letter-spacing: .035em;
}
.topImage .btn{
    position: absolute;
    right: 120px;
    top: 260px;
    width: 55px;
    height: 55px;
    background-image: url("images/topbtn_ip.png");
    /* background-image: url("images/topbtn.png"); */
    background-size: 55px 55px;

}

/* information 大枠 */
.box.info{
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #fff;
    padding: 30px 0 50px;
    box-sizing: border-box;
}
/* information 左ブロック */
.box.info .blockTitle{
    position: absolute;
    top: 40px;
    left: 80px;
    width: 170px;
}
/* 「information」 */
.box.info .blockTitle h4{
    display: block;
    text-align: left;
    margin: 0;
    color: #00a674;
}
/* information 右ブロック */
.box .infoBox{
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 0 250px 0 270px;
    box-sizing: border-box;
}
/* インフォメーション単体 */
.infoBox p{
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    letter-spacing: .03em;
    padding-left: 12px;
    padding: 16px 0 16px 15px;
    box-sizing: border-box;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* インフォメーション単体日付 */
.infoBox p span{
    letter-spacing: 0em;
    margin-right: 30px;
    color: #acacac;
}
.infoBox p:hover{
      background-color: #FbFcFc;
      box-shadow: 0px 1px 2px 0px rgba(150,150,150,.25);
      cursor: pointer;
}
/* more */
.box.info .btn{
    position: absolute;
    right: 120px;
    bottom: 0;
    width: 55px;
    height: 55px;
    background-image: url("images/infobtn_ip.png");
    /* background-image: url("images/infobtn.png"); */
    background-size: 55px 55px;
}
/* メインコンテンツブロック */
.mainContent{
      width: 100%;
      height: auto;
      overflow: auto;
}
/* ブロック単体 */
.mainContent .wrapper{
      position: relative;
      width: 100%;
      height: 0px;
      padding-bottom: 21%;  /*高さをpaddingで指定(16:9)*/
      float: left;
      background-color: #fff;
}
/* ブロック1/3サイズ */
.mainContent .wrapper.half{
    position: relative;
      width: 33.3%;
}
/* コンテンツタイトル英語 */
.box h4{
      color: #fff;
      text-align: center;
      margin: 24% 0 10px;
}
/* コンテンツタイトル日本語 */
.box h6{
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      text-align: center;
      letter-spacing: .1em;
}
.mainContent .wrapper .btn{
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background-image: url("images/topbtn_ip.png");
    /* background-image: url("images/topbtn.png"); */
    background-size: 55px 55px;

}
/* 比率固定 */
.mainContent .wrapper .box{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: .2s;
      box-sizing: border-box;
}
.box.color h4,.box.color h6{
    color: #555;
}

/* コンテンツ写真 */
.box.wellness{
      background-image: url("images/wellness_1.jpg");
}
.box.wellness:hover{
      background-image: url("images/wellness_hover.jpg");
}
.box.about{
      background-image: url("images/about_2.jpg");
}
.box.about:hover{
      background-image: url("images/about_2_hover.jpg");
}
.box.offices{
      background-image: url("images/about_1.jpg");
}
.box.offices:hover{
      background-image: url("images/about_hover.jpg");
}
.box.rental{
      background-image: url("images/rental_1.jpg");
}
.box.rental:hover{
      background-image: url("images/rental_hover.jpg");
}
.box.reform{
      background-image: url("images/reform_1.jpg");
}
.box.reform:hover{
      background-image: url("images/reform_hover.jpg");
}
.box.stoma{
      background-image: url("images/stoma_1.jpg");
}
.box.stoma:hover{
      background-image: url("images/stoma_hover.jpg");
}
/* サプライヤー */
.supplierContent{
      padding: 100px 0 70px;
      width: 100%;
      background-color: #fff;
}
.supplierContent .wrapper{
      width: 800px;
      overflow: auto;
      margin: auto;
}
.supplierContent .block{
      width: 200px;
      height: 44px;
      float: left;
      background-image: url("images/jh.png");
      background-size: 200px 44px;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 50px;
}
.supplierContent .block.convatec{
      background-image: url("images/convatec.png");
}
.supplierContent .block.coloplast{
      background-image: url("images/coloplast.png");
}
.supplierContent .block.alcare{
      background-image: url("images/alcare.png");
}
.supplierContent .block.hollister{
      background-image: url("images/hollister.png");
}
.supplierContent .block.panasonic{
      background-image: url("images/panasonic.png");
      width: 266.66px;
}
.supplierContent .block.joa{
      background-image: url("images/joa.png");
      width: 266.66px;
}
.supplierContent .block.krs{
      background-image: url("images/krs.png");
      width: 266.66px;
}
/* footer */
.footer{
      width: 100%;
      padding: 14px 0;
      box-sizing: border-box;
      background-color: #9FA1A1;
      /* background-color: #00a674; */
}
.footer p{
      font-size: 8px;
      text-align: center;
      color: #fff;
}







/* 2階層以降のheader */
.header.content{
    position: static;
    height: 93px;
    transition: .2s;
}
.header.content.change{
    padding: 0px 50px 0px 80px;
    transition: .2s;
}
.header.change .menuArea,.header.content.change .menuArea{
  top: 12px;
}
.header.content .logo.change{
    /* height: 20px; */
    width: 100px;
    background-image: url("images/logo_change_mob.png");
    transition: .05s;
}
.container{
    position: relative;
    width: 100%;
    /* min-height: 900px; */
    height: auto;
    overflow: auto;
}
/* 階層ナビゲーション大枠 */
.pagenation{
    width: 100%;
    height: 60px;
    padding: 12px 83px 0 83px;
    box-sizing: border-box;
    background-color: #f2f3f3f3;
    border-bottom: 1px solid #ececec;
}
.pagenation li{
    font-size: 13px;
    line-height: 60px;
    color: #00a674;
    float: left;
}
/* 「>」 */
.pagenation li.sub{
    margin: 0 16px 0 20px;
}
.content_menu_btn{
    display: none;
}
/* コンテンツページ本文 */
.con_block.left{
    width: 100%;
    padding: 40px 520px 120px 83px;
    box-sizing: border-box;
    height: auto;
    overflow: auto;
}
/* コンテンツベージテキスト枠 */
.con_block.left .text{
    margin-bottom: 30px;
    width: 100%;
}
.text.wide{
    width: 100%;
}
.text p.center{
    text-align: center;
}
/* お知らせ */
.container.info .con_block.left .text{
    margin-bottom: 50px;
    overflow: auto;
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #ddd; */
}
.container.info .con_block.left .text h6{
    margin: 0;
    color: #00a674;
}
.container.info .con_block.left .text h4{
    margin-bottom: 10px;
}
.container.info .con_block.left .text a{
  color: #6c6c6c;
  text-decoration: underline;
}
img.info_image{
  width: 200px;
  margin-right: 20px;
  display: block;
  float: left;
}
.imageBox{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
    background-image: url('images/info/blank.png');
    background-position: center;
    background-size: cover;
}
.imageBox.-adjust{
  height: 327px;
}
.imageBox.img20240619{
    background-image: url('images/info/20240619.jpg');
}
.imageBox.img20240201{
    background-image: url('images/info/20240201.jpg');
}
.imageBox.img20240118{
    background-image: url('images/info/20240118.jpg');
}
.imageBox.img20231122{
    background-image: url('images/info/20231122.jpg');
}
.imageBox.img20231116{
    background-image: url('images/info/20231116.jpg');
}
.imageBox.img20221122{
    background-image: url('images/info/20221122.jpg');
}
.imageBox.img20221116{
    background-image: url('images/info/20221116.jpg');
}
.imageBox.img20221117{
    background-image: url('images/info/20221117.jpg');
}
.imageBox.img20221018{
    background-image: url('images/info/20221018.jpg');
}
.imageBox.img20181208{
    background-image: url('images/info/20181208.jpg');
}
.imageBox.img20181124{
    background-image: url('images/info/20181124.jpg');
}
.imageBox.img20181114{
    background-image: url('images/info/20181114.jpg');
}
.imageBox.img20181108{
    background-image: url('images/info/20181108.jpg');
}
.imageBox.img20181104{
    background-image: url('images/info/20181104.jpg');
}
/* コンテンツページテキスト枠の囲み文 */
.con_block.left .text.color{
    border: 1px solid #cbcccc;
    padding: 20px 10px 26px 20px;
    box-sizing: border-box;
    /* border-top: 2px solid #00a674; */
    float: left;

    background-color: #fff;
}
.con_block.left .text p,.con_block.left .text h4,.con_block.left .text h6,.con_block.left .wideBlock h4,.con_block.left .wideBlock p{
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 22px;
}
.con_block.left .text h4,.con_block.left .wideBlock{
    color: #00a674;
    font-weight: bold;
}
.con_block.left .text h6{
    margin-top: 12px;
    color: #333;
}
.con_block.left .text p.st{
    font-weight: 600;
    margin-bottom: 25px;
}
/* お知らせ */
.con_block.left .wideBlock h4.date{
    font-size: 24px;
    margin-bottom: 30px;
}
.con_block.left .wideBlock video{
  margin-top: 48px;
  width: 100%;
}
/* ストーマページアイコン4枠 */
.con_block.left .wrapper{
    position: relative;
    width: 50%;
    height: 0px;
    padding-bottom: 34%;  /*高さをpaddingで指定(16:9)*/
    float: left;
}
.con_block.left .wrapper.fix{
    height: auto;
    width: 48%;
    padding: 20px 0 40px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    transition: .2s;
    background-color: #fff;
}
.con_block.left .wrapper.fix:hover{
    background-color: #ececec;
    transition: .2s;
}
.con_block.left .wrapper.noBorder{
    border: 0px solid #fff;
}
.con_block.left .wrapper.noBorder:hover{
    background-color: #fff;
}
.con_block.left .wrapper.noBorder.detail{
    width: 100%;
    margin: 0 0 70px 0;
    padding: 0;
}
.con_block.left .wrapper.noBorder.wide{
    width: 100%;
    margin-right: 0;
}
.con_block.left .wrapper.fix:nth-child(odd){
    margin-right: 2%;
}
.con_block.left .wrapper.fix h4,.con_block.left .wrapper.fix h6{
    color: #333;
}
.con_block.left .wrapper.fix h4{
    margin-bottom: 10px;
}
.con_icon{
    margin: 0 auto 12px auto;
    width: 200px;
    height: 140px;
    background-size: 200px 140px;
    background-image: url("images/wis_mob.png");
}
/* .con_icon.product{
    background-image: url("images/s_products.png");
}
.con_icon.tos{
    background-image: url("images/s_tos.png");
}
.con_icon.htu{
    background-image: url("images/s_htu.png");
}
.con_icon.ins{
    background-image: url("images/s_ins.png");
}
.con_icon.accessories{
    background-image: url("images/s_accessories.png");
}
.con_icon.man{
    background-image: url("images/s_man.png");
}
.con_icon.replace{
    background-image: url("images/s_replace.png");
}
.con_icon.bath{
    background-image: url("images/s_bath.png");
}
.con_icon.meal{
    background-image: url("images/s_meal.png");
}
.con_icon.travel{
    background-image: url("images/s_travel.png");
}
.con_icon.sport{
    background-image: url("images/s_sport.png");
}
.con_icon.fassion{
    background-image: url("images/s_fassion.png");
}
.con_icon.work{
    background-image: url("images/s_work.png");
} */
.con_icon.product{
    background-image: url("images/s_products_mob.png");
}
.con_icon.tos{
    background-image: url("images/s_tos_mob.png");
}
.con_icon.htu{
    background-image: url("images/s_htu_mob.png");
}
.con_icon.ins{
    background-image: url("images/s_ins_mob.png");
}
.con_icon.accessories{
    background-image: url("images/s_accessories_mob.png");
}
.con_icon.man{
    background-image: url("images/s_man_mob.png");
}
.con_icon.replace{
    background-image: url("images/s_replace_mob.png");
}
.con_icon.bath{
    background-image: url("images/s_bath_mob.png");
}
.con_icon.meal{
    background-image: url("images/s_meal_mob.png");
}
.con_icon.travel{
    background-image: url("images/s_travel_mob.png");
}
.con_icon.sport{
    background-image: url("images/s_sport_mob.png");
}
.con_icon.fassion{
    background-image: url("images/s_fassion_mob.png");
}
.con_icon.work{
    background-image: url("images/s_work_mob.png");
}
.con_block.left .wrapper.half{
    width: 33.3%;
}
.con_block.left .wrapper .box{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: .2s;
      box-sizing: border-box;
}
/* コンテンツタイトル英語 */
.con_block.left .wrapper.half .box h4{
      margin: 37.5% 0 10px;
}
/* コンテンツタイトル日本語 */
.con_block.left .wrapper.half .box h6{
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      text-align: center;
      letter-spacing: .1em;
}
.con_block.left .wideBlock{
    width: 100%;
    height: auto;
    overflow: auto;
    margin-bottom: 25px;
}
.con_block.left .wideBlock .block{
    position: relative;
    width: 48%;
    height: auto;
    float: left;
    margin: 0 4% 30px 0;
    border: 1px solid #cbcccc;
    background-color: #fff;
    padding: 20px 20px 25px 20px;
    box-sizing: border-box;
    /* border-top: 2px solid #00a674; */
}
/* 会社概要ページ ブロック */
.con_block.left .wideBlock.offices .block{
    border: 0px solid #cbcccc;
    padding: 20px 0px 25px 0px;
    border-top: 0px solid #00a674;
}
.con_block.left .wideBlock .block.anchor{
    margin-right: 0;
}
.con_block.left .wideBlock .block img{
    width: 100%;
    margin: 12px 0;
}
/* 企業情報ページ 営業所名 */
.con_block.left .wideBlock .block h4.noImg{
    margin-bottom: 10px;
    font-size: 14px;
}
/* 会社概要テーブル */
.con_block table{
    border-collapse: collapse;
    text-align: left;
}
.con_block table tr:nth-child(odd){
    background-color: #FbFcFc;
}
.con_block table th,.con_block table td{
    padding: 18px 0 18px 30px;
    box-sizing: border-box;
    font-size: 14px;
}
.con_block table th{
    width: 110px;
    color: #777;
}
.con_block table.p_3 th{
    width: 130px;
}
.con_block table td{
    padding-right: 20px;
    padding-left: 20px;
}
.con_block table ol{
    margin: 0;
    padding: 0;
}
.con_block.left .wideBlock .block .button{
    display: inline-block;
    border: 1px solid #acacac;
    /* border-left: 3px solid #00a674; */
    padding: 2px 10px 2px 4px;
    margin-top: 8px;
    border-radius: 2px 2px;
}
.con_block.left .wideBlock .block .button::before{
    content: "";
    position:absolute;
    width: 20px;
    height: 20px;
    background-image: url("images/map_icon.png");
}
.con_block.left .wideBlock .block .button p{
    font-size: 12px;
    color: #acacac;
    padding-left: 22px;
}
.container.rental .con_block.left .wideBlock .block{
    padding-bottom: 50px;
}
.pdf_btn{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    background-image: url("images/btn_pdf_mob.png");
    /* background-image: url("images/btn_pdf.png"); */
    background-size: contain;
}
.map_btn{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-image: url("images/btn_map_mob.png");
    /* background-image: url("images/btn_map.png"); */
    background-size: contain;
}
/* .con_block.left .wideBlock .block.oneThird{
    width: 200px;
    height: auto;
    float: left;
    margin: 25px 30px 0 0;
    border: 0px solid #cbcccc;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    border-top: 0px solid #00a674;
} */
.con_block.left .wideBlock .block.oneThird{
    width: 33.3%;
    height: auto;
    float: left;
    margin: 25px 0 0 0;
    border: 0px solid #cbcccc;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    border-top: 0px solid #00a674;
}
.con_block.left .wideBlock .block.oneThird:hover{
    opacity: .65;
    transition: .1s;
    cursor: pointer;
}
.con_block.left .wideBlock .block.oneThird.anchor{
    margin-right: 0;
}
.con_block.left .wideBlock .block.oneThird p{
    font-size: 10px;
    text-align: center;
}
/* ストーマメーカー */
.con_block.left .wideBlock .block.oneThird .imgblock{
    width: 100%;
    height: 44px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center;
}
.con_block.left .wideBlock .block.oneThird .imgblock.img1{
    background-image: url("images/coloplast.png");
}
.con_block.left .wideBlock .block.oneThird .imgblock.img2{
    background-image: url("images/hollister.png");
}
.con_block.left .wideBlock .block.oneThird .imgblock.img3{
    background-image: url("images/dansac.jpg");
}
.con_block.left .wideBlock .block.oneThird .imgblock.img4{
    background-image: url("images/alcare.png");
}
.con_block.left .wideBlock .block.oneThird .imgblock.img5{
    background-image: url("images/muranaka.jpg");
}
.con_block.left .wideBlock .block.oneThird .imgblock.img6{
    background-image: url("images/bbraun.jpg");
}
.con_block.left .wideBlock .block.oneThird .imgblock.img7{
    background-image: url("images/convatec.png");
}

/* 食事チャート */
.chart{
    width: 100%;
    height: auto;
    overflow: auto;
    margin-bottom: 40px;
}
.chart_block{
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}
.chart_block p{
    font-size: 13px;
}
.chart_block>p{
    display: inline-block;
    color: #00A674;
    font-weight: 600;
}
.chart_parts{
    position: relative;
    width: 99%;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(150,150,150,.25);
    margin-bottom: 4px;
}
.chart_parts .parts_left{
    position: absolute;
    width: 180px;
    height: 100%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00A674;
}
.chart_parts .parts_left p{
    color: #fff;
}
.chart_parts .parts_right{
    width: 100%;
    padding: 10px 10px 10px 195px;
    box-sizing: border-box;
}



/* サイドメニュー大枠 */
.con_block.right{
    position: absolute;
    top: 25px;
    right: 20px;
    width: 460px;
    height: auto;
    padding: 20px 50px;
    box-sizing: border-box;
    background-color: #fff;
}
/* サイドメニュータイトル */
.con_block.right h4{
    color: #00a674;
    margin-bottom: 12px;
}
/* サイドメニューのメニュー部分 */
.con_block.right .flame{
    background-color: #fff;
    border-top: 2px solid #00a674;
    border-bottom: 2px solid #00a674;
}

.con_block.right .flame ul{
    margin-bottom: 0;
}
.con_block.right .flame li{
    font-size: 14px;
    letter-spacing: .03em;
    padding: 12px 0 11px 8px;
    box-sizing: border-box;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con_block.right .flame li i{
    display: inline-block;
    width: 25px;
    height: 13px;
    background-image: url("images/list.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.con_block.right .flame li:hover{
    background-color: #FbFcFc;
    box-shadow: 0px 1px 2px 0px rgba(150,150,150,.25);
}
.con_block.right .flame li.main{
    color: #00a674;
}
.con_block.right .flame li.anchor{
    border-bottom: 0px dotted rgba(0,0,0,.2);
}
.con_block.right .flame li.select{
    border-left: 2px solid #00a674;
    background-color: #FbFcFc;
    box-shadow: 0px 1px 2px 0px rgba(150,150,150,.25);
}
.licenseGrid {
    border: 1px solid #cbcccc;
    margin-top: 20px;
    margin-bottom: 34px;
}
.licenseGrid>div{
  display: grid;
  grid-template-columns: 180px 1fr;
  /* border-bottom: 1px solid #cbcccc; */
  border-bottom: 1px dotted rgba(0,0,0,.2);
}
.licenseGrid>div:nth-child(even){
  background-color: #FbFcFc;
}
.licenseGrid>div:last-child{
  border-bottom: none;
}
.licenseGrid p{
  padding: 8px 14px;
}
.licenseGrid a p{
  border-left: 1px dotted rgba(0,0,0,.2);
}
.licenseGrid a p:hover{
  text-decoration: underline;
}
/*-------------------ipad----------------------*/
@media screen and (max-width:1024px){
body{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
p,li{
    font-weight: normal;
}
.header{
    /* position: fixed; */
    /* top: 0; */
    /* width: 100%; */
    /* height: auto; */
    padding: 15px 50px 15px 50px;
    /* box-sizing: border-box; */
    /* background-color: #fff; */
    /* z-index: 555; */
    /* box-shadow: 1px 1px 1px 0px rgba(0,0,0,.1); */
    /* transition: .2s; */
}
.header .logo{
  background-image: url("images/logo_mob.png");
}
.header .logo.change{
    background-image: url("images/logo_change_mob.png");
}
.header.change,.header.content.change{
    padding: 0px 50px 0px 50px;
    /* transition: .2s; */
}
.header ul li,.header_content ul li{
    /* font-size: 12px; */
    /* font-weight: 600; */
    /* letter-spacing: .05em; */
    margin-right: 20px;
    /* float: left; */
    /* text-align:center; */
}
.image>.textArea{
    /* position: absolute; */
    left: 50px;
    /* top: 250px; */
    /* color: #fff; */
}
.topImage .btn {
    /* position: absolute; */
    right: 30px;
    /* top: 260px; */
    /* width: 55px; */
    /* height: 55px; */
    background-image: url("images/topbtn_ip.png");
    background-size: 55px 55px;
}
.box.info .blockTitle {
    /* position: absolute; */
    left: 50px;
    /* width: 170px; */
}
.box .infoBox {
    /* position: relative; */
    /* width: 100%; */
    /* height: auto; */
    /* overflow: auto; */
    padding: 0 120px 0 250px;
    /* box-sizing: border-box; */
}
.box.info .btn {
    /* position: absolute; */
    right: 30px;
    /* bottom: 0; */
    /* width: 55px; */
    /* height: 55px; */
    background-image: url("images/infobtn_ip.png");
    background-size: 55px 55px;
}
/* コンテンツ写真 */
.box.wellness{
      background-image: url("images/wellness_1.jpg");
}
.box.wellness:hover{
      background-image: url("images/wellness_1.jpg");
}
.box.about{
      background-image: url("images/about_2.jpg");
}
.box.about:hover{
      background-image: url("images/about_2.jpg");
}
.box.offices{
      background-image: url("images/about_1.jpg");
}
.box.offices:hover{
      background-image: url("images/about_1.jpg");
}
.box.rental{
      background-image: url("images/rental_1.jpg");
}
.box.rental:hover{
      background-image: url("images/rental_1.jpg");
}
.box.reform{
      background-image: url("images/reform_1.jpg");
}
.box.reform:hover{
      background-image: url("images/reform_1.jpg");
}
.box.stoma{
      background-image: url("images/stoma_1.jpg");
}
.box.stoma:hover{
      background-image: url("images/stoma_1.jpg");
}

/* 2階層 */
.con_block.left {
    /* width: 100%; */
    padding: 40px 420px 120px 83px;
    /* box-sizing: border-box; */
    /* height: auto; */
    /* overflow: auto; */
}
.con_block.left .wrapper.fix {
    /* height: auto; */
    width: 100%;
    /* padding: 20px 0 40px; */
    /* text-align: center; */
    /* margin-bottom: 20px; */
    /* border: 1px solid #ececec; */
    /* box-sizing: border-box; */
    /* transition: .2s; */
}
.con_block.left .wrapper.fix:hover{
    background-color: #fff;
}
.con_block.left .wrapper.fix:nth-child(odd) {
    margin-right: 0;
}
.con_block.left .wrapper.noBorder{
    /* border: 0px solid #fff; */
    background-color: inherit;
}
.con_block.left .wrapper.noBorder:hover{
    /* border: 0px solid #fff; */
    background-color: inherit;
}
.con_block.left .wideBlock .block {
    width: 100%;
    /* height: auto; */
    /* float: left; */
    margin: 0 0 30px 0;
    /* border: 1px solid #cbcccc; */
    /* padding: 20px 20px 25px 20px; */
    /* box-sizing: border-box; */
    /* border-top: 2px solid #00a674; */
}
.con_block.left .wideBlock h4{
    font-weight: bold;
}
.con_block.left .wideBlock .block.oneThird{
    width: 50%;
}
.con_block.right {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 360px;
    height: auto;
    padding: 20px 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.con_icon{
    margin: 0 auto 12px auto;
    width: 200px;
    height: 140px;
    background-image: url("images/wis_mob.png");
    background-size: 200px 140px;
}
.con_icon.product{
    background-image: url("images/s_products_mob.png");
}
.con_icon.tos{
    background-image: url("images/s_tos_mob.png");
}
.con_icon.htu{
    background-image: url("images/s_htu_mob.png");
}
.con_icon.ins{
    background-image: url("images/s_ins_mob.png");
}
.con_icon.accessories{
    background-image: url("images/s_accessories_mob.png");
}
.con_icon.man{
    background-image: url("images/s_man_mob.png");
}
.con_icon.replace{
    background-image: url("images/s_replace_mob.png");
}
.con_icon.bath{
    background-image: url("images/s_bath_mob.png");
}
.con_icon.meal{
    background-image: url("images/s_meal_mob.png");
}
.con_icon.travel{
    background-image: url("images/s_travel_mob.png");
}
.con_icon.sport{
    background-image: url("images/s_sport_mob.png");
}
.con_icon.fassion{
    background-image: url("images/s_fassion_mob.png");
}
.con_icon.work{
    background-image: url("images/s_work_mob.png");
}
.con_block.right .flame li i{
    display: inline-block;
    width: 25px;
    height: 13px;
    background-image: url("images/list_mob.png");
}
.con_block.left .wideBlock .block.oneThird .imgblock{
    background-size: 120px;
}
.pdf_btn{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    background-image: url("images/btn_pdf_mob.png");
    background-size: contain;
}
.map_btn{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-image: url("images/btn_map_mob.png");
    background-size: contain;
}
.licenseGrid>div{
  grid-template-columns: 130px 1fr;
}


}
/*-------------------ipad 縦----------------------*/
@media screen and (max-width:768px){
.header {
    /* position: fixed; */
    /* top: 0; */
    /* width: 100%; */
    /* height: auto; */
    text-align: center;
    padding: 10px 50px 10px 50px;
    /* box-sizing: border-box; */
    /* background-color: #fff; */
    /* z-index: 555; */
    /* box-shadow: 1px 1px 1px 0px rgba(0,0,0,.1); */
    /* transition: .2s; */
}
.header ul, .header_content ul {
    /* float: right; */
    /* padding-top: 10px; */
    /* box-sizing: border-box; */
    display: none;
}
.header ul.active{
  position: fixed;
  left: 50%;
  top: 88px;
  transform: translateX(-50%);
  z-index: 5555;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header ul li, .header_content ul li {
    /* font-size: 12px; */
    /* font-weight: 600; */
    /* letter-spacing: .05em; */
    margin-right: 0;
    margin-bottom: 20px;
    /* float: left; */
    /* text-align: center; */
}
.header .logo {
  display: inline-block;
    height: 42px;
    width: 66px;
    float: none;
    /* background-image: url(images/logo.png); */
    /* background-size: contain; */
    background-position: center center;
    /* background-repeat: no-repeat; */
    /* transition: .05s; */
}
.menuArea,.openMenu{
  display: block;
}
.menuArea{
position: absolute;
right: 24px;
top: 22px;
}
.menu-trigger,.menu-trigger span {
display: inline-block;
-webkit-transition: -webkit-transform .4s;
box-sizing: border-box;
}
.menu-trigger {
position: relative;
width: 27px;
height: 19px;
}
.menu-trigger span {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #151519;
/* border-radius: 2px; */
}
.menu-trigger span:nth-of-type(1) {
top: 0;
}
.menu-trigger span:nth-of-type(2) {
top: 9px;
}
.menu-trigger span:nth-of-type(3) {
bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: -webkit-transform translateY(9px) rotate(-45deg);
transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: -webkit-transform translateY(-9px) rotate(45deg);
transform: translateY(-9px) rotate(45deg);
}
.menuWindow{
display: none;
position: fixed;
left: 0;
width: 100%;
height: 100vh;
box-sizing: border-box;
background-color: #fff;
z-index: 555;
}
.menuWindow.active{
display: block;
}
.menuWindow li{
font-family: 'Work Sans', sans-serif;
display: table;
text-align: center;
margin: auto;
font-size: 24px;
line-height: 1;
font-weight: 600;
color: transparent;
-webkit-background-clip: text;
/* background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F); */
color: #005C92;
margin-bottom: 28px;
}
.menuWindow li span{
font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
font-size: 15px;
font-weight: 400;
}
.topImage {
    /* position: relative; */
    /* width: 100%; */
    /* z-index: -50; */
    height: 450px;
}
.image>.textArea{
    /* position: absolute; */
    left: 30px;
    top: 220px;
    /* color: #fff; */
}
.topImage .btn {
    /* position: absolute; */
    /* right: 30px; */
    top: 240px;
    width: 40px;
    height: 40px;
    /* background-image: url(images/topbtn.png); */
    background-size: 40px;
}
.box.info .blockTitle {
    /* position: absolute; */
    left: 30px;
    /* width: 170px; */
}
.box.info {
    /* position: relative; */
    /* width: 100%; */
    /* height: auto; */
    /* overflow: auto; */
    /* background-color: #fff; */
    padding: 35px 30px 35px 30px;
    /* box-sizing: border-box; */
}
.box .infoBox {
    /* position: relative; */
    /* width: 100%; */
    /* height: auto; */
    /* overflow: auto; */
    padding: 50px 0px 0 0px;
    /* box-sizing: border-box; */
}
.box.info .btn {
    /* position: absolute; */
    right: 0px;
    /* bottom: 29px; */
    top: 5px;
    width: 40px;
    height: 40px;
    background-image: url(images/infobtn_mob.png);
    background-size: 40px 40px;
}
.mainContent .wrapper.half {
    /* position: relative; */
    width: 50%;
}
.mainContent .wrapper {
    /* position: relative; */
    /* width: 100%; */
    /* height: 0px; */
    padding-bottom: 27%;
    /* float: left; */
}
.box h4 {
    /* color: #fff; */
    /* text-align: center; */
    margin: 18% 0 3px;
}
.supplierContent {
    padding: 50px 0 60px;
    /* width: 100%; */
    /* background-color: #fff; */
}
.supplierContent .wrapper {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    /* overflow: auto; */
    /* margin: auto; */
}
.supplierContent .block {
    width: 25%;
    /* height: 44px; */
    /* float: left; */
    /* background-image: url(images/jh.png); */
    /* background-size: 200px 44px; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    margin-bottom: 40px;
    background-size: 120px 26.4px;
}
.mainContent .wrapper .btn {
    /* position: absolute; */
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-image: url(images/topbtn_mob.png);
    /* display: none; */
    background-size: 40px 40px;
}
.supplierContent .block.panasonic{
      /* background-image: url("images/panasonic.png"); */
      width: 33.3%;
}
.supplierContent .block.joa{
      /* background-image: url("images/joa.png"); */
      width: 33.3%;
}
.supplierContent .block.krs{
      /* background-image: url("images/krs.png"); */
      width: 33.3%;
}

.header.content {
    position: fixed;
    height: auto;
}
.container {
    /* position: relative; */
    /* width: 100%; */
    /* min-height: 900px; */
    /* height: auto; */
    /* overflow: auto; */
    padding-top: 63px;
    background-color: #fafafa;
}
.container.white{
    background-color: #fff;
}
.pagenation {
    /* width: 100%; */
    height: auto;
    overflow: auto;
    padding: 8px 50px 8px 10px;
    margin-bottom: 20px;
    /* box-sizing: border-box; */
    /* background-color: #f2f3f3f3; */
    /* border-bottom: 1px solid #ececec; */
    position: relative;
}
.pagenation li {
    font-size: 12px;
    line-height: 20px;
    /* padding-top: 10px; */
    /* color: #00a674; */
    /* float: left; */
}
.pagenation li.sub {
    margin: 0 5px 0 5px;
}
.content_menu_btn{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 15px;
    background-image: url("images/con_open.png");
    background-size: 30px 30px;
}
.content_menu_btn.open{
    background-image: url("images/con_close.png");
}
/* お知らせ */
.con_block.left .wideBlock h4.date {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.imageBox {
    width: 40%;
    height: 200px;
    margin: 0 20px 10px 0;
    background-image: url(images/info/blank_mob.png);
    /* background-position: center; */
    background-size: cover;
}
.con_block.right {
    /* position: absolute; */
    top: 100px;
    right: 0;
    width: 100%;
    /* height: auto; */
    padding: 20px 30px;
    /* box-sizing: border-box; */
    /* background-color: #fff; */

    display: none;
}
.con_block.right.open{
    display: block;
}
.con_block.left {
    /* width: 100%; */
    padding: 0px 30px 60px 30px;
    /* box-sizing: border-box; */
    /* height: auto; */
    /* overflow: auto; */
}
.con_block.left .wrapper.noBorder.detail {
    /* width: 100%; */
    margin: 0 0 30px 0;
    /* padding: 0; */
}
.con_block.left.open{
    /* padding: js */
}
.con_block table tr{
    background-color: inherit;
    margin-bottom: 10px;
}
.con_block table tr:nth-child(odd){
    background-color: inherit;
}
.con_block table th,.con_block table td{
    width: 100%;
    padding: 0 0 0 0;
    float: left;
    /* box-sizing: border-box; */
    /* font-size: 14px; */
}
.con_block table th{
    width: 100%;
    color: #777;
}
.con_block table.p_3 th{
    width: 100%;
}
.con_block table td{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
th,td{
    font-weight: normal;
}
table li{
    font-weight: normal;
}


}

/*-------------------iphone6plus----------------------*/
@media screen and (max-width:430px){
h4{
    /* letter-spacing: .015em; */
    /* font-family: 'Didact Gothic', sans-serif; */
    font-size: 28px;
}
.topImage {
    /* position: relative; */
    /* width: 100%; */
    /* z-index: -50; */
    height: 350px;
}
.topImage .image {
    /* position: absolute; */
    /* width: 100%; */
    height: 400px;
    /* background-size: cover; */
    /* background-position: center; */
}
.image>.textArea{
    /* position: absolute; */
    left: 0;
    width: 100%;
    top: 170px;
    text-align: center;
    /* color: #fff; */
}
.textArea h6 {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: .035em;
}
.topImage .btn {
    /* position: absolute; */
    right: 15px;
    top: auto;
    bottom: 20px;
    /* width: 40px; */
    /* height: 40px; */
    /* background-image: url(images/topbtn.png); */
    /* background-size: 40px; */
    /* display: none; */
}
.box.info {
    /* position: relative; */
    /* width: 100%; */
    /* height: auto; */
    /* overflow: auto; */
    /* background-color: #fff; */
    padding: 25px 15px 15px 15px;
    /* box-sizing: border-box; */
}
.box.info .blockTitle {
    /* position: absolute; */
    left: 15px;
    /* width: 170px; */
}
.box.info .blockTitle h4 {
    /* display: block; */
    /* text-align: center; */
    /* margin: 0; */
    /* color: #00a674; */
}
img.info_image{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  display: block;
  float: left;
}
.box .infoBox {
    /* position: relative; */
    /* width: 100%; */
    /* height: auto; */
    /* overflow: auto; */
    padding: 45px 0px 20px 0px;
    /* box-sizing: border-box; */
}
.box.info .btn {
    /* position: absolute; */
    right: 0px;
    top: 5px;
    /* width: 40px; */
    /* height: 40px; */
    /* background-image: url(images/infobtn.png); */
    /* background-size: 40px 40px; */
}
.infoBox p {
    /* display: block; */
    /* width: 100%; */
    /* float: left; */
    /* font-size: 14px; */
    /* letter-spacing: .03em; */
    /* padding-left: 12px; */
    padding: 8px 0 4px 0px;
    /* box-sizing: border-box; */
    /* border-bottom: 1px dotted rgba(0,0,0,.2); */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}
.infoBox p span {
    /* letter-spacing: 0em; */
    display: block;
    margin-right: 0;
    color: #acacac;
}
.mainContent .wrapper.half {
    /* position: relative; */
    width: 100%;
}
.mainContent .wrapper {
    /* position: relative; */
    /* width: 100%; */
    /* height: 0px; */
    padding-bottom: 50%;
    /* float: left; */
}
.supplierContent .block {
    width: 50%;
    /* height: 44px; */
    /* float: left; */
    /* background-image: url(images/jh.png); */
    /* background-size: 200px 44px; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    margin-bottom: 28px;
}
.supplierContent .block.panasonic{
      /* background-image: url("images/panasonic.png"); */
      width: 50%;
}
.supplierContent .block.joa{
      /* background-image: url("images/joa.png"); */
      width: 50%;
}
.supplierContent .block.krs{
      /* background-image: url("images/krs.png"); */
      width: 100%;
      margin-bottom: 0;
}

.con_block.left {
    /* width: 100%; */
    padding: 0 10px 60px 10px;
    /* box-sizing: border-box; */
    /* height: auto; */
    /* overflow: auto; */
}
.con_icon {
    margin: 0 auto 0px auto;
    /* width: 200px; */
    /* height: 140px; */
    /* background-image: url(images/wis.png); */
}
/* お知らせ */
.con_block.left .wideBlock h4.date {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.imageBox {
    width: 100%;
    height: 200px;
    margin: 0 0 10px 0;
    /* float: left; */
    background-image: url(images/info/blank_mob.png);
    background-position: center;
    background-size: cover;
}
.container.info .con_block.left .text {
    margin-bottom: 30px;
    /* overflow: auto; */
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #ddd; */
}
.container.info .con_block.left .text h4 {
    margin-bottom: 3px;
}


}

/*-------------------iphone5S----------------------*/
@media screen and (max-width:320px){}
