@charset "utf-8";
/* ===============================================
# メインタイトル
=============================================== */
.cmn_sec_weboc{
  position: relative;
  background: #f8f8f8;  
}
.cmn_sec_weboc h1{
  text-align: center;
}

.cmn_sec_weboc .box_link{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 510px;
  max-width: calc(100% - 350px);
  z-index: 1;
}
.cmn_sec_weboc .box_link li{
  position: relative;
  width: 50%;
}
.cmn_sec_weboc .box_link li a{
  min-height: 67px;
  padding:5px 20px 5px 0;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background-color: #fcff00;
  text-decoration: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.cmn_sec_weboc .box_link li.admission a{
  padding-right: 62px;
  background: url("/common/img/ico_link.svg")no-repeat right 18px center;
  background-color: #fcff00;
  background-size:35px auto;
}
.cmn_sec_weboc .box_link li a span{
  display: block;
  width: 100%;
  padding: 12px 0 12px 20px;
}
.cmn_sec_weboc .box_link li.pamphlet a span{
  background: url("/common/img/ico_pamphlet.svg")no-repeat right center;
  background-size: 25px auto;
}
.cmn_sec_weboc .box_link li.admission a span{
  border-left: solid 1px #b3ac01;
}
@media (hover: hover) and (pointer: fine) {
  .cmn_sec_weboc .box_link li a:hover{
    background-color: #646464 !important;
    color: #fff;
  }
  .cmn_sec_weboc .box_link li.admission a:hover{
    background-image: url("/common/img/ico_link_w.svg");
  }  
  .cmn_sec_weboc .box_link li.pamphlet a:hover span{
    background-image: url("/common/img/ico_pamphlet_w.svg");
  }  
}
@media screen and (max-width :834px) {
  .cmn_sec_weboc{
    padding-bottom: 20px;
  }
  .cmn_sec_weboc h1 img{
    width: 100%;
  }
}
@media screen and (max-width :834px) {
  .cmn_sec_weboc .box_link{
    position: relative;
    width: 100%;
    max-width: inherit;
  }
  .cmn_sec_weboc .box_link li a{
    min-height:inherit;
    padding:15px 13px  15px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cmn_sec_weboc .box_link li.admission a{
    padding-right: 40px;
    background-position: right 13px center;
    background-size:27px auto;
  }
  .cmn_sec_weboc .box_link li a span{
    padding: 6px 0 6px 8%;
  }
  .cmn_sec_weboc .box_link li.pamphlet a span{
    background-size: 18px auto;
  }
}
/* ===============================================
# sec_news
=============================================== */
.sec_news{
  position: relative;
  background: #f8f8f8;
}
.sec_news .wrap_news{
  position: relative;
  z-index: 10;
  max-width: 1470px;
  margin: 0 0 0 auto;
  padding: 43px 5.6% 55px;
  background: #fff;
}
.sec_news .wrap_news .box_ttl{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;  
  margin-bottom: 28px;
}
.sec_news .wrap_news h2{
  font-size: 34px;
  font-size: 3.4rem;
  color: #4c4c4c;
  line-height: 1;
}
.sec_news .wrap_news .box_cate{
  padding-left: 67px;
}
.sec_news .wrap_news .box_cate li:nth-child(n+2){
  margin-left: 20px;
}
.sec_news .wrap_news .box_cate li:nth-child(n+2)::before{
  display: inline-block;
  font-size: 4px;
  content: '●';
  margin-right: 20px;
}
.sec_news .wrap_news .box_cate li button{
  position: relative;
  color: #686868;
  padding: 0 9px;
}
.sec_news .wrap_news .box_cate li button::after{
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
}
.sec_news .wrap_news .box_cate li button.on{
  color: #000;
  font-weight: bold;
}
.sec_news .wrap_news .box_cate li button.on::after{
  background: #f8ee01;
}
.sec_news .box_news{
  position: relative;
  max-width: 1290px;
}
.sec_news .cmn_more{
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width :834px) {
  .sec_news .wrap_news{
    width: 100%;
    padding: 33px 5.3% 32px;
  }
  .sec_news .wrap_news .box_ttl{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    margin-bottom:40px;
  }
  .sec_news .wrap_news h2{
    font-size: 27.5px;
    font-size: 2.75rem;
  }
  .sec_news .wrap_news .box_cate{
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;    
  }
  .sec_news .wrap_news .box_cate li:nth-child(n+2)::before{
    font-size: 3px;
  }
  .sec_news .wrap_news .box_cate li button{
    padding: 0 4px;
  }
  .sec_news .wrap_news .box_cate li button::after{
    bottom: -5px;
    height: 2.5px;
  }
  .sec_news .cmn_more{
    margin-top: 28px;
    position: relative;
    text-align: center;
  }  
}
/* ===============================================
# sec_lean
=============================================== */
.sec_lean{
  padding-top: 179px;
  background: url("/common/img_weboc/bg_lean.jpg")no-repeat center top;
  max-width: 1690px;
  margin: 0 auto;
}
.sec_lean .wrap_contents{
  margin: 0 0 0 auto;
  min-height: 663px;
  max-width: 1253;
  width: 75%;
  background: #fff;
  padding: 55px 62px;
}
.sec_lean .wrap_contents>*{
  width: 100%;
  max-width: 1026px;
}
.sec_lean .wrap_contents .box_ttl{
  margin-bottom: 50px;
}
.sec_lean .wrap_contents .box_ttl h2{
  width: 256px;
  margin-right: 57px;
}
.sec_lean .wrap_contents .box_ttl .txt{
  -webkit-box-flex: 1;
  flex: 1;
}

@media screen and (max-width :1400px) {
  .sec_lean{
    background-position: left 17% top;
    background-size:cover;
  }  
}
@media screen and (max-width :1280px) {
  .sec_lean .wrap_contents{
    padding: 60px 30px;
  }
  .sec_lean .wrap_contents .box_ttl{
    display: block;
  }
  .sec_lean .wrap_contents .box_ttl .txt{
    margin-top: 20px;
  }
}
@media screen and (max-width :834px) {
  .sec_lean{
    padding-top: 32.4%;
    background-image: url("/common/img_weboc/bg_lean_sp.jpg");
    background-size: 100% auto;
    background-color: #f8f8f8;
  }
  .sec_lean .wrap_contents{
    margin: 0 auto;
    min-height: inherit;
    width: 90.5%;
    padding: 35px 7.9% 55px;
  }
  .sec_lean .wrap_contents .box_ttl{
    margin-bottom: 15px;
  }
  .sec_lean .wrap_contents .box_ttl h2{
    width: 191px;
    margin: 0 auto;
  }
  .sec_lean .wrap_contents .box_ttl .txt{
    margin-top: 20px;
  }
}


.sec_lean .area_sns{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_lean .area_sns .box_movie{
  width: 48.14%;
}
.sec_lean .area_sns .box_movie .movie a{
  color: #000;
  text-decoration: none;
}
.sec_lean .area_sns .box_movie .movie figure{
  position: relative;
  background: #fff;
}
.sec_lean .area_sns .box_movie .movie .thumb{
  padding-top: 56.27%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}
.sec_lean .area_sns .box_movie .movie figure::after{
  position: absolute;
  right: -13px;
  bottom: -13px;
  content: '';
  width: 40px;
  height: 40px;
  background: url("/common/img/ico_arrow_y.svg")no-repeat center center;
  background-size: contain;
  filter:drop-shadow(0 0 9px rgba(0, 0, 0, 0.2));
}
.sec_lean .area_sns .box_movie .movie .ttl{
  text-align: center;
  margin-top: 27px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
}
.sec_lean .area_sns .box_movie .channel{
  margin-top: 50px;
}
.sec_lean .area_sns .box_movie .channel a{
  padding: 18px 5px;
  width: 100%;color: #000f;
  text-decoration: none;
  border: solid 1px #e1e1e1;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_lean .area_sns .box_movie .channel .ttl{
  display: inline-block;
  padding-left: 56px;
  background: url("/common/img/ico_sns_youtube.svg")no-repeat left center;
  background-size:35px auto;
}
.sec_lean .area_sns .box_movie .channel a .blank{
  width: 19px;
  margin-left: 20px;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .sec_lean .area_sns .box_movie .movie a:hover .thumb{
    opacity: 0.6;
  }
  .sec_lean .area_sns .box_movie .channel a:hover{
    background-color: #f6f6f6;
  }
}
@media screen and (max-width :1280px) {
  .sec_lean .area_sns .box_movie .movie .ttl{
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width :834px) {
  .sec_lean .area_sns .box_movie{
    width:100%;
  }  
  .sec_lean .area_sns .box_movie .movie figure::after{
    right: -15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  .sec_lean .area_sns .box_movie .movie .ttl{
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_lean .area_sns .box_movie .channel{
    margin-top: 30px;
  }
  .sec_lean .area_sns .box_movie .channel a{
    padding: 15px 3.5%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_lean .area_sns .box_movie .channel .ttl{
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    background-size:23px auto;
  }
  .sec_lean .area_sns .box_movie .channel a .blank{
    width: 9px;
    margin-left: 20px;
  }  
}
/*twitter*/
.sec_lean .box_tw{
  -webkit-box-flex: 1;
  flex: 1;  
  max-width: 450px;
  margin-left: 20px;
}
.sec_lean .area_sns .box_tw h3{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end ;  
  margin-bottom: 15px;  
}
.sec_lean .area_sns .box_tw h3 .ttl{
  padding: 10px 0 10px 50px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  background:url("/common/img/ico_sns_twitter.svg")no-repeat left 5px center;
  background-size: 33px auto;
}
.sec_lean .area_sns .box_tw h3 .account{
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_lean .area_sns .box_tw .box_timeline{
  position: relative;
  overflow: hidden;
  padding-top: 95%;
  border: solid 1px #e1e1e1;
}
.sec_lean .area_sns .box_tw .box_timeline iframe{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width :834px) {
  .sec_lean .area_sns .box_tw{
    margin-top: 30px;
    margin-left: 0;
  }
  .sec_lean .area_sns .box_tw h3{
    margin-bottom: 14px;  
  }
  .sec_lean .area_sns .box_tw h3 .ttl{
    padding: 5px 0 5px 35px;
    font-size: 15px;
    font-size: 1.5rem;
    background-position:  left center;
    background-size: 25px auto;
  }
  .sec_lean .area_sns .box_tw h3 .account{
    font-size: 12px;
    font-size: 1.2rem;
  }  
  .sec_lean .area_sns .box_tw .box_timeline{
    padding-top: 150%;
  }
}
/* ===============================================
# sec_navi
=============================================== */
.sec_navi{
  background: #f8ee01;
  padding-bottom: 90px;
}
.sec_navi h2{
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.sec_navi h2 img{
  width: 212px;
}
.sec_navi h2 .jp{
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec_navi .list_dept > li > a{
  display: block;
  position: relative;
  height: 100%;
  padding: 52px 19px;
  background: #fff;
  border-radius: 20px;
  color: #000;
  text-decoration: none;
}
.sec_navi .list_dept > li > a::after {
  position: absolute;
  right: -13px;
  bottom: -13px;
  content: '';
  width: 40px;
  height: 40px;
  background: url("/common/img/ico_arrow_y.svg")no-repeat center center;
    background-size: auto;
  background-size: contain;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.2));
}
.sec_navi .list_dept h3{
  text-align: center;
  line-height: 1.3;
}
.sec_navi .list_dept h3 .cmn_cate_dep{
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 25px;
}
.sec_navi .list_dept h3 .cmn_cate_dep::before{
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -15px;
}
.sec_navi .list_dept h3 span[lang="en"]{
  display: block;
  margin-top: 10px;
  color: #c2c2c2;
  font-size: 14px;
  font-size: 1.4rem;
}
.sec_navi .list_dept .list_navi{
  margin-top: 20px;
}
.sec_navi .list_dept .list_navi >li{
  display: block;
  position: relative;
  padding-left: 28px;  
  line-height: 1.438;  
}
.sec_navi .list_dept .list_navi >li:nth-child(n+2){
  margin-top: 12px;
}
.sec_navi .list_dept .list_navi >li::before{
  content: '';
  display: bloc;
  width: 19px;
  height: 1px; 
  background: #f4c18b;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.sec_navi .list_dept .jc .list_navi >li::before{
  background: #8fe19b;
}
.sec_navi .list_dept .jg .list_navi >li::before{
  background: #f9b3cf;
}
.sec_navi .list_dept .jp .list_navi >li::before{
  background: #a4ebde;
}
@media print,screen and (min-width :1281px){
  .sec_navi .list_dept{
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
  }
  .sec_navi .list_dept > li{
    width: 24%;
  }
}
@media screen and (min-width :835px) and (max-width :1280px){
  .sec_navi .list_dept{
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;    
  }
  .sec_navi .list_dept > li{
    width: 48%;
  }  
  .sec_navi .list_dept > li:nth-child(n+3){
    margin-top: 30px;
  }
}
@media screen and (max-width :834px) {
  .sec_navi{
    padding-bottom: 40px;
  }
  .sec_navi h2{
    margin-bottom: 12px;
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  .sec_navi h2 img{
    width: 150px;
    margin-left: 20px;
  }
  .sec_navi h2 .jp{
    margin-top: 10px;
    font-size: 10px;
    font-size:1rem;
  }
  .sec_navi .list_dept > li{
    width: 245px;
    max-width: 80%;
  }
  .sec_navi .list_dept > li > a{
    padding: 40px 16px;
    border-radius: 10px;
  }
  .sec_navi .list_dept > li > a::after {
    right: -6px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  .sec_navi .list_dept h3 .cmn_cate_dep{
    font-size: 16.5px;
    font-size: 1.65rem;   
    padding-bottom: 15px;
  }
  .sec_navi .list_dept h3 .cmn_cate_dep::before{
    margin-right: -12px;
  }
  .sec_navi .list_dept h3 span[lang="en"]{
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sec_navi .list_dept .list_navi{
    margin-top: 15px;
  }
  .sec_navi .list_dept .list_navi >li{
    padding-left: 20px;  
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_navi .list_dept .list_navi >li:nth-child(n+2){
    margin-top: 10px;
  }
  .sec_navi .list_dept .list_navi >li::before{
    width: 15px;
    height: 2px; 
  }
}

/* ===============================================
# キャンパスライフ
=============================================== */
.sec_campuslife{
  background: #f8f8f8;
  padding-top:125px; 
}
.sec_campuslife h2{
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.sec_campuslife h2 span[lang="en"]{
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  color: #525252;
  opacity: 0.46;
  margin-bottom: 35px;
}
.sec_campuslife h2 img{
  width: 400px;
}
.sec_campuslife .txt_main{
  max-width: 687px;
  margin: 0 auto;
}
.sec_campuslife .box_link{
  max-width: 687px;
  margin: 40px auto 0; 
}
.sec_campuslife .box_link .cmn_link_btn{
  margin-top: 0 !important;
}
.sec_campuslife .box_link .cmn_link_btn:nth-child(n+2){
  margin-left: 26px;
}

/*キャンパス*/
.sec_campuslife .area_campus{
  margin-top: 60px;
}
.sec_campuslife .area_campus .box_item{
  width: 50%;
}
.sec_campuslife .area_campus .box_item a{
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: #7fbfe3;  
}
.sec_campuslife .area_campus .box_item.shirokane a{
  background: #4b7d5f;
}
.sec_campuslife .area_campus .thumb{
  padding-top: 50.1%
}
.sec_campuslife .area_campus .box_txt{
  position: relative;
  padding-bottom: 26px;
  z-index: 1;
  text-align: center;
}
.sec_campuslife .area_campus .box_txt h3 img{
  width: 127px;
  margin-top: -16px;
}
.sec_campuslife .area_campus .shirokane .box_txt h3 img{
  width: 116px;
}
.sec_campuslife .area_campus .box_txt .year{
  display: inline-block;
  border: solid 1px #fff;
  line-height: 1;
  padding: 9px 36px;
  margin-top: 13px;
}
@media screen and (max-width :834px) {
  .sec_campuslife{
    padding-top:74px; 
  }
  .sec_campuslife h2{
    margin-bottom: 20px;
  }
  .sec_campuslife h2 span[lang="en"]{
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .sec_campuslife h2 img{
    width: 300px;
  }
  .sec_campuslife .txt_main{
    max-width: inherit;
  }
  .sec_campuslife .box_link{
    max-width: inherit;
    margin: 10px auto 0; 
  }
  .sec_campuslife .box_link .cmn_link_btn a{
    padding-right: 32px;
  }
  .sec_campuslife .box_link .cmn_link_btn:nth-child(n+2){
    margin-left: 15px;
  }

  /*キャンパス*/
  .sec_campuslife .area_campus{
    margin-top: 35px;
  }
  .sec_campuslife .area_campus .box_item{
    width: 100%;
  }
  .sec_campuslife .area_campus .box_txt{
    padding-bottom: 12px;
  }
  .sec_campuslife .area_campus .box_txt h3 img{
    width: 85px;
    margin-top: -15px;
  }
  .sec_campuslife .area_campus .shirokane .box_txt h3 img{
    width: 76px;
  }
  .sec_campuslife .area_campus .box_txt .year{
    padding: 5px 15px;
    margin-top: 10px;
  }  
}
/* ===============================================
# sec_link
=============================================== */
@media print,screen and (min-width :835px){
  .sec_link .link_list{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
}

/*area_pamphlet*/
.sec_link .area_pamphlet{
  margin-top: 77px;
  background: #f0f0f0;
  padding: 46px 2.94% 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;  
}
.sec_link .area_pamphlet figure{
  width: 26.8%;
  min-width: 200px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_link .area_pamphlet figure img{
  width: 48%;
}
.sec_link .area_pamphlet .box_link{
  -webkit-box-flex: 1;
  flex: 1; 
  padding-left: 3.3%;
}
.sec_link .area_pamphlet .box_link ul{
  flex-wrap: wrap;
}
.sec_link .area_pamphlet .box_link ul li a{
  display: block;
  padding: 22px 60px 22px 26px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  background:url("/common/img/ico_link.svg")no-repeat right 26px center;
  background-size: 35px auto;
  background-color: #f9eb00;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_link .area_pamphlet .box_link ul li a span{
  display: block;
}
.sec_link .area_pamphlet .box_link ul li a[target="_blank"] span{
  padding-right: 46px;
  background: url("/common/img/ico_blank.svg")no-repeat right 24px center;
  background-size: 17px auto;
}
.sec_link .area_pamphlet .box_link .txt{
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .sec_link .area_pamphlet .box_link ul li a:hover{
    background-image:url("/common/img/ico_link_w.svg");
    background-color: #646464;
    color: #fff;
  }
  .sec_link .area_pamphlet .box_link ul li a[target="_blank"]:hover span{
    background-image: url("/common/img/ico_blank_w.svg");
  }  
}
@media print,screen and (min-width :1281px){
  .sec_link .area_pamphlet .box_link ul li{
    width:49%; 
  }  
  .sec_link .area_pamphlet .box_link ul li:nth-child(2n){
    margin-left:2%;
  }
  .sec_link .area_pamphlet .box_link ul li:nth-child(n+3){
    margin-top: 20px;
  }  
}
@media screen and (max-width :1281px) {
  .sec_link .area_pamphlet .box_link ul li{
    width:100%; 
  }  
  .sec_link .area_pamphlet .box_link ul li:nth-child(n+2){
    margin-top: 20px;
  }  
}
@media screen and (max-width :834px) {
  .sec_link .area_pamphlet{
    margin-top: 25px;
    padding: 20px 2.94% 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;  
  }
  .sec_link .area_pamphlet figure{
    width: 100%;
    min-width: inherit;
  }
  .sec_link .area_pamphlet .box_link{
    padding: 15px 0 0;
  }
  .sec_link .area_pamphlet .box_link ul li:nth-child(n+2){
    margin-top: 10px;
  }
  .sec_link .area_pamphlet .box_link ul li a{
    padding: 15px 45px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    background-position: right 17px center;
    background-size: 25px auto;
    text-align: center;
  }
  .sec_link .area_pamphlet .box_link ul li a[target="_blank"] span{
    padding-right: 18px;
    background-position: right center;
    background-size: 12px auto;
  }
  .sec_link .area_pamphlet .box_link .txt{
    margin-top: 24px;
    margin-bottom: 10px;
  }  
}