@charset "utf-8";

main.index{
  padding-bottom: 0;
}
main.program{
  padding-bottom: 0;
}
main.index .cmn_topicpath{
  margin-bottom: 0;
}
.area_second_main{
  background-image: url(/international/img/img_main.jpg);
}
@media screen and (max-width :768px){
  .area_second_main{
    background-image: url(/international/img/img_main_sp.jpg);
  }  

}
/* ===============================================
# sec_international
=============================================== */
.sec_international{
  padding-top: 60px;
}
.sec_international .box_map{
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width :768px){
  .sec_international{
    padding-top: 30px;
  }
  .sec_international .box_map{
    margin-top: 20px;
  }
}
/* ===============================================
# sec_program
=============================================== */
.sec_program .inner{
  padding-top: 35px;  
  padding-bottom: 78px;
}
.sec_program .inner::before{
  content: '';
  width: 53%;
  height: 110%;
  position: absolute;
  top: 0;
  left: -15%;
  background: url(/international/img/bg_program.png) no-repeat left top;
  background-size: 100% auto;
  z-index: 0;
}
.sec_program .area_link{
  position: relative;
  width:78%;
  max-width: 838px;
  margin:0 0 0 auto;  
  z-index: 1;
}
@media screen and (max-width :768px){
  .sec_program .inner{
    padding-top: 20px;  
    padding-bottom: 60px;
  }  
  .sec_program .inner::before{
    display: none;
  }
  .sec_program .area_link{
    width: 100%;
    padding-top: 55vw;
    background: url(/international/img/bg_program_sp.png) no-repeat left top;
    background-size: 100% auto;    
  }  
}
.sec_program .box_studyabroad{
  margin-top: 28px;
  margin-bottom: 22px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_program .box_studyabroad a{
  width:48.68%;
  padding:22px 3.34% 22px 18.73%;
  border: solid 1px #b1aea3;
}
.sec_program .box_studyabroad a.studyabroad{
  background: #fdfbf5 url(/international/img/ico_studyabroad.svg) no-repeat left 5.6% center;
  background-size: 28.9% auto;
}
.sec_program .box_studyabroad a.training{
  background: #fdfbf5 url(/international/img/ico_training.svg) no-repeat left 9% center;
  background-size:17.8% auto;
}
.sec_program .box_studyabroad dt{
  margin-bottom: 15px;
  padding-right: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  background: url(/common/img/ico_arrow_b.svg) no-repeat right center;
  background-size: 7px 10px;
}
.sec_program .box_studyabroad ul li{
  float: left;
  width: 23.2%;
  margin-left: 2.4%;
  line-height: 1;
}
@media print,screen and (min-width :769px){
  .sec_program .box_studyabroad a:hover{
    opacity: 1;
    background-color: #fdf8ea;
  }
  .sec_program .box_studyabroad ul li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_program .box_studyabroad ul li:nth-child(n+5){
    margin-top: 5px;
  }  
  
  .sec_program .cmn_link_menutxt.col2 li{
    width:48.68%;
    margin-left: 2.64%;
  }  
  .sec_program .cmn_link_menutxt.col2 li:nth-child(2n+1){
    margin-left: 0;
  }
}
@media screen and (max-width :768px){
  .sec_program .box_studyabroad{
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .sec_program .box_studyabroad a{
    width:49.3%;
    padding:22px 3% 10px;
  }
  .sec_program .box_studyabroad a.studyabroad{
    background-position: left 7% top 16px;
    background-size:33.7% auto;
  }
  .sec_program .box_studyabroad a.training{
    background-position:left 12% top 15px;
    background-size:20.85% auto;
  }
  .sec_program .box_studyabroad dt{
    min-height: 2em;
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
    margin-bottom: 25px;
    margin-bottom: 3.8vw;
    padding-right: 7px;
    padding-left: 42.5%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    background-size: 5.5px 7.5px;
  }
  .sec_program .box_studyabroad ul li{
    width: 14.6%;
    margin-left: 2.48%;
  }  
  .sec_program .box_studyabroad ul li:nth-child(6n+1){
    margin-left: 0;
  }
  .sec_program .box_studyabroad ul li:nth-child(n+7){
    margin-top: 4px;
  }
}
/* ===============================================
# sec_foreigner
=============================================== */
.sec_foreigner{
  padding-bottom: 40px;
}
@media screen and (max-width :768px){
  .sec_foreigner{
    padding-bottom: 35px;
  }  
  .sec_foreigner .inner{
    width: 100%;
    padding-right: 2%;
  }
}
/* ===============================================
# sec_story
=============================================== */
.sec_story .area_ttl{
  padding: 60px 0 66px;
  color: #fff;
  background: url(/international/img/bg_story.jpg) no-repeat center center;
  background-size: cover;
}
.sec_story .area_ttl h4{
  margin-bottom: 20px;
  padding-top: 85px;
  font-size: 30px;
  font-size: 3.3rem;
  text-align: center;
  background: url(/international/img/ico_story.svg) no-repeat top center;
  background-size: 132px auto;
}
.sec_story .area_ttl .text{
  text-align: center;
  margin-bottom: 30px;
}
.sec_story .area_ttl a{
  display: inline-block;
  width: 268px;
  border: solid 1px #fff;
  text-align: center;
  line-height: 1.2;
  padding: 22px 10px;
  color: #fff;
  background: url(/common/img/ico_arrow_w.svg) no-repeat right 23px center;
  background-size: 7px 10px;
}
@media print,screen and (min-width :769px){
  .sec_story .area_ttl a:hover{
    opacity: 1;
    color: #000;
    background-image: url(/common/img/ico_arrow_b.svg);
    background-color: rgba(255,255,255,0.82);
  }
}
@media screen and (max-width :768px){
  .sec_story .area_ttl{
    padding: 40px 0 30px;
    background: url(/international/img/bg_story_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .sec_story .area_ttl h4{
    margin-bottom: 20px;
    padding-top:70px;
    font-size: 22.5px;
    font-size: 2.25rem;
    background-size: 99px auto;
  }
  .sec_story .area_ttl .text{
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.625;
  }
  .sec_story .area_ttl a{
    width: 200px;
    padding: 16px 10px;
    background-position: right 12px center;
    background-size: 5.5px 7.5px;
    font-size: 14px;
    font-size: 1.4rem;
  }  
}

/*体験談リスト*/
.sec_story .box_story_list{
  position: relative;
}
.sec_story .box_story_list ul li{
  width: 400px;
}
.sec_story .box_story_list li a{
  height: 100%;
}
.sec_story .box_story_list li figure img{
  width: 100%;
}
.sec_story .box_story_list .box_text{
  padding: 12px 3.2% 56px;
}
.sec_story .box_story_list .program{
  margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  min-height: 2.2em;
}
.sec_story .box_story_list .program p{
  flex: 1;  
  padding-left: 20px;
  line-height: 1.1;
}
.sec_story .box_story_list .name{
  font-size: 22px;
  font-size:2.2rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sec_story .box_story_list .name span{
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_story .box_story_list .faculty{
  display: block;
  line-height: 1.2;  
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;  
}
.sec_story .box_story_list .ttl{
  padding-top: 5px;
  color: #063e8d;
  font-size: 18px;
  font-size: 1.8rem;
  border-top: solid 1px rgba(0,0,0,0.5);
}
@media print,screen and (min-width :769px){
  .sec_story .box_story_list li a:hover{
    opacity: 1;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width :768px){
  .sec_story .box_story_list li{
    width: 70%;
    max-width: 260px;
  }
  .sec_story .box_story_list .box_text{
    padding: 3px 2.6% 30px;
  }
  .sec_story .box_story_list .program{
    margin-bottom: 5px;
  }
  .sec_story .box_story_list .program p{
    padding-left: 13px;
    font-size: 11px;
    font-size:1.1rem;    
  }
  .sec_story .box_story_list .name{
    font-size: 14px;
    font-size:1.4rem;
    margin-bottom: 3px;
  }
  .sec_story .box_story_list .name span{
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sec_story .box_story_list .faculty{
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;  
  }
  .sec_story .box_story_list .ttl{
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }  
  .sec_story .box_story_list .program img{
    width: 33px;
  }
}


.sec_story .box_story_list:not(.swiper-container-initialized) .swiper-wrapper{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec_story .swiper_prev,
.sec_story .swiper_next{
  position: absolute;
  top: 33%;
  width: 54px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_story .swiper_prev{
  left: 20px;
}
.sec_story .swiper_next{
  right: 20px;
}
@media screen and (max-width :768px){
  .sec_story .swiper_prev,
  .sec_story .swiper_next{
    width: 27px;
    height: 51px;
  }
  .sec_story .swiper_prev{
    left: 10px;
  }
  .sec_story .swiper_next{
    right: 10px;
  }  
}
/* ===============================================
# area_studyabroad
=============================================== */
.area_studyabroad dl{
  padding: 13px;
  background-color: #f06d8d;
}
.area_studyabroad dt{
  width: 25%;
  padding-top: 28px;
  padding-right:2%;
  color: #fff;
}
.area_studyabroad dt .no{
  padding-right: 4%;
  font-size: 100px;
  font-size: 10rem;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 100;
  line-height: 0.7;
}
.area_studyabroad dt .ttl{
  display: block;
  flex: 1;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-feature-settings: "palt";
}
.area_studyabroad dt .ttl::after{
  margin: 22px 0 10px;
  content: '';
  display: block;
  width: 78px;
  height: 1px;
  background-color: #fff;
}
.area_studyabroad dt .text{
  line-height: 1.75;
}
.area_studyabroad dd{
  flex: 1;
  flex-wrap: wrap;
}
.area_studyabroad dd .item{
  width: 49.4%;
  padding: 28px 2.8% 20px 3.5%;
  background-color: #fdfbf5;
}
.area_studyabroad dd .item:not(.long):nth-child(even){
  margin-left: 1.2%;
}
.area_studyabroad dd .item:nth-child(n+3){
  margin-top: 8px;
}
.area_studyabroad dd .box_ttl{
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: solid 1px #b6b6b6;
}
.area_studyabroad dd .box_ttl a{
  display: block;
  background: url(/common/img/ico_arrow_b.svg) no-repeat right center;
  background-size: 7px 10px;
}
.area_studyabroad dd .department{
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.area_studyabroad dd .text{
  line-height: 1.375;
  font-feature-settings: "palt";
}
.area_studyabroad dd ul{
  margin-top: 10px;
  flex-wrap: wrap;
  font-feature-settings: "palt";
}
.area_studyabroad dd ul li{
  width: 50%;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  line-height: 1.3;
}
.area_studyabroad dd ul li.long{
  width: 100%;
}
.area_studyabroad dd ul li:nth-child(n+2){
  margin-top: 5px;
}
.area_studyabroad dd ul .ico{
  display: inline-block;
  margin-right: 7px;
  padding: 7px 0;
  width: 93px;
  color: #fff;
  background-color:#063e8d;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 14.5px;
}
.area_studyabroad dd ul .txt{
  flex: 1;
}
.area_studyabroad dd .note{
  display: block;
  margin-top:10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

@media print,screen and (max-width :1300px) and (min-width :1001px){
  .area_studyabroad dd ul li{
    width: 100%;
  }
}

@media screen and (max-width :1000px){
  .area_studyabroad .box_program{
    display: block;
  }
  .area_studyabroad dt{
    width: 100%;
    padding-right:0;
  }
  .area_studyabroad dt .no{
    padding-right: 4%;
  }
  .area_studyabroad dd{
    width: 100%;
  }
  .area_studyabroad dd .item{
    width: 100%;
  }
  .area_studyabroad dd .item:not(.long):nth-child(even){
    margin-left: 0;
  }
  .area_studyabroad dd .item:nth-child(n+2){
    margin-top: 8px;
  }
}
@media screen and (max-width :768px){
  .area_studyabroad.inner{
    width: 100%;
  }
  .area_studyabroad dl{
    padding: 22px 2.7% 10px;
  }
  .area_studyabroad dt{
    padding-top:0;
    padding-bottom: 10px;
  }
  .area_studyabroad dt .no{
    font-size: 75px;
    font-size: 7.5rem;
  }
  .area_studyabroad dt .ttl{
    font-size: 20px;
    font-size: 2rem;
  }
  .area_studyabroad dt .ttl::after{
    margin: 13px 0 5px;
    width: 60px;
  }
  .area_studyabroad dt .text{
    line-height: 1.3;
  }
  .area_studyabroad dd .item{
    padding: 20px 6.2% 15px;
  }
  .area_studyabroad dd .box_ttl{
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size:15px;
    font-size:1.5rem;
  }
  .area_studyabroad dd .box_ttl a{
    background-size: 5px 7px;
  }
  .area_studyabroad dd .department{
    margin-bottom: 7px;
    font-size: 10.5px;
    font-size: 1.05rem;
  }
  .area_studyabroad dd .text{
    line-height: 1.269;
  }
  .area_studyabroad dd ul{
    margin-top: 10px;
  }
  .area_studyabroad dd ul .ico{
    margin-right: 5px;
    padding: 6px 0;
    width: 6em;
    font-size: 11px;
    font-size: 1.1rem;
    border-radius: 21px;
  }
  .area_studyabroad dd .note{
    margin-top:5px;
    font-size: 12px;
    font-size: 1.2rem;
  }  
}
@media pritn,screen and (min-width :1001px){
  /*long*/
  .area_studyabroad dd .item.long{
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;    
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;  
  }
  .area_studyabroad dd .item.long .left{
    width: 46.25%;
  }
  .area_studyabroad dd .item.long ul{
    width: 46.25%;
  }
}
/*水色*/
.area_studyabroad .box_program.blue{
  margin-top:25px;
  background-color: #4aacda;
}
@media screen and (max-width :768px){
  .area_studyabroad .box_program.blue{
    margin-top:5px;
  }  
}
/* ===============================================
# area_ababroad 海外へ行こう
=============================================== */
.area_ababroad{
  margin-top: 40px;
  padding: 100px 0 320px;
  background: url(/international/program/img/bg_step.png) no-repeat bottom center;
  background-color: #e7f2fa;
}
.area_ababroad h4{
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  color: #264f95;
  text-align: center;
}
.area_ababroad .lead{
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.625;
}
@media screen and (max-width :1000px){
  .area_ababroad{
    background-size: 100% auto;
    padding-bottom: 25%;
  }
}
@media screen and (max-width :768px){
  .area_ababroad{
    margin-top: 0;
    padding: 70px 0 63.6%;
    background-image: url(/international/program/img/bg_step_sp.png);
  }
  .area_ababroad h4{
    margin-bottom: 18px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.146;
  }
  .area_ababroad .lead{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 1.536;
  }  
}
/*step*/
.area_ababroad .box_step{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.area_ababroad .box_step:last-child{
  margin-top:35px;
}
.area_ababroad .box_step dl{
  width: 30.8%;
}
.area_ababroad .box_step dt{
  position: relative;
  padding-bottom: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  border-bottom: dashed 1px #063e8d;
}
.area_ababroad .box_step dt .step{
  width: 86px;
  height: 86px;
  padding-top: 5px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  background: url(/international/program/img/bg_ttl_step.png) no-repeat center center;
  background-size: 100% auto;
  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;  
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
.area_ababroad .box_step dt .step .no{
  margin-top: 3px;
  font-size: 20px;
  font-size: 2rem;
}
.area_ababroad .box_step dt .ttl{
  flex: 1;
  padding-left: 4.5%;
  line-height: 1.263;
  color: #063e8d;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}
.area_ababroad .box_step dd{
  padding-top: 10px;
}
.area_ababroad .box_step .note{
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1em;
  padding-left: 1.5em;
  text-indent: -1.3em;
}
.area_ababroad .box_step dd figure{
  margin-top: 30px;
}
.area_ababroad .box_step .btn_link a{
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  background-color: #063e8d;
  border: solid 1px #666666;
  color: #fff;
  text-align: center;
}
.area_ababroad .box_step .btn_link a span{
  display: inline-block;
  padding-right: 32px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat right center;
  background-size: 8px 11px;
}

@media print,screen and (min-width :1001px){
  .area_ababroad .box_step dl:nth-child(n+2) dt::before{
    content: '▼';
    position: absolute;
    left: -8.5%;
    top: 50%;
    color: #063e8d;
    margin-top: -20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media screen and (max-width :1000px){
  .area_ababroad .box_step{
    display: block;    
  }
  .area_ababroad .box_step dl{
    width: 100%;
  }  
  .area_ababroad .box_step dl:nth-child(n+2){
    margin-top: 20px;
  }
  .area_ababroad .box_step dt .ttl{
    padding-left: 3%;
  }
}
@media screen and (max-width :768px){
  .area_ababroad .box_step:last-child{
    margin-top: 20px;
  }  
  .area_ababroad .box_step dt{
    padding-bottom: 10px;
  }
  .area_ababroad .box_step dt .step{
    width: 76px;
    height: 76px;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_ababroad .box_step dt .step .no{
    margin-top: 3px;
    font-size: 17.5px;
    font-size: 1.75rem;
  }
  .area_ababroad .box_step dt .ttl{
    font-size: 16.5px;
    font-size: 1.65rem;
  }
  .area_ababroad .box_step dd{
    padding-top: 12px;
  }
  .area_ababroad .box_step .note{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area_ababroad .box_step dd figure{
    margin-top: 15px;
  }
  .area_ababroad .box_step .btn_link a{
    margin-top: 18px;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;    
  }
  .area_ababroad .box_step .btn_link a span{
    padding-right:20px;
    background-size: 5px 7px;
  }
  
}

/* ===============================================
# sec_story_search 留学体験談
=============================================== */
.sec_story_search{
  position: relative;
  margin-bottom: 115px;
  padding-top: 120px;
  height: 348px;
  background: url(/international/story/img/bg_serch.jpg)no-repeat center center;
  background-size: cover;
}
.sec_story_search .lead{
  text-align: center;
  line-height: 1.625;
  color: #fff;
}
@media screen and (max-width :768px){
  .sec_story_search{
    margin-bottom: 110px;
    padding-top: 68px;
    padding-bottom: 130px;
    height: auto;
    background-image: url(/international/story/img/bg_serch_sp.jpg);
    background-size: cover;
  }
  .sec_story_search .lead{
    line-height: 1.538;
  }  
}
/*検索ボックス-----------------------------*/
.sec_story_search .area_serch{
  width: 96.4%;
  max-width: 1300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 30px 2.7% 23px;
  background-color: #063e8d;
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
  color: #fff;
}
.sec_story_search .area_serch .ttl{
  width: 30%;
  min-width: 220px;
  padding:0 0 0 13%;
  background: url(/international/img/ico_story.svg) no-repeat left center;
  background-size: 36% auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  border-right: solid 1px #fff;  
}

.sec_story_search .box_serch{
  flex: 1;
  padding-left: 2.7%;
}
@media screen and (max-width :768px){
  .sec_story_search .area_serch{
    padding: 15px 2.5%;
  }
  .sec_story_search .area_serch .ttl{
    display: none;
  }

  .sec_story_search .box_serch{
    flex: 1;
    padding-left: 0;
  }  
}
/*ボタン*/
.sec_story_search .btn_choice{
  margin-bottom: 10px;
}
.sec_story_search .btn_choice li{
	width: 25%;
  min-height: 55px;
}
.sec_story_search .btn_choice li:nth-child(n+2){
  border-left: solid 1px #063e8d;
}
.sec_story_search .btn_choice a{
  height: 100%;
  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;  
  padding: 5px;
  background-color: #fff;  
  line-height: 1.154;
  color: #063e8d;
  text-align: center;
}
.sec_story_search .btn_choice a.active,
.sec_story_search .btn_choice a:hover{
  opacity: 1;
  background-color: #ba9716;
  color: #fff;
}
@media screen and (max-width :768px){
  .sec_story_search .btn_choice{
    margin-bottom: 12px;
  }
  .sec_story_search .btn_choice li{
    width: 25%;
    min-height: 50px;
  }
  .sec_story_search .btn_choice a{
    padding: 3px;
  }
}
/*コンボボックス*/
.sec_story_search .box_select{
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_story_search .box_select dl{
  width: 48%;
  max-width: 360px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.sec_story_search .box_select dl dt{
  padding-right: 0.5em;
}
.sec_story_search .box_select dl dd{
  flex: 1;
}
.sec_story_search .box_select select{
  width: 100%;
  white-space: nowrap;
}
.sec_story_search .box_select .select_wrap{
  display:block;
  overflow:hidden;
  background-image:url("/common/img/ico_select.png");
  background-size: 16px 14px;
  background-position:right 10px center;
  background-repeat:no-repeat;
  background-color: #fff;
}
.sec_story_search .box_select select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  line-height: 1.3;
  padding: 10px 30px 10px 5px;  
  vertical-align:middle;
  border-width:0;
  background-color:transparent;  
}
/* IE10対応 */
::-ms-expand{
  display: none;
}
@media print,screen and (max-width :1100px){
  .sec_story_search .box_select{
    display: block;
  }
  .sec_story_search .box_select dl{
    width: 100%;
    max-width: inherit;
  }
  .sec_story_search .box_select dl dt{
    width: 8.5em;
  }
  .sec_story_search .box_select dl:nth-child(n+2){
    margin-top: 10px;
  }
}
@media screen and (max-width :768px){
  .sec_story_search .box_select .select_wrap{
    background-size: 14px 10px;
  }
  .sec_story_search .box_select select{
    font-size: 16px;
    padding: 7px 27px 7px 3px;
  }
}
/*一覧-----------------------------*/
.sec_story_list {
  padding-bottom: 50px;
}
.sec_story_list .box_story_list ul{
  flex-wrap: wrap;
  margin-top: 44px;
  margin-bottom: 44px;
}
.sec_story_list .box_story_list ul li{
  width: 30.7%;
  margin-left: 3.95%;
}
@media print,screen and (min-width :1001px) {
  .sec_story_list .box_story_list li:nth-child(3n+1){
    margin-left: 0;
  }  
  .sec_story_list .box_story_list li:nth-child(n+4){
    margin-top: 10px;
  }    
}
@media screen and (max-width :1000px){
  .sec_story_list .box_story_list ul li{
    width: 49.2%;
    margin-left: 1.6%;
    max-width: inherit;    
  }  
  .sec_story_list .box_story_list li:nth-child(2n+1){
    margin-left: 0;
  }  
  .sec_story_list .box_story_list li:nth-child(n+3){
    margin-top: 10px;
  }    
}
@media screen and (max-width :768px){
  .sec_story_list {
    padding-bottom: 78px;
  }
  .sec_story_list .box_story_list ul{
    margin-top: 37px;
    margin-bottom: 0;
  }  
  
  body.android .sec_story_list li{
    width: 100%;
    margin-left: 0;
  }
  body.android .sec_story_list .box_story_list li:nth-child(n+2){
    margin-top: 10px;
  }   
}
/* ===============================================
# sec_story_article 留学体験談　詳細
=============================================== */
.sec_story_article{
  padding-top: 50px;
  padding-bottom: 60px;
}
.sec_story_article .box_img{
  width: 43%;
  float: left;
  padding-right: 3%;
  text-align: center;
}
.sec_story_article .box_article{
  padding-bottom: 60px;
}
.sec_story_article .box_name{
  width: 57%;
  float: right;
}
.sec_story_article .box_contetns{
  width: 57%;
  float: right;
}
.sec_story_article .box_name .program{
  margin-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  line-height: 1.3;  
}
.sec_story_article .box_name .program p{
  flex: 1;  
  padding-left: 20px;
  line-height: 1.1;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec_story_article .box_name .name{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;  
  margin-bottom: 5px;
  padding-bottom: 25px;
  background: url(/international/story/img/img_border.png) no-repeat right bottom;
}
.sec_story_article .box_name .faculty{
  font-size: 20px;
  font-size: 2rem;
}
.sec_story_article .box_name .slash{
  color: #a7a7a7;
}
.sec_story_article .box_name .period{
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;  
  line-height: 1.3;  
  color: #063e8d;
}
.sec_story_article .box_contetns .ttl{
  font-size: 35px;
  font-size: 3.5rem;  
  color: #063e8d;
  line-height: 1.3;  
  margin-bottom: 25px;
}
.sec_story_article .box_contetns .text{
  margin-bottom: 20px;
}

.sec_story_article .cmn_btn_next{
  margin-top: 0;
}

@media screen and (max-width :1000px){
  .sec_story_article .box_article{
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;    
  }
  .sec_story_article .box_img{
    width: 100%;
    float: none;
    padding-right: 0;
    order: 2;
    margin-bottom: 25px;
  }
  .sec_story_article .box_name{
    width: 100%;
    float: none;
    order: 1;
  }
  .sec_story_article .box_contetns{
    width:100%;
    float: none;
    order: 3;
  }  
}
@media screen and (max-width :768px){
  .sec_story_article{
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .sec_story_article .box_article{
    padding-bottom: 0;
  }  
  .sec_story_article .box_contetns{
    padding-bottom: 40px;
  }
  .sec_story_article .box_name .program{
    margin-bottom:15px;
  }
  .sec_story_article .box_name .program img{
    width: 33px;
  }
  .sec_story_article .box_name .program p{
    padding-left: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_story_article .box_name .name{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    padding-bottom: 20px;
    background-image: url(/international/story/img/img_border_sp.png);
    background-size: 710px auto;
  }
  .sec_story_article .box_name .faculty{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_story_article .box_name .period{
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;  
  }
  .sec_story_article .box_contetns .ttl{
    font-size: 20px;
    font-size: 2rem;  
    line-height: 1.585;
    margin-bottom: 20px;
  }
  .sec_story_article .box_contetns .text{
    margin-bottom: 20px;
  }
}
/*その他の留学体験*/
.sec_story_other{
  padding-bottom: 60px;
}
.sec_story_other h4{
  position: relative;
  height: 199px;
  background: url(/international/story/img/bg_other.jpg)no-repeat center center;
  background-size: cover;
}
.sec_story_other h4 span{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: inline-block;
  padding-top: 60px;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  background: url(/international/img/ico_story.svg) no-repeat top center;
  background-size: 87px auto;
}
@media screen and (max-width :768px){
  .sec_story_other{
    padding-bottom: 30px;
  }  
  .sec_story_other h4{
    height: auto;
    padding: 25px 0;
    text-align: center;
    background-image: url(/international/story/img/bg_other_sp.jpg)
  }
  .sec_story_other h4 span{
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    padding-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    background-size: 43px 24px;
  }
  .sec_story_other .box_story_list ul{
    flex-wrap: nowrap;
  }
  .sec_story_other .box_story_list ul li{
    width: 70%;
    max-width: 260px;
  }  
}