a {
  color: #333
}

a:hover {
  cursor: pointer;
  text-decoration: underline
}

.Nav__global__item:hover, .smartphone a:hover, a {
  text-decoration: none
}

ol, ul {
  margin: 0;
  padding: 0
}

.Nav__global {
  position: relative
}

@media all and (max-width:767px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0
  }
}

@keyframes topicsDisplay {
  0% {
    opacity:0;
  }
  49% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:1;
  }
}

.topicsDisplay {
  animation-name: topicsDisplay;
  animation-duration: 2s;
}

.topics__auther {
  text-align: right;
  margin: 5px 0;
}
.topics___over {
  text-align: right;
}

.topics__mod .articleBody__subtitle {
  margin: 1em 0;
  font-size: 2.2rem;
  font-weight: 500;
}
@media all and (max-width:767px) {
  .topics__mod .articleBody__subtitle {
    font-size: 1.875rem;
  }
}

.mod-box {
  margin: 1.8em 0;
}

.mod-box pre {
  background: #eee;
  padding: 24px 16px;
  white-space: pre-wrap;
}
.mod-box .text-center {
  text-align: center;
}
.mod-box .text-right {
  text-align: right;
}
.mod-box .text-italic,
.mod-box i {
  font-style: italic;
}


.topics__mod .dl-title {
  margin-bottom: 0;
}
.topics__mod .dl-title + dl {
  margin-top: 0;
}

.topics__mod dl {
  display: table;
  margin: 1.8em 0 calc(1.8em - 6px) 0;
  width: 100%;
}
.topics__mod dl div {
  display: table-row;
}
.topics__mod dt {
  width: 11em;
}

.topics__mod dt,
.topics__mod dd {
  display: table-cell;
  padding: 0 0 6px 0;
}
.topics__mod dl dd {
  padding-left: 1.5em;
  position: relative;
}
.topics__mod dl dd:before {
  content: '：';
  left: 0.25em;
  position: absolute;
  top: 0;
}
@media all and (max-width:767px){
  .topics__mod dl {
    display: block;
  }
  .topics__mod dl div {
    display: block;
    margin-bottom: 4px;
  }
  .topics__mod dt,
  .topics__mod dd {
    display: block;
    padding: 0 0 4px 0;
    width: 100% !important;
  }
  .topics__mod dl dd {
    padding-left: 1.5em;
    position: relative;
  }
  .topics__mod dl dd:before {
    content: '：';
    left: 0.25em;
    position: absolute;
    top: 0;
  }
}

.img__flex {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 0 0 -24px;
  width: calc(100% + 24px);
}
.img__flex__item {
  margin: 0 0 40px 0;
  min-width: 0;
  text-align: center;
  width: 100%;
  padding: 0 0 0 24px;
}
.img__flex .text-left {
  text-align: left;
}
.topics__mod .img__flex__caption {
  margin: -40px 0 40px 0;
  text-align: center;
}
.topics__mod .img__flex__caption.text-left {
  text-align: left;
}

@media all and (max-width:767px) {
  .img__flex {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .img__flex__item {
    margin: 0 0 32px 0;
    padding: 0;
  }
  .topics__mod .img__flex__caption {
    margin: -32px 0 32px 0;
    text-align: center;
  }
}

.mod-box h2 {
  font-size: 2.4rem;
}
.mod-box h5 {
  font-size: 1.8rem;
}
@media all and (max-width:767px) {
  .mod-box h2 {
    font-size: 2rem;
  }
  .mod-box h5 {
    font-size: 1.8rem;
  }
}

.mod-box .red {
  color: red;
}

.mod-box table {
  border: solid #ddd;
	border-collapse: separate;
	border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 1.8em 0;
	width: 100%;
}
.mod-box th,.mod-box td {
	padding: 12px 16px;
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}

.mod-box th, .mod-box .th {
	background-color: #eee;
	font-weight: normal;
	text-align: left;
}

.mod-box thead + tbody th, .mod-box thead + tbody .th {
  background-color: #f7fbfe;
  }

.hdg-type02 {
  margin-bottom: 30px;
  padding: 16px 20px;
  border-left: 5px solid #0272c0;
  background: #f7fbfe;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hdg-type02 {
    margin-bottom: 15px;
    padding: 11px 12px;
    border-left: 3px solid #0272c0;
    font-size: 1.5rem;
  }
}

.IR-backNumber {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.IR-BN-box {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  padding: 1.6em;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

  .IR-backNumber {
      margin-right: 0;
      margin-left: 0;
      display: block;
  }

  .IR-BN-box {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
  }

}

.IR-BN-title {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  color: #525252;
  padding-bottom: .5em;
  margin-bottom: 1.6em;
  position: relative;
}

.IR-BN-title:before {
  display: block;
  content: '';
  width: 50px;
  height: 5px;
  background-color: #0272c0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.IR-BN-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
  text-align: center;
}

.IR-BN-Body {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: center;
}

.IR-BN-img {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}
.IR-BN-img--full {
  width: calc(100% - 20px);
}

.IR-BN-text {
  margin-top: .4em;
  font-size: 1.4rem;
  color: #525252;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.IR-BN-text--full {
max-width: 100%;
}