@charset "utf-8";

/* -----------------------------------------------------------------------------

  outline
  
----------------------------------------------------------------------------- */

@media screen and (min-width: 751px) {

/* page_tit
---------------------------------------------*/
.page_tit{
  text-align: center;
  margin-bottom: 74px;
}
.page_tit .tit{
  font-size: 320%;
  margin-bottom: 0.331em;
}
.page_tit .tit + p{
  font-size: 160%;
}

/* note_area
---------------------------------------------*/
  .note_area{
    padding: 0 0 70px;
  }

/* dl
---------------------------------------------*/
dl.cf{
  width: 100%;
  font-size: 140%;
  line-height: 2;
}
dl.cf dt{
  width: 16.2%;
  float: left;
  border-top: 1px solid #000;
  padding-top: 3.5%;
  padding-left: 2.4%;
  padding-bottom: 3.9%;
  box-sizing: border-box;
  color:#000;
}
dl.cf dt.last{
  border-bottom: 1px solid #000;
}
dl.cf dd{
  width: 81.4%;
  float: right;
  border-top: 1px solid #eee;
  padding-top: 3.5%;
  padding-left: 1.4%;
  padding-bottom: 3.9%;
  box-sizing: border-box;
  color:#555555;
}
dl.cf dd.last{
  border-bottom: 1px solid #eee;
}

/* outline_info
---------------------------------------------*/
#outline_info{
    padding: 0 0 92px;
  }
#outline_info .inner{
  max-width: 740px;
}
  #outline_info .tit{
    font-size: 180%;
    margin-bottom: 22px;
    font-weight: normal;
  }
/* meaning
---------------------------------------------*/
  #meaning .inner{
    background: #EEEEEE;
  }
  #meaning .inner{
  max-width: 860px;
  box-sizing: border-box;
    padding:28px 6.162% 34px;
}
  #meaning h3.tit{
    font-size: 180%;
    padding-bottom: 27px;
    border-bottom:1px solid #DDDDDD;
    margin-bottom: 31px;
    font-weight: normal;
  }
  #meaning .box{
    padding: 0 1.5%;
  }
  #meaning .subtit{
    font-size: 200%;
    color: #00003F;
  }
  #meaning .txt{
    font-size:120%;
    color: #525252;
    line-height: 2.2;
    margin-top: calc(30px - 0.6em);
  }
/* highlights
---------------------------------------------*/
  #highlights{
    padding: 75px 0 92px;
  }
#highlights .inner{
  max-width: 740px;
}
#highlights .tit{
  font-size: 180%;
  line-height: 1;
  padding-bottom: 28px;
  box-sizing: border-box;
}
#highlights ul{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
#highlights ul li{
  width: 98.6%;
  margin: 2em auto 0;
}
#highlights ul li:first-child{
  margin-top: 5%;
}
#highlights ul li:last-child{
  margin-bottom: 6.4%;
}
#highlights ul p{
  font-size: 150%;
  line-height: 2.2;
}
  #highlights ul .highlights_tit{
    color: #00003F;
  }
#highlights ul p.note{
  font-size: 120%;
  padding-left: 1.2em;
  color: #535353;
}


/* メディア紹介
---------------------------------------------*/
  #main .media{
    padding: 75px 0 92px;
  }
#main .media .inner{
  max-width: 740px;
}
#main .media .tit{
  font-size: 180%;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 28px;
  box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
#main .media ul{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items:stretch;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#main .media ul li{
  width: 30%;
  font-size: 130%;
  line-height: 1.4;
}
#main .media ul li img{
  display: block;
  border: 1px solid  #eee;
  margin-bottom: 15px;
}


/* btn_list */
 .btn_list {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: stretch;
align-items: stretch;
}
.btn_list .btn {
  margin:0 0 2em 2.7%;
  line-height: 1.3;
}
 .btn_list .btn:nth-child(2n + 1) {
  margin-right: 0;
}
 .btn_list .btn p.fewer_rows{
    position: absolute;
  width:100%;
    top:50%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
 .btn_list .btn.pdf::before {
    content: url(../img/pdf_icon.png);
    position: absolute;
    top: 50%;
    right: 1.714em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

/*-----endPC------------------------------------------------------------*/}






@media screen and (max-width: 750px) {

/* page_tit
---------------------------------------------*/
.page_tit{
  padding-bottom: 35px;
  text-align: center;
  color: #00003F;
}
.page_tit .tit{
  font-size: 230%;
  margin-bottom: 0.956em;
}
.page_tit .tit + p{
  font-size: 120%;
}
  /*note_area
---------------------------------------------*/
  .note_area{
    padding: 0 0 35px;
  }
/* dl
---------------------------------------------*/
dl.cf{
  width: 100%;
  font-size: 110%;
  line-height: 2;
}
dl.cf dt{
  width: 25%;
  float: left;
  border-top: 1px solid #000;
  padding-top: 3.5%;
  padding-left: 2.4%;
  padding-bottom: 3.9%;
  box-sizing: border-box;
  color: #000;
}
dl.cf dt.last{
  border-bottom: 1px solid #000;
}
dl.cf dd{
  width: 72%;
  float: right;
  border-top: 1px solid #eee;
  padding-top: 3.5%;
  padding-left: 1.4%;
  padding-bottom: 3.9%;
  box-sizing: border-box;
  color: #555555;
}
dl.cf dd.last{
  border-bottom: 1px solid #eee;
}

/* outline_info
---------------------------------------------*/
  #outline_info{
    padding-bottom: 60px
  }
#outline_info .inner{
  width: 92%;
  margin: auto;
}
  #outline_info .tit{
    font-size: 130%;
    margin-bottom: 0.961em;
    font-weight: normal;
  }
  
/* meaning
---------------------------------------------*/
  #meaning .inner{
    background: #EEEEEE;
  }
  #meaning .inner{
  width: 92%;
  margin: auto;
  box-sizing: border-box;
    padding:14px 3% 17px;
}
  #meaning h3.tit{
    font-size: 130%;
    padding-bottom: 0.961em;
    border-bottom:1px solid #DDDDDD;
    margin-bottom: 0.961em;
    font-weight: normal;
  }
  #meaning .box{
    padding: 0 1.5%;
  }
  #meaning .subtit{
    font-size: 140%;
    color: #00003F;
    line-height: 1.6;
  }
  #meaning .txt{
    font-size:110%;
    color: #525252;
    line-height: 2.2;
    margin-top: calc(15px - 0.6em);
  }
/* highlights
---------------------------------------------*/
  #highlights{
    padding: 52px 0;
  }
#highlights .inner{
  width: 92%;
  margin: auto;
}
#highlights .tit{
  font-size: 130%;
  line-height: 1.6;
  padding-bottom: 0.961em;
  box-sizing: border-box;
}
#highlights ul{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
#highlights ul li{
  width: 98.6%;
  margin: 2em auto 35px;
}
#highlights ul p{
  font-size: 110%;
  line-height: 2.2;
}
  #highlights ul .highlights_tit{
    color: #00003F;
      font-size: 130%;
  line-height: 1.6;
  }
#highlights ul p.note{
  color: #535353;
}



/* メディア紹介
---------------------------------------------*/
  #main .media{
    padding: 52px 4%;
  }
#main .media .inner{
  max-width: 740px;
}
#main .media .tit{
  font-size: 130%;
  line-height: 1.6;
  padding-bottom: 0.961em;
  box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
}
#main .media ul{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items:stretch;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#main .media ul li{
  width: 47%;
  line-height: 1.4;
}
#main .media ul li:not(:last-of-type){
	margin-bottom: 30px;
}
#main .media ul li img{
  display: block;
  border: 1px solid  #eee;
  margin-bottom: 15px;
}



/* btn_list */

.btn_list .btn {
  margin-bottom: 2.307em;
  font-size: 65%;
  color: #00003F;
  line-height: 1.3;
}


.btn_list .btn::after {
left:1.125em;
}

.btn_list {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: stretch;
align-items: stretch;
}


.btn_list .btn.pdf::before {
  content: "";
    background: url(../img/pdf_icon.png) no-repeat;
  background-size: 100% 100%;
  width:1.5em;
  height: 2em;
    position: absolute;
    top: 50%;
    right: 1.125em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

/*-----endSP------------------------------------------------------------*/}