@charset "UTF-8";




/* ===== for ===== */
.forSP{
  display: none;
}
.forTAB{
  display: none;
}
.forPC{
  display: block;
}

/* ===== align ===== */
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}

/* ===== button ===== */
.btn{
  display: inline-block;
  padding: 12px 36px 12px 24px;
  font-size:0.95rem;
  line-height: 1;
  background-color: #000;
  cursor: pointer;
  color:#fff;
  transition: all 0.3s ease-out;
  position: relative;
  margin: 0;
  border:none;
}
.btn::after{
  content:'';
  display: inline-block;
  position: absolute;
  right:15px;
  top:15px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
}
.btn a,
a.btn{
  color:#fff;
}
.btn:hover{
  opacity: 0.8;
}
.btn.btn_large{
  padding: 27px 70px 27px 70px;
  font-size:1.066rem;
}
.btn.btn_large::after {
  right: 30px;
  top: 30px;
}

/* =====  p ===== */
.p-indent{
  text-indent: 1em;
}

/* =====  pdf ===== */
a.pdf{
  background:#efefef url(/images/common/icon/pdf.png) no-repeat;
  background-position: 10px 50%;
  background-size: auto 70%;
  padding: 10px 15px 10px 55px;
  border:1px solid #ccc;
  display: block;
}
/* ===== block ===== */
div.block{
  display: flex;
  width:100%;
}
div.block div.block-r,
div.block div.block-l{
  flex:1;
}
div.block div.block-r{}
div.block div.block-l{}
div.block .right{

}

/* =====  main-image ===== */
div.main-image{
  background-color: #fff;
}
.imgsrc{
  overflow: hidden;
  transition: all 0.3s ease-out;
}
div.main-image img{
  display: block;
  width:100%;
  margin:0 auto;
}
.main-copy{
  background-color: #D7001D;
  color:#fff;
  line-height: 2rem;
}

.main-copy p.section-copy{
  margin-bottom:10px;
  font-size:2rem;
  line-height: 2rem;
}
.main-copy p.section-copy span{
  font-size:1rem;
  display: block;
  font-weight: normal;
  margin-top:10px;
}

.main-copy dl{
  display: flex;
  position: relative;
  overflow: hidden;
}
.main-copy dl dt,
.main-copy dl dd{

}
.main-copy dt{
  box-sizing: border-box;
  width: 30rem;
}
.main-copy dl dd{
  flex:1;
  transform: skewX( -15deg );
  margin-bottom:0;
  background: #aa0008;
  background: -moz-linear-gradient(left,  #aa0008 0%, #d7001d 100%);
  background: -webkit-linear-gradient(left,  #aa0008 0%,#d7001d 100%);
  background: linear-gradient(to right,  #aa0008 0%,#d7001d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0008', endColorstr='#d7001d',GradientType=1 );
  padding-right:15px;
}
.main-copy dl div.pad{
  padding:2vw 0vw 2vw 3vw ;
  height: 100%;
  line-height: 1.7rem;
  display: flex;
  align-items: center;
}
.main-copy dl dt div.pad{
  padding-right:0;
}
.main-copy dl dd div.pad{
  padding-right:0;
  padding-left:10%;
  transform: skewX( 15deg );
}

/* =====  div.prev ===== */
div.prev{
  padding: 50px 0;
  text-align: center;
}
div.prev .btn{
  padding: 12px 24px 12px 36px
}
div.prev .btn::after{
  border-left:none;
  border-right: 6px solid #fff;
  left: 12px;
}

/* =====  p ===== */
.align-right{
  text-align: right;
}
.multiple-txt{
  /*padding: 10px 14px 30px 14px;*/
  margin-bottom: 30px;
}

/* =====  file ===== */
div.file{
  box-sizing: border-box;
  border:1px solid #ddd;
  margin: 10px 0 20px 0;
  position: relative;
}
div.file a{
  display: block;
  color:#4f68c2;
  padding: 8px 15px 8px 50px;
  background:#efefef url(/images/common/icon/file.png) no-repeat;
  background-position: 10px 50%;
  background-size: 30px auto;
}
div.file a:hover{
  color:#4f68c2;
  background-color:#f9f9f9;
}

/* =====  img-block ===== */
div.img-block{
  display: flex;
  margin: 0 0 20px 0;
  width:100%;
  &.-right{
    flex-direction: flex-end;
  }
}

div.img-block figure{
  width:35%;
}
div.img-block figure img{
  display: block;
  max-width: 100%
}
div.img-block > div{
  width:65%;
  padding-left:30px;
  flex:1;
  box-sizing: border-box;
}
div.img-block.right div{
  padding:0 30px 0 0;
  text-align: left
}

/* =====  container ===== */
.container-ceo{
  .image{
    margin-bottom:20px;
  }
  img.sign{
    margin-left:auto;
    max-width:200px !important;
    width:100% !important;
  }
}


/* =====  photo-center ===== */
div.photo-center{
  padding: 20px 0;
  text-align: center;
}
div.photo-center span{
  position: relative;
  display: inline-block;
}
div.photo-center img{
  max-width: 800px;
  width:96%;
  margin:0 auto;
  display: inline-block;
}


/* =====  important ===== */
div.important{
  border:4px solid #E5DCBF;
  padding: 13px ;
  font-size:110%;
  text-align:center;
  font-weight:bold;
  background-color: #F4F0E2;
  margin: 20px 0;
}

/* ===== figure ===== */
div.images {
  display: flex;
  padding:20px 0;
}
div.images figure{
  max-width: 50%;
  margin:0 auto;
}

/* ===== ul.line ===== */
ul.line{
  border-top:1px solid #ccc;
}
ul.line li{
  padding: 10px 0;
  border-bottom:1px solid #ccc;
}
/* ===== ul.circle-brackets ===== */

ul.circle-brackets{
  padding:10px 0;
  margin: 0;
}
ul.circle-brackets > li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  padding-left:2.8rem;
  position: relative;
  margin:0 0 0.4rem 0;
  line-height: 1.6rem;
}
ul.circle-brackets > li:before{
  display: marker;
  content: "( " counter(cnt) " )";
    position: absolute;
    left:0;
    top: 0px;
  }


  ul.triangle-brackets{
    padding:10px 0;
    margin:0;
  }
  ul.triangle-brackets > li:first-child{
    counter-reset: 0;
  }
  ul.triangle-brackets > li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt2;
    padding-left:3.1rem;
    position: relative;
    line-height: 1.6rem;
    margin:0 0 0.4rem 0;
  }
  ul.triangle-brackets > li:before{
    display: marker;
    content: "＜" counter(cnt2) "＞";
    position: absolute;
    left:0;
    top: 0px;
    margin:0 0 0.3rem 0;
  }


/* ===== ul.list ===== */
ul.list{
  padding: 0 0 0 1rem;
  margin: 0 0 20px 0;
}
ul.list > li {
  list-style-type: none;
  padding: 3px 0 3px 0.8em;
  position: relative;
  box-sizing: border-box;
}
ul.list > li::before{
  content:'';
  display: inline-block;
  width:3px;
  height:3px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left:0;
  top:1rem;
}
.box ul.list:last-child {
  margin:0 0 10px 0;
}





/* ===== square ===== */
ul.square{}
ul.square > li {
  list-style-type: none;
  padding: 3px 0 3px 1.2em;
  position: relative;
  box-sizing: border-box;
}
ul.square > li::before{
  content:'';
  display: inline-block;
  width:10px;
  height:10px;
  background-color: #000;
  position: absolute;
  left:0;
  top:0.7rem;
}
ul.circle{}
ul.circle > li {
  list-style-type: none;
  padding: 3px 0 3px 1.2em;
  position: relative;
  box-sizing: border-box;
}
ul.circle > li::before{
  content:'';
  display: inline-block;
  width:10px;
  height:10px;
  background-color: #000;
  position: absolute;
  border-radius: 50%;
  left:0;
  top:0.7rem;
}

/* ===== pdf ===== */
table.has_pdf a{
  background: url(/images/common/icon/pdf.png) no-repeat;
  background-position: 5px 5px;
  background-size: 24px auto;
  color:#000;
  display: block;
  padding: 5px 0 5px 50px;
}
table.has_pdf a.-nopdf{
  background: none;
}

table.has_pdf a:hover{
  color:#D7001D;
}
table.has_pdf .size{
  display: inline-block;
  margin-left: 10px;
}
table.has_pdf a.card-pdf{
  display: flex;
}
table.has_pdf a.card-pdf .time{
  margin-left: auto;
  color: #999;
}

a.card-pdf.-block{
  display: block;
  color: #000;
  background: url(/images/common/icon/pdf.png) no-repeat;
  background-position: 5px 10px;
  background-size: 35px auto;
  padding: 5px 0 5px 60px;
}
a.card-pdf.-block.-nopdf{
  background-image: none;
}
a.card-pdf.-block .time{
  text-align: left;
  color: #999;
  font-size: 90%;
}

/* ===== file ===== */
table.has_doc td,
table.has_doc th{
  padding:0 !important;
}
table.has_doc span.title{
  flex: 5;
}
table.has_doc span.date{
  width:20%;
  color:#999;
  text-align: right;
  flex: 1;
}
table.has_doc a{
  background: url(/images/common/icon/file.png) no-repeat;
  background-position: 15px 50%;
  background-size: 25px auto;
  color:#000;
  display: flex;
  padding: 15px 15px 15px 55px;
}
table.has_doc a:hover{
  color:#D7001D;
  background-color: #f9f9f9;
}

/* ===== pager ===== */
div.pager{
  text-align: center;
}
div.pager span,
div.pager a{
  padding: 12px 15px;
  line-height: 1;
  color:#000;
}
div.pager span.current_page{
  color:#cc0000;
}
div.pager a::after{
  content:none;
}
div.pager ul > li {
  list-style-type: disc;
}
div.pager .link_before,
div.pager .link_next{
  display: inline-block;
  text-align: center;
  position: relative;
  color:#fff;
}
div.pager .link_before:hover::before,
div.pager .link_next:hover::before{
  border-color:#cc0000;
  transition: all 0.3s ease-out;
}
div.pager .link_before:hover::before{
  transform:translateX(-5px) rotate(-45deg);
}
div.pager .link_next:hover::before{
  transform:translateX(5px) rotate(45deg);
}
div.pager .link_before::before{
  content: '';
  border-top:1px solid #000;
  border-left:1px solid #000;
  width:15px;
  height:15px;
  transform: rotate(-45deg);
  display: inline-block;
  margin: -7.5px 0 0 -2px;
  box-sizing: border-box;
  position: absolute;
  top:50%;
  left:50%;
}
div.pager .link_next::before{
  content: '';
  border-top:1px solid #000;
  border-right:1px solid #000;
  width:15px;
  height:15px;
  transform: rotate(45deg);
  display: inline-block;
  margin: -7.5px 0 0 -9px;
  box-sizing: border-box;
  position: absolute;
  top:50%;
  left:50%;
}

/* ===== grid ===== */
ul.grid{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
ul.grid > li{

}
ul.grid  > li .box{
  height: 100%;
}
ul.grid .section-title{
  font-size: 1.2rem;
  padding: 6px 12px;
  margin: 0 0 10px 0;
  border-top-color: #000;
  color: #000;
}
ul.grid .more{
  text-align: right;
}

ul.cols_2{
  margin:0px -1% 30px -1%;
}
ul.cols_2 > li{
  width:48%;
}
ul.cols_3{
  margin: 0px -1% 30px -1%;
}
ul.cols_3 > li{
  width:33.33%;
}
ul.cols_5 > li{
  width:20%;
}
ul.grid > li div.box img{
  display: block;
  width:100%;
}
ul.has_pad{
  margin:-1%;
}
ul.has_pad.cols_2{
  margin: 0 -2% 0 -2%;
}
ul.has_pad.cols_3 > li{
  padding: 1%;
  width:31.3%
}
ul.has_pad.cols_2 > li{
  padding: 2%;
  width:46%;
}
ul.has_pad.cols_5 > li{
  padding: 1%;
  width:18%;
}
ul.grid table.line{
  margin:0;
}
ul.grid img:not(.icon){
  max-width: 100%;
  width:100%;
  display: block;
}

/* ===== list ===== */
ol.decimal-2 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0 0 0 1rem;
  margin:  0 0 30px 0;
}
ol.decimal-2 li {
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative;
}
ol.decimal-2 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #000;
  color: #fff;
  display: inline-block;
  position: absolute;
  left:6px;
  top: 3px;
  line-height: 20px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size:0.8rem;
  text-align: center;
}


/* ===== figure ===== */
figure img{
  display: block;
  width:100%;
}
figcaption{
  text-align: center;
  display: block;
  padding: 10px 5px ;
  font-size:0.85rem;
}

/* ===== news ===== */
ul.news{
  border-bottom:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border:none;
  border-top:2px solid #000;
  margin-bottom:40px;
}
ul.news li{
  border-top:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
  border:none;
  border-bottom:1px solid #D1D1D1;
  position: relative;
}
ul.news li.none-detail{

}
ul.news li a{
  padding-right:40px;
  display: flex;
  background-color: #f9f9f9;
  background: transparent;
  padding: 15px 10px 15px 10px;
}
ul.news li a{
  display: flex;
  align-items: flex-start;
  color:#000;
}
ul.news li a.-pdf{
  background:transparent url(/images/common/icon/pdf.png) no-repeat;
  background-position: top 12px right 2%;
  background-size: auto 30px;
  padding-right: 50px;
}
ul.news li a span.date{
  padding-right:1.5rem;
}
ul.news li a span.title{
  flex:1;
}
ul.news li a span.cat{
  margin-left: 0;
  margin-right: 15px; 
}
ul.news li a span.cat.ir-01{
  background-color: #6699cc;
}
ul.news li a span.cat.ir-02{
  background-color: #9966cc;
}
ul.news li a span.cat.ir-03{
  background-color: #cc6699;
}
ul.news li a span.cat.ir-04{
  background-color: #cc9966;
}
ul.news li a span.cat.ir-05{
  background-color: #99cc66;
}
ul.news li a span.cat.ir-06{
  background-color: #166891;
}
ul.news li a span.cat.ir-07{
  background-color: #6666cc;
}
ul.news li a span.cat.ir-08{
  background-color: #669900;
}

@media screen and (max-width: 500px){
 ul.news li a span.cat{
  padding: 2px 4px;
  max-width: 100px;
  margin: 5px 0 5px 10px;
 } 
 ul.news li a.-pdf{
  background-size: auto 30px;
  background-position: top 16px right 3%;
  padding-right: 0px;
 }
}

span.cat{
  background-color: #666;
  font-size: 85%;
  color:  #fff;
  min-width: 7em;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 6px 8px;
  margin-left: 20px;
}

  /*
  ul.news li a::after{
    content:'';
    display: inline-block;
    position: absolute;
    left:15px;
    top:46%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 4px solid transparent;
  }
  */
ul.news li a:hover{
  background-color: #f9f9f9;
}
ul.news li span{
  display:inline-block;
}


/* ===== page-link ===== */
#page-link ul{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  background-color: #EFEFEF;
  border:1px solid #ddd;
  margin-bottom:40px;
}
#page-link ul li{
  /*width:33.33%;*/
  text-align: center;
}
#page-link ul li a{
  position: relative;
  padding:10px 10px 10px 22px;
  display:inline-block;
  color:#000;
}
#page-link ul li a:hover{
  color:#D7001D;
}

#page-link ul li a:hover:before{
  background-image:url(/images/common/icon_pagelink_a.png);
}
#page-link ul li a::before{
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(/images/common/icon_pagelink.png) no-repeat;
  background-size:70%;
  position: absolute;
  left:4px;
  top:44%;
}

/* ===== caption ===== */
.caption{
  font-size:0.85rem;
}
div.caption{
  line-height: 1.8rem;
}

/* ===== caution ===== */
ul.caution{
  margin-bottom:1.5rem;
}
ul.caution li{
  text-indent: -1em;
  margin-left: 1em;
}
ul.caution li::before{
  content:'※';
}
/* ===== icon ===== */
span.icon{
  display: inline-block;
  background-color: #333;
  color:#fff;
  line-height: 1;
  padding:6px 10px;
  margin:0 0 0 10px;
  font-size:0.66rem;
  letter-spacing: 1px
  vertical-align:middle;
}

/* ===== index-list ===== */
ul.index-list{
  margin-left:-3%;
}
ul.index-list li{
  position: relative;
  width:30.3%;
  margin:0 0 3%  3%;
  background-color: #efefef;
}
ul.index-list li img{
  width:100%;
  display: block;
}
ul.index-list li a{
  display: block;
  min-height: 100px;
  overflow: hidden;
  box-sizing: border-box;
}

ul.index-list li a:hover img{
  transition: all 0.5s ease-out;
  transform: scale(1.06);
}
ul.index-list span.thumb_caption{
  position: absolute;
  background:rgba( 0, 0, 0, 0.6 );
  color:#fff;
  box-sizing: border-box;
  padding: 6px 12px;
  bottom:0;
  left:0;
  width:100%;
  font-size:0.8rem;
  line-height: 1.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.index-list.-ir{
  display: flex;
  margin: -3%;
}
ul.index-list.-ir li{
  width: auto;
  background-color: transparent;
  margin: 1.5%;
}
ul.index-list.-ir > li{
  width: 30.3%;
}
ul.index-list.-ir >  li a{
  min-height: auto;
}
ul.index-list.-ir >  li ul.links{
  margin: 0;
}
ul.index-list.-ir >  li ul.links a{
  display: block;
  position: relative;
  padding-left: 13px;
}
ul.index-list.-ir >  li ul.links li{
  margin-bottom: 0;
}
ul.index-list.-ir >  li ul.links a::before {
  content: '';
  border: 4px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-left: 5px solid #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.8rem;
  margin: -3px 0 0 0;
}
ul.index-list.-ir dl{
  height: 100%;
  border: 1px solid #555;
}
ul.index-list.-ir dt{
  text-align: center;
  background-color: #555;
  padding:  5px 0;
  color: #fff;
}
ul.index-list.-ir dd{
  padding: 10px;
  margin: 0;
}
ul.index-list.-ir dd a{
  color: #000;
}

@media screen and (max-width: 834px){
  ul.index-list.-ir > li{
    width: 47%;
  }
}

/* ===== modaal ===== */

select,
input.text,
textarea.textarea{
  font-size:1rem;
}
input.text,
textarea.textarea{
  border:1px solid rgba( 0, 0, 0, 0.1 );
  width:100%;
  box-sizing: border-box;
}
input.text{
  padding: 8px 10px;
}
input.textarea{
  padding: 10px;
}

/* ===== .box ===== */
.box{
  background-color:#EEEEEE;
  border-radius: 8px;
  overflow: hidden;
}
.box dt{
  background-color:#848484;
  color:#fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size:1.1rem;
  line-height: 1.6rem;
  border-bottom:1px solid rgba( 0, 0, 0, 0.2 );
}
.box dd{
  color:#000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom:0;
}
.box dd h4{
  font-size:1.2rem;
  margin-bottom:5px;
  font-weight: bold;
}
.box div.box-inner{
  padding:18px 18px;
}
.box dt div.box-inner{
  padding:15px 18px 12px 18px;
}
.box dt div.box-inner div.has_sub{
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3rem;
}
.box dt span{
  display: block;
  font-size:0.8rem;
  font-weight: normal;
}
.box dt img.icon{
  height: 30px;
  vertical-align: middle;
  margin:0 20px 0 0;
}
.box dt img.icon.center{
  width:auto;
  margin: 0 auto 10px auto;
  display: block;
  height: 40px;
  width:auto;
}

/* ===== table grid ===== */
.box-merit{
  height:100%;
  display: flex;
  flex-direction: column;
}
.box-merit .action h4{
  font-weight: bold;
  text-align: center;
  color:#D7001D;
  font-size:110%;
  margin:0 0 10px 0;
}
.box-merit .action{
  padding: 22px;
  flex: 1;
}
.box-merit .action p{
  margin-bottom: 0;
}
.box-merit .result{
  box-sizing: border-box;
  min-height: 123px;
  text-align: center;
  background-color: #D7001D;
  color:#fff;
  padding: 40px 0 20px 0;
  position: relative;
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.box-merit .result::before{
  content:'';
  position: absolute;
  top:0;
  left:50%;
  width:0;
  border:60px solid transparent;
  border-top: 30px solid #EEEEEE;
  margin:0 0 0 -60px;
}


/* ===== table grid ===== */

table.grid{
  width:100%;
  margin: 15px 0 25px 0;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  background-color: #f5f5f5
}
table.grid th{
  background: #ddd;
  font-weight: bold;
  padding: 12px 22px;
}
table.grid td{
  padding: 12px 22px;
  background: #fff
}
table.grid th,
table.grid td{
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  vertical-align: middle;
}

table.grid thead tr:nth-child( odd ) td,
table.grid thead tr:nth-child( odd ) th,
table.grid thead tr th,
table.grid thead tr td{
  text-align: center;
  background: #333;
  color:#fff;
  white-space: nowrap;
  font-weight: bold;
}
table.grid.lenz td{
  width:21%;
  padding: 12px 0;
}
table.grid.lenz th{
  padding: 12px 0;
}
table.grid.lenz img{
  width:63.5%;
  display:inline-block;
  margin:20px 0;
}
table.grid.lenz img.acriva{
  width:96%;
}


/* ===== hr ===== */
hr.line{
  border:none;
  border-top:1px solid #ccc;
  margin: 2rem 0;
}
hr.space{
  border:none;
  height: 3rem;
  margin:0;
}
table hr.line{
  margin: 0.8rem 0;
}

/* ===== table line===== */
table.line{
  border-top:3px solid #000;
  margin: 15px 0 25px 0;
  width: 100%;
}
table.line th{
  background-color: #fff;
  font-weight: bold;
}
table.line td{
  background-color: #fff;
}
table.line th,
table.line td{
  border-bottom:1px solid #999999;
  padding: 15px 20px;
  text-align:left;
}
table.line .card-file,
table.line .card-url{
  display: flex;
}
table.line .card-file .time,
table.line .card-url .time{
  margin-left: auto;
  color: #999;
}
/* ===== table history ===== */


table.history{
  border-top:3px solid #000;
  margin:0 0 1.2em 0;
  width: 100%;
}
table.history th{
  white-space: nowrap;
}
table.history th,
table.history td{
  border-bottom:1px solid #999999;
  padding: 20px 20px;
  text-align:left;
}
table.history th.years{
  background-color:#E5E5E5;
  text-align:center;
}
table.history th.month{
  background-color:#F8F8F8;
  text-align:center;
}

/* ===== box ===== */
div.box{

}

/* ===== dl.is-appeal ===== */
dl.is-appeal dt{
  background-color: #D7001D;
}

/* ===== gallery ===== */
.gallery{
  overflow: hidden;
  position: relative;
}
.gallery .main-image{
  margin:0 0 30px 0;
}
.gallery .main-image .zoom{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
}
.gallery .main-image .zoom img{
  display: block;
  margin:0 auto ;
  width:100%;

}
.gallery figcaption{
  font-size:90%;
  padding: 10px 0;
  text-align: left;
  text-align: center;
}
.gallery li{
  opacity: 0.5;
  cursor: pointer;
  transition:opacity 0.3s ease-out;.
}
.gallery li:hover{
  opacity: 1;
}
.gallery li.current{
  opacity: 1;

}
.gallery li img{
  border:2px solid #fff;
}
.gallery li.current img{
  border:2px solid #D7001D;
}
.slick-slide img{
  width:100%;
}
.slider {
  width: 100%;
  margin-bottom: 5px;
}
.slider div {
}
.slider img {
  width: 100% ;
  height: auto;
}
.slick-prev, 
.slick-next{
  z-index: 3;
  width:30px;
  height:30px;
  margin-top:-15px;
}
.slick-prev{
  left:15px;
}
.slick-next{
  right:15px;
}
.slick-prev::before,
.slick-next::before{
  font-size:30px;
}


/* ===== accordion ===== */
.accordion{
  border:1px solid #333;
  border-bottom: none;
  margin-bottom:20px;
}
.accordion dt{
  font-weight: bold;
  padding: 10px 18px 10px 18px;
  border-bottom:1px solid #333;
  cursor: pointer;
  background-size: 10px auto;
  background-position: right 20px top 50%;
  background-image: url(/images/common/icon/plus.png);
  background-repeat:no-repeat;
}
.accordion dt:hover{
  background-color: #f9f9f9;
}
.accordion dd{
  margin:0;
  padding: 24px 18px;
  display: none;
  /*border: 5px solid transparent;*/
  border-bottom:1px solid #333;
}
.accordion dt.open{
  color: #cc0000;
  border-bottom:1px dotted #333;
  background-image: url(/images/common/icon/minus.png);
}
.accordion dd.open{
  /*border: 5px solid #666;*/
  box-sizing: border-box;
  background-color: #f5f5f5;
}

/* ==================== media ==================== */

/*
  tab
*/
@media screen and (max-width: 834px){
  /* ===== for ===== */
  .forPC{
    display: none;
  }
  .forTAB{
    display: block;
  }
  .forSP{
    display: none;
  }


  /* ===== main-copy ===== */
  .main-copy dt{
    width:50%;
  }
  .main-copy p.section-copy{
    font-size:1.8rem;
  }

  /* ===== page-link ===== */
  #page-link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom:30px;
    background-color: transparent;
    border-right:none;
    border-bottom:none;
  }
  #page-link ul li{
    width:50%;
  }
  #page-link ul li a{
    position: relative;
    padding:9px 16px 9px 40px;
    display:block;
    text-align: left;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color: #efefef;
  }
  #page-link ul li a::before{
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background:url(/images/common/icon_pagelink.png) no-repeat;
    background-size:70%;
    position: absolute;
    left:14px;
    top:44%;
  }
  /* ===== cols_ ===== */

  ul.cols_3 > li{
    width:48%;
  }
  ul.index-list {
    margin-left:-3%
  }
  ul.index-list > li{
    padding:0;
    width: 47%;
    margin:0 0 3% 3%;
  }

  /* =====  important ===== */
  div.important{
    padding: 10px ;
    font-size:1.1rem;
    margin: 20px 0;
  }

  /* ===== .box ===== */
  .box div.box-inner{
    padding:18px 20px;
  }

  /* ===== news ===== */
  ul.news li a{

  }

  /* ===== table grid===== */
  table.grid th,
  table.grid td{
    padding: 10px;
  }

  /* ===== gallery===== */
  .gallery ul.has_pad.cols_5 > li{
    width:31.33%;
  }
}

@media screen and (max-width: 787px){
  .main-copy p.section-copy{
    margin:0;
    font-size:1.4rem;
  }
  .main-copy p.section-copy span{
    font-size:1rem;
    display: block;
    font-weight: normal;
    margin-top:5px;
  }
  .main-copy dl dd{
    transform: skewX( 0deg );
  }
  .main-copy dl{
    display: block;
  }
  .main-copy dt{
    width: auto;
  }
  .main-copy dl div.pad{
    padding:3% 5%;
    display: block;
    margin:0;
    line-height: 1.7rem;
  }
  .main-copy dl dd div.pad{
    padding: 3% 5%;
    transform: skewX( 0deg );
  }
  .main-copy dl dd div.pad br{
    display: none;
  }

  /* ===== grid ===== */
  ul.grid{
    display: block;
  }
  ul.index-list{
    margin:0;
  }
  ul.index-list li{
    width:auto;
    margin:0 0 20px 0;
  }
  ul.has_pad.cols_2 > li,
  ul.cols_3 > li,
  ul.has_pad.cols_3 > li{
    width:auto;
    padding:0;
    margin:0 0 20px 0;
  }
  ul.cols_3{
    margin:0;
  }
}

/*
  sp
*/
@media screen and (max-width:500px) {
  /* ===== for ===== */
  .forTAB{
    display: none;
  }
  .forPC{
    display: none;
  }
  .forSP{
    display: block;
  }


  /* ===== slider-box ===== */
  .slider-box .slick-slide{
    padding:0 5px;
    height:180px;
    width:180px;
  }

  /* ===== news ===== */

  ul.news li a{
    padding:0;
    display: block;
  }
  ul.news li div.date{
    width:auto;
    margin-bottom: -0.2rem;
  }

  ul.news li{
    padding-left:0px;
  }
  ul.news li span{
    padding:10px 0 10px 10px;
    display:inline-block;
  }

  ul.news li span{
    display: block;
    width:auto;
  }
  ul.news li a span.date{
    padding-bottom:0;
  }
  ul.news li a span.title{
    padding-top:2px;
  }

  /* ===== list ===== */
  ol.decimal-2 {
    padding-left: 0;
  }

  /* =====  important ===== */
  div.important{
    padding: 8px ;
    font-size:1.05rem;
  }

  /* =====  equation ===== */

  div.important{
    line-height: 1.8rem;
    font-size: 1.2rem;
    padding:6px;
  }


  /* ===== table grid===== */
  table.grid{
    font-size:90%;
    line-height: 150%;
  }
  table.grid th,
  table.grid td{
    padding: 5px;
  }



  /* ===== table line===== */

  table.line{
    width: 100%;
    box-sizing: border-box;
  }
  table.line th{
    width: 100%;
    box-sizing: border-box;
    display:block;
    background-color:#f5f5f5;
    border-bottom:none;
  }
  table.line td{
    width: 100%;
    display:block;
    box-sizing: border-box;
  }
  table.line th{
    padding: 10px 12px;
  }
  table.line td{
    padding: 15px 12px;
  }

  /* ===== table history ===== */

  table.history{
    border-top:3px solid #000;
    margin:0 0 1.2em 0;
    width: 100%;
  }
  table.history th{
    white-space: nowrap;
  }
  table.history th,
  table.history td{
    border-bottom:1px solid #999999;
    padding: 10px 8px;
  }



  /* =====  index ===== */
  ul.index-list span.thumb_caption{
    font-size:1rem;
  }

  /* ===== gallery===== */
  .gallery ul.has_pad.cols_5{
    display: flex;
  }
  .gallery ul.has_pad.cols_5 > li{
    width:48%;
  }

  /* ===== .box ===== */
  .box{
  }
  .box dt{
    font-size:1.2rem;
  }
  .box div.box-inner{
    padding:12px 14px;
  }
  .box dd div.box-inner{
    padding:16px 16px;
  }
  .box dd h4{
    font-size:1.2rem;
    margin-bottom:11px;
  }
  .box dt img.icon.center{
    display: block;
    height: 32px;
  }
  /* =====  img-block ===== */
  div.img-block{
    display: block;
    margin: 0 0 20px 0;
    width:auto;
  }

  div.img-block figure{
    width:auto;
  }
  div.img-block figure img{
    display: block;
    max-width: 95%;
    margin:0 auto;
  }
  div.img-block > div{
    width:auto;
    padding-left:0;
  }
  div.img-block.right div{
    padding:0 0 0;
    margin: 0 0 20px 0;
  }
  .main-copy dl dd{
   padding-right:0px;
 }
 /* ===== .box ===== */

 .box div.box-inner{
  padding:12px 18px;
}
.box dt div.box-inner{
  padding:12px 16px;
}

/* ===== pagetop ===== */
.pagetop{
  width:35px;
  height:35px;
  margin:30px 0 0px 10px;
}
.pagetop::before {
  border: 6px solid transparent;
  border-bottom: 8px solid #000;
  display: block;
  position: absolute;
  left: 50%;
  top: 0%;
  margin: 7px 0 0 -5px;
  line-height: 1;
  padding: 0;
}
/* ===== hr ===== */
hr.space{
  height: 1.6rem;
}
}




.ir-contents{

}
.ir-contents table.line th, table.line td{
  padding:  10px 10px;
}
.ir-contents table:not(.line){
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin: 0 0 30px 0;
}
.ir-contents table:not(.line) th{
  background-color: #efefef;
  font-weight: bold;
}
.ir-contents table:not(.line) th,
.ir-contents table:not(.line) td{
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  padding:  2px 6px;
  font-size: 85%;
}
.ir-contents table:not(.line) th.right,
.ir-contents table:not(.line) td.right{
  text-align: right;
}
.ir-contents table:not(.line) th.center,
.ir-contents table:not(.line) td.center{
  text-align: center;
}
.ir-contents .faq-list{}
.ir-contents .faq-list li {
  margin-bottom: 2em;
}
.ir-contents .faq-list li dl{}
.ir-contents .faq-list li dl dt{
  font-weight: bold;
  margin: 0;
  background-color: #666;
  color: #fff;
  font-size: 110%;
  padding : 6px 12px;
}
.ir-contents .faq-list li dl dd{
  padding:  15px;
  margin: 0;
  border: 1px solid #666;
}

.ir-contents .card-highlight{}
.ir-contents .card-highlight .graph{}
.ir-contents .card-highlight .graph img{
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.ir-contents .card-highlight figcaption{
  font-weight: bold;
  font-size: 110%;
}

.ir-contents figcaption.bar{
  background-color: #666;
  padding: 5px 4px;
  margin: 0 0 20px 0;
  color: #fff;
  display: block;
}
.ir-contents .select.-termlist{
  padding:  6px 8px;
  margin: 0 0 30px 0;
}
.ir-contents .nav-irnews{
  margin: 0 0 0px 0;
}
.ir-contents .nav-irnews ul{
  display: flex;
}
.ir-contents .nav-irnews ul li {
  margin-right: 2px;
  flex-grow: 1;
  
}
.ir-contents .nav-irnews ul li .label{
  display: block;
  cursor: pointer;
  padding: 8px 20px;
  text-align: center;
  transition: all .2s ease-in;
  background-color: #efefef;
}
.ir-contents .nav-irnews ul li:hover .label{
    background-color: #D7001D;
  color:  #fff;
}
.ir-contents .nav-irnews ul li.-current .label{
  background-color: #D7001D;
  color:  #fff;
}
.ir-contents ul.news{
  border-top-color: #D7001D;
}