@charset "UTF-8";
/* ====================================== */
/* clearfix */
.clearfix:after, #navigation .role-sp:after, #main .news_wrap:after, #main .news_wrap li:after {
  content: "";
  display: table;
  clear: both;
}

/* ====================================== */
/* header */

#navigation .role-sp {
  position: relative;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

#navigation .role-sp li {
  float: left;
  width: 50%;
  max-height: 95px;
  height: 100%;
  box-sizing: border-box;
  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-top: 1px solid #ededed;
}

#navigation .role-sp li a {
  display: block;
  padding: 15px 5.20833%;
}

#navigation .role-sp .m01,
#navigation .role-sp .m03 {
  border-right: 1px solid #ededed;
}

/* ====================================== */
/* main */
.index-section {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #000;
}

.index-section .mainImage {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.index-section .mainImage .slides {
  zoom: 1;
}

.index-section .mainImage .slides > li {
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  display: none;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.index-section .mainImage .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.index-section .mainImage .flex-control-nav li {
  margin-right: 11px;
  display: inline-block;
}

.index-section .mainImage .flex-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  text-indent: -9999px;
  cursor: pointer;
}

.index-section .mainImage .flex-control-nav li a.flex-active {
  background-color: #e6002d;
  cursor: default;
}

.index-section .mainImage .flex-direction-nav {
  *height: 0;
}

.index-section .mainImage .flex-direction-nav a {
  position: absolute;
  top: 50%;
  overflow: hidden;
  display: block;
  margin: -14px 0 0;
  width: 18px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 20;
  background: url("/images/index/mainImage/bg_direction_nav.png") no-repeat;
  cursor: pointer;
}

.index-section .mainImage .flex-direction-nav .flex-prev {
  left: -36px;
}

.index-section .mainImage .flex-direction-nav .flex-next {
  right: -36px;
  background-position: 100% 0;
}

#main .news_wrap {
  width: 100%;
  z-index: 100;
  margin: 0;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

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

#main .news_wrap li:first-child {
  border: none;
}

#main .news_wrap .date {
  float: left;
}

#main .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;
}

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

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

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

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

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

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

#main .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: 102;
}

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

#main .news_wrap .title {
  float: left;
}

#main .news_wrap .title a {
  color: #e5131a;
}

#main .news_wrap .title a:hover {
  color: #c2c2c2;
}

#main .news_wrap .title a[href$=pdf] {
  padding: 0;
  background: none;
}

#main .news_wrap .title .subtitle,
#main .news_wrap .title .notes {
  clear: both;
  display: block;
  margin: 5px 0 0;
}

#main .news_wrap.category .date .icon {
  display: none !important;
}

/* ====================================== */
/* tinyScrollbar */
.news-contents .wrapper {
  position: relative;
  z-index: 5;
}

.news-contents .wrapper .viewport {
  overflow: hidden;
  position: relative;
  margin: 0 0 10px;
  z-index: 40;
  height: 300px;
}

.news-contents .wrapper .overview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  z-index: 50;
}

.news-contents .wrapper .thumb .end,
.news-contents .wrapper .thumb {
  background-color: #9a9a9a;
}

.news-contents .wrapper .scrollbar {
  position: relative;
  float: right;
  z-index: 15;
}

.news-contents .wrapper:hover .scrollbar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.news-contents .wrapper .track {
  position: relative;
  margin: 0 2px;
  padding: 0;
  height: 100%;
  width: 3px;
  background-color: #e6e6e6;
  z-index: 10;
}

.news-contents .wrapper .thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -2px;
  width: 7px;
  height: 20px;
  cursor: pointer;
  z-index: 11;
}

.news-contents .wrapper .thumb .end {
  overflow: hidden;
  width: 3px;
  height: 5px;
}

.news-contents .wrapper .disable {
  display: none;
}

/* ====================================== */
/* font control */
#main.fontS .news-contents .date {
  width: 17.75956%;
}

#main.fontS .news-contents .title {
  width: 79.5082%;
}

#main.fontL .push-contents li span:before {
  top: -4px;
}

#main.fontL .news-contents .date {
  width: 21.85792%;
}

#main.fontL .news-contents .date .icon {
  margin: 4px 0 0;
}

#main.fontL .news-contents .title {
  margin-left: 2.73224%;
  width: 75.40984%;
}

#main.fontL .news-contents .title .pressrelease_display:before {
  top: 9px;
}

/* ====================================== */
/* side */

/* ====================================== */
/* footer */
/* ====================================== */
@media print, screen and (min-width: 769px){
  #header{
    overflow: hidden;
    box-shadow: 0 3px 0 rgba(166, 166, 166, 0.4);
  }
  #navigation{
    border-top: 2px solid #d0d0d0;
    box-shadow: 0 1px 0 #fff inset;
  }
  #main{
    margin-top: 23px;
  }
  #main .push-contents ul:after,
  #main .news-contents li:after,
  #main .newbusiness-contents li:after{
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    height: 0;
  }
  #main .push-contents{
    margin-bottom: 35px;
  }
  #main .push-contents .specialBnr{
    width: 100%;
    height: auto;
    padding-top: 1.36612%;
    box-sizing: border-box;
  }
  #main .push-contents .specialBnr-ul{
    width: 100%;
    overflow: hidden;
  }
  #main .push-contents .specialBnr-ul-li{
    float: left;
    width: 23.63388%;
    margin-right: 1.77596%;
    margin-bottom: 1.36612%;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
  }
  #main .push-contents .specialBnr-ul-li a{
    display: block;
  }
  #main .push-contents .specialBnr-ul-li:nth-child(4n){
    margin-right: 0;
  }
  #main .push-contents .moreBtn{
    float: right;
    cursor: pointer;
    transition: .3s;
  }
  #main .push-contents .moreBtn:hover{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #main .push-contents h2,
  #main .news-contents h2,
  #main .support-contents h2,
  #main .newbusiness-contents h2,
  #main .links-contents h2,
  #main .museum-contents h2,
  #main .sns-contents h2{
    margin: 0 0 20px;
    width: 100%;
    background: url("/common/images/bg_h2_ichimatsu.png") repeat-x bottom left;
  }
  #main .news-contents,
  #main .support-contents{
    clear: both;
  }
  #main .news-contents .detail-list,
  #main .support-contents .detail-list{
    position: relative;
    float: right;
    clear: both;
    padding-left: 15px;
  }
  #main .news-contents .detail-list a:before,
  #main .support-contents .detail-list a:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    margin: -3px 0 0;
    width: 7px;
    height: 5px;
    background: url("/common/images/icon-sprite.png") no-repeat 0 -150px;
  }
  #main .contents.with-side .column02{
    overflow: hidden;
  }
  #main .contents.with-side .column02 .support-contents{
    width: 47.81421%;
    margin-right: 4.09836%;
    float: left;
  }
  #main .contents.with-side .column02 .support-contents .catch,
  #main .contents.with-side .column02 .support-contents ul{
    float: left;
    width: 58.57143%;
  }
  #main .contents.with-side .column02 .support-contents .catch{
    width: 37.14286%;
  }
  #main .contents.with-side .column02 .support-contents ul{
    margin: 5px 0 0 4.28571%;
  }
  #main .contents.with-side .column02 .support-contents li{
    position: relative;
    margin: 0 0 2.85714%;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  #main .contents.with-side .column02 .support-contents li a:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    margin: -3px 10px 0 0;
    width: 7px;
    height: 5px;
    background: url("/common/images/icon-sprite.png") no-repeat 0 -150px;
  }
  #main .contents.with-side .column02 .newbusiness-contents,
  #main .contents.with-side .column02 .museum-contents{
    width: 47.81421%;
    float: left;
  }
  #main .contents.with-side .column02 .newbusiness-contents li,
  #main .contents.with-side .column02 .museum-contents li{
    margin: 0 0 10px;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > span,
  #main .contents.with-side .column02 .newbusiness-contents li > div,
  #main .contents.with-side .column02 .museum-contents li > span,
  #main .contents.with-side .column02 .museum-contents li > div{
    float: left;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > span,
  #main .contents.with-side .column02 .museum-contents li > span{
    margin-right: 4.28571%;
    width: 37.14286%;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > div,
  #main .contents.with-side .column02 .museum-contents li > div{
    width: 58.57143%;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > div h3,
  #main .contents.with-side .column02 .museum-contents li > div h3{
    margin: 0 0 10px;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > div h3 a,
  #main .contents.with-side .column02 .museum-contents li > div h3 a{
    color: #ee151e;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > div h3 a:hover,
  #main .contents.with-side .column02 .museum-contents li > div h3 a:hover{
    color: #c2c2c2;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > div h3 a:before,
  #main .contents.with-side .column02 .museum-contents li > div h3 a:before{
    position: relative;
    content: "";
    float: left;
    display: block;
    top: 3px;
    margin-right: 5px;
    width: 7px;
    height: 5px;
    background: url("/common/images/icon-sprite.png") no-repeat 0 -150px;
  }
  #main .contents.with-side .column02 .newbusiness-contents li > div p,
  #main .contents.with-side .column02 .museum-contents li > div p{
    line-height: 1.4;
  }
  #main .contents.with-side .column02 .museum-contents{
    margin-right: 4.09836%;
  }
  #main .contents.with-side .column02 .links-contents{
    width: 47.81421%;
    float: left;
  }
  #main .contents.with-side .column02 .links-contents li{
    float: left;
    display: inline;
    margin: 0 0 10px 2.85714%;
    width: 48.57143%;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
  }
  #main .contents.with-side .column02 .links-contents li:first-child{
    margin-left: 0;
  }
  #main .sns-contents .snsList{
    margin: 0 auto;
    overflow: hidden;
  }
  #main .sns-contents .snsList-li{
    float: left;
    width: 173px;
    margin-right: 13px;
  }
  #main .sns-contents .snsList-li:last-child{
    margin-right: 0;
  }
  #main .news_wrap li:first-child{
    padding-top: 0;
  }
  #main .news_wrap .date{
    width: 24.59016%;
  }
  #main .news_wrap .date .publishdate,
  #main .news_wrap .date .icon{
    float: left;
  }
  #main .news_wrap .date .publishdate{
    margin: 0 6.25% 0 0;
    width: 43.75%;
  }
  #main .news_wrap .date .icon{
    display: block;
    margin: 2px 0 5px;
    width: 45%;
  }
  #main .news_wrap .date .icon img{
    position: relative;
  }
  #main .news_wrap .date > div{
    clear: both;
    margin: 0 0 0 50%;
    width: 43.75%;
  }
  #main .news_wrap .date > div .new_icon{
    margin: 0 0 3px;
  }
  #main .news_wrap .date > div .news_pdf_size{
    font-size: 10px;
  }
  #main .news_wrap .title{
    float: left;
    display: inline;
    margin-left: 2.04918%;
    width: 72.40437%;
  }
  #main .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;
  }
  #main .news_wrap.category .date{
    width: 14.54545%;
  }
  #main .news_wrap.category .date > div{
    margin: 0;
    width: 87.5%;
  }
  #main .news_wrap.category .title{
    margin-left: 2.72727%;
    width: 81.81818%;
  }
  .news-contents .wrapper .viewport{
    width: 97.6776%;
  }
  .news-contents .wrapper .scrollbar{
    width: 0.95628%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
@media screen and (max-width: 768px){
  #header .nav{
    display: none;
  }
  .index-section{
    background: #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .index-section .mainImage{
    width: 85.9375%;
  }
  .index-section .mainImage .flex-direction-nav .flex-prev{
    left: -6.06061%;
  }
  .index-section .mainImage .flex-direction-nav .flex-next{
    right: -6.06061%;
  }
  #main .contents.with-side .column01{
    margin: 0;
  }
  #main .contents.with-side .column02 > div,
  #main .contents.with-side .column02 > ul{
    float: none;
    margin: 0;
    width: 100%;
  }
  #main .contents.with-side .column02 > div:first-child,
  #main .contents.with-side .column02 > ul:first-child{
    float: none;
  }
  #main .index-section .mainImage .flex-control-nav{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: none;
  }
  #main .push-contents ul:after,
  #main .news-contents li:before,
  #main .newbusiness-contents li:before{
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    height: 0;
  }
  #main .push-contents,
  #main .news-contents,
  #main .topics-links,
  #main .museum-contents,
  #main .links-contents,
  #main .newbusiness-contents,
  #main .sns-contents{
    position: relative;
    margin-top: -1px !important;
    border: 1px solid #e1dcde;
    border-width: 1px 0;
  }
  #main .push-contents h2,
  #main .news-contents h2,
  #main .topics-links h2,
  #main .museum-contents h2,
  #main .links-contents h2,
  #main .newbusiness-contents h2,
  #main .sns-contents h2{
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 138.46154%;
    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 .push-contents h2 .role-sp:before,
  #main .news-contents h2 .role-sp:before,
  #main .topics-links h2 .role-sp:before,
  #main .museum-contents h2 .role-sp:before,
  #main .links-contents h2 .role-sp:before,
  #main .newbusiness-contents h2 .role-sp:before,
  #main .sns-contents h2 .role-sp:before{
    position: relative;
    content: "";
    float: left;
    display: block;
    top: 9px;
    margin: 0 14px 0 3.90625%;
    width: 7px;
    height: 40px;
    background: #f0141c;
  }
  #main .topics-links .toggle li{
    position: relative;
    border-top: 1px solid #e1dcde;
  }
  #main .topics-links .toggle li a{
    position: relative;
    display: block;
    z-index: 9999;
  }
  #main .topics-links .toggle li a img{
    border: 1px solid #9a9a9a;
  }
  #main .topics-links .toggle li:first-child{
    border: none;
  }
  #main .topics-links .toggle li: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;
  }
  #main .topics-links .toggle li span{
    font-weight: bold;
    font-size: 107.69231%;
  }
  #main .links-contents .toggle li{
    width: 100%;
  }
  #main .links-contents .toggle li a{
    padding: 5px 3.90625%;
    line-height: 52px;
  }
  #main .links-contents .toggle li span{
    margin-left: 15px;
  }
  #main .push-contents .specialBnr{
    padding: 3.90625%;
  }
  #main .push-contents .specialBnr-ul{
    display: block;
    width: 100%;
  }
  #main .push-contents .specialBnr-ul-li{
    float: left;
    width: 49.27536%;
    text-align: center;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    margin-bottom: 1.44928%;
  }
  #main .push-contents .specialBnr-ul-li:nth-child(odd){
    margin-right: 1.44928%;
  }
  #main .push-contents .specialBnr-ul-li:last-child, #main .push-contents .specialBnr-ul-li:nth-last-child(2){
    margin-bottom: 0;
  }
  #main .push-contents .moreBtn{
    float: none;
    margin: 0 3.90625% 40px;
  }
  #main .news-contents .detail-list{
    position: relative;
    display: block;
    margin: 0 3.90625% 20px;
    width: 92.1875%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 200%;
    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: 3px;
    border: 1px solid #d0d0d0;
    behavior: url("/common/js/PIE.htc");
    margin-top: 30px;
  }
  #main .news-contents .detail-list a{
    display: block;
  }
  #main .support-contents{
    display: none;
  }
  #main .newbusiness-contents,
  #main .museum-contents{
    width: 100%;
    max-width: 768px;
    border-bottom: 1px solid #e1dcde;
  }
  #main .newbusiness-contents ul,
  #main .museum-contents ul{
    width: 100%;
    padding: 3.90625% 3.90625% 6.51042%;
    max-width: 768px;
    box-sizing: border-box;
  }
  #main .newbusiness-contents ul li,
  #main .museum-contents ul li{
    clear: both;
    margin: 0;
    height: auto;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  #main .newbusiness-contents ul li > span,
  #main .newbusiness-contents ul li > div,
  #main .museum-contents ul li > span,
  #main .museum-contents ul li > div{
    float: left;
  }
  #main .newbusiness-contents ul li > span,
  #main .museum-contents ul li > span{
    display: block;
    margin-right: 2.82486%;
    width: 37.68116%;
  }
  #main .newbusiness-contents ul li > span img,
  #main .museum-contents ul li > span img{
    display: block;
    width: 100%;
  }
  #main .newbusiness-contents ul li > div,
  #main .museum-contents ul li > div{
    width: 57.9096%;
  }
  #main .newbusiness-contents ul li > div h3 a,
  #main .museum-contents ul li > div h3 a{
    position: relative;
    display: block;
    padding: 18px 0;
    color: #ee151e;
    font-size: 123.07692%;
    padding-left: 12.19512%;
    box-sizing: border-box;
  }
  #main .newbusiness-contents ul li > div h3 a:before,
  #main .museum-contents ul li > div h3 a:before{
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 9.7561%;
    height: 15px;
    content: '';
    background: url("/images/index/arrowRight_sp.png") no-repeat;
    background-size: contain;
  }
  #main .links-contents{
    width: 100%;
  }
  #main .links-contents ul{
    padding: 3.90625% 3.90625% 6.51042%;
    max-width: 768px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #main .links-contents ul li{
    width: 49.27536%;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    margin-bottom: 1.44928%;
    float: left;
  }
  #main .links-contents ul li:nth-child(odd){
    margin-right: 1.44928%;
  }
  #main .links-contents ul li:last-child, #main .links-contents ul li:nth-last-child(2){
    margin-bottom: 0;
  }
  #main .sns-contents{
    width: 100%;
  }
  #main .sns-contents .snsList{
    padding: 3.90625% 3.90625% 6.51042%;
    max-width: 768px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #main .sns-contents .snsList-li{
    width: 49.27536%;
    box-sizing: border-box;
    float: left;
  }
  #main .sns-contents .snsList-li:nth-child(odd){
    margin-right: 1.44928%;
    margin-bottom: 1.44928%;
  }
  #main .news_wrap .date > div .news_pdf_size{
    background: url("/common/images/bg_icon_pdf_2x.png") no-repeat left;
    background-size: 13px 13px;
  }
  #main .news_wrap{
    max-width: 768px;
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #main .news_wrap li{
    padding: 10px 2.60417%;
    width: 94.79167%;
    border-top-style: solid;
    cursor: pointer;
  }
  #main .news_wrap .date{
    width: 27.47253%;
  }
  #main .news_wrap .date .publishdate{
    float: left;
    font-weight: bold;
    font-size: 100%;
  }
  #main .news_wrap .date .icon,
  #main .news_wrap .date .new_icon,
  #main .news_wrap .date .news_pdf_size{
    float: left;
  }
  #main .news_wrap .date .icon{
    clear: left;
    margin: 0 0 5px;
    margin-right: 2.5%;
  }
  #main .news_wrap .date .icon.press{
    letter-spacing: -2px;
  }
  #main .news_wrap .date .news_pdf_size{
    clear: both;
    font-size: 100%;
  }
  #main .news_wrap .title{
    margin-left: 4.12088%;
    padding-right: 8.24176%;
    width: 60.16484%;
  }
  #main .news_wrap .title a{
    text-decoration: underline;
  }
  #main .news_wrap.category .date > div{
    margin: 0;
    width: 35%;
  }
  .news-contents .wrapper .viewport{
    width: 95.3125%;
  }
  .news-contents .wrapper .scrollbar{
    top: 5px;
    right: 5px;
    margin: 0 5px;
    width: 0.91146%;
  }
  #main .side .product-search .box.toggle,
  #main .side .lineup .box.toggle{
    display: block !important;
  }
}
@media only screen and (max-width: 480px){
  .index-section .mainImage .flex-direction-nav .flex-prev{
    left: -7.57576%;
  }
  .index-section .mainImage .flex-direction-nav .flex-next{
    right: -7.57576%;
  }
}
@media only screen and (max-width: 320px){
  .index-section .mainImage .flex-direction-nav .flex-prev{
    left: -7.57576%;
  }
  .index-section .mainImage .flex-direction-nav .flex-next{
    right: -7.57576%;
  }
}
