/*=====共通=====*/
.font-gray{
	color: gray;
}
.btn {
  text-align: center;
}
.btn a {
  background-color: rgb(59, 84, 154);
  max-width: 350px;
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 50px auto;
  line-height: 2rem;
}
.btn.arrow a::after {
  content: "▶︎";
  position: absolute;
  font-size: 65%;
  top: 35%;
  right: 10%;
}
/*=====メインビジュアル=====*/
.ajiw-top-mv{
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}
.ajiw-top-mv .copy{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ajiw-top-mv h1{
   width: 30vw;
}
.ajiw-top-mv .info{
	margin-top: 20px;
	padding: .3vw 0;
	background-color:rgba(222,146,135,0.75);
}
.ajiw-top-mv .info p{
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
	text-align: center;
}
.ajiw-top-mv .info span{
	background-color: #FFFFFF;
    color: #DE9287;
    font-size: 2rem;
    font-weight:bold;
    letter-spacing: 0.1em;
	text-align: center;
	padding: .2vw .9vw;
	border-radius: 100vh;
}
.ajiw-top-mv .mainpic img{
	width: 100%;
}
.ajiw-top-mv .sns_icon {
	position: absolute;
	right: 10px;
	top: -5px;
}
.ajiw-top-mv .sns_icon li{
	background-color: #3B549A;
	padding: 15px;
	border-radius: 50%;
	margin: -5px 0;
}
.ajiw-top-mv .sns_icon img{
	width: 45px;
	height: 45px;
	transition: all .2s;
}
.ajiw-top-mv .sns_icon img:hover{
	opacity: .8;
}

@media screen and (max-width: 1600px) {
.ajiw-top-mv .copy{
    font-size: 2vw;
}
    
    }
@media screen and (max-width: 1300px) {
.ajiw-top-mv .info{
	margin-top: 1.3vw;
}
.ajiw-top-mv .info p{
    font-size: 1.7vw;
    letter-spacing: .2vw;
}
.ajiw-top-mv .info span{
    font-size: 1.6vw;
    letter-spacing: .2vw;
}

    }
@media screen and (max-width: 1024px) {
.ajiw-top-mv{
    margin-bottom: 80px;
}
.ajiw-top-mv h1{
   width: 40vw;
}
}

@media screen and (max-width: 769px) {
.ajiw-top-mv{

    margin-bottom: 80px;
}

}
@media screen and (max-width: 480px) {
.ajiw-top-mv h1{
   width: 75vw;
}
.ajiw-top-mv .info{
   margin-top: 3vw;
}
.ajiw-top-mv .info p{
   font-size: 4.5vw;
	padding: .3em 0;
}
.ajiw-top-mv .info span{
   font-size: 4vw;
	padding: .2em .9em;
}
.ajiw-top-mv .sns_icon {
	display: flex;
	flex-flow: column;
}
.ajiw-top-mv .sns_icon img{
	width: 40px;
	height: 40px;
}
}



/*=====WHAT’S AJIKATION WEEK=====*/
.ajiw-about{
  width: 100%;
  height: 1970px;
  background: url("../images/bg_dot.png") repeat;
  padding-top: 5%;
  position: relative;
}
.ajiw-about .ajiw-about-bg-01, .ajiw-about-bg-02 {
  width: 100%;
}
.ajiw-about .ajiw-about-bg-01 img{
  position: absolute;
  top: -50px;
  right: 30px;
}
.ajiw-about .ajiw-about-bg-02 img{
  position: absolute;
  top: 680px;
  left: 30px;
}
.ajiw-about-detail-01 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.ajiw-about-detail-02{
  position: relative;
}
/*右側*/
.ajiw-about-detail-01 .img {
  width: 100%;
  z-index: 2;
}
.ajiw-about-detail-01 .img img{
  position: absolute;
  top: 50px;
  width: 1550px;
  
}
.ajiw-about-detail-01 h3{
  width: 70%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 3;
}
.ajiw-about-detail-01 h3 img{
  width: 580px;
}
.ajiw-about-detail-01 .txt{
  z-index: 3;
  position: absolute;
  top: 300px;
  left: 7.5vw;
}
.ajiw-about-detail-01 .txt h4{
  color: #3B549A;
  font-size: 2.2rem;
  padding-bottom: 2vw;
}
.ajiw-about-detail-01 .txt p{
  color: #4A4A4A;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .5rem;
}
/*左側*/
.ajiw-about-detail-02 ul{
  z-index: 3;
  position: absolute;
  left: 750px;
  top: 620px;
}
.ajiw-about-detail-02 ul li{
  font-size: 1.5rem;
  line-height: 3rem;
}
/*記事（後で消す）*/
.ajiw-about .article{
	margin: 1050px auto 0 auto;
 	background-color: #fff;
	padding: 5%;
	border: 4px solid #3B549A;
	border-radius: 10px;
}
.ajiw-about .article h3{
  color: #3B549A;
  display: inline-block;
  font-size: 3rem;
  border-bottom: 3px solid #3B549A;
}
.ajiw-about .article h4{
  color: #729CDE;
  font-size: 1.7rem;
}
.ajiw-about .article .title{
  text-align: center;
	margin-bottom: 60px;
}

/*動画*/
.ajiw-about .flex{
	display: flex;
	justify-content: space-between;
}
.ajiw-about .flex-item{
  flex-basis: calc(100%/2 - 2%);
}
.ajiw-about .flex .movie{
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.ajiw-about iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1600px) {
.ajiw-about-detail-01 .txt{
  left: 9vw;
}
.ajiw-about-detail-02 ul{
  left: 730px;
  top: 605px;
}
.ajiw-about .ajiw-about-bg-01 img{
  top: -2vw;
  right: 2vw;
}
.ajiw-about .ajiw-about-bg-02 img{
  left: 2vw;
}
 }
@media screen and (max-width: 1360px) {
.ajiw-about-detail-02 ul{
  left: 53vw;
  top: 45vw;
}
.ajiw-about-detail-02 ul li{
  font-size: 1.1vw;
  line-height: 2.2vw;
}
}
@media screen and (max-width: 1300px) {
.ajiw-about{
  height: 150vw;
}
.ajiw-about-detail-01 .txt{
  top: 24vw;
}
.ajiw-about-detail-01 .txt h4{
  font-size: 1.65vw;
}
.ajiw-about-detail-01 .txt p{
  font-size: 1.35vw;
  letter-spacing: .5rem;
}
.ajiw-about .ajiw-about-bg-01 img{
  width: 20vw;
  top: 17vw;
}
.ajiw-about .ajiw-about-bg-02 img{
  width: 50vw;
  top: 52vw;
}
.ajiw-about .article{
	margin-top: 76vw;
	
}
/*.ajiw-about .movie{
	margin-top: 76vw;
	
}
*/ }
@media screen and (max-width: 1024px) {
.ajiw-about{
  height: 270vw;
}
.ajiw-about-detail-01 .txt{
  top: 28.5vw;
  left: 11.5vw;
}
.ajiw-about-detail-01 .txt h4{
  font-size: 2vw;
  padding-bottom: 1.8vw;
}
.ajiw-about-detail-01 .txt p{
  font-size: 1.6vw;
  letter-spacing: .7vw;
}
.ajiw-about-detail-02 ul{
  left: 33vw;
  top: 71vw;
}
.ajiw-about-detail-02 ul li{
  font-size: 1.5vw;
  line-height: 3vw;
}
.ajiw-about .ajiw-about-bg-01 img{
  width: 23vw;
  top: -6vw;
}
.ajiw-about .ajiw-about-bg-02 img{
  width: 60vw;
  top: 86vw;
}
.ajiw-about .article{
	margin-top: 115vw;
}
.ajiw-about .article .title{
	margin-bottom: 30px;
}
.ajiw-about .flex{
  display: block;
}
.ajiw-about .flex-item:nth-child(2){
  margin-top: 7%;
}
	
}
@media screen and (max-width: 769px) {
.ajiw-about-detail-02 ul{
  left: 31vw;
}
}
@media screen and (max-width: 650px) {
.ajiw-about-detail-02 ul{
  left: 30vw;
  top: 72vw;
}
}
@media screen and (max-width: 580px) {
.ajiw-about-detail-02 ul{
  left: 28vw;
}
}
@media screen and (max-width: 530px) {
.ajiw-about-detail-02 ul{
  left: 23vw;
}
}
@media screen and (max-width: 480px) {
.ajiw-about {
  height: 515vw;
  padding-top: 20%;
}
.ajiw-about .ajiw-about-bg-01 img{
  width: 80vw;
  top: -5vw;
  left: 5vw;
}
.ajiw-about .ajiw-about-bg-02 img{
  width: 60vw;
  top: 285vw;
}
.ajiw-about .img{
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.ajiw-about .img img{
  position: absolute;
  top: 180px;
}
.ajiw-about .aji-container{
  width: calc(100% - 40px);
  margin: 0 auto;
}
.ajiw-about-detail-01{
  margin-top: 40px;		
	}
.ajiw-about-detail-01 h3{
  width: 100%;
  position: static;
}
.ajiw-about-detail-01 .txt{
  position: static;
  margin-top: 15vw;
}
.ajiw-about-detail-01 .txt h4{
  color: #3B549A;
  font-size: 5vw;
  padding-bottom: 2vw;
}
.ajiw-about-detail-01 .txt p{
  color: #4A4A4A;
  font-weight: bold;
  font-size: 3.5vw;
  letter-spacing: 1vw;
}
.ajiw-about-detail-02 ul{
  position: static;
  margin-top: 60vw;
}
.ajiw-about-detail-02 ul li{
  font-size: 3.1vw;
  line-height: 7vw;
}
.ajiw-about .article{
	margin-top: 67vw;
	padding: 20px;
}
.ajiw-about .article h3{
    font-size: 2.3rem;
    line-height: 1.4;
    padding-bottom: 10px;
}
.ajiw-about .article h4{
	line-height: 1.6;
}
.ajiw-about .flex-item:nth-child(2){
  margin-top: 10%;
}
}

/*=====NEWS=====*/
.ajiw-news{
    margin-bottom: 120px;
}
.ajiw-news .aji-container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.ajiw-news .ttl {
  width: 210px;
  padding: 20px;
    padding-top: 0;
    position: relative;
    top: -1em;

}
.ajiw-news .ttl .jp {
  color: #729CDE;
  font-size: 2rem;
}

.ajiw-news .ttl .en {
  color: #000000;
  font-size: 4.0rem;
}

.ajiw-news .ttl::after{
    content: "";
    display: block;
    width: 7px;
    height: 180px;
    background: rgba(59,84,154,.3);
    position: absolute;
    right: 0;
    top: 1em;
    z-index: -2;
}
.ajiw-news .ttl::before{
    content: "";
    display: block;
    width: 7px;
    height: 70px;
    background: rgba(59,84,154,1);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.ajiw-news .news_list{
    width: calc(100% - 320px);
    max-height: 180px;
    overflow-y: scroll;
}
.ajiw-news .news_list li {
  margin-bottom: 30px;
}
.ajiw-news .news_list li a{
  color: #3B549A;
}
.ajiw-news .news_list li a:hover{
  text-decoration: underline;
}


.ajiw-news .news_list li dt {
  float: left;
  max-width: 15%;
  color: #729CDE;
    font-size: 90%;
}

.ajiw-news .news_list li dd {
  margin-left: 140px;
  max-width: 75%;
  border: none!important;
    font-size: 90%;
    
}
.aji-container .banner{
	margin: 10% auto;
	transition: all .2s;
	text-align: center;
}
.aji-container .banner:hover{
	opacity: 0.8;
	color: #FFFFFF;
}

/*.aji-container .close{
	position: relative;
	display: inline-block;
}
.aji-container .close::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000000;
	opacity: .15;
	display: block;
}*/
.aji-container .map{
	margin: 10% auto 20% auto;
}
.aji-container .map .btn a {
	max-width: 500px;
}
.btn .download {
 box-sizing: border-box;
 display: block;
 transform: scale(var(--ggs,1));
 width: 16px;
 height: 6px;
 border: 2px solid;
 border-top: 0;
 border-bottom-left-radius: 2px;
 border-bottom-right-radius: 2px;
 margin-top: 10px;
 margin-left: 5px;
}

.btn .download::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 8px;
 height: 8px;
 border-left: 2px solid;
 border-bottom: 2px solid;
 transform: rotate(-45deg);
 right: 2px;
 bottom: 4px;
}

.btn .download::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 border-radius: 3px;
 width: 2px;
 height: 10px;
 background: currentColor;
 right: 5px;
 bottom: 5px
} 
.aji-container .map figcaption {
	font-size: 90%;
}

@media screen and (max-width: 1024px) {
.ajiw-news .ttl {
  width: 180px;
  padding: 20px;

}

.ajiw-news .ttl .jp {
  font-size: 1.8rem;

}

.ajiw-news .ttl .en {
  font-size: 3.6rem;
}

.ajiw-news .news_list{
    width: calc(100% - 280px);
}
.ajiw-news .news_list li {
  margin-bottom: 30px;
} 
}
@media screen and (max-width: 769px) {
    
.ajiw-news .aji-container{
    flex-direction: column;
}
    
.ajiw-news .ttl {
  width:100%;
    text-align: center;
  padding: 0px;
    padding-bottom: 30px;

}
.ajiw-news .ttl::after{
    width: 100%;
    height:5px;
    top: 100px;
}
.ajiw-news .ttl::before{
    width: 30%;
    height: 5px;
    right: inherit;
    left: 0;
    top: 100px;
}
    
.ajiw-news .ttl .jp {
  font-size: 1.6rem;
    position: relative;
    top: -0.5em;
}

.ajiw-news .ttl .en {
  font-size: 3.2rem;
}

    
.ajiw-news .news_list{
    width: 100%;
    max-height: 240px;
}
.ajiw-news .news_list li {
  margin-bottom: 30px;

} 
}
@media screen and (max-width: 480px) {
.ajiw-news{
    margin-bottom: 80px;
}
.ajiw-news .news_list li dt {
  max-width: 10%;
  color: #729CDE;
    font-size: 95%;
}

.ajiw-news .news_list li dd {
  margin-left: 120px;
  max-width: 80%;
  border: none!important;
    font-size: 95%;
    
}
.aji-container .map .btn a {
	font-size: 1.3rem;
}
    
    
}

/*=====SCHEDULE=====*/
.ajiw-sc{
  width: 100%;
  height: 100%;
  background: url("../images/bg_dot.png") repeat;
  padding: 10% 0 7% 0;
  border-top: #3B549A 4px solid;
  border-bottom: #3B549A 4px solid;
}
.ajiw-sc-container{
  height: 100%;
  margin: 50px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border: #3B549A 4px solid;
}
.ajiw-sc-container dd{
  display: none;
  position: relative;
}
.ajiw-sc .title{
  text-align: center;
}
.ajiw-sc h3{
  color: #3B549A;
  display: inline-block;
  font-size: 3rem;
  border-bottom: 3px solid #3B549A;
}
.ajiw-sc-container h4 {
  color: #3B549A;
  font-size: 2.5rem;
  position: relative;
}
.ajiw-sc-container dt{
  display: inline-block;
  padding: 0 2em;
  margin-left: -1.5em;
}
.ajiw-sc-container dt{
  display: block;
  cursor: pointer;
  position: relative;
}
.ajiw-sc-container dt:before {
  position: absolute;
  top: 50%;
  right: 1%;
  content: '';
  width: 20px;
  height: 3px;
  background: #3B549A;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.ajiw-sc-container dt:after {
  position: absolute;
  top: 50%;
  right: 1%;
  content: '';
  width: 20px;
  height: 3px;
  background: #3B549A;
  transition: all .2s ease-in-out;
}
.ajiw-sc-container dt.open:before {
  transform: rotate(0deg);
}
.ajiw-sc-container dt.open:after {
}
.ajiw-sc-container h4 .date{
  color: #2E3131;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  padding-left: 1vw;
}
.ajiw-sc-container .subtitle h5 {
  display: inline;
  padding-bottom: 2px;
  color: #2E3131;
  border-bottom: #3B549A 3px solid;
  line-height: 2.5em;
}
.ajiw-sc-container .subtitle ul li{
  color: #e39d93;
  font-size: 1.35rem;
  font-weight: 500;
  text-align: center;
}
.ajiw-sc-container .subtitle ul li:first-child{
  padding-top: .5em;
}
.ajiw-sc-detail{
  display: flex;
  flex-wrap: nowrap;
  padding: 4vw 2vw;
  margin: 60px auto ;
}
.ajiw-sc-container dd .ajiw-sc-detail:nth-child(odd){
  flex-direction: row-reverse;
}
.ajiw-sc-detail .pic{
  width: 60%;
}
.ajiw-sc-detail .contents{
  position: relative;
  width: 40%;
}
.ajiw-sc-detail .contents img{
  position: absolute;
  top: -50px;
  right: 0;	
  left: 0;	
}
@media screen and (max-width: 1024px) {
.ajiw-sc-detail .contents img{
  bottom: -150px;
}
}
@media screen and (max-width: 769px) {
.ajiw-sc-detail{
  padding: 4vw 2vw;
}
.ajiw-sc-detail .contents img{
  bottom: -100px;
}
}
@media screen and (max-width: 480px) {
.ajiw-sc-detail{
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
.ajiw-sc-container h4 {
  line-height: 1.2;
}
.ajiw-sc-container h4 .date {
  padding-left: 0;
}
.ajiw-sc-detail .pic{
  width: 100%;
  margin-bottom: 40px;
}
.ajiw-sc-detail .contents{
  position: static;
  width: 100%;
  margin: 0 auto;
}
.ajiw-sc-detail .contents img{
  position: static;
}
.ajiw-sc-detail div:nth-child(1){
  width: 60%;
}
.ajiw-sc-container dt{
  padding: 1em 2em;
}
}

/*=====SPOT & ACTIVITY=====*/
.ajiw-sa{
  padding: 15% 0 5% 0;
}
.ajiw-sa .ajiw-box{
  padding-top: 10%;
}
.ajiw-sa .col{
  width: 45%;
  margin-bottom: 60px;
}
.ajiw-sa h3{
  display: inline;
  font-size: 2rem;
  color: #729CDE;
  border-bottom: #729CDE 2px solid;
  padding-bottom: 2px;
}
.ajiw-sa-ttl{
  text-align: center;
  margin: 11% 0 20px 0;	
}
.ajiw-sa .pic{
  position: relative;
}
.ajiw-sa .pic .illust{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3vw;
}
@media screen and (max-width: 1024px) {
.ajiw-sa .pic .illust{
  width: 25%;
  height: auto;
}
.ajiw-sa .col:nth-child(1) .pic .illust {
  width: 20%;
}
}
@media screen and (max-width: 769px) {
.ajiw-sa .col{
  width: 47%;
}
}
@media screen and (max-width: 480px) {  
.ajiw-sa .col{
  width: 100%;
}
}
/*=====other=====*/

.ajiw-other{
  background: #F8F8F8;
  position: relative;
  padding-bottom: 10px;
}
.ajiw-other .naminami{
  margin-top: -170px;
}
.ajiw-other .ttl-line{
  position: relative;
  text-align: center;
  z-index: 2;
}
.ajiw-other .ttl-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #3B549A;
  position: absolute;
  z-index: 0;
  top: 2em;
}
.ajiw-other .ttl-line .en {
  color: #3B549A;
  font-size: 3.4rem;
  letter-spacing: 0.35em;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #F7F7F7;
  padding: 0 .3em;
  padding-left: .6em;
}
.ajiw-other .ttl-line .jp {
  font-size: 1.8rem;
  display: block;
}
.ajiw-other .logo {
  text-align: center;
  margin: 50px auto;
}
.ajiw-other .contents{
  margin: 4em auto;
  width: 90%;
}
.ajiw-other .line{
  margin: 50px auto;
}
.ajiw-other .line .line_logo{
  width: 400px;
  margin: 0 auto 40px auto;
}
.ajiw-other .line .line_qr{
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.ajiw-other .line p{
   text-align: center;
}
.ajiw-other .line .line_qr p{
  font-weight: bold;
}
.ajiw-other .sns_icon img{
  width: 50px;
  height: 50px;
}
.ajiw-other table{
  border-top: 1px dotted #707070!important;
    width: 100%;

}
.ajiw-other table th,.ajiw-other table td{
  border-bottom: 1px dotted #707070!important;
  text-align: left;
  font-size: 90%;
padding: 10px;
 line-height: 1.6;
    
}
.ajiw-other table th{
  color: #729CDE;
  width: 180px;
}
.ajiw-other table td a{
  color: #3B549A;
  text-decoration: underline;
}
.ajiw-other table td a:hover{
  text-decoration: none;
}

.ajiw-other table .sns_icon{
	display: flex;
}

.ajiw-other table .sns_icon img{
	width: 30px;
	height: 30px;
}

.ajiw-other .ttl-list{
   color: #729CDE;
   font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
}

.ajiw-other .kome{
   font-size: 1.4rem;
   font-weight: normal;
   display: block;
   line-height: 1.5;
    color: #2E3131;

}
@media screen and (max-width: 769px) {
.ajiw-other table th{
  color: #729CDE;
  width: 180px;
    letter-spacing: 0.1em;
}    
}
@media screen and (max-width: 1024px) {
.ajiw-other .ttl-line .en {
  font-size: 3rem;
  letter-spacing: 0.3em;
}
}
@media screen and (max-width: 769px) {
.ajiw-other .ttl-line .en {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
}
}
@media screen and (max-width: 480px) {
.ajiw-other .line .line_logo{
  width: 300px;
}
.ajiw-other .contents{
  width: 100%;
}
.ajiw-other .ttl-line .en {
  letter-spacing: 0.25em;
}
}

/*=====REPORT=====*/
.ajiw-report{
	border-top: 4px solid #3B549A;
	padding: 15% 0 30% 0;
	background-color: #E8EFFA;
}
.ajiw-report .ajiw-box{
	padding-top: 13%;
}
.ajiw-report .title{
  text-align: center;
	margin-bottom: 60px;
}
.ajiw-report h3{
  color: #3B549A;
  display: inline-block;
  font-size: 3rem;
  border-bottom: 3px solid #3B549A;
}
.ajiw-report h4{
  color: #729CDE;
  font-size: 2rem;
}

.ajiw-report .movie{
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 56.25%;
}
.ajiw-report iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ajiw-report .article{
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
	
.ajiw-report h3{
  font-size: 2.3rem;
  line-height: 1.4;
  padding-bottom: 10px;
}
.ajiw-report .title{
	margin-bottom: 40px;
}
}
