@charset "utf-8";

main.index{
  padding-bottom: 0;
}
.cmn_topicpath{
  margin-bottom: 25px;
}
@media screen and (max-width :768px){
  .cmn_topicpath{
    margin-bottom: 10px;
  }  
}
/* ===============================================
# ¥ª¥ê¥¸¥Ê¥ë¥µ¥¤¥È
=============================================== */
.sec_hp{
  margin-bottom: 25px;
}
.sec_hp .inner{
  text-align: right;
}
.sec_hp a{
  display: inline-block;
  margin: 0 0 0 auto;
  padding-bottom: 12px;
  padding-right: 37px;
  text-align: left;
  line-height: 1;
  border-bottom: dotted 1px #000;
  background: url(/common/img/ico_arrow_b.svg) no-repeat right top 6px;
  background-size: 8px 11px;
}
.sec_hp img{
  width: 15px;
  margin-left: 1em;
  vertical-align: middle;
}
@media screen and (max-width :768px){
  .sec_hp{
    margin-bottom: 30px;
  }  
  .sec_hp a{
    padding: 12px 11%;
    border:solid 1px #999999;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    background-position: center right 6.4%;
    background-size: 7px 10px;
  }
  .sec_hp img{
    width: 8px;
  }  
}
/* ===============================================
# cmn_area_promo
=============================================== */
.cmn_area_promo.education{
  background-image: url(/department/education/img/img_promotion.jpg);
}
.cmn_area_promo.human_sciences{
  background-image: url(/department/human_sciences/img/img_promotion.jpg);
}
.cmn_area_promo.language_and_literature{
  background-image: url(/department/language_and_literature/img/img_promotion.jpg);
}
.cmn_area_promo.information{
  background-image: url(/department/information/img/img_promotion.jpg);
}
.cmn_area_promo.health{
  background-image: url(/department/health/img/img_promotion.jpg);
}
.cmn_area_promo.business{
  background-image: url(/department/business/img/img_promotion.jpg);
}
.cmn_area_promo.graduate{
  background-image: url(/department/graduate/img/img_promotion.jpg);
}
.cmn_area_promo.education_major{
  background-image: url(/department/education_major/img/img_promotion.jpg);
}
.cmn_area_promo.foreign_students{
  background-image: url(/department/foreign_students/img/img_promotion.jpg);
}
.cmn_area_promo.international_studies{
  background-image: url(/department/international_studies/img/img_promotion.jpg);
}

@media screen and (max-width :768px){
  .cmn_area_promo.education{
    background-image: url(/department/education/img/img_promotion_sp.jpg);
  }  
  .cmn_area_promo.human_sciences{
    background-image: url(/department/human_sciences/img/img_promotion_sp.jpg);
  }   
  .cmn_area_promo.language_and_literature{
    background-image: url(/department/language_and_literature/img/img_promotion_sp.jpg);
  }   
  .cmn_area_promo.information{
    background-image: url(/department/information/img/img_promotion_sp.jpg);
  }    
  .cmn_area_promo.health{
    background-image: url(/department/health/img/img_promotion_sp.jpg);
  }    
  .cmn_area_promo.business{
    background-image: url(/department/business/img/img_promotion_sp.jpg);
  }   
  .cmn_area_promo.graduate{
    background-image: url(/department/graduate/img/img_promotion_sp.jpg);
  }    
  .cmn_area_promo.education_major{
    background-image: url(/department/education_major/img/img_promotion_sp.jpg);
  }   
  .cmn_area_promo.foreign_students{
    background-image: url(/department/foreign_students/img/img_promotion_sp.jpg);
  }    
  .cmn_area_promo.international_studies{
    background-image: url(/department/international_studies/img/img_promotion_sp.jpg);
  }   
}
/* ===============================================
# sec_lead
=============================================== */
.sec_lead{
  padding-bottom: 90px;
}
.sec_lead .ttl_second h3{
  /*width: 100%;
  max-width: 633px;*/
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.263;
}
@media screen and (max-width :768px){
  .sec_lead{
    padding-bottom: 82px;
  }
  .sec_lead .ttl_second h3{
    width: 100%;
    max-width: inherit;
    padding-right: 0;
    padding-left:0;
    line-height: 1.189;
    font-size: 24px;
    font-size: 2.4rem;
  }

}
/* ===============================================
# sec_point
=============================================== */
.sec_point{
  background-color: #f6f2e7;
}
.sec_point h4{
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_point h4 i{
  display: inline-block;
  padding: 0 50px 10px;
  background: url(/department/img/bg_point_l.svg) no-repeat left center,
    url(/department/img/bg_point_r.svg) no-repeat right center;
  background-size: 28px 56px;
}
.sec_point h4 span{
  font-size: 32px;
  font-size: 3.2rem;
}
.sec_point dl{
  position: relative;
  width: 33.33%;
  height: auto;
  margin-top: 5px;
  padding-bottom:18.75%;
}
.sec_point dl dt{
  width: 83.3%;
  margin: 0 auto;
  padding:0 6.7% 15px;
  border-bottom: solid 1px #063e8d;
  color: #063e8d;
  line-height: 1.2;
  font-weight: bold;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.sec_point dl dt .no{
  padding-right: 6.7%;
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: normal;
  line-height: 1;  
  margin-top:-0.2em;
}
.sec_point dl dt p{
  flex: 1;
  font-size: 20px;
  font-size: 2rem;
}

.sec_point dl dd p{
  width: 83.3%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
.sec_point dl dd figure{
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  width: 100%;
}
.sec_point dl dd figure img{
  width: 100%;
}
@media print,screen and (max-width :1100px){
  .sec_point{
    padding-bottom: 30px;
  }
  .sec_point .area_point{
    display: block;
    width: 94%;
    margin: 0 auto;
  }
  .sec_point dl{
    width: 100%;
    padding-bottom: 0;
  }
  .sec_point dl dd figure{
    position: relative;
    width: 83.3%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width :768px){
  .sec_point{
    padding-bottom: 0;
  }
  .sec_point h4{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_point h4 i{
    padding: 0 32px 5px;
    background-size: 22px 42px;
  }
  .sec_point h4 span{
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_point .area_point{
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;
  }
  .sec_point dl{
    margin-top: 0;
    padding-bottom: 42%;
  }
  .sec_point dl dt{
    width: 90%;
    line-height: 1.25;
    padding: 0 5px 12px;
  }
  .sec_point dl dt .no{
    padding-right: 15px;
    font-size: 40px;
    font-size: 4rem;
  }
  .sec_point dl dt p{
    font-size: 16px;
    font-size: 1.6rem;
  }

  .sec_point dl dd p{
    width: 90%;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 13px;
    padding-bottom: 25px;
  }
  .sec_point dl dd figure{
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;    
    width: 100%;
    margin-bottom: 0;
  }
}
/* ===============================================
# sec_subject
=============================================== */
.sec_subject{
  padding-bottom: 60px;
}
.sec_subject .cmn_ttl_index.topline{
  padding-top: 70px;
}
.sec_subject .cmn_ttl_index .ttl{
  font-size: 22px;
  font-size: 2.2rem;
}
.sec_subject .cmn_btn_blue{
  padding-top: 33px;
  padding-bottom: 33px;
}
@media screen and (max-width :768px){
  .sec_subject{
    padding-bottom: 45px;
  }
  .sec_subject .inner{
    width: 100%;
  }
  .sec_subject .cmn_ttl_index.topline{
    padding-top: 55px;
  }
  .sec_subject .cmn_ttl_index .ttl{
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_subject .cmn_link_menu.col3 .box_text{
    padding-right: 2%;
  }
  .sec_subject .cmn_btn_blue{
    min-width: 94.6%;
    padding-top: 25px;
    padding-bottom: 25px;
  }  
}
/* ===============================================
# sec_objective
=============================================== */
.sec_objective{
  padding-bottom: 60px;
}
.sec_objective .cmn_box_border{
  padding-top: 60px;
  padding-bottom: 18px;
}
.sec_objective .area_curriculum_box{
  max-width: 1220px;
  margin: 24px auto 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  flex-wrap: wrap;
}
.sec_objective .cmn_btn_general{
  border-color: #cccbc7;
}

@media print,screen and (min-width :1101px){
  /*col3*/
  .sec_objective .area_curriculum_box.col3 dl:nth-child(1){
    flex: 1;
    padding-right: 3.2%;
  }
  .sec_objective .area_curriculum_box.col3 dl:nth-child(2){
    width: 35.5%;
    padding-right: 3.2%;
    padding-left: 3.2%;
    border-left: solid 1px #d7d2c3;
    border-right: solid 1px #d7d2c3;
  }
  .sec_objective .area_curriculum_box.col3 dl:nth-child(3){
    flex: 1;
    padding-left: 3.2%;
  }

  /*col2¡¢ol4*/
  .sec_objective .area_curriculum_box.col2 dl,
  .sec_objective .area_curriculum_box.col4 dl{
    width: 50%;
  }  
  .sec_objective .area_curriculum_box.col2 dl:nth-child(odd),
  .sec_objective .area_curriculum_box.col4 dl:nth-child(odd){
    padding-right: 3.2%;
    border-right:solid 1px #d7d2c3;
  }
  .sec_objective .area_curriculum_box.col2 dl:nth-child(even),
  .sec_objective .area_curriculum_box.col4 dl:nth-child(even){
    padding-left: 3.2%;
  }
  .sec_objective .area_curriculum_box.col2 dl:nth-child(n+3),
  .sec_objective .area_curriculum_box.col4 dl:nth-child(n+3){
    margin-top: 30px;
  }
}
@media print,screen and (max-width :1100px){
  .sec_objective .area_curriculum_box{
    display: block;
  }
  .sec_objective .area_curriculum_box dl:nth-child(1),
  .sec_objective .area_curriculum_box dl:nth-child(2),
  .sec_objective .area_curriculum_box dl:nth-child(3){
    width: 100%;
    padding:0 0 15px;
    border: none;
  }
}
@media screen and (max-width :768px){
  .sec_objective{
    padding-bottom: 25px;
  }
  .sec_objective .cmn_box_border{
    padding-top: 28px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .sec_objective .area_curriculum_box{
    margin-top: 18px;
  }
  .sec_objective .cmn_btn_general{
    margin-top: 10px;
  }
}
/* ===============================================
# sec_voice_link
=============================================== */
.sec_voice_link .box_ttl_link{
  position: relative;
  padding-top: 45px;
  background-color: #f6f6f6;
}
.sec_voice_link .box_ttl_link::before{
  content: '';
  width: 256px;
  height: 256px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fafafa;
  transform-origin: left left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(14.8%,14.8%);
  z-index: 0;
}
.sec_voice_link .box_ttl_link a{
  position: relative;
  z-index: 1;
}
.sec_voice_link .box_ttl_link h4{
  display: table;
  margin: 0 auto;
  padding:0 15px 15px;
  text-align: center;
  line-height: 1;
  border-bottom: solid 1px #000;
}
.sec_voice_link .box_ttl_link h4 .en{
  font-size: 40px;
  font-size: 4rem;  
}
.sec_voice_link .box_ttl_link h4 .txt{
  position: relative;
  margin-top: 17px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_voice_link .box_ttl_link h4 .txt::after{
  content: '';
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: -40px;
  background: url(/common/img/ico_arrow_b.svg) no-repeat center center;
  background-size: 100% auto;
}
.sec_voice_link .box_ttl_link .lead{
  text-align: center;
  margin-top: 13px;
  font-size: 24px;
  font-size: 2.4rem;
}
.sec_voice_link .box_ttl_link .list_img{
  overflow: visible;
  width: 543px;
  margin: 40px auto 0;
}
.sec_voice_link .box_ttl_link .swiper-wrapper {
  transition-timing-function: linear;
}
.sec_voice_link .box_ttl_link li{
  max-width: 543px;
}

@media screen and (max-width :768px){
  .sec_voice_link .box_ttl_link{
    padding-top: 32px;
    overflow: hidden;
  }
  .sec_voice_link .box_ttl_link::before{
    width: 167px;
    height: 167px; 
    transform: rotate(45deg) translate(0,0);
  }
  .sec_voice_link .box_ttl_link h4{
    padding:0 10px 10px;
  }
  .sec_voice_link .box_ttl_link h4 .en{
    font-size: 30px;
    font-size: 3rem;  
  }
  .sec_voice_link .box_ttl_link h4 .txt{
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_voice_link .box_ttl_link h4 .txt::after{
    top: 3px;
    right: -28px;
  }
  .sec_voice_link .box_ttl_link .lead{
    margin-top: 10px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec_voice_link .box_ttl_link .list_img{
    width: 94%;
    margin-top: 15px;
  }
  .sec_voice_link .box_ttl_link li{
    max-width: inherit;
  }  
}
/* ===============================================
# sec_admission
=============================================== */
.sec_admission{
  position: relative;
  color: #fff;
  background-color: #004ea1;  
}
.sec_admission .inner{
  padding-right: 0;
}
.sec_admission .box_link_list{
  position: relative;
  padding: 70px 2% 57px 35px;
  width: 70%;
  max-width: 750px;
  margin: 0 0 0 auto;
}

.sec_admission .box_link_list h5{
  margin-bottom: 20px;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.3;
}
.sec_admission .box_link_list h5 span{
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.sec_admission .box_link_list h5 span::after{
  content: '';
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.sec_admission .box_link_list p{
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.417;
}
.sec_admission .box_link_list p:nth-of-type(n+2){
  margin-top: 30px;
}
.sec_admission .box_link_list .ico_blank{
  width: 15px;
}
.sec_admission .box_link_list ul{
  width: 100%;
  max-width: 573px;
}
.sec_admission .box_link_list li{
  width: 48.2%;
}
.sec_admission .box_link_list 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;  
  padding: 19px 20px;
  color: #fff;
  line-height: 1.3;
  border: solid 1px #fff;
  background: url(/common/img/ico_arrow_w.svg) no-repeat right 4.7% center;
  background-size: 8px 11px;
}
@media print,screen and (min-width :769px){
  .sec_admission::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 46.75%;

    height: 100%;
    background: url(/department/img/bg_admission.png) no-repeat right center;
    background-size: cover;
  }  
  .sec_admission .box_link_list li:nth-child(even){
    margin-left: 3.6%;
  }  
  .sec_admission .box_link_list li:nth-child(n+3){
    margin-top: 20px;
  }
  .sec_admission .box_link_list a:hover{
    opacity: 1;
    background-color: #ba9716;
    border-color: #ba9716;
  }
}
@media screen and (max-width :768px){
  .sec_admission{
    padding-bottom: 78%;
    background: #004ea1 url(/department/img/bg_admission_sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
  .sec_admission .box_link_list{
    padding: 35px 0 47px;
    width: 100%;
    margin: 0;
  }

  .sec_admission .box_link_list h5{
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_admission .box_link_list h5 span{
    font-size: 10px;
    font-size: 1rem;
  }
  .sec_admission .box_link_list p{
    margin-bottom: 7px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_admission .box_link_list p:nth-of-type(n+2){
    margin-top: 32px;
  }
  .sec_admission .box_link_list .ico_blank{
    width: 10px;
    margin-left: 15px;
  }
  .sec_admission .box_link_list ul{
    max-width: inherit;
  }
  .sec_admission .box_link_list li{
    width: 100%;
  }
  .sec_admission .box_link_list li:nth-child(n+2){
    margin-top:8px;
  }
  .sec_admission .box_link_list a{
    padding: 15px 5.2%;
    background-position: right 4.5% center;
    background-size: 5px 7px;
  }  
}
/* ===============================================
# ¥¢¥ó¥«©`¤È¥ê¥ó¥¯
=============================================== */
.area_anclink{
  margin-bottom: 70px;
  padding: 36px 0;
  background-color: #ba9716;
}
.area_anclink ul {
  border: solid 1px #fff;
}
.area_anclink ul li{
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.area_anclink ul li a{
  position: relative;
  color: #fff;
  padding: 22px 18% 22px 8%;
}
.area_anclink ul li.anc a{
  background: url(/common/img/ico_anchor_w.svg)no-repeat right 10% center;
  background-size: 12px 10px;
}
.area_anclink ul li.link a{
  background: url(/common/img/ico_arrow_w.svg)no-repeat right 10% center;
  background-size: 8px 11px;
}
@media print,screen and (min-width :769px){
  .area_anclink ul li:nth-child(n+2){
    border-left: solid 1px #fff;
  }  
  .area_anclink ul li a:hover{
    opacity: 1;
    background-color: #c8a938;
  }  
}
@media screen and (max-width :768px){
  .area_anclink{
    margin-bottom: 33px;
    padding: 19px 0;
  }
  .area_anclink ul{
    flex-wrap: wrap;
  }
  .area_anclink ul li{
    width: 33.33%;
    flex: auto;
    font-size: 11px;
    font-size: 1.1rem;
    border-left: solid 1px #fff;
  }
  .area_anclink ul li:nth-child(3n+1){
    border-left: none;
  }
  .area_anclink ul li:nth-child(n+4){
    border-top: solid 1px #fff;
  }
  .area_anclink ul li a{
    padding: 16px 15% 16px 8%;
  }
  .area_anclink ul li.anc a{
    background-position: right 7.7% center;
    background-size: 8px 7px;
  }
  .area_anclink ul li.link a{
    background-position: right 7.7% center;
    background-size: 5px 8px;
  }
  body.android .area_anclink ul{
    display: block;
  }
  body.android .area_anclink ul li{
    width: 100%;
    border-left: none;
  }
  body.android .area_anclink ul li:nth-child(n+2){
    border-top: solid 1px #fff;
  }
}
/* ===============================================
# ¥«¥ê¥­¥å¥é¥à
=============================================== */
.area_curriculum{
  margin-bottom: 40px;
}
.area_curriculum >*{
  width: 25%;
}
.area_curriculum >*.col2{
  width: 50%;
}
.area_curriculum >* dt{
  position: relative;    
  padding-right: 30px;
}
.area_curriculum >* dt span{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background: #063e8d;  
}
.area_curriculum dl dt::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #063e8d;
  position: absolute;
  right: 0;
  top: 0;
}
.area_curriculum dl dd{
  padding: 15px 15px 0;
}

.area_curriculum >*.col2{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_curriculum >*.col2 > dl{
  width:50%;
}
.area_curriculum >*.col2 > .long{
  width: 100%;
  padding: 15px 15px 0;
}
@media screen and (max-width :768px){
  .cmn_scroll_area.curriculum .area_curriculum{
    width: 830px;
  }  
  .area_curriculum dl dt{
    padding-right: 20px;
  }
  .area_curriculum dl dt span{
    height: 50px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .area_curriculum dl dt::after {
    border-width: 25px 0 25px 20px;    
  }
} 
/* ===============================================
# sec_voice
=============================================== */
.sec_voice .cmn_anchor{
  max-width: 1500px;
  padding-top:20px;
  margin-bottom: 40px;
}
.sec_voice .area_contents:nth-of-type(n+2){
  margin-top: 87px;
}
.sec_voice .box_main{
  /*align-items: flex-start;*/
}
.sec_voice .box_main .box_img{
  position: relative;
  width: 46.875%;
  max-width: 750px;
}
.sec_voice .box_main .box_img_in{
  position: relative;
  padding-top: 500px;
}
.sec_voice .box_main .box_img img{
  position: absolute;
  right: 0;
  top: 0;
  max-width: inherit;
}
@media screen and (max-width :1300px){
  .sec_voice .box_main .box_img_in{
    padding-top: 95%;
  }  
  .sec_voice .box_main .box_img img{
    width: 140%;
  }
}
@media screen and (max-width :950px){
  .sec_voice .box_main{
    display: block;
  }
  .sec_voice .area_contents:nth-of-type(n+2){
    margin-top: 29px;
  }
  .sec_voice .box_main .box_img_in{
    padding-top: 0;
  }  
  .sec_voice .box_main .box_img img{
    position: relative;
    width: 100%;
  }  
  .sec_voice .box_main .box_img{
    width: 100%;
    max-width: inherit;
  } 
}
.sec_voice .box_main .box_name{
  width: 310px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 0px 29px 0px rgba(29, 29, 29, 0.28);
}
.sec_voice .box_main .box_name dt{
  background-color: #063e8d;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  padding: 10px 0;
}
.sec_voice .box_main .box_name dd{
  padding: 20px 2% 20px 5.4%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.sec_voice .box_main .box_name dd .ttl{
  text-align: center;
  padding:3px 14px 3px 0;
  background-image: linear-gradient(to bottom, #063e8d, #063e8d 2px, transparent 2px, transparent 4px);
  background-size: 2px 6px;
  background-position: right;
  background-repeat: repeat-y;  
}
.sec_voice .box_main .box_name dd .voice{
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
}
.sec_voice .box_main .box_name dd .no{
  font-size: 36px;
  font-size: 3.6rem;
  color: #063e8d;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;  
}
.sec_voice .box_main .box_name dd .area_name{
  padding-left: 14px;
}
.sec_voice .box_main .box_name dd .area_name .status{
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
}
.sec_voice .box_main .box_name dd .area_name .name{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height:1.13;
}
.sec_voice .box_main .box_name dd .area_name .name span{
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width :950px){
  .sec_voice .box_main .box_name{
    width: 62.1%;
    right: auto;
    left: 2.7%;
    bottom: -9%;
    box-shadow: 0px 0px 15px 0px rgba(29, 29, 29, 0.28);
  }
  .sec_voice .box_main .box_name dt{
    padding: 8px 0;
  }
  .sec_voice .box_main .box_name dd{
    padding:15px 2% 15px 5.3%;
  }
  .sec_voice .box_main .box_name dd .ttl{
    padding:3px 10px 3px 0;
    background-image: linear-gradient(to bottom, #063e8d, #063e8d 1px, transparent 1px, transparent 2px);
    background-size: 1px 3px;    
  }
  .sec_voice .box_main .box_name dd .voice{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_voice .box_main .box_name dd .no{
    font-size: 27px;
    font-size: 2.7rem;
  }
  .sec_voice .box_main .box_name dd .area_name{
    padding-left: 10px;
  }
  .sec_voice .box_main .box_name dd .area_name .status{
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sec_voice .box_main .box_name dd .area_name .name{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_voice .box_main .box_name dd .area_name .name span{
    font-size: 11px;
    font-size: 1.1rem;
  }  
}
.sec_voice .box_main .box_text{
  position: relative;
  z-index: 0;
  width: 55%;
  max-width: 720px;
  padding: 0 0.5% 0 4%;
  background-color: #fff;
}
.sec_voice .box_main .box_text h4{
  color: #063e8d;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.455;
  margin-bottom: 40px;
}
.sec_voice .box_main .box_text .continued{
  display: none;
}
@media screen and (max-width :950px){
  .sec_voice .box_main .box_text{
    width: 94.6%;
    margin: 0 auto;
    max-width: inherit;
    padding: 9% 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.429;
  }
  .sec_voice .box_main .box_text h4{
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.447;
    margin-bottom:20px;
    letter-spacing: -0.025em;
  }  
}
@media screen and (max-width :768px){
  .sec_voice .cmn_anchor{
    padding-top: 0;
    margin-bottom: 10px;
  }  
  .sec_voice .cmn_anchor li{
    max-width: 47%;
  }
  .sec_voice .box_main .box_text .continued{
    display: block;
    margin-bottom: 16px;
    padding: 7px 8%;
    text-align: center;
    color: #063e8d;
    border: solid 1px #063e8d;
    border-radius: 5px;
    background: url(/common/img/ico_down_b.svg) no-repeat 94.4% center;
    background-size: 7px 4px;
  }
  .sec_voice .box_main .box_text .continued.open{
    background-image: url(/common/img/ico_up_b.svg);
  }
  .sec_voice .box_main .box_text p{
    height: 0;
    overflow: hidden;
  }  
}
/*ÏÂ*/
.sec_voice .box_bottom{
  position: relative;
  margin-top: 36px;
}
.sec_voice .box_bottom .item{
  position: relative;
  width: 50%;
  padding: 30px  0;
  background-color: #fdf7e6;
}
.sec_voice .box_bottom .item::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 102px 102px 0;
  border-color: transparent #fefbf1 transparent transparent;  
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.sec_voice .box_bottom .item.right::before{
  left: 0;
  right: auto;
  border-width: 102px 102px 0 0;
  border-color: #fefbf1 transparent transparent transparent;
}

.sec_voice .box_bottom dl{
  width: 75%;
  max-width: 549px;
}
.sec_voice .box_bottom .left dl{
  margin: 0 12.5% 0 auto;
}
.sec_voice .box_bottom .right dl{
  margin: 0 auto 0 12.5%;
}

.sec_voice .box_bottom dt{
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.sec_voice .box_bottom dt::after{
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  margin:18px auto 0;
  background-color: #898989;
}
.sec_voice .box_bottom dt span{
  display: block;
  color: #063e8d;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom:15px;
}
.sec_voice .box_bottom dd{
  margin-top: 18px;
}
.sec_voice .box_bottom figure img{
  position: absolute;
  width: 11.25%;
  max-width: 180px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
/*É«*/
.sec_voice .box_bottom .item.bg2{
  background-color: #e4e9f8;
}
.sec_voice .box_bottom .item.right.bg2::before{
  border-color: #eff2fb transparent transparent transparent;
}
.sec_voice .box_bottom .item.bg3{
  background-color: #dff1f5;
}
.sec_voice .box_bottom .item.bg3::before{
  border-color: transparent #f5fcfd transparent transparent;  
}
@media screen and (max-width :950px){
  .sec_voice .box_bottom{
    margin-top: 10px;
  }
  .sec_voice .box_bottom .item{
    width: 100%;
    padding: 25px  2.7%;
  }
  .sec_voice .box_bottom .item::before{
    display: none;
  }
  .sec_voice .box_bottom dl{
    width: 100%;
    max-width: inherit;
  }
  .sec_voice .box_bottom .left dl{
    margin:0;
  }
  .sec_voice .box_bottom .right dl{
    margin:0;
  }

  .sec_voice .box_bottom dt{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_voice .box_bottom dt::after{
    width: 65px;
    margin:12px auto 0;
  }
  .sec_voice .box_bottom dt span{
    font-size: 20px;
    font-size: 2rem;
    margin-bottom:5px;
  }
  .sec_voice .box_bottom dd{
    margin-top:15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.429;
  }
  .sec_voice .box_bottom figure img{
    display: none;
  }
}

/* ===============================================
# ½Ì†TÇéˆó¡¡.sec_professor
=============================================== */
.sec_professor .cmn_area_acd a{
  display: flex;
  width: 100%;
  height: 100%;
  color: #000;
  padding-left: 35px;
  text-decoration: none;
  background:url(/common/img/ico_info.svg)no-repeat left center;
  background-size: 20px 20px;
  cursor: pointer;
}

.sec_professor .cmn_area_acd a span{
  display: inline-block;
  padding-right: 23px;
  background: url(/common/img/ico_arrow.svg)no-repeat right center;
  background-size: 8px 13px;
}
@media screen and (max-width :768px){
  .sec_professor .cmn_area_acd a{
    padding-left: 23px;
    background-size: 15px 15px;
  }
  .sec_professor .cmn_area_acd a span{
    padding-right: 15px;
    background-size: 6px 8.5px;
  }  
}