
@charset "utf-8";
/*=============================================================
Common Layout
=============================================================*/
/* animation
-------------------------------------------------------------*/
.setScMc{
  opacity:0;
  transform:translateY(60px);
  transition:all 0.8s ease 0.2s;
}
.setScMc.enter{
  opacity:1;
  transform:translateY(0);
}

/* #topicPath
---------------------------------------------------*/
#topicPath li,
#topicPath li a{
  color:#fff;
}
/*=============================================================
MAIN
=============================================================*/
#ttlOuter{
}
#ttl{
  width:700px;
  height:140px;
  position:absolute;
  bottom:50%;
  left:50%;
  transform:translate(-50%,0);
  text-shadow:0px 0px 5px #000000,0px 0px 5px #000000;
}
#ttlInner{
  position:relative;
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  line-height:1.65;
}

#ttlTxt{
  padding:10px;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
#ttlInner h1{
  font-size:60px;
}
@media all and (-ms-high-contrast: none){
  #ttlInner h1{
    transform:translateY(30px);
  }
}
#ttlLead{
  width:700px;
  height:140px;
  position:absolute;
  top:45%;
  left:50%;
  transform:translate(-50%,0);
}
#ttlLeadInner{
  position:relative;
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  line-height:1.65;
}
#ttlLeadInner p{
  padding:10px;
  font-size:18px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  text-shadow:0px 0px 5px #000000,0px 0px 5px #000000;
}
@media all and (-ms-high-contrast: none){
  #ttlLeadInner p{
    transform:translateY(30px);
  }
}

/*=============================================================
#report
=============================================================*/
#reportArea {
	padding: 0;
}
h3{		font-size:20px;
	margin-top:0;
	padding:0;
	text-align:left;
}
#reportArea dl{
  border-bottom:1px solid #86684B;
	position:relative;
	font-size:16px;
	font-weight:500;
	padding:0;
}
#reportArea dl dt{
  width:6em;
  position:absolute;
  top:7px;
  left:0;
}
#reportArea dl dd{
  padding:7px 0 7px 6em;
}
#reportArea img { 
width:48%;
max-width:260px;
minimum-width:260px;
margin-left:5px;
}
#reportArea img.top { 
	width:100%;
	margin-left:2px;
}
#reportArea p {
	font-size:16px;
}

.flex{
	display:flex;
	flex-wrap: nowrap;
}
.flex_item{
	flex-basis:calc(50% - 10px);
}

.flex_item_ca{
margin-left:16px;
}

@media all and (-ms-high-contrast: none){
dl dt{
	width:5em;
	position:absolute;
	top:10px;
	left:0;
}
dl dd{
	padding:10px 0 1px 5em;
}
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
  /*=============================================================
  MAIN
  =============================================================*/
p{font-size:14px;}
  #ttlOuter{
    position:relative;
  }
  #ttl{
    width:100%;
    height:auto;
    background:none;
    border-radius:0px;
    position:absolute;
    bottom:50%;
    left:0;
    transform:translate(0,0);
  }
  #ttlInner::after{
    display:none;
  }
  #ttlTxt{
    padding:0px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    transform:translate(0,50%);
  }
  #ttlInner h1{
    font-size:26px;
  }
  #ttlLead{
    width:100%;
    height:auto;
    background:none;
    border-radius:0px;
    position:static;
    transform:translate(0,0);
    padding-top:10px;
  }
  #ttlLeadInner p{
    position:static;
    padding:10px;
    font-size:13px;
    color:#333;
    text-shadow:none;
  }
  .h2{
    font-size:24px;
    padding:0 0 30px;
  }
  .h3{
    padding:20px 0 16px;
    font-size:20px;
  }
/*=============================================================
#report
=============================================================*/
#reportArea dl,#reportArea p{
	font-size:14px;
}
.flex{
	display:block;
}

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:540px){
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Print
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media print{
}
/*=============================================================
Info
=============================================================*/
#infoArea h3{
  padding:0 0 10px;
}
#infoAreaInner{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
}
#infoAreaInner .box{
  flex-basis:calc(50%);
}
#infoAreaInner .box:last-child{
  margin-left:auto;
  margin-right: auto;
}
#infoAreaInner .box h3{
  padding:40px 0 10px;
  line-height:1.2;
}
#infoAreaInner .box h3 span{
  font-size:16px;
  font-weight:normal;
}
#infoArea p{
  text-align:center;
}
#infoArea li{
  text-align:center;
}
#infoArea li a{
  display:inline-block;
  font-weight:500;
  position:relative;
  font-size:16px;
}
#infoArea li a::before{
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  left: -14px;
  top: 11px;
  transform:rotate(-45deg);
}
@media all and (-ms-high-contrast: none){
  #infoArea li a::before{
    top: 6px;
}
}
/*=============================================================
#report
=============================================================*/
#report{
  width:100%;
  display:flex;
  flex-wrap: nowrap;
	font-size:16px;
}
#report .box{
  position:relative;
  padding:20px 0;
  flex-basis:calc(50% - 20px);
  background-color:#f2f2f2;
}
#report .box:nth-child(even){
  margin-left:40px;
}
#report .box h4{
  font-size:16px;
  font-weight:500;
  padding:0 30px 15px 30px;
  line-height:1.25;
  text-align:left;
}
@media all and (-ms-high-contrast: none){
  #report .box h4{
    padding:0 20px 7px 20px;
  }
}
_:-ms-lang(x)::-ms-backdrop,  #report .box h4{
    padding:0 20px 7px 7em;
}
#report .box h4 strong{
  font-size:120%;
}
#report .box .boxDisc{
  padding:20px 30px 0;
  border-top:2px dashed #d7d5d5;
}
#report .box .boxDisc figure{
  width:100%;
  box-sizing:border-box;
  border:1px solid #ccc;
  margin:10px 0;
}
#report .box .boxDisc figure img{
  width:100%;
}

#messageArea img{
	width:100%;
}

@media only screen and (max-width:767px), only screen and (max-device-width:767px){
 /*=============================================================
  #report
  =============================================================*/
  #report{
    width:100%;
    display:block;
  }
  #report .box{
    margin-top:40px;
  }
  #report .box:nth-child(even){
    margin-left:0px;
  }
  #report .box .boxDisc{
    padding:10px 10px 0;
    border-top:2px dashed #d7d5d5;
  }
  #report .box .boxDisc figure{
    width:80%;
    box-sizing:border-box;
    border:1px solid #ccc;
    margin:10px auto;
    text-align:center;
  }

  #report .box .boxDisc figure img{
    width:100%;

  }
  .h2{
    font-size:24px;
    padding:0 0 30px;
  }
  .h3{
    padding:20px 0 16px;
    font-size:20px;
  }
#report .box .boxDisc p,#messageArea p{
  font-size:14px;
}
#report .box .boxDisc .link li{font-size:14px;}

}



