@charset "UTF-8";
/* ====================================== */
/* clearfix */
.clearfix:after, .news-index .news_wrap:after, .news-index .news_wrap li:after, .news-index #category:after, .news-index #category ul:after, .news-detail .textBody .image:after {
  content: "";
  display: table;
  clear: both;
}

/* ====================================== */
/* header */
#header {
  position: relative;
  overflow: visible;
  z-index: 1;
}

#navigation {
  border-top: 2px solid #fff;
}

#navigation .role-pc h1 {
  top: -35px;
}

/* ====================================== */
/* main */
#main {
  margin-top: 23px;
}

#main .map {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 2px 5px;
  text-align: center;
  color: #fff;
  font: bold 90% Tahoma, Arial, sans-serif;
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: #8b8b8b;
  background: -svg-linear-gradient(to bottom, #8b8b8b 0%, #575757 100%);
  background: -owg-linear-gradient(to bottom, #8b8b8b 0%, #575757 100%);
  -pie-background: -pie-linear-gradient(to bottom, #8b8b8b 0%, #575757 100%);
  background: linear-gradient(to bottom, #8b8b8b 0%, #575757 100%);
  -pie-background: linear-gradient(to bottom, #8b8b8b 0%, #575757 100%);
  cursor: pointer;
  z-index: 5;
}

#main .map a {
  color: #fff;
}

#main .map:hover {
  background: #ce111a;
}

#main p {
  line-height: 1.6;
}

#main .menu #menu-select {
  display: none;
}

#main h3.head02,
#main h4.head02 {
  margin: 0 0 15px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 123.07692%;
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: white;
  background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
  border-radius: 6px;
  border: 1px solid #e1dcde;
}

#main h3.head02 > span,
#main h4.head02 > span {
  display: block;
  background: url("/common/images/bg_h3_corner.png") no-repeat top right;
}

#main h3.head02 > span:before,
#main h4.head02 > span:before {
  position: relative;
  content: "";
  float: left;
  display: block;
  top: 6px;
  margin: 0 10px;
  width: 4px;
  height: 25px;
  background: #f9c1c2;
  border-radius: 2px;
}

#main h4.head03,
#main h5.head03 {
  margin: 0 0 10px;
  height: 25px;
  font-weight: bold;
  font-size: 107.69231%;
  border-bottom: 1px dotted #d0d0d0;
}

#main h4.head03 > span,
#main h5.head03 > span {
  display: block;
  padding: 0 0 0 10px;
  height: 20px;
  line-height: 20px;
  color: #e51319;
  border-left: 4px solid #e51319;
}

#main h4.head03 > .head03_black,
#main h5.head03 > .head03_black {
  color: #333;
  border-left-color: #333;
}

/* index */
.news-index #main .contents.with-side.with-menu {
  margin-bottom: 25px;
}

.news-index .news_wrap {
  width: 100%;
  z-index: 100;
  margin: 15px 0;
  border-bottom: 1px dotted #d0d0d0;
}

.news-index .news_wrap li {
  clear: both;
  padding: 10px 0;
  line-height: 1.4;
  border-top: 1px dotted #d0d0d0;
  z-index: 101;
}

.news-index .news_wrap .date {
  float: left;
}

.news-index .news_wrap .date .icon {
  display: block;
  margin: 0 0 5px;
  width: 70px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 102;
}

.news-index .news_wrap .date .icon.ir:before,
.news-index .news_wrap .date .icon.press:before,
.news-index .news_wrap .date .icon.info:before,
.news-index .news_wrap .date .icon.important:before {
  position: static;
  content: "";
  float: left;
  display: block;
  width: 72px;
  text-align: center;
}

.news-index .news_wrap .date .icon.ieFix {
  float: left;
  display: block;
  width: 70px;
  text-align: center;
  z-index: 102;
}

.news-index .news_wrap .date .icon.ir:before,
.news-index .news_wrap .date .icon.ie_ir {
  content: "IR";
  background: #fa901f;
}

.news-index .news_wrap .date .icon.press:before,
.news-index .news_wrap .date .icon.ie_press {
  content: "プレスリリース";
  background: #009640;
}

.news-index .news_wrap .date .icon.info:before,
.news-index .news_wrap .date .icon.ie_info {
  content: "お知らせ";
  background: #2381cc;
}

.news-index .news_wrap .date .icon.important:before,
.news-index .news_wrap .date .icon.ie_important {
  content: "重要";
  background: #ef1b1a;
}

.news-index .news_wrap .date > div .new_icon {
  position: relative;
  display: block;
  width: 50px;
  height: 14px;
  color: #fe0000;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 10px;
  text-align: center;
  background: #fff;
  border: 2px solid #fe0000;
  behavior: url("/common/js/PIE.htc");
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 9;
}

.news-index .news_wrap .date > div .news_pdf_size {
  padding: 2px 0 3px 17px;
  background: url("/common/images/bg_icon_pdf.png") no-repeat left;
}

.news-index .news_wrap .title {
  float: left;
}

.news-index .news_wrap .title a {
  color: #e5131a;
}

.news-index .news_wrap .title a:hover {
  color: #c2c2c2;
}

.news-index .news_wrap .title a[href$=pdf] {
  padding: 0;
  background: none;
}

.news-index .news_wrap .title .subtitle,
.news-index .news_wrap .title .notes {
  clear: both;
  display: block;
  margin: 5px 0 0;
}

.news-index .news_wrap.category .date .icon {
  display: none !important;
}

.news-index #category {
  margin: 10px 0;
  padding: 4px 0;
  width: 100%;
  background: #f2f0f1;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

.news-index #category > span {
  float: left;
  padding: 6px 0 6px 1.81818%;
  width: 21.81818%;
  font-weight: bold;
  font-size: 13px;
}

.news-index #category ul {
  float: right;
  margin-right: 0.90909%;
  width: 72.72727%;
  border: 1px solid #e1dcde;
  box-sizing: border-box;
}

.news-index #category li {
  float: left;
  width: 20%;
  border-left: 1px solid #e1dcde;
  box-sizing: border-box;
  cursor: pointer;
}

.news-index #category li span {
  display: block;
  padding: 6px 0;
  font-size: 11px;
  text-align: center;
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: white;
  background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.news-index #category li span:active {
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: #f0f1f2;
  background: -svg-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  background: -owg-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  -pie-background: -pie-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  background: linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  -pie-background: linear-gradient(to bottom, #fcdedf 0%, #ffffff 100%);
  box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.5) inset, -1px 0px 2px rgba(204, 204, 204, 0.5) inset;
}

.news-index #category li .selected {
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: #f0f1f2;
  background: -svg-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  background: -owg-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  -pie-background: -pie-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  background: linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  -pie-background: linear-gradient(to bottom, #fcdedf 0%, #ffffff 100%);
  box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.5) inset, -1px 0px 2px rgba(204, 204, 204, 0.5) inset;
}

.news-index #category .all span {
  color: #333;
}

.news-index #category .ir span {
  color: #fc8c0c;
}

.news-index #category .press span {
  color: #009438;
}

.news-index #category .important span {
  color: #ee151d;
}

.news-index #category .info span {
  color: #0086cf;
}

.news-index #category li span.selected,
.news-index #category li span:hover {
  color: #c2c2c2;
}

.news-index #category li:first-child {
  margin: 0;
  border: none;
}

/* detail */
.news-detail .contents .date {
  display: block;
  text-align: right;
  font-weight: bold;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.news-detail .contents .title {
  margin: 5px 0;
  padding: 20px 5.45455%;
  text-align: center;
  background: #f2f0f1;
  border: 1px solid #d0d0d0;
}

.news-detail .contents .title h2 {
  clear: both;
  display: inline-block;
  margin: 10px 0 0;
  padding: 15px 5.45455%;
  padding: 15px 5.45455%;
  font-size: 138.46154%;
  background: #fff;
  border: 1px solid #d0d0d0;
}

.news-detail .contents .company {
  display: block;
  margin: 0 0 15px;
  text-align: right;
}

.news-detail .r_detail_n_body {
  margin: 0 0 25px;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.news-detail .r_detail_n_body > table[width] {
  width: 100%;
}

.news-detail .r_detail_n_body > table[width] a {
  color: #e51319;
  text-decoration: underline;
}

.news-detail .r_detail_n_body > table[width] a:hover {
  color: #c2c2c2;
}

.news-detail .r_detail_n_body > table[width] td {
  line-height: 1.6;
}

.news-detail .r_detail_n_body > table[width] table[width] {
  width: 100%;
}

.news-detail .r_detail_n_body > table[width] table[width="100%"] table:not([width]),
.news-detail .r_detail_n_body > table[width] .notAuto {
  margin: 0 auto;
}

.news-detail .r_detail_n_body > table[width] table[width="200"] {
  margin: 0 auto;
  width: 200px;
}

.news-detail .r_detail_n_body > table[width] table[width="200"] td {
  vertical-align: middle;
}

.news-detail .r_detail_n_body > table[width] table[width="200"] a {
  color: #e51319;
  text-decoration: underline;
}

.news-detail .r_detail_n_body > table[width] table[width="200"] a:hover {
  color: #c2c2c2;
}

.news-detail .r_detail_n_body > table[width] td[bgcolor] table[cellpadding="10"] {
  border-collapse: separate;
  border-spacing: 1px;
}

.news-detail .r_detail_n_body > table[width] table[cellpadding="0"] {
  border-collapse: collapse;
  border-spacing: 0;
}

.news-detail .r_detail_n_body > table[width] table[cellpadding="1"],
.news-detail .r_detail_n_body > table[width] table[cellpadding="5"] {
  border-collapse: separate;
  border-spacing: 1px;
}

.news-detail .r_detail_n_body > table[width] table[cellspacing="2"] {
  border-collapse: separate;
  border-spacing: 2px;
}

.news-detail .r_detail_n_body > table[width] table[cellpadding="5"] td {
  padding: 5px;
}

.news-detail .r_detail_n_body > table[width] table[cellpadding="6"] td {
  padding: 6px;
}

.news-detail .r_detail_n_body > table[width] table[cellpadding="10"] td {
  padding: 10px;
}

.news-detail .r_detail_n_body .ieWidth {
  margin: 0 !important;
  width: 550px !important;
}

.news-detail .r_detail_n_body .maxWidthOver {
  max-width: 550px !important;
}

.news-detail .r_detail_n_body table[width="500"] {
  margin: 0 auto;
  width: 90.90909%;
}

.news-detail .r_detail_n_body th[align=left],
.news-detail .r_detail_n_body td[align=left] {
  text-align: left;
}

.news-detail .r_detail_n_body th[align=center],
.news-detail .r_detail_n_body td[align=center] {
  text-align: center;
}

.news-detail .r_detail_n_body th[align=center] table,
.news-detail .r_detail_n_body td[align=center] table {
  margin: 0 auto;
}

.news-detail .r_detail_n_body th[align=right],
.news-detail .r_detail_n_body td[align=right] {
  text-align: right;
}

.news-detail .textBody {
  margin: 0 0 25px;
  line-height: 1.6;
}

.news-detail .textBody .block {
  margin: 0 0 20px;
}

.news-detail .textBody .block p {
  margin: 0 0 5px;
}

.news-detail .textBody .block h3 {
  margin: 0 0 10px;
  padding-left: 10px;
  color: #e51319;
  font-size: 123.07692%;
  border-left: 4px solid #e51319;
}

.news-detail .textBody .block h4 {
  margin: 0 0 10px;
}

.news-detail .textBody .block.notIndent p {
  text-indent: 0;
}

.news-detail .textBody .circle li {
  margin: 0 0 10px;
}

.news-detail .textBody .circle li:before {
  position: relative;
  content: "";
  float: left;
  display: block;
  top: 7px;
  margin: 0 8px 0 0;
  width: 5px;
  height: 5px;
  background: url("/common/images/icon-sprite.png") no-repeat 0 -22px;
}

.news-detail .textBody .circle span {
  display: block;
  margin: 0 0 0 13px;
}

.news-detail .textBody .default {
  margin: 0 0 10px;
  width: 100%;
}

.news-detail .textBody .default th, .news-detail .textBody .default td {
  padding: 3px 8px;
  border: 1px solid #d0d0d0;
}

.news-detail .textBody .default th {
  background: #f2f0f1;
}

.news-detail .textBody .image {
  margin: 0 auto 5px;
  width: 100%;
  text-align: center;
}

.news-detail .textBody .image .download {
  position: relative;
  margin: 5px 0 0;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  text-align: left;
  background: #fff;
}

.news-detail .textBody .image .download ul {
  margin-left: 135px;
  padding: 10px 0;
  height: 100%;
  line-height: 1.2;
}

.news-detail .textBody .image .download ul li {
  position: relative;
  font-weight: bold;
  font-size: 1.2em;
}

.news-detail .textBody .image .download ul li a {
  color: #e51319;
  text-decoration: underline;
}

.news-detail .textBody .image .download ul li a:hover {
  color: #c2c2c2;
}

.news-detail .textBody .image .download ul li:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: -15px;
  margin: -2px 0 0 0;
  width: 5px;
  height: 5px;
  background: url("/common/images/icon-sprite.png") no-repeat 0 -22px;
}

.news-detail .textBody .image .download ul:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "images \A download";
  padding: 13px 0;
  width: 100px;
  height: 56.66667%;
  color: #fff;
  text-align: center;
  white-space: pre;
  background: #666;
}

.news-detail .textBody .copyright {
  display: block;
  margin: 0 0 5px;
  text-align: right;
  font-weight: bold;
}

.news-detail .inquiry {
  margin: 0 0 25px;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.news-detail .inquiry h3 {
  margin: 0 0 10px;
  padding: 3px 8px;
  background: #f2f0f1;
  border: 1px solid #d0d0d0;
}

.news-detail .inquiry h3 + p {
  margin: 0 0 10px;
}

.news-detail .inquiry .dial,
.news-detail .inquiry .address {
  display: block;
}

.news-detail .inquiry .address {
  margin-bottom: 15px;
}

.news-detail .inquiry dl {
  margin-bottom: 15px;
}

.news-detail .inquiry .red {
  font-size: 84.61538%;
}

.news-detail .back {
  margin: 0 auto 25px;
  width: 100px;
  text-align: center;
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: white;
  background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
  border: 1px solid #d0d0d0;
}

.news-detail .back a {
  display: block;
  padding: 6px 0;
  width: 100px;
}

.news-detail .back a:before {
  position: relative;
  content: "";
  display: inline-block;
  top: -2px;
  margin: 0 5px 0 0;
  width: 7px;
  height: 5px;
  background: url("/common/images/icon-sprite.png") no-repeat 0 -150px;
}

/* ====================================== */
/* font control */
/* ====================================== */
/* side */
/* ====================================== */
/* footer */
/* ====================================== */
@media screen and (max-width: 768px){
  #navigation{
    display: none;
  }
  #main{
    margin-top: 0;
    background: #fff;
  }
  #main h2.head{
    position: relative;
    margin: 0 auto 15px;
    padding: 8px 0;
    width: 85.9375%;
    font-weight: bold;
    font-size: 123.07692%;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: white;
    background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
    border: 1px solid #e1dcde;
  }
  #main h2.head > span:first-child{
    display: block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 4px solid #d2111a;
  }
  #main h2.head br{
    display: none;
  }
  #main > h2.role-sp{
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 230.76923%;
    text-indent: .5em;
    background-color: #e93840;
    background: -svg-linear-gradient(top, #e93840 0%, #e93840 49%, #d63239 50%, #dd191d 51%, #dd191d 100%);
    background: -owg-linear-gradient(top, #e93840 0%, #e93840 49%, #d63239 50%, #dd191d 51%, #dd191d 100%);
    -pie-background: -pie-linear-gradient(top, #e93840 0%, #e93840 49%, #d63239 50%, #dd191d 51%, #dd191d 100%);
    background: linear-gradient(top, #e93840 0%, #e93840 49%, #d63239 50%, #dd191d 51%, #dd191d 100%);
  }
  #main .menu #menu-select{
    display: block;
  }
  #main .side{
    padding: 0;
    border: none;
  }
  #main .side h3{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: white;
    background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
  }
  #main .side h3 .open,
  #main .side h3 .close{
    position: relative;
    float: left;
    display: block;
    padding: 0 0 0 7.8125%;
    width: 92.1875%;
    cursor: pointer;
  }
  #main .side h3 .open:after,
  #main .side h3 .close:after{
    position: relative;
    content: "";
    float: right;
    display: block;
    top: 15px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url("/common/images/icon-sprite-sp.png") no-repeat;
    background-size: 30px 500px;
    z-index: 10;
  }
  #main .side h3 .close:after{
    background-position: 0 -200px;
  }
  #main .side h3 .open{
    border-bottom: 1px solid #d0d0d0;
  }
  #main .side h3 .open:after{
    background-position: 0 0;
  }
  #main .side .product-search,
  #main .side .lineup{
    position: relative;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-width: 0 0 1px;
  }
  #main .side .product-search h3,
  #main .side .lineup h3{
    margin: 0;
  }
  #main .side .product-search h3:before,
  #main .side .lineup h3:before{
    position: absolute;
    content: "";
    float: left;
    display: block;
    top: 15px;
    margin: 0 10px;
  }
  #main .side .product-search .toggle,
  #main .side .lineup .toggle{
    margin: 25px auto;
  }
  #main .side .product-search{
    border: 1px solid #d0d0d0;
    border-width: 1px 0;
  }
  #main .side .product-search h3:before{
    width: 27px;
    height: 29px;
    background: url("/common/images/img_icon_lupe_red_L.png") no-repeat;
    background-size: 27px 29px;
  }
  #main .side .lineup{
    border-bottom: 1px solid #d0d0d0;
  }
  #main .side .lineup h3:before{
    width: 29px;
    height: 29px;
    background: url("/common/images/img_icon_pen_red_L.png") no-repeat;
    background-size: 29px 29px;
  }
  #main h3.head02 span,
  #main h4.head02 span{
    display: inline;
    background: none;
  }
  .news #main .menu{
    position: relative;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e5121b;
  }
  .news #main .menu h3{
    display: none;
  }
  .news #main .menu #menu-select{
    position: relative;
    margin: 0 auto;
    padding: 0 2.60417%;
    width: 85.9375%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 0;
  }
  .news #main .menu #menu-select span{
    float: right;
    font-size: 200%;
  }
  .news #main .menu #menu-select span:first-child{
    float: left;
    font-size: 100%;
  }
  .news #main .menu #menu{
    position: relative;
    margin: 0 auto;
    width: 85.9375%;
  }
  .news #main .menu .box{
    position: absolute;
    top: -1px;
    display: none;
    margin: 0;
    width: 100%;
    font-size: 87.5%;
    background: #fff;
    border-color: #bbbbbb;
    border-radius: 0px;
    z-index: 10;
  }
  .news #main .menu .box li{
    position: relative;
    padding: 12px 0;
    border-top: 1px solid #bbbbbb;
  }
  .news #main .menu .box li a{
    display: block;
    padding: 0 3.90625%;
  }
  .news #main .menu .box li a:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 16px;
    margin-top: -12px;
    width: 15px;
    height: 24px;
    background: url("/common/images/icon-sprite-sp.png") no-repeat 0 -100px;
    background-size: 30px 500px;
    z-index: 100;
  }
  .news #main .menu .box li:first-child{
    border: none;
  }
  .news-index #main{
    background: #fff;
  }
  .news-index #main h2 + p{
    margin: 0 2.60417%;
  }
  .news-index .news_wrap .date > div .news_pdf_size{
    background: url("/common/images/bg_icon_pdf_2x.png") no-repeat left;
    background-size: 13px 13px;
  }
  .news-index .news_wrap{
    max-width: 768px;
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    border-bottom: none;
  }
  .news-index .news_wrap li{
    padding: 10px 2.60417%;
    width: 94.79167%;
    border-top-style: solid;
    cursor: pointer;
  }
  .news-index .news_wrap .date{
    width: 27.47253%;
  }
  .news-index .news_wrap .date .publishdate{
    float: left;
    font-weight: bold;
    font-size: 100%;
  }
  .news-index .news_wrap .date .icon,
  .news-index .news_wrap .date .new_icon,
  .news-index .news_wrap .date .news_pdf_size{
    float: left;
  }
  .news-index .news_wrap .date .icon{
    clear: left;
    margin: 0 0 5px;
    margin-right: 2.5%;
  }
  .news-index .news_wrap .date .icon.press{
    letter-spacing: -2px;
  }
  .news-index .news_wrap .date .news_pdf_size{
    clear: both;
    font-size: 100%;
  }
  .news-index .news_wrap .title{
    margin-left: 4.12088%;
    padding-right: 8.24176%;
    width: 60.16484%;
  }
  .news-index .news_wrap .title a{
    text-decoration: underline;
  }
  .news-index .news_wrap .title:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 15px;
    height: 24px;
    background: url("/common/images/icon-sprite-sp.png") no-repeat 0 -100px;
    background-size: 30px 500px;
    z-index: 100;
  }
  .news-index .news_wrap.category .date > div{
    margin: 0;
    width: 35%;
  }
  .news-index #category{
    margin: 10px 2.86458%;
    width: auto;
  }
  .news-index #category > span{
    float: none;
    clear: both;
    display: block;
    margin: 5px 0 10px 2.76243%;
    padding: 0;
    width: 100%;
  }
  .news-index #category ul{
    margin: 0 2.76243% 5px 3.1768%;
    width: 94.06077%;
    border: none;
  }
  .news-index #category li{
    position: relative;
    margin: -1px 0 0 -1px;
    width: 33.33333%;
    border: 1px solid #d0d0d0;
  }
  .news-index #category li:first-child{
    margin: -1px 0 0 -1px;
    border: 1px solid #d0d0d0;
  }
  .news-index .news_wrap + p{
    margin: 0 auto 20px;
    width: 94.66146%;
  }
  .news-detail .contents .title{
    border-right: none;
    border-left: none;
  }
  .news-detail .contents .date{
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .news-detail .contents .date,
  .news-detail .contents .company{
    margin: 0 auto;
    width: 85.9375%;
  }
  .news-detail .contents .company{
    margin: 0 auto 15px;
  }
  .news-detail .r_detail_n_body{
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .news-detail .r_detail_n_body > table[width]{
    margin: 0 auto;
    width: 85.9375%;
  }
  .news-detail .textBody{
    margin: 0 auto 25px;
    padding: 0 2.60417%;
    width: 85.9375%;
  }
  .news-detail .textBody .default th{
    width: 22.58065%;
  }
  .news-detail .textBody .default td{
    width: 77.41935%;
  }
  .news-detail .inquiry{
    margin: 0 auto 25px;
    padding: 0 2.60417%;
    width: 85.9375%;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .news-detail .inquiry .dial,
  .news-detail .inquiry .address{
    margin: 0 0 10px;
  }
}
@media print, screen and (min-width: 769px){
  #main h2.head{
    margin: 0 0 15px;
    height: 51px;
    line-height: 51px;
    font-weight: bold;
    font-size: 176.92308%;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: white;
    background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
    border: 1px solid #e1dcde;
  }
  #main h2.head > span:first-child{
    display: block;
    background: url("/common/images/bg_h2_corner.png") no-repeat top right;
  }
  #main h2.head > span:first-child:before{
    position: relative;
    content: "";
    float: left;
    display: block;
    top: 6px;
    margin: 0 10px;
    width: 4px;
    height: 38px;
    background: #d2111a;
    border-radius: 2px;
    behavior: url("/common/js/PIE.htc");
  }
  #main h2.head > span > small{
    font-size: 0.7em;
  }
  .news-index .news_wrap .date{
    width: 29.09091%;
  }
  .news-index .news_wrap .date .publishdate,
  .news-index .news_wrap .date .icon{
    float: left;
  }
  .news-index .news_wrap .date .publishdate{
    margin: 0 6.25% 0 0;
    width: 43.75%;
  }
  .news-index .news_wrap .date .icon{
    display: block;
    margin: 2px 0 5px;
    width: 45%;
  }
  .news-index .news_wrap .date .icon img{
    position: relative;
  }
  .news-index .news_wrap .date > div{
    clear: both;
    margin: 0 0 0 50%;
    width: 43.75%;
  }
  .news-index .news_wrap .date > div .new_icon{
    margin: 0 0 3px;
  }
  .news-index .news_wrap .date > div .news_pdf_size{
    font-size: 10px;
  }
  .news-index .news_wrap .title{
    float: left;
    display: inline;
    margin-left: 2.72727%;
    width: 68.18182%;
  }
  .news-index .news_wrap .title .pressrelease_display:before{
    position: relative;
    content: "";
    float: left;
    display: block;
    top: 5px;
    margin: 0 0 0 -15px;
    width: 7px;
    height: 5px;
    background: url("/common/images/icon-sprite.png") no-repeat 0 -150px;
  }
  .news-index .news_wrap.category .date{
    width: 14.54545%;
  }
  .news-index .news_wrap.category .date > div{
    margin: 0;
    width: 87.5%;
  }
  .news-index .news_wrap.category .title{
    margin-left: 2.72727%;
    width: 81.81818%;
  }
  .news-detail .textBody .block p{
    text-indent: 1em;
  }
  .news-detail .textBody .default th{
    width: 80px;
  }
  .news-detail .textBody .default td{
    width: 470px;
  }
  .news-detail .inquiry .dial a,
  .news-detail .inquiry .dial span,
  .news-detail .inquiry .address a,
  .news-detail .inquiry .address span{
    margin: 0 0 0 1.6129%;
  }
  .news-detail .inquiry .dial a span,
  .news-detail .inquiry .dial span:first-child,
  .news-detail .inquiry .address a span,
  .news-detail .inquiry .address span:first-child{
    margin: 0;
  }
}
@media only screen and (max-width: 480px){
  #main{
    margin-top: 0;
  }
  #main h2.role-sp{
    height: 60px;
    line-height: 60px;
    font-size: 184.61538%;
  }
  #main .side h3 .open,
  #main .side h3 .close{
    padding: 0 0 0 13.02083%;
    width: 86.97917%;
  }
  #main .menu #menu-select{
    display: block;
  }
}
@media only screen and (max-width: 320px){
  #main{
    margin-top: 0;
  }
  #main h2.role-sp{
    height: 40px;
    line-height: 40px;
    font-size: 153.84615%;
  }
  #main .side h3 .open,
  #main .side h3 .close{
    padding: 0 0 0 15.625%;
    width: 84.375%;
  }
  #main .menu #menu-select{
    display: block;
  }
}
