@charset "utf-8";
/*共通外のパーツ*/

/* ===============================================
# 学長直行便について
大学案内＞学長からのご挨拶＞学長直行便について
=============================================== */
.parts_letter_flow dl{
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 30px;
}
.parts_letter_flow dl:nth-child(2){
  border-left: dotted 2px #d2e0ef;
  border-right: dotted 2px #d2e0ef;
}
.parts_letter_flow dl dt p{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: #d2e0ef;
  font-size: 48px;
  font-size: 4.8rem;
  color: #004ea1;
  font-weight: 300;
  font-style: italic;
  font-family: 'Roboto', sans-serif;  
  line-height: 1;
}
.parts_letter_flow dl dd{
  flex: 1;
  padding-left: 18px;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.parts_letter_flow dl dd span{
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  color: #063e8d;
}
@media screen and (max-width : 1400px){
  .parts_letter_flow dl dt p{
    width: 5vw;
    height: 5vw;    
    font-size: 24px;
    font-size: 2.4rem;    
  }
}
@media screen and (max-width : 768px){
  .parts_letter_flow{
    margin-bottom: 40px;
  }
  .parts_letter_flow dl{
    width: 100%;
    padding: 0;
  }
  .parts_letter_flow dl:nth-child(2){
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .parts_letter_flow dl dt p{
    width: 81px;
    height: 81px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .parts_letter_flow dl dd{
    padding-left: 13.5px;
    padding-top:15px;
    font-size:13px;
    font-size: 1.3rem;
    line-height: 1.385;
  }
  .parts_letter_flow dl dd span{
    font-size: 16.5px;
    font-size: 1.65rem;
  }  
}
/*注意点*/
.parts_letter_note{
  margin-top: 20px;
  margin-bottom: 30px;
}
.parts_letter_note .photo{
  width: 13.5%;
  text-align: right;
}
.parts_letter_note .photo img{
  width: 100%;
  max-width: 116px;
}
.parts_letter_note .text{
  padding-left:4%;
  flex: 1;
}
@media screen and (max-width : 768px){
  .parts_letter_note{
    margin-top: 10px;
    margin-bottom:35px;
  }
  .parts_letter_note .photo{
    width: 24.6%;
  }
  .parts_letter_note .photo img{
    max-width: 100%;
  }
  
}
/*設置場所*/
.parts_letter_palce table{
  width: 100%;
}
.parts_letter_palce table td{
  width: 50%;
  border: solid 1px #dcdcdc;
  padding: 34px 10px;
  vertical-align: middle;
  text-align: center;
}
.parts_letter_palce table td .txt{
  display: inline-block;
  padding-left: 120px;
  text-align: left;
  background: url(/about/president/letter/img/ico_place01.png) no-repeat left center;
  background-size: 75px auto;
}
.parts_letter_palce table td.place2 .txt{
  background-image: url(/about/president/letter/img/ico_place02.png);
}
.parts_letter_palce table td .txtBlue02{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
.parts_letter_palce table td span{
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width : 768px){
  .parts_letter_palce table td{
    padding: 32px 5px;
  }
  .parts_letter_palce table td .txt{
    padding: 42px 0 0; 
    text-align: center;
    margin-top: 5px;
    line-height: 1.28;
    background-size: 37.5px auto;    
    background-position: top center;
  }  
  .parts_letter_palce table td .txtBlue02{
    font-size: 18.75px;
    font-size: 1.875rem;
  }
  .parts_letter_palce table td span{
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ===============================================
# 教員年齢分布
大学案内＞文教大学について＞教員組織・教職員数
=============================================== */
.parts_professors table{
  width: 100%;
}
.parts_professors table td{
  width: 50%;
  border: solid 1px #dcdcdc;
  text-align: center; 
  padding: 45px 10px 37px;
  vertical-align: middle;
  letter-spacing: -0.025em;
}
.parts_professors table .no{
  color: #063e8d;
  font-size: 30px;
  font-size: 3rem;  
  line-height: 1;  
}
.parts_professors table .no span{
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 300;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
.parts_professors table .ttl{
  font-size: 32px;
  font-size: 3.2rem;
}
.parts_professors table .text{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width : 1000px){
  .parts_professors table .no{
    font-size: 2.5vw;
  }
  .parts_professors table .no span{
    font-size: 5vw;
  }
  .parts_professors table .ttl{
    font-size:2vw;
  }
}
@media screen and (max-width : 768px){
  .parts_professors table td{
    padding: 20px 5px 15px;
  }
  .parts_professors table .no{
    font-size:18px;
    font-size: 4.8vw;
  }
  .parts_professors table .no span{
    font-size: 40px;
    font-size: 10.667vw;
  }
  .parts_professors table .ttl{
    font-size:19.2px;
    font-size: 5.12vw;
    line-height: 1.125;
    margin-top: 5px;
  }  
  .parts_professors table .text{
    font-size: 12px;
    line-height: 1.333;
    margin-top: 15px;
  }
}

/* ===============================================
# sec_banner
=============================================== */
.sec_banner{
  position: relative;
}
.sec_banner ul li{
  position: relative;
  width: 755px;
  height: auto;
  background-color: #000000;
}
.sec_banner ul img{
  width: 100%;
}
.swiper_prev,
.swiper_next{
  position: absolute;
  top: 0;
  width: 11.25%;
  z-index: 10;
  cursor: pointer;
}
.sec_banner .swiper_prev{
  left: 0;
}
.sec_banner .swiper_next{
  right: 0;
}
@media print,screen and (min-width :769px){
  .sec_banner ul li.swiper-slide-active::before{
    content: '';
    width: 100%;
    height: 6px;
    background-color: #ba9716;
    position: absolute;
    left: 0;
    top: 0;
  }  
  .sec_banner ul li:not(.swiper-slide-active) img{
    opacity: 0.6;
  }  
}
@media screen and (max-width :768px){
  .sec_banner{
    border-top: solid 3px #ba9716;
  }
  .sec_banner ul li{
    width: 500px;
    max-width: 100%;
  }  
  .sec_banner .swiper_prev,
  .sec_banner .swiper_next{
    top: -0.5px;
    width: 98px;
  }
  .sec_banner .pagination_banner{
    margin-top: 5px;
  }
}
/* ===============================================
# sec_instagram
=============================================== */
#instafeed{
  background-color: #fff;
}
#instafeed li{ 
  position: relative;
  float: left;
  width: 16.66%;
  padding-top: 16.66%;
  overflow: hidden;
}
#instafeed li img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: inherit;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#instafeed li img.length{
  width: 100%;
  height: auto;
}
#instafeed li img.side{
  height: 100%;
  width:auto;
}
@media screen and (max-width :768px){
  #instafeed li{ 
    width: 33.333%;
    padding-top:33.333%;
  }
}

/* ===============================================
# sec_ask
=============================================== */
.sec_ask{
  background: url(/img/bg_ask.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 36px;
}
.sec_ask .area_ask{
  width: 400px;
  margin: 0 6.76% 0 auto;
}
.sec_ask .area_ask h2{
  width: 100%;
  text-align: center;
}
.sec_ask .area_ask h2 img{
  width: 282px;
}

.sec_ask .select_wrap{
  display:block;
  overflow:hidden;
  background-image:url("/common/img/ico_select.png");
  background-position:right 10px center;
  background-repeat:no-repeat;
  margin-bottom: 8px;  
  background-color: #fff;
}
.sec_ask select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 10px 20px;  
  vertical-align:middle;
  border-width:0;
  background-color:transparent;  
}
/* IE10対応 */
::-ms-expand{
  display: none;
}
.sec_ask .area_ask figure{
  margin-top: 25px;
}

@media screen and (max-width :768px){
  .sec_ask{
    background-image: url(/img/bg_ask_sp.jpg);
    padding-top: 32px;
    padding-top: 8.5vw;
    padding-bottom: 22px;
    padding-bottom: 5.8vw;
  }
  .sec_ask .area_ask{
    width: 71%;
    margin: 0 0 0 auto;
  }
  .sec_ask .area_ask h2 img{
    width: 85.1%;
  }

  .sec_ask .select_wrap{
    margin-bottom: 15px;  
  }
  .sec_ask select{
    font-size: 16px;
    padding: 15px 11px;  
  }
}
/* ===============================================
# カスタム検索 sec_search
=============================================== */
/*カスタム検索*/
.sec_search .serch_custum{
  padding: 16px 22px;
  background-color: rgba(255,255,255,0.57);
}
.sec_search .serch_custum .gsc-search-box{
  background-color: #fff;
  margin-bottom: 0;
}
.sec_search .serch_custum .gsc-search-box-tools .gsc-search-box .gsc-input{
  padding-right: 0;
}
.sec_search .serch_custum .gsc-search-button-v2{
  background: url(/common/img/ico_serch.png) no-repeat center center;
  background-size: 24px;
  cursor: pointer;
}
.sec_search .serch_custum .gsc-search-button-v2 svg{
  opacity: 0;
}
.sec_search .serch_custum .gsib_a{
  padding-top: 13px;
  padding-bottom: 13px;
}
.sec_search .serch_custum .gsib_b{
  display: none;
}
@media screen and (max-width :768px){
  .sec_search .serch_custum{
    padding: 10px 10px;
  }  
}
/*hot word*/
.sec_search .serch_hotword {
  padding: 16px 22px 6px;
  background-color: #063e8d;
  color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.sec_search .serch_hotword p.ttl{
  width: 120px;
  font-size: 12px;
  padding-left: 12px;
  margin-bottom: 10px;
}
.sec_search .serch_hotword .list_word{
  -webkit-box-flex:1;
  flex: 1;
}
.sec_search .serch_hotword .list_word a{
  display: inline-block;
  padding: 10px;
  margin-right: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 18px;
  text-align: center;
  line-height: 1;
}
.sec_search .serch_hotword .list_word a:hover{
  opacity: 1;
  background-color: #fff;
  color: #063e8d;
}
@media screen and (max-width :768px){
  .sec_search .serch_hotword {
    padding: 8px 10px 2px 10px;
  }
  .sec_search .serch_hotword p.ttl{
    width: 6.5em;
    padding-left: 0;
  }
  .sec_search .serch_hotword .list_word a{
    padding: 9px 6px;
    margin-bottom: 6px;
    font-size: 11px;
  }  
}

/* ===============================================
# sec_donation
=============================================== */
.sec_donation{
  background-color: #fff;
}
.sec_donation a{
  display: block;
  width: 100%;  
  padding-top: 100px;
  padding-bottom:88px;
  background: url(/academy/img/bg_donation.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;  
}
.sec_donation .en{
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 13px;
}
.sec_donation .box_text{
  max-width: 385px;
  margin: 0 auto;
  line-height: 1.625;
  text-align: center;    
}
.sec_donation .ttl{
  position: relative;
  display: inline-block;
  padding: 0 23px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  line-height: 1.2;
  margin-bottom: 33px;  
}
.sec_donation .ttl::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 8px;
  height: 11px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center;
  background-size: contain;  
}
.sec_donation .ttl::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0 auto;
  content: '';
  display: block;
  width:75%;
  height: 1px;
  background-color: #fff;
}
.sec_donation img.ico_blank{
  width: 15px;
  margin-left: 10px;
  vertical-align: middle;  
}
.sec_donation .box_text .txt {
    text-align: left;
}
@media screen and (min-width :769px){
  .sec_donation a:hover{
    opacity: 0.7;
  }  
}
@media screen and (max-width :768px){
  .sec_donation a{
    padding-top: 21%;
    padding-bottom:16%;
    background-image: url(/academy/img/bg_donation_sp.jpg);    
  }
  .sec_donation .en{
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 8px;
  }
  .sec_donation .box_text{
    width: 74.3%;
  }
  .sec_donation .box_text .ttl{
    font-size:21px;
    font-size:2.1rem;
    margin-bottom: 28px;
    padding: 0 20px 0 0;
  }
  .sec_donation .box_text .ttl::after{
    bottom: -16px;
    margin: 0 auto;
    width: 59%;    
  }
  .sec_donation img.ico_blank{
    width: 12px;
  }  
}

/* ===============================================
# 資格から探す　モーダル
=============================================== */
.search_license{
  width: 100%;
  height: 100%;
  overflow-y:auto;  
}
.search_license::-webkit-scrollbar{
  width:6px;/*バーの太さ*/
}
.search_license::-webkit-scrollbar{ /* スクロールバー本体 */
  background: #E3E3E3;
  border-radius: 5px;
}
.search_license::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
  background: #004ea1;
  border-radius: 5px;
}
.serch_license_in{
  padding: 10px 20px;
}
.search_license .flow{
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-feature-settings: "palt";
  border-bottom: solid 1px #dcdcdc;
  overflow: hidden;
}
.search_license .flow ul li:nth-child(1){
  padding-right: 55px;
  min-height: 44px;
  background: url(/common/img/ico_license_flow.svg) no-repeat right 18px center;
  background-size: 16px 40px;
}
.search_license .flow ul li:nth-child(2){
  display: none;
}
.search_license .flow ul li.active:nth-child(2){
  display: block;
}
.search_license .flow span{
  color: #063e8d;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.search_license .flow ul li.none,
.search_license .flow ul li.none span{
  color: #c3c3c3;
}
@media screen and (max-width :768px){
  .serch_license_in{
    padding: 10px 4%;
  }
  .search_license .flow{
    padding-bottom: 7px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .search_license .flow ul li{
    padding-top: 2px;
  }
  .search_license .flow ul li:nth-child(1){
    padding-right:25px;
    min-height: 26px;
    background-position: right 5px center;
    background-size: 11px 26px;
  }
}
/*STEP------------------------------------------*/
.search_license .box_step{
  padding-top: 10px;
}
.search_license .box_step .box_ttl{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 15px;
}
.search_license .box_step .ttl{
  -webkit-box-flex:1;
  flex: 1;
  padding-left: 94px;
  font-size: 34px;
  font-size: 3.4rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px auto;
  line-height: 1.2;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.search_license .box_step .back{
  width: 100px;
}
.search_license .box_step .back a{
  text-align: center;  
  padding: 11px 0;
  border: solid 1px #bfbfbf;
  border-radius: 20.5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.search_license .box_step .back a:hover{
  background-color: #004ea1;
  color: #fff;
  opacity: 1;
}
.search_license .box_step .back a span{
  padding-left: 24px;
  display: inline-block;
  background: url(/common/img/ico_arrow_back.svg) no-repeat left center;
  background-size: 7px 10px;  
}
.search_license .box_step .back a:hover span{
  background-image: url(/common/img/ico_arrow_back_w.svg);
}
@media screen and (max-width :768px){
  .search_license .box_step{
    padding-top: 13px;
  }
  .search_license .box_step .ttl{
    padding-left: 62px;
    font-size: 22px;
    font-size: 2.2rem;
    background-size: 45px auto;
    min-height: 41px;
  }
  .search_license .box_step .back{
    width: 57px;
  }
  .search_license .box_step .back a{
    padding: 7.5px 0;
    border-radius: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .search_license .box_step .back a span{
    padding-left: 15px;
    background-size: 5px 7.5px;  
  }
}
/*教員・教職*/
.search_license .teacher .ttl{
  background-image: url(/department/img/ico_work01.png);
}
.search_license .medical .ttl{
  background-image: url(/department/img/ico_work02.png);
}
.search_license .library .ttl{
  background-image: url(/department/img/ico_work03.png);
}
.search_license .it .ttl{
  background-image: url(/department/img/ico_work04.png);
}
.search_license .public .ttl{
  background-image: url(/department/img/ico_work05.png);
}
.search_license .business .ttl{
  background-image: url(/department/img/ico_work06.png);
}
.search_license .food .ttl{
  background-image: url(/department/img/ico_work07.png);
}
.search_license .language .ttl{
  background-image: url(/department/img/ico_work08.png);
}
/*STEP1------------------------------------------*/
.search_license .box_step1 ul{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.search_license .box_step1 ul li{
  width: 31%;
  margin-left: 3.5%;
  min-height: 76px;
}
.search_license .box_step1 ul li a{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  height: 100%;
  padding: 10px 15% 10px 10%;
  line-height: 1.111;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fbf7eb url(/common/img/ico_arrow_b.svg) no-repeat right 10% center;
  background-size: 7px 10px;
  border: solid 1px rgba(0,0,0,0.28);
  word-break: break-all;
}
@media all and (min-width :769px){
  .search_license .box_step1 ul li:nth-child(3n+1){
    margin-left: 0;
  }
  .search_license .box_step1 ul li:nth-child(n+4){
    margin-top: 10px;
  }  
  .search_license .box_step1 ul li a:hover{
    background-color: #f9efd2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;  
  }  
}
@media screen and (max-width :768px){
  .search_license .box_step1 ul li{
    width: 49%;
    margin-left: 2%;
    min-height: 55px;
  }
  .search_license .box_step1 ul li:nth-child(2n+1){
    margin-left: 0;
  }
  .search_license .box_step1 ul li:nth-child(n+3){
    margin-top: 10px;
  }    
  .search_license .box_step1 ul li a{
    padding: 10px 10% 10px 4.5%;
    font-size: 14px;
    font-size: 1.4rem;
    background-position: right 4.5% center;
  }
  
  /*android*/
  .android .search_license .box_step1 ul{
    display: block;
  }
  .android .search_license .box_step1 ul li{
    width: 100%;
    margin-left: 0;
    min-height: inherit;
  }
  .android .search_license .box_step1 ul li:nth-child(n+2){
    margin-top: 10px;
  }   
}




/*STEP2------------------------------------------*/
.search_license .box_step2{
  display: none;
}
.search_license .box_step2 .ttl_sub{
  font-size: 22px;
  font-size: 2.2rem;
  display: table;
  padding: 0 0 30px 0;
  margin: 25px auto 20px;
  background: url(/common/img/bg_license_subttl.svg) no-repeat bottom center;
  background-size: 264px 15px;
}
.search_license .box_step2 ul.faculty{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.search_license .box_step2 ul.faculty li{
  width: 48%;
}
.search_license .box_step2 ul.faculty li:nth-child(even){
  margin-left: 4%;
}
.search_license .box_step2 ul.faculty li .faculty{
  font-size: 17px;
  font-size: 1.7rem;
}
.search_license .box_step2 ul.faculty li .faculty::before{
  content: '◆';
  margin-right: 0.5em;
}
.search_license .box_step2 ul.faculty li .link{
  display: block;
  padding: 20px 30px 20px 0;
  line-height: 1.3;
  border-bottom: solid 1px rgba(0,0,0,0.39);
  background: url(/common/img/ico_arrow_b.svg) no-repeat right 13px center;
  background-size: 7px 10px;
}
.search_license .box_step2 ul.faculty li .link:nth-of-type(1){
  border-top: solid 1px rgba(0,0,0,0.39);  
  margin-top: 15px;
}
.search_license .box_step2 ul.faculty li .link:nth-of-type(1){
  border-top: solid 1px rgba(0,0,0,0.39);  
  margin-top: 15px;
}
@media all and (min-width :769px){
  .search_license .box_step2 ul.faculty li:nth-of-type(n+3){
    margin-top: 28px;
  }
}
@media screen and (max-width :768px){
  .search_license .box_step2 .ttl_sub{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 20px 0;
    margin: 20px auto 10px;
    background-size: 170px auto;
  }
  .search_license .box_step2 ul.faculty{
    display: block;
  }
  .search_license .box_step2 ul.faculty li{
    width: 100%;
  }
  .search_license .box_step2 ul.faculty li:nth-child(even){
    margin-left: 0;
  }
  .search_license .box_step2 ul.faculty li:nth-child(n+2){
    margin-top: 28px;
  }
  .search_license .box_step2 ul.faculty li .faculty{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .search_license .box_step2 ul.faculty li .link{
    padding: 15px 15px 15px 0;
    background-position: right center;
  }
  .search_license .box_step2 ul.faculty li .link:nth-of-type(1){
    margin-top: 7px;
  }
}

.search_license .box_step2 ul.faculty li .faculty.education::before{
  color: #f39800;
}
.search_license .box_step2 ul.faculty li .faculty.human::before{
  color: #8fc31f;
}
.search_license .box_step2 ul.faculty li .faculty.language::before{
  color: #ee86a4;
}
.search_license .box_step2 ul.faculty li .faculty.information::before{
  color: #00afdd;
}
.search_license .box_step2 ul.faculty li .faculty.international::before{
  color: #b84c97;
}
.search_license .box_step2 ul.faculty li .faculty.health::before{
  color: #009049;
}
.search_license .box_step2 ul.faculty li .faculty.business::before{
  color: #0079c3;
}
.search_license .box_step2 ul.faculty li .faculty.g_education::before{
  color: #9a6700;
}
.search_license .box_step2 ul.faculty li .faculty.g_human::before{
  color: #336800;
}
.search_license .box_step2 ul.faculty li .faculty.g_language::before{
  color: #990004;
}
.search_license .box_step2 ul.faculty li .faculty.g_information::before{
  color: #023f9a;
}
.search_license .box_step2 ul.faculty li .faculty.g_international::before{
  color: #603666;
}
.search_license .box_step2 ul.faculty li .faculty.education_major::before{
  color: #993300;
}
.search_license .box_step2 ul.faculty li .faculty.foreign::before{
  color: #333366;
}

/*教科*/
.search_license .box_curriculum{
  position: relative;
  background-color: #004ea1;
  padding: 20px 10px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.search_license .box_curriculum::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 17.5px 0 17.5px;
  border-color: #004ea1 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%,100%);
  transform: translate(-50%,100%);
}
.search_license .box_curriculum .text{
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.search_license .box_curriculum ul{
  flex-wrap: wrap;
}
.search_license .box_curriculum ul li{
  width: 19%;
  margin-left: 1.25%;
}
.search_license .box_curriculum ul li a{
  padding: 11px 0;
  background: #fff;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 20px;
}
  .search_license .box_curriculum ul li.on a,
  .search_license .box_curriculum ul li a:hover{
    background-color: #ffef37;
    opacity: 1;
  }  
@media all and (min-width :769px){
  .search_license .box_curriculum ul li:nth-child(5n+1){
    margin-left: 0;
  }
  .search_license .box_curriculum ul li:nth-child(n+6){
    margin-top: 10px;
  }  

}
@media screen and (max-width :768px){
  .search_license .box_curriculum{
    padding: 15px 7px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .search_license .box_curriculum::after{
    border-width: 7px 8.5px 0 8.5px;
  }
  .search_license .box_curriculum .text{
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .search_license .box_curriculum ul li{
    width: 23.8%;
    margin-left:1.6%;
  }
  .search_license .box_curriculum ul li:nth-child(4n+1){
    margin-left: 0;
  }
  .search_license .box_curriculum ul li:nth-child(n+5){
    margin-top: 7px;
  }  
  .search_license .box_curriculum ul li a{
    padding:8px 0;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 15px;
  }
  
  .android .search_license .box_curriculum ul{
    display: block;
  }
  .android .search_license .box_curriculum ul::after{
    content: '';
    display: block;
    clear: both;
  }
  .search_license .box_curriculum ul li{
    float: left;
  }
}
/*STEP3--------------------------------------*/
.search_license .box_step3{
  display: none;
}

/*モーダル------------------------------------*/
.modalbox_license .tingle-modal-box{
  background: none;
  width: 98%;
  max-width: 836px;
  min-height: 80%;    
  padding: 30px;
  overflow: auto;
}
.modalbox_license .tingle-modal-box__content{
  position: relative;  
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  background: #fdfbf5;
}
.modalbox_license .tingle-modal__close{
  display: none;
}
.modalbox_license .btn_close{
  position: absolute;
  right:-30px;
  top:-30px;
}
.modalbox_license .btn_close a{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
  background-color: #004ea1;
  color: #fff;
  border: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width :768px){
  .modalbox_license .tingle-modal-box{
    width: 100%;
    padding:35px 0;
  }
  .modalbox_license .tingle-modal-box__content{
    padding: 40px 2% 20px;
  }
  .modalbox_license .btn_close{
    right:0;
    top:0;
  }
  .modalbox_license .btn_close a{
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-size: 2rem;
  }  
}