@charset "utf-8";

/*** CONTENTS ***/

.report .contents-title-bg{ background-color: #f4f3f2;}

.photo-landscape .aspect-4-3{aspect-ratio: 4 / 3}

@media screen and (min-width: 1001px) {

.report .contents-title-inner{
  position: absolute;
  left: calc(100% - 60vw);
  margin: 0;
  padding: 2em;
  width: 80%;
  max-width: 54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

}/* End min 1001 */

.report .contents-title-inner::before{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-top: solid 0.2rem #00aeef;
  border-left: solid 0.2rem #00aeef;
  z-index: 100;
  pointer-events: none;
  content: "";
}

.report .contents-title-inner::after{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-bottom: solid 0.2rem #00aeef;
  border-right: solid 0.2rem #00aeef;
  z-index: 100;
  pointer-events: none;
  content: "";
}

.report .contents-title{
  position: relative;
  margin: auto;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: var(--font-size-xxl);
}

.report .contents-title span{
  margin-bottom: 0.5em;
  display: block;
  font-size: var(--font-size-xl);
}

.report .contents-title em{
  margin: -1em 0 1em -1em;
  padding: 0.5em 0;
  width: 6em;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: inherit;
  font-size: var(--font-size-s);
}

.report .contents-title-sub-copy{
  margin-top: 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: var(--font-size-l);
}

/*** IMAGE ASPECT-RATIO ***/
.aspect-5-6 { aspect-ratio: 5 / 6; width: 100%;}

@media screen and (max-width: 1000px) {
/*
.contents-title-inner{
  position: absolute;
  left: inherit;
  right: 5%;
}
*/
}/* End max 1000 */

@media screen and (min-width: 641px) and (max-width: 1000px) {

.report .contents-title-inner{
  position: relative;
}

.report .contents-title{ width: 100%;}
.report .contents-title em{ margin: -0.5em 0 0.5em -0.5em;}

.contents-title-sub-copy{ width: 100%; margin: 1em 0 0.5em;}

}/* End min 641 max 1000 */

@media screen and (max-width: 640px) {

.report .contents-title-inner{
  position: absolute;
  left: inherit;
  right: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 4rem);
  height: calc(100svh - 4rem);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(255,255,255,0);
  z-index: 100;
}

.report .contents-title-inner::before,
.report .contents-title-inner::after{ display: none;}
.report .contents-title{
  position: relative;
  margin: 18% 0 0;
  padding: 0.5em;
  width: 96%;
/*  display: flex;
  flex-direction: column;
  align-items: flex-start;*/
  background: rgba(255,255,255,0.8);
}

.report .contents-title em{ margin: 0 0 0.5em;}

.report .contents-title-sub-copy{
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding: 1.5em 3.5em 1.5em 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: var(--font-size-l);
  background: rgba(255,255,255,0.8);
}

}/* End max 640 */



@media screen and (max-width: 420px) {

.report .contents-title{ margin: 26% 0 0;}
}/* End max 420 */



/* report-intro */

.report-intro{
  margin: auto;
  width: 94%;
  max-width: 100rem;
}

.report-intro-title{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  display: block;
  font-size: var(--font-size-l);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.report-intro-title time{
  margin: 0 0 1em;
  padding: 0.5em 0;
  width: 12em;
  display: flex;
  justify-content: center;
  font-size: var(--font-size-s);
  letter-spacing: inherit;
  line-height: 1.2;
}

.report-intro .intro-photo img{ display: block;}
.report-intro .intro-photo p{ padding-top: 1rem; text-align: center;}

.list-ul dd {
  display: list-item;
  margin: 0 0 0 1.5em;
  padding: 0 0 0.5em 0;
  list-style-type:disc;
}

.list-ul dt {
  margin:1.5em 0 1em;
}

.list-ul dt:first-child {
  margin:0 0 1em;
}

.notice-txt-center{
  position: relative;
  margin: 0 0 1em 1.5em;
  padding: 0;
  text-align: center;
}

.notice-txt-center:before {
  position: absolute;
  margin: 0  0 0 -1.2em;
  padding: 0;
  color: #f30;
  content: "\203B";
}