@charset "UTF-8";
.topmessage-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}
.topmessage-box-photo {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 auto;
  order: 2;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.topmessage-box-photo img {
  display: block !important;
}
.topmessage-box-txt {
  order: 1;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 500px) {
  .topmessage-box-photo {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    order: 1;
  }
  .topmessage-box-txt {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    order: 2;
  }
}

/* 2023.9.8修正&追加 */
ul.libTop li a {
    background-position: 1.429em 1.563em !important; /* 6% 16% */
}

@media screen and (max-width: 560px){
	ul.libTop li a {
    background-position: 0.643em 1.071em !important; /* 5% 11% */
	}
}

.notes_block {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1.071em;
}
.notes_block .notes_tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.143em;
}
.notes_block .notes_txt {
  margin-bottom: 0.214em;
}



/* アコーディオン関連 */

.accordion-content {
  display: none;
}

.accordion-area h4{
position: relative;
padding-right:70px;
background-color: #f1faff !important;
cursor: pointer;
}

.accordion-area h4.collapsed:after{
 position: absolute;
 right:0;
 top:50%;
 content: '';
 display: inline-block;
 width: 56px;
 height: 16px;
 background: url(../img/close_icon_en.png) no-repeat right 50%;
 background-size: contain;
 margin-right: 10px !important;
 margin-top:-8px;
}

.accordion-area h4:after{
 position: absolute;
 right:0;
 top:50%;
 content: '';
 display: inline-block;
 width: 56px;
 height: 16px;
 background: url(../img/open_icon_en.png) no-repeat right 50%;
 background-size: contain;
 margin-right: 10px !important;
 margin-top:-8px;
}

.idt2 {
text-indent: -2em;
padding-left: 2em;
}

.idt3 {
text-indent: -3em;
padding-left: 3em;
}

.idt35 {
text-indent: -3.5em;
padding-left: 3.5em;
}

/* table */
.responsive-table td{
text-align:left !important;
}

#business_risk_tb2 td:nth-child(3){
text-align: right !important;
}

h4{

}