@charset "utf-8";

/* === .fBox (flexBox) === */
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
}

/* --- a.arwIcn --- */
a.arwIcn {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
a.arwIcn::before {
  content: "";
  background: url("/assets/img/common/arrow03_red.png") no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px){
  a.arwIcn {
    padding: 0 0 0 12px;
  }
  a.arwIcn:hover {
    opacity: 0.7;
  }
  a.arwIcn::before {
    width: 6px;
    height: 7px;
    top: 9px;
  }
}
@media not all and (min-width: 768px){
  a.arwIcn {
    padding: 0 0 0 10px;
  }
  a.arwIcn:active {
    opacity: 0.7;
  }
  a.arwIcn::before {
    width: 6px;
    height: 7px;
    top: 9px;
  }
}

/* === #toIntegratedReport === */
#toIntegratedReport a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #bce4f9;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(188, 228, 249, 1) 60%, rgba(73, 188, 237, 1) 100%);
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease;
  color: #000;
  text-decoration: none;
}
#toIntegratedReport a figure img {
  display: block;
}
@media screen and (min-width: 768px){
  #toIntegratedReport a {
    width: 640px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 16px;
  }
  #toIntegratedReport a:hover {
    opacity: 0.8;
  }
  #toIntegratedReport a div {
    font-size: calc(18 / 16 * 1rem);
    width: calc((100% - 12px) * 0.5);
  }
  #toIntegratedReport a figure {
    width: calc((100% - 12px) * 0.5);
    margin-left: 12px;
  }
}
@media not all and (min-width: 768px){
  #toIntegratedReport a {
    border-radius: 8px;
    padding: 8px 12px;
  }
  #toIntegratedReport a:active {
    opacity: 0.8;
  }
  #toIntegratedReport a div {
    width: calc((100% - 8px) * 0.4);
  }
  #toIntegratedReport a figure {
    width: calc((100% - 8px) * 0.6);
    margin-left: 8px;
  }
}

/* === #selectData === */
#selectData {
  border: 1px solid #d1d1d1;
  padding: 12px;
  max-width: 100%;
  width: 200px;
}
@media screen and (min-width: 768px){
  #selectData {
    font-size: calc(16 / 16 * 1rem);
  }
}
@media not all and (min-width: 768px){
  #selectData {
    font-size: calc(15 / 16 * 1rem);
  }
}

/* === .dataBox === */
.dataBox {
  display: none;
}
.dataBox.active {
  display: block;
}
.dataBox .head__arrow_square {
  margin-bottom: 0;
}

/* === .tab-list === */
.tab-list.fBox {
  display: -webkit-box;
  display: flex;
}
.tab-list .tab-item,
.tab-list .tab-item_none {
  width: 50%;
  display: block;
  padding: 8px;
  text-align: center;
  border: 2px solid #5f5f5f;
  cursor: pointer;
}
.tab-list .tab-item_none {
  color: #ccc;
  cursor: default;
}
.tab-list .tab-item.tabActive {
  background-color: #5f5f5f;
  color: #fff;
  cursor: default;
}

/* === .tab-content === */
.tab-content {
  background-color: #efece7;
}
.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.tabActive {
  display: block;
}
.tab-content .tab-panel .fBox {
  display: -webkit-box;
  display: flex;
  border-top: 2px dotted #5f5f5f;
}
.tab-content .tab-panel .fBox.middle {
  -webkit-box-align: center;
  align-items: center;
}
.tab-content .tab-panel .fBox:first-child {
  border-top: none;
}
.tab-content .tab-panel .fBox figure {
  width: calc((100% - 24px) * 0.20);
}
.tab-content .tab-panel .fBox figure img {
  display: block;
  border: 1px solid #d1d1d1;
}
.tab-content .tab-panel .fBox > div {
  flex: 1;
}
.tab-content .tab-panel h2,
.tab-content .tab-panel h3,
.tab-content .tab-panel h4 {
  line-height: 1.35;
}
.tab-content .tab-panel  figure a,
.tab-content .tab-panel p a {
  transition: all 0.3s ease;
}
.tab-content .tab-panel p a:link,
.tab-content .tab-panel ul a:link,
.tab-content .tab-panel p a:visited,
.tab-content .tab-panel ul a:visited {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px){
  .tab-content .tab-panel {
    padding: 0 48px;
  }
  .tab-content .tab-panel .fBox {
    padding: 24px 0;
  }
  .tab-content .tab-panel .fBox > div {
    margin-left: 48px;
  }
  .tab-content .tab-panel h2 {
    font-size: calc(18 / 16 * 1rem);
    margin-top: 16px;
  }
  .tab-content .tab-panel h2:first-child {
    margin-top: 0;
  }
  .tab-content .tab-panel h3 {
    font-size: calc(16 / 16 * 1rem);
    margin-top: 16px;
  }
  .tab-content .tab-panel h4 {
    font-weight: normal;
    margin-top: 16px;
  }
  .tab-content .tab-panel figure a:hover {
    opacity: 0.8;
  }
  .tab-content .tab-panel .mt-pc16-sp8 {
    margin-top: 16px;
  }
  .tab-content .tab-panel .indent_step01 {
    margin-left: 0.8em;
  }
  .tab-content .tab-panel .indent_step02 {
    margin-left: 1.6em;
  }
  .tab-content .tab-panel p a:hover,
  .tab-content .tab-panel ul a:hover {
    color: #7e0017;
  }
}
@media not all and (min-width: 768px){
  .tab-content .tab-panel {
    padding: 0 12px;
  }
  .tab-content .tab-panel .fBox {
    padding: 12px 0;
  }
  .tab-content .tab-panel .fBox > div {
    margin-left: 12px;
  }
  .tab-content .tab-panel h2 {
    font-size: calc(16 / 16 * 1rem);
    margin-top: 12px;
  }
  .tab-content .tab-panel h2:first-child {
    margin-top: 0;
  }
  .tab-content .tab-panel h3 {
    font-size: calc(15 / 16 * 1rem);
    margin-top: 12px;
  }
  .tab-content .tab-panel h4 {
    font-size: calc(15 / 16 * 1rem);
    font-weight: normal;
    margin-top: 12px;
  }
  .tab-content .tab-panel figure a:active {
    opacity: 0.8;
  }
  .tab-content .tab-panel .mt-pc16-sp8 {
    margin-top: 8px;
  }
  .tab-content .tab-panel .indent_step01 {
    margin-left: 0;
  }
  .tab-content .tab-panel .indent_step02 {
    margin-left: 0.8em;
  }
  .tab-content .tab-panel p,
  .tab-content .tab-panel ul {
    font-size: calc(15 / 16 * 1rem);
  }
  .tab-content .tab-panel p a:active,
  .tab-content .tab-panel ul a:active {
    color: #7e0017;
  }
}

/* === .fullList and .middleList === */
.middleList {
  border-top: 2px dotted #5f5f5f;
}
.fullList a,
.middleList a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.fullList a:hover,
.middleList a:hover {
  color: #7e0017;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fullList,
  .middleList {
    padding: 24px;
  }
}
@media not all and (min-width: 768px) {
  .fullList,
  .middleList {
    padding: 12px;
  }
}

/* === .getAdobeReader === */
.getAdobeReader .fBox {
  background-color: #efece7;
}
.getAdobeReader .fBox figure img {
  display: block;
  margin: 0 auto;
}
.getAdobeReader .fBox div a {
  position: relative;
  transition: all 0.3s ease;
}
.getAdobeReader .fBox div a::before {
  content: "";
  background: url("/assets/img/common/arrow03_red.png") no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px){
  .getAdobeReader .fBox {
    padding: 24px;
  }
  .getAdobeReader .fBox figure {
    width: 200px;
  }
  .getAdobeReader .fBox div {
    flex: 1;
    margin-left: 24px;
  }
  .getAdobeReader .fBox div a {
    padding: 0 0 0 20px;
  }
  .getAdobeReader .fBox div a:hover {
    opacity: 0.7;
  }
  .getAdobeReader .fBox div a::before {
    width: 12px;
    height: 14px;
    top: 6px;
  }
}
@media not all and (min-width: 768px){
  .getAdobeReader .fBox {
    padding: 12px;
  }
  .getAdobeReader .fBox div {
    margin-top: 12px;
  }
  .getAdobeReader .fBox div a {
    padding: 0 0 0 10px;
  }
  .getAdobeReader .fBox div a:active {
    opacity: 0.7;
  }
  .getAdobeReader .fBox div a::before {
    width: 6px;
    height: 7px;
    top: 9px;
  }
}