@charset 'UTF-8';
@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 374px) {
  html {
    font-size: 53.33333%;
  }
}

body {
  min-width: 320px;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
  #wrap{
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.mincho {
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

@media print, screen and (min-width: 768px) {
  .pcHidden {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .pcInner {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1200px;
    width: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  .pcInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .spInner {
    padding: 0 15px;
  }
}

.utilDib {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .utilTxt {
    font-size: 15px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .utilTxt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.utilSmallTxt {
  font-size: 90%;
}

.utilXLTxt {
  font-size: 160%;
}

ul.utilList > li {
  padding-left: 1em;
  text-indent: -1em;
}

a.utilLink {
  color: #222E55;
  text-decoration: underline;
}
a.utilLink:hover {
  text-decoration: none;
}

/***********************************************************************
 * #MqMark
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #MqMark {
    font-family: 'pc';
  }
}
@media only screen and (max-width: 767px) {
  #MqMark {
    font-family: 'sp';
  }
}

/***********************************************************************
 * #Overlay
 ********************************************************************* */
#Overlay {
  position: fixed;
  top: auto;
  left: 0;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/***********************************************************************
 * #GHead .logoRow
 ********************************************************************* */
#GHead .logoRow .menuBtns > li a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #GHead {
    margin-bottom: 20px;
    z-index: 100;
	position: fixed;
	background-color: #fff;
	width: 100%;
	padding-bottom: 20px;
  }
  #GHead .logoRow {
    position: absolute;
    z-index: 1;
  }
  #GHead .logoRow .logo {
    background: #ffffff;
  }
  #GHead .logoRow .logo a {
    display: block;
    padding: 12px 16px 16px 18px;
    background: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px 4px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px 4px;
  }
  #GHead .logoRow .logo img {
    width: 234px;
  }
  #GHead .logoRow .menuBtns {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #GHead .logoRow .logo {
    float: left;
  }
  #GHead .logoRow .logo a {
    display: block;
    padding: 11px 15px;
  }
  #GHead .logoRow .logo img {
    width: 160px;
  }
  #GHead .logoRow .menuBtns {
    float: right;
  }
  #GHead .logoRow .menuBtns > li {
    float: left;
    width: 58px;
  }
  #GHead .logoRow .menuBtns > li a:hover {
    opacity: 0.8;
  }
  #GHead .logoRow .menuBtns > li.targetBtn:before {
    display: none;
    content: url(../img/header_btn_target_close.png);
  }
  #GHead .logoRow .menuBtns > li.targetBtn a.open {
    background: url(../img/header_btn_target_close.png) no-repeat;
    -webkit-background-size: 58px auto;
            background-size: 58px auto;
  }
  #GHead .logoRow .menuBtns > li.targetBtn a.open img {
    visibility: hidden;
  }
  #GHead .logoRow .menuBtns > li.menuBtn:before {
    display: none;
    content: url(../img/header_btn_menu_close.png);
  }
  #GHead .logoRow .menuBtns > li.menuBtn a.open {
    background: url(../img/header_btn_menu_close.png) no-repeat;
    -webkit-background-size: 58px auto;
            background-size: 58px auto;
  }
  #GHead .logoRow .menuBtns > li.menuBtn a.open img {
    visibility: hidden;
  }
}

/***********************************************************************
 * #GHead .targetRow
 ********************************************************************* */
#GHead .targetRow a {
  color: inherit;
  text-decoration: none;
}
#GHead .targetRow a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  #GHead .targetRow {
    padding: 5px 0;
    background: #222E55;
    color: #ffffff;
  }
  #GHead .targetRow .targetBox .boxTit {
    display: none;
  }
  #GHead .targetRow .targetBox .boxMain .targetList {
    float: right;
  }
  #GHead .targetRow .targetBox .boxMain .targetList > li {
    float: left;
    margin-left: 28px;
  }
  #GHead .targetRow .targetBox .boxMain .targetList > li:first-child {
    margin-left: 0;
  }
  #GHead .targetRow .targetBox .boxMain .targetList > li .listInner {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #GHead .targetRow {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    background: #f4f4f4;
    color: #000000;
    font-size: 1.85rem;
  }
  #GHead .targetRow a {
    display: block;
  }
  #GHead .targetRow a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #GHead .targetRow .targetBox .boxTit .titInner {
    position: relative;
    display: block;
    padding: 18px 25px;
    border-bottom: 1px solid #c8c8c8;
    background: #f4f4f4;
  }
  #GHead .targetRow .targetBox .boxTit .titInner:after {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    margin-top: -4px;
    width: 15px;
    height: 8px;
    background: url(../img/icn_arrow01_gray_down.png) center center no-repeat;
    -webkit-background-size: 15px 8px;
            background-size: 15px 8px;
    content: '';
  }
  #GHead .targetRow .targetBox .boxMain {
    padding: 0 25px;
    background: #ffffff;
  }
  #GHead .targetRow .targetBox .boxMain .targetList > li {
    border-top: 1px solid #c8c8c8;
  }
  #GHead .targetRow .targetBox .boxMain .targetList > li:first-child {
    border-top: none;
  }
  #GHead .targetRow .targetBox .boxMain .targetList > li .listInner {
    display: block;
    padding: 18px 15px;
  }
  #GHead .targetRow .targetBox.open .boxTit .titInner:after {
    background-image: url(../img/icn_arrow01_gray_up.png);
  }
}

/***********************************************************************
 * #GHead .mainRow .navList
 ********************************************************************* */
#GHead .mainRow a {
  color: inherit;
  text-decoration: none;
}
#GHead .mainRow .navList {
  position: relative;
  z-index: 100;
}
#GHead .mainRow .subNavBlock a:hover {
  text-decoration: underline;
}
#GHead .mainRow .subNavList > li .subNavTit {
  font-weight: inherit;
  font-family: inherit;
}
@media print, screen and (min-width: 768px) {
  #GHead .mainRow .pcInner {
    position: relative;
    padding-top: 72px;
  }
  #GHead .mainRow .navList {
    display: table;
    width: 100%;
  }
  #GHead .mainRow .navList > li {
    display: table-cell;
    border-right: 1px solid #cccccc;
    vertical-align: middle;
  }
  #GHead .mainRow .navList > li.navAbout {
    width: 11.4%;
  }
  #GHead .mainRow .navList > li.navAbout .subNavBlock .blockInner:before {
    left: 4.8%;
  }
  #GHead .mainRow .navList > li.navFac {
    width: 11.25%;
  }
  #GHead .mainRow .navList > li.navFac .subNavBlock .blockInner:before {
    left: 16%;
  }
  #GHead .mainRow .navList > li.navEdu {
    width: 12.5%;
  }
  #GHead .mainRow .navList > li.navEdu .subNavBlock .blockInner:before {
    left: 28%;
  }
  #GHead .mainRow .navList > li.navCampus {
    width: 22%;
  }
  #GHead .mainRow .navList > li.navCampus .subNavBlock .blockInner:before {
    left: 44.5%;
  }
  #GHead .mainRow .navList > li.navCareer {
    width: 14.3%;
  }
  #GHead .mainRow .navList > li.navCareer .subNavBlock .blockInner:before {
    left: 62.5%;
  }
  #GHead .mainRow .navList > li.navGlobal {
    width: 16%;
  }
  #GHead .mainRow .navList > li.navGlobal .subNavBlock .blockInner:before {
    left: 78%;
  }
  #GHead .mainRow .navList > li.navCoop .subNavBlock .blockInner:before {
    left: 93%;
  }
  #GHead .mainRow .navList > li:first-child {
    border-left: 1px solid #cccccc;
  }
  #GHead .mainRow .navList > li .navTit {
    overflow: hidden;
    text-align: center;
    font-size: 17px;
  }
  #GHead .mainRow .navList > li .navTit a {
    display: block;
    margin: -100px 0;
    padding: 100px 0;
    position: relative;
  }
  #GHead .mainRow .navList > li .navTit a:hover {
    color: #222E55;
    text-decoration: none;
  }
  
  
  #GHead .mainRow .subNavBlock {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    padding-top: 35px;
    width: 100%;
  }
  #GHead .mainRow .subNavBlock .blockInner {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px;
    width: 100%;
    border-radius: 8px;
    background: #ffffff;
  }
  #GHead .mainRow .subNavBlock .blockInner:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    width:   100%;
    height: 16px;
    background: url(../img/mega_img_arrow.png) no-repeat;
    content: '';
    z-index: 100;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockTit {
    color: #222E55;
    font-size: 20px;
    line-height: 1;	
  }
  #GHead .mainRow .subNavBlock .blockInner .blockTit a {
    display: inline-block;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockTit a:before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/mega_icn_tit.png) no-repeat;
    content: '';
    vertical-align: middle;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockMain {
    margin-top: 25px;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockMain .col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 42px;
    width: 33.33333%;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockMain .col:first-child {
    padding-left: 12px;
  }
  #GHead .mainRow .subNavList > li {
    margin-top: 9px;
  }
  #GHead .mainRow .subNavList > li:first-child {
    margin-top: 0;
  }
  #GHead .mainRow .subNavList > li .subNavTit {
    font-size: 16px;
  }
  #GHead .mainRow .subNavList > li .subNavTit a {
    display: inline-block;
    padding-left: 16px;
    text-indent: -16px;
  }
  #GHead .mainRow .subNavList > li .subNavTit a:before {
    position: relative;
    top: -0.1em;
    display: block;
    display: inline-block;
    margin-right: 12px;
    width: 4px;
    height: 6px;
    background: url(../img/mega_icn_subnav.png) no-repeat;
    content: '';
    vertical-align: middle;
  }
  
 #GHead .mainRow .subNavList > li .subNavSub{
	 margin-left : 12px;
 }
  
 #GHead .mainRow .subNavList > li .subNavSub:before{
	 content: "∟";
	 margin: -5px 3px 0 0;
	 color: #CCC;
 }
  
  
  #GHead .mainRow .wsubNavList {
    margin-top: 8px;
    padding-left: 17px;
  }
  #GHead .mainRow .wsubNavList > li {
    margin-top: 5px;
    font-size: 14px;
  }
  #GHead .mainRow .wsubNavList > li:first-child {
    margin-top: 0;
  }
  #GHead .mainRow .wsubNavList > li a {
    display: inline-block;
    padding-left: 21px;
    text-indent: -21px;
  }
  #GHead .mainRow .wsubNavList > li a:before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    margin-right: 10px;
    width: 11px;
    height: 2px;
    background: url(../img/mega_icn_wsubnav.png) no-repeat;
    content: '';
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  #GHead .mainRow .navList > li .navTit {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #GHead .mainRow {
    position: absolute;
    z-index: 10;
    display: none;
    padding-bottom: 40px;
    width: 100%;
    background: #222D5D;
  }
  #GHead .mainRow .navList > li .navTit {
    background: #ffffff;
  }
  #GHead .mainRow .navList > li .navTit a {
    position: relative;
    display: block;
    padding: 18px 25px;
    border-bottom: 1px solid #c8c8c8;
	background: #222D5D;
    color: #ffffff;
    font-size: 1.85rem;
  }
  #GHead .mainRow .navList > li .navTit a:hover {
    opacity: 0.8;
  }
  #GHead .mainRow .navList > li .navTit a:after {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    margin-top: -4px;
    width: 15px;
    height: 8px;
    background: url(../img/icn_arrow01_gray_down.png) center center no-repeat;
    -webkit-background-size: 15px 8px;
            background-size: 15px 8px;
    content: '';
  }
  #GHead .mainRow .navList > li.open .navTit a:after {
    background-image: url(../img/icn_arrow01_gray_up.png);
  }
  #GHead .mainRow .subNavBlock {
    display: none;
    padding: 0 25px;
    background: #f4f4f4;
  }
  #GHead .mainRow .subNavList > li {
    border-top: 1px solid #c8c8c8;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockTit a,
  #GHead .mainRow .subNavList > li .subNavTit a {
    display: block;
    padding: 18px 10px;
    font-size: 1.85rem;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockTit a {

	color: #222E55;
  }
  #GHead .mainRow .subNavBlock .blockInner .blockTit a:hover,
  #GHead .mainRow .subNavList > li .subNavTit a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #GHead .mainRow .wsubNavList {
    display: none;
  }
}

/***********************************************************************
 * nav highlight
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  body.introPage #GHead .mainRow .navList > li.navAbout .navTit ,
  body.departPage #GHead .mainRow .navList > li.navFac .navTit ,
  body.eduPage #GHead .mainRow .navList > li.navEdu .navTit ,
  body.lifePage #GHead .mainRow .navList > li.navCampus .navTit ,
  body.careerPage #GHead .mainRow .navList > li.navCareer .navTit ,
  body.globalPage #GHead .mainRow .navList > li.navGlobal .navTit ,
  body.researchPage #GHead .mainRow .navList > li.navCoop .navTit {
    color: #173299;
  }
}
/***********************************************************************
 * #GHead .toolBlock
 ********************************************************************* */
#GHead .mainRow .toolBlock .linkList > li {
  color: #222E55;
  font-weight: bold;
}
#GHead .mainRow .toolBlock .linkList > li a {
  display: block;
}
#GHead .mainRow .toolBlock .linkList > li a:hover {
  text-decoration: underline;
}
#GHead .mainRow .toolBlock .linkList > li.access .linkInner:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: url(../img/icn_train01.png) no-repeat;
  content: '';
  vertical-align: middle;
}
#GHead .mainRow .toolBlock .linkList > li.contact .linkInner:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: url(../img/icn_mail01.png) no-repeat;
  content: '';
  vertical-align: middle;
}
#GHead .mainRow .toolBlock .linkList > li.offer .linkInner:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: url(../img/icn_book01.png) no-repeat;
  content: '';
  vertical-align: middle;
}
#GHead .mainRow .toolBlock .linkList > li.sitemap .linkInner:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: url("../img/icn_sitemap01.png") no-repeat;
  content: '';
  vertical-align: middle;
}
#GHead .mainRow .toolBlock .searchBox {
  position: relative;
}
#GHead .mainRow .toolBlock .searchBox .searchInput {
  border: none;
}
#GHead .mainRow .toolBlock .searchBox .submitBtn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent url(../img/icn_zoom01.png) center center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
#GHead .mainRow .toolBlock .langSelect select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#GHead .mainRow .toolBlock .langSelect select::-ms-expand {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #GHead .mainRow .toolBlock .snsheader_icon {
    float: left;
  }
  #GHead .mainRow .toolBlock .snsheader_icon  > li {
    float: left;
    margin-left: -20px;
	  display: inline-block;
  }
  #GHead .mainRow .toolBlock .snsheader_icon  > li img {
	  width: 45%;
	  height:45%;
  }	
}
@media print, screen and (max-width: 767px) {
  #GHead .mainRow .toolBlock .snsheader_icon {
	  display: block;
	  background-color: #FFF;
	  padding:  10px 20px;
	  border-radius: 5px;
	  margin-bottom: 10px;
  }
  #GHead .mainRow .toolBlock .snsheader_icon  > li {
    float: left;
    margin-left: 10px;
	  display: inline-block;
  }
  #GHead .mainRow .toolBlock .snsheader_icon  > li img {
	  width: 70%;
	  height:70%;
  }	
}

@media print, screen and (min-width: 768px) {
  #GHead .mainRow .toolBlock {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #GHead .mainRow .toolBlock .linkList {
    float: left;
    padding: 2px 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  #GHead .mainRow .toolBlock .linkList > li {
    float: left;
    margin-left: 12px;
    padding-top: 2px;
    padding-left: 12px;
    border-left: 1px solid #cccccc;
    letter-spacing: 0.06em;
    font-size: 13px;
  }
  #GHead .mainRow .toolBlock .linkList > li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #GHead .mainRow .toolBlock .linkList > li a {
    display: block;
  }
  #GHead .mainRow .toolBlock .linkList > li.access .linkInner:before {
    margin-right: 6px;
    width: 16px;
    height: 17px;
    -webkit-background-size: 16px auto;
            background-size: 16px auto;
  }
  #GHead .mainRow .toolBlock .linkList > li.contact .linkInner:before {
    margin-right: 5px;
    width: 14px;
    height: 10px;
    -webkit-background-size: 14px auto;
            background-size: 14px auto;
  }
  #GHead .mainRow .toolBlock .linkList > li.offer .linkInner:before {
    margin-right: 6px;
    width: 11px;
    height: 14px;
    -webkit-background-size: 11px auto;
            background-size: 11px auto;
  }
  #GHead .mainRow .toolBlock .linkList > li.sitemap .linkInner:before {
    margin-right: 6px;
    width: 16px;
    height: 15px;
    -webkit-background-size: 16px auto;
            background-size: 16px auto;
  }


/* SearchBox */
#gsc{
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 5px;
  width: 129px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
#gsc input[type="text"]{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    padding: 4px;
    width: 100%;
    height: 26px !important;
    outline: none;
    font-size: 14px;
    line-height: 1;
}
#gsc .gsc-input-box-focus,#gsc .gsc-input-box-hover{
  box-shadow: none !important;
}
#gsc input.gsc-search-button-v2{
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  border: none !important;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
  background: transparent !important;
}
#gsc input.gsc-search-button-v2[type="image"]{
  opacity: 0;
}
#gsc #gsc-iw-id1{
    border:none !important;
}
#gsc .gsib_b span{
  display: none;
}
#gsc .gsc-search-button:after{
  position: absolute;
  z-index: 0;
  right: -2px;
  top: 0;
  content: "";
  background: transparent url(../img/icn_zoom01.png) center center no-repeat;
  width: 30px;
  height: 27px;
  -webkit-background-size: 15px auto;
          background-size: 15px auto;
}

  #GHead .mainRow .toolBlock .langSelect {
    float: left;
    margin-left: 5px;
    width: 108px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff url(../img/header_img_lang_arrow_pc.png) 81px center no-repeat;
  box-sizing: border-box;
  }
  #GHead .mainRow .toolBlock .langSelect select {
    padding-left: 5px;
    width: 100%;
    height: 26px;
    outline: none;
    border: none;
    background: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  #GHead .mainRow .toolBlock {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #GHead .mainRow .toolBlock {
    margin-top: 35px;
    padding: 0 15px 33px;
  }
  #GHead .mainRow .toolBlock .linkList > li {
    margin-top: 10px;
	background: #ffffff;
    border-radius: 5px;
  }
  #GHead .mainRow .toolBlock .linkList > li:first-child {
    margin-top: 0;
  }
  #GHead .mainRow .toolBlock .linkList > li a {
    display: block;
  }
  #GHead .mainRow .toolBlock .linkList > li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #GHead .mainRow .toolBlock .linkList > li .linkInner {
    padding: 15px 0;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    font-size: 1.65rem;
  }
  #GHead .mainRow .toolBlock .linkList > li.access .linkInner:before {
    margin-right: 10px;
    width: 19px;
    height: 20px;
    -webkit-background-size: 19px auto;
            background-size: 19px auto;
  }
  #GHead .mainRow .toolBlock .linkList > li.contact .linkInner:before {
    margin-right: 10px;
    width: 21px;
    height: 15px;
    -webkit-background-size: 21px auto;
            background-size: 21px auto;
  }
  #GHead .mainRow .toolBlock .linkList > li.offer .linkInner:before {
    margin-right: 10px;
    width: 16px;
    height: 20px;
    -webkit-background-size: 16px auto;
            background-size: 16px auto;
  }
  #GHead .mainRow .toolBlock .linkList > li.sitemap .linkInner:before {
    margin-right: 10px;
    width: 19px;
    height: 18px;
    -webkit-background-size: 19px auto;
            background-size: 19px auto;
  }

  /* SearchBox */
  #gsc{
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    padding-right: 55px;
    height: 53px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff;
  }
  #gsc .gsc-control-cse,
  #gsc .gsc-control-cse-ja,
  #gsc .gsib_a{
      margin:0 !important;
      padding:0 !important;
  }
  #gsc input[type="text"]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px !important;
    width: 100% !important;
    height: 55px !important;
    outline: none !important;
    font-size: 16px;
  }
  #gsc .gsc-input-box-focus,#gsc .gsc-input-box-hover{
    box-shadow: none !important;
  }
  #gsc input.gsc-search-button-v2{
    padding: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    background: transparent !important;
  }
  #gsc input.gsc-search-button-v2[type="image"]{
    opacity: 0;
  }
  #gsc #gsc-iw-id1{
      border:none !important;
  }
  #gsc .gsib_b span{
    display: none;
  }
  #gsc .gsc-search-button:after{
    position: absolute;
    z-index: 0;
    right: -2px;
    top: 0;
    content: "";
    background: transparent url(../img/icn_zoom01.png) center center no-repeat;
    width: 55px;
    height: 55px;
    outline: none;
    -webkit-background-size: 21px 20px;
            background-size: 21px 20px;
  }

  #GHead .mainRow .toolBlock .langSelect {
    margin-top: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff url(../img/header_img_lang_arrow_sp.png) right center no-repeat;
    -webkit-background-size: auto 53px;
            background-size: auto 53px;
  }
  #GHead .mainRow .toolBlock .langSelect select {
    padding-left: 14px;
    width: 100%;
    height: 55px;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
  }
}

.ie9 #GHead .mainRow .toolBlock .langSelect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url();
}

/***********************************************************************
 * #GHead .grpBlock
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #GHead .mainRow .grpBlockWrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #GHead .mainRow .grpBlock .blockTit {
    background: #ffffff;
  }
  #GHead .mainRow .grpBlock .blockTit a {
    position: relative;
    display: block;
    padding: 18px 25px;
    border-bottom: 1px solid #c8c8c8;
    background: #ffffff;
    color: #222E55;
    font-size: 1.85rem;
  }
  #GHead .mainRow .grpBlock .blockTit a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #GHead .mainRow .grpBlock .blockTit a:after {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    margin-top: -4px;
    width: 15px;
    height: 8px;
    background: url(../img/icn_arrow01_red_down.png) center center no-repeat;
    -webkit-background-size: 15px 8px;
            background-size: 15px 8px;
    content: '';
  }
  #GHead .mainRow .grpBlock .blockMain {
    display: none;
    background: #f4f4f4;
  }
  #GHead .mainRow .grpBlock .blockMain .grpList {
    padding: 0 25px;
  }
  #GHead .mainRow .grpBlock .blockMain .grpList > li {
    border-top: 1px solid #c8c8c8;
  }
  #GHead .mainRow .grpBlock .blockMain .grpList > li:first-child {
    border-top: none;
  }
  #GHead .mainRow .grpBlock .blockMain .grpList > li a {
    display: block;
    padding: 18px 15px;
    font-size: 1.85rem;
  }
  #GHead .mainRow .grpBlock .blockMain .grpList > li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #GHead .mainRow .grpBlock.open .blockTit a:after {
    background-image: url(../img/icn_arrow01_red_up.png);
  }
}



/***********************************************************************
 * #Contents #fixmenu
 ********************************************************************* */
   
 #Contents #fixmenu {
	  position: fixed;
	  background: #222D55;
	  color: #fff;
	  width: 46px;
	  height: auto;
	  z-index: 20;
	  font-size: 1.2rem;
	  top: 240px;
	  right: 0;
	  text-align: center;
	  padding: 15px 0 15px 15px;
  }
  
  #Contents #fixmenu ul li {
	  width: 33%;
	  height: auto;	  
	  display: block;
	  line-height: 1.1;
	  border-bottom: solid 1px #fff;
	  text-align: center;
	  color: #fff !important;
	  padding: 10px 0 10px 0;
	  writing-mode:vertical-rl;
	  padding-left: 5px;
  }
  
  
  #Contents #fixmenu ul li a {
	  color: #fff;	
	  text-decoration: none !important;
  }
  
    #Contents #fixmenu ul li:last-child {
		border-bottom: none;
	}
  
@media print, screen and (min-width: 768px){
	  
 #Contents #fixmenu {
 }
	
}


/***********************************************************************
 * #Contents
 ********************************************************************* */
#Contents {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #Contents {
    padding: 170px 0 195px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents {
    padding: 20px 0 60px;
  }
}

/***********************************************************************
 * #GFoot
 ********************************************************************* */
#GFoot .pagetop a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#GFoot .pagetop a:hover {
  opacity: 0.8;
}
#GFoot .mainRow a {
  color: inherit;
  text-decoration: none;
}
#GFoot .mainRow a:hover {
  text-decoration: underline;
}
#GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li {
  font-weight: bold;
}


	#GFoot #sns_footer{
		text-align: center;
		margin-bottom: 40px;
	}
	#GFoot #sns_footer .sns_footer_icon> li{
    display: inline-block;
		margin-right: 10px;
	}	
	#GFoot #sns_footer .sns_footer_icon> li img{
		width: 60%;
		height: 60%;
	}	
	#GFoot #sns_footer .sns_footer_icon> li:last-child{
		margin-right: 0;
	}	




@media print, screen and (min-width: 768px) {
  #GFoot {
    position: relative;
  }
  #GFoot .pagetop {
    position: fixed;
    right: 0;
    bottom: 100px;
    display: none;
  }
  #GFoot .pagetop.abs {
    position: absolute;
    top: -80px;
    right: 0;
  }
  #GFoot .pagetop .itemInner {
    display: block;
    width: 57px;
    height: 57px;
    background: url(../img/footer_img_pagetop_pc.png) no-repeat;
    text-indent: -9999px;
  }
  #GFoot .mainRow {
    padding: 60px 0;
    border-top: 1px solid #dedede;
  }
  #GFoot .mainRow .rowInner {
    display: table;
    width: 100%;
  }
  #GFoot .mainRow .rowInner .leftCol {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol {
    float: left;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .logo {
    margin-bottom: 20px;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .logo img {
    width: 265px;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .address {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.57;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList {
    width: 265px;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li {
    margin-top: 5px;
    color: #222E55;
    font-size: 12px;
    display: inline-block;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li:first-child {
    margin-top: 0;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li a {
    display: block;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li .listInner {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 6px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li.access .listInner:before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: 17px;
    background: url(../img/icn_train01.png) no-repeat;
    -webkit-background-size: 16px auto;
            background-size: 16px auto;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li.contact .listInner:before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 10px;
    background: url(../img/icn_mail01.png) no-repeat;
    -webkit-background-size: 14px auto;
            background-size: 14px auto;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList > li.offer .listInner:before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    margin-right:4px;
    width: 11px;
    height: 14px;
    background: url(../img/icn_book01.png) no-repeat;
    -webkit-background-size: 11px auto;
            background-size: 11px auto;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol {
    float: right;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .left {
    float: left;
    margin-right: 20px;
    width: 225px;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .right {
    float: left;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .right .first {
    float: left;
    padding-right: 20px;
    width: 160px;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .right .second {
    float: left;
    width: 160px;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .fNavList > li {
    margin-top: 7px;
    font-size: 16px;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .fNavList > li:first-child {
    margin-top: 0;
  }
  #GFoot .mainRow .rowInner .rightCol {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 50px;
    width: 230px;
    border-left: 1px solid #dedede;
    vertical-align: top;
  }
  #GFoot .mainRow .rowInner .rightCol .grpBlock .blockTit {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
  }
  #GFoot .mainRow .rowInner .rightCol .grpBlock .blockTit a {
    cursor: text;
  }
  #GFoot .mainRow .rowInner .rightCol .grpBlock .blockTit a:hover {
    text-decoration: none;
  }
  #GFoot .mainRow .rowInner .rightCol .grpBlock .blockMain .grpList > li {
    margin-top: 6px;
    font-size: 14px;
  }
  #GFoot .mainRow .rowInner .rightCol .grpBlock .blockMain .grpList > li:first-child {
    margin-top: 0;
  }
  #GFoot .copyRow {
    border-top: 1px solid #dedede;
  }
  #GFoot .copyRow .copy {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  #GFoot .mainRow .rowInner .leftCol .linkCol .right .first {
    float: none;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .right .second {
    float: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #GFoot .pagetop {
    margin-bottom: 25px;
    color: #222E55;
    font-weight: bold;
  }
  #GFoot .pagetop .itemInner {
    display: block;
    padding: 14px 0;
    background: #f7f7f7;
    text-align: center;
    font-size: 1.1rem;
  }
  #GFoot .pagetop .itemInner:before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    margin-right: 8px;
    width: 11px;
    height: 7px;
    background: url(../img/footer_icn_pagetop.png);
    -webkit-background-size: 11px auto;
            background-size: 11px auto;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol {
    margin-bottom: 20px;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .logo {
    margin-bottom: 8px;
    text-align: center;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .logo img {
    width: 181px;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .address {
    text-align: center;
    font-size: 1.2rem;
  }
  #GFoot .mainRow .rowInner .leftCol .logoCol .linkList {
    display: none;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol {
    padding: 20px 0 10px;
    background: #222E55;
    color: #ffffff;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .left {
    display: none;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .right .first {
    display: none;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .fNavList {
    text-align: center;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .fNavList > li {
    display: inline-block;
    margin: 0 10px 5px;
    font-size: 1.4rem;
  }
  #GFoot .mainRow .rowInner .rightCol {
    display: none;
  }
  #GFoot .copyRow {
    padding: 10px 0;
  }
  #GFoot .copyRow .copy {
    text-align: center;
    font-size: 1.1rem;
  }
}

/***********************************************************************
 * モジュール
 ********************************************************************* */
/* .modMainTit */
.modMainTit {
  position: relative;
  color: #222E55;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.modMainTit:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #ebebeb;
  content: '';
}
.modMainTit .modMainTit_txt {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .modMainTit {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .modMainTit:before {
    height: 3px;
  }
  .modMainTit .modMainTit_txt {
    padding-bottom: 3px;
    border-bottom: 3px solid #222E55;
  }
}
@media only screen and (max-width: 767px) {
  .modMainTit {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .modMainTit:before {
    height: 2px;
  }
  .modMainTit .modMainTit_txt {
    border-bottom: 2px solid #222E55;
  }
}

/* .modBcr */
.modBcr > li {
  display: inline-block;
  margin-right: 7px;
}
.modBcr > li a {
  color: inherit;
  text-decoration: underline;
}
.modBcr > li a:hover {
  text-decoration: none;
}
.modBcr > li:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  margin-right: 7px;
  width: 3px;
  height: 5px;
  background: url(../img/bcr_icn_arrow.png) center center no-repeat;
  content: '';
  vertical-align: middle;
}
.modBcr > li:first-child:before {
  display: none;
}
.modBcr > li.modBcr_home a:before {
  position: relative;
  top: -0.15em;
  display: inline-block;
  background: url(../img/bcr_icn_home.png) center center no-repeat;
  content: '';
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .modBcr {
    margin-bottom: 25px;
    letter-spacing: 0.06em;
    font-weight: bold;
    font-size: 13px;
  }
  .modBcr > li.modBcr_home a:before {
    width: 16px;
    height: 16px;
  }
  .modBcr.modBcr-mblong {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .modBcr {
    display: none;
  }
}

/* .modHeading01 */
@media print, screen and (min-width: 768px) {
  .modHeading01 {
    margin-bottom: 20px;
    padding-left: 13px;
    border-left: 7px solid #222E55;
    font-size: 35px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .modHeading01 {
    margin-bottom: 20px;
    padding-left: 5px;
    border-left: 4px solid #222E55;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

/* .modHeading02 */
.modHeading02 {
  background: #f5f5f5;
}
.modHeading02:before {
  position: relative;
  top: -0.15em;
  display: inline-block;
  background: #222E55;
  content: '';
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .modHeading02 {
    margin-bottom: 20px;
    padding: 1px;
    font-size: 24px;
    line-height: 2;
  }
  .modHeading02:before {
    margin-right: 8px;
    width: 17px;
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .modHeading02 {
    margin-bottom: 10px;
    padding: 6px 1px;
    padding-left: 17px;
    text-indent: -16px;
    font-size: 1.4rem;
  }
  .modHeading02:before {
    margin-right: 8px;
    width: 8px;
    height: 3px;
  }
}

/* .modHeading03 */
.modHeading03 {
  color: #222E55;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .modHeading03 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modHeading03 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

/* .modHeading04 */
.modHeading04 {
  color: #222E55;
}
@media print, screen and (min-width: 768px) {
  .modHeading04 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .modHeading04 {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

/* .modHeading05 */
.modHeading05 {
}
@media print, screen and (min-width: 768px) {
  .modHeading05 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .modHeading05 {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}


/* .modIdxTxt01 */
.modIdxTxt01 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.modIdxTxt01 .modIdxTxt01_numCol {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.modIdxTxt01 .modIdxTxt01_numWrapper {
  display: inline-block;
  text-align: center;
}
.modIdxTxt01 .modIdxTxt01_numTxt {
  color: #BCBFCF;
  letter-spacing: 0.25em;
  line-height: 1;
}
.modIdxTxt01 .modIdxTxt01_num {
  color: #222D5D;
  line-height: 1;
}
.modIdxTxt01 .modIdxTxt01_titCol {
  display: table-cell;
  vertical-align: middle;
}
.modIdxTxt01 .modIdxTxt01_tit {
  color: #222D5D;
  letter-spacing: -0.03em;
}
@media print, screen and (min-width: 768px) {
  .modIdxTxt01 .modIdxTxt01_numCol {
    width: 113px;
    border-right: 1px solid #BCBFCF;
  }
  .modIdxTxt01 .modIdxTxt01_numTxt {
    font-size: 16px;
  }
  .modIdxTxt01 .modIdxTxt01_num {
    margin-bottom: -10px;
    font-size: 80px;
  }
  .modIdxTxt01 .modIdxTxt01_titCol {
    padding-left: 5%;
  }
  .modIdxTxt01 .modIdxTxt01_tit {
    font-size: 24px;
    line-height: 1.542;
  }
}
@media only screen and (max-width: 767px) {
  .modIdxTxt01 .modIdxTxt01_numCol {
    width: 50px;
  }
  .modIdxTxt01 .modIdxTxt01_numTxt {
    font-size: 0.75rem;
  }
  .modIdxTxt01 .modIdxTxt01_num {
    font-size: 3.6rem;
  }
  .modIdxTxt01 .modIdxTxt01_tit {
    font-size: 1.85rem;
    line-height: 1.2162;
  }
}

/* .modArrowTxt01 */
.modArrowTxt01 {
  color: #222E55;
}
.modArrowTxt01:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: url(../img/arrowtxt01_icn.png) no-repeat;
  content: '';
  vertical-align: middle;
}
.modArrowTxt01.modArrowTxt01-indented {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .modArrowTxt01 {
    font-size: 17px;
  }
  .modArrowTxt01:before {
    margin-right: 7px;
    width: 5px;
    height: 9px;
    -webkit-background-size: 5px 9px;
            background-size: 5px 9px;
  }
  .modArrowTxt01.modArrowTxt01-indented {
    padding-left: 12px;
    text-indent: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .modArrowTxt01 {
    font-size: 1.4rem;
  }
  .modArrowTxt01:before {
    margin-right: 5px;
    width: 4px;
    height: 7px;
    -webkit-background-size: 4px auto;
            background-size: 4px auto;
  }
  .modArrowTxt01.modArrowTxt01-indented {
    padding-left: 9px;
    text-indent: -9px;
  }
}

a.modArrowTxt01 {
  color: #222E55;
  text-decoration: underline;
}
a.modArrowTxt01:hover {
  text-decoration: none;
}

/* .modPdfTxt */
.modPdfTxt:after {
  position: relative;
  display: inline-block;
  background: url(../img/panel02_icn_pdf.png) no-repeat;
  content: '';
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .modPdfTxt:after {
    top: -0.1em;
    margin-left: 10px;
    width: 20px;
    height: 25px;
    -webkit-background-size: auto 25px;
            background-size: auto 25px;
  }
}
@media only screen and (max-width: 767px) {
  .modPdfTxt:after {
    margin-left: 5px;
    width: 16px;
    height: 21px;
    -webkit-background-size: 16px auto;
            background-size: 16px auto;
  }
}


/* .modTbl01 */
.modTbl01 th ,
.modTbl01 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modTbl01 th {
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .modTbl01 {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 1.5;
  }
  .modTbl01 tr {
    border-top: 1px solid #d9d9d9;
  }
  .modTbl01 th ,
  .modTbl01 td {
    padding: 16px 25px 16px 25px;
  }
  .modTbl01 th {
    padding-right: 10px;
    width: 230px;
    border-right: 1px solid #d9d9d9;
  }
  .modTbl01.modTbl01-h120 th {
    width: 120px;
  }
  .modTbl01.modTbl01-h155 th {
    width: 155px;
  }
  .modTbl01.modTbl01-h250 th {
    width: 250px;
  }
  .modTbl01.modTbl01-h410 th {
    width: 410px;
  }
  .modTbl01.modTbl01-vbnone th {
    border-right: none;
  }
  .modTbl01.modTbl01-tdbd td {
    border-left: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 767px) {
  .modTbl01 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .modTbl01 tr ,
  .modTbl01 th ,
  .modTbl01 td {
    display: block;
  }
  .modTbl01 tr {
    border-bottom: 1px solid #d9d9d9;
  }
  .modTbl01 tr:first-child {
    border-top: 1px solid #d9d9d9;
  }
  .modTbl01 th ,
  .modTbl01 td {
    padding: 10px 15px;
  }
  .modTbl01.modTbl01-tdbd td {
    border-bottom: 1px solid #d9d9d9;
  }
  .modTbl01.modTbl01-tdbd td:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .ie9 .modTbl01 tr ,
  .ie9 .modTbl01 th ,
  .ie9 .modTbl01 td {
    float: left;
    width: 100%;
  }
}

/* .modTopics */
.modTopics a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.modTopics .modTopics_date {
  display: inline;
}
.modTopics .modTopics_genre {
  display: inline;
}
.modTopics .modTopics_depart {
  color: #bc171d;
}
@media print, screen and (min-width: 768px) {
  .modTopics > li {
    float: left;
    margin-top: 75px;
    margin-left: 27px;
    width: 280px;
  }
  .modTopics > li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  .modTopics > li:nth-child(4n+3) {
    margin-left: 26px;
  }
  .modTopics > li:nth-child(1) ,
  .modTopics > li:nth-child(2) ,
  .modTopics > li:nth-child(3) ,
  .modTopics > li:nth-child(4) {
    margin-top: 0;
  }
  .modTopics .modTopics_photo {
    margin-bottom: 15px;
	  height: 170px;
	  overflow: hidden;
    background: #e3e3e3;
    text-align: center;
  }
  .modTopics .modTopics_photo img {
	  width: auto;
	  height: 100%;
  }
  .modTopics .modTopics_dateRow {
    margin-bottom: 8px;
  }
  .modTopics .modTopics_date {
    margin-right: 5px;
    font-size: 13px;
  }
  .modTopics .modTopics_tit {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.5;
  }
  .modTopics .modTopics_depart {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  .modTopics > li {
    float: left;
    margin-left: 2.22222%;
    width: 23.33333%;
  }
  .modTopics > li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  .modTopics > li:nth-child(4n+3) {
    margin-left: 2.22222%;
  }
  .modTopics > li img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modTopics > li:first-child .modTopics_itemInner {
    padding-top: 0;
    border-top: none;
  }
  .modTopics > li:last-child .modTopics_itemInner {
    padding-bottom: 0;
  }
  .modTopics .modTopics_itemInner {
    display: table;
    padding: 20px 0;
    border-top: 1px solid #dedede;
    table-layout: fixed;
  }
  .modTopics .modTopics_photo {
    display: table-cell;
    width: 34.78261%;
	height: inherit;
    vertical-align: top;
  }
  .modTopics .modTopics_txtCol {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
  }
  .modTopics .modTopics_dateRow {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .modTopics .modTopics_genre {
    margin-left: 2px;
    vertical-align: middle;
  }
  .modTopics .modTopics_tit {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }
  .modTopics .modTopics_depart {
    font-size: 1.2rem;
  }
}

/* .modTopics02 */
.modTopics02
{
    border-bottom: 1px solid #ddd;
}
.modTopics02 li
{
    overflow: hidden;

    border-top: 1px solid #ddd;
}
.modTopics02 li .modTopics02_dateRow
{
    float: left;
}

.modTopics02 li .modTopics02_genre
{
    line-height: 1;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    text-align: center;
    padding: 5px 2px;
}
.modTopics02 li .modTopics02_tit
{
}
.modTopics02 li .modTopics02_tit a
{
    color: inherit;
}
.modTopics02_moreTxt
{
    padding: 15px 0 0;

    text-align: right;
}
@media print, screen and (min-width: 768px)
{
    .modTopics02
    {
    }
    .modTopics02 li
    {
        padding: 12px 15px;
    }
    .modTopics02 li .modTopics02_dateRow
    {
        width: 90px;
        font-size: 13px;
    }

    .modTopics02 li .modTopics02_genre
    {
    }
    .modTopics02 li .modTopics02_tit
    {
        font-size: 16px;

        margin-top: -4px;
        padding-left: 225px;
    }
    .modTopics02 li .modTopics02_tit a
    {
    }
}

@media only screen and (max-width: 767px)
{
    .modTopics02
    {
    }
    .modTopics02 li
    {
        padding: 10px 0;
    }
    .modTopics02 li .modTopics02_dateRow
    {
        width: 100px;
    }

    .modTopics02 li .modTopics02_genre
    {
         margin-top: 2px;
    }
    .modTopics02 li .modTopics02_tit
    {
        clear: both;

        padding-top: 5px;
    }
    .modTopics02 li .modTopics02_tit a
    {
    }
}

/* .modGenre */
.modGenre {
  display: inline;
  border-radius: 5px;
  color: #ffffff;
}
.modGenre.modGenre-event {
  background-color: #d41a34;
}
.modGenre.modGenre-news {
  background-color: #3187e1;
}
.modGenre.modGenre-release {
  background-color: #369584;
}
.modGenre.modGenre-media {
  background-color: #e68700;
}
.modGenre.modGenre-pickup {
  background-color: #d35400;
}
.modGenre.modGenre-opencampus {
  background-color: #223E76;
}
.modGenre.modGenre-campuslife {
  background-color: #E45A8D;
}
.modGenre.modGenre-research {
  background-color: #6B4B96;
}
@media print, screen and (min-width: 768px) {
  .modGenre {
    padding: 5px 12px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .modGenre {
    padding: 4px 10px;
    font-size: 1.2rem;
  }
}

/* .modPager */
.modPager {
  color: #222E55;
  text-align: center;
  line-height: 1;
}
.modPager > li {
  display: inline-block;
}
.modPager a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.modPager .modPager_prev .modPager_itemInner ,
.modPager .modPager_next .modPager_itemInner {
  background: url() center center no-repeat;
}
.modPager .modPager_prev .modPager_itemInner:before ,
.modPager .modPager_next .modPager_itemInner:before {
  visibility: hidden;
  content: '1';
}
.modPager .modPager_prev .modPager_itemInner {
  background-image: url(../img/pager_icn_prev.png);
}
.modPager .modPager_prev a:hover .modPager_itemInner {
  background-image: url(../img/pager_icn_prev_on.png);
}
.modPager .modPager_next .modPager_itemInner {
  background-image: url(../img/pager_icn_next.png);
}
.modPager .modPager_next a:hover .modPager_itemInner {
  background-image: url(../img/pager_icn_next_on.png);
}
.modPager .modPager_itemInner {
  display: block;
  border: 1px solid #dadada;
  border-radius: 8px;
}
.modPager a:hover .modPager_itemInner ,
.modPager .modPager_current .modPager_itemInner {
  border-color: #222E55;
  background-color: #222E55;
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .modPager {
    font-size: 15px;
  }
  .modPager > li {
    margin: 0 3px 8px;
  }
  .modPager .modPager_prev .modPager_itemInner ,
  .modPager .modPager_next .modPager_itemInner {
    -webkit-background-size: auto 12px;
            background-size: auto 12px;
  }
  .modPager .modPager_itemInner {
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modPager {
    font-size: 1.2rem;
  }
  .modPager > li {
    margin: 0 2px 8px;
  }
  .modPager .modPager_prev .modPager_itemInner ,
  .modPager .modPager_next .modPager_itemInner {
    -webkit-background-size: auto 10px;
            background-size: auto 10px;
  }
  .modPager .modPager_itemInner {
    padding: 10px 12px;
  }
}

/* .modAnchorBox01 */
.modAnchorBox01 {
  background: #f7f7f7;
}
.modAnchorBox01 .modAnchorBox01_list {
  text-align: center;
}
.modAnchorBox01 .modAnchorBox01_list > li {
  color: #222E55;
}
.modAnchorBox01 .modAnchorBox01_list > li a {
  text-decoration: underline;
}
.modAnchorBox01 .modAnchorBox01_list > li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .modAnchorBox01 {
    padding: 30px;
  }
  .modAnchorBox01 .modAnchorBox01_list > li {
    display: inline-block;
    font-size: 20px;
  }
  .modAnchorBox01 .modAnchorBox01_list > li:before {
    margin: 0 25px;
    content: '|';
  }
  .modAnchorBox01 .modAnchorBox01_list > li:first-child:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .modAnchorBox01 {
    padding: 20px;
  }
  .modAnchorBox01 .modAnchorBox01_list > li {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .modAnchorBox01 .modAnchorBox01_list > li:first-child {
    margin-top: 0;
  }
}

/* .modPanelList */
.modPanelList > li {
  float: left;
  margin-left: 5%;
  width: 47.5%;
}
.modPanelList > li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.modPanelList > li:nth-child(1) ,
.modPanelList > li:nth-child(2) {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .modPanelList > li {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modPanelList > li {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .modPanelList > li {
    margin-left: 3.5%;
    width: 31%;
  }
  .modPanelList > li:nth-child(2n+1) {
    clear: none;
    margin-left: 3.5%;
  }
  .modPanelList > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .modPanelList > li:nth-child(3) {
    margin-top: 0;
  }
}

/* .modPanel */
.modPanel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
}
.modPanel .modPanel_txtCol {
  position: relative;
}
.modPanel .modPanel_txtCol:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 13px solid #222E55;
  border-bottom: 13px solid #222E55;
  border-left: 13px solid transparent;
  content: '';
}
.modPanel .modPanel_tit {
  color: #222E55;
}
.modPanel .modPanel_tit.modPanel_tit-ext:after {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: url(../img/panel_icn_ext.png) no-repeat;
  content: '';
  vertical-align: middle;
}
.modPanel .modPanel_txt {
  line-height: 1.2666;
}
@media print, screen and (min-width: 768px) {
  .modPanel {
    display: table;
    width: 100%;
    table-layout: fixed;
	padding: 15px 0 0 15px;
	box-sizing: border-box;
  }
  .modPanel .modPanel_photo {
    display: table-cell;
    width: 45.42254%;
    vertical-align: top;
	padding-bottom: 15px;
  }
  .modPanel .modPanel_photo img {
    width: 100%;
  }
  .modPanel .modPanel_txtCol {
    display: table-cell;
    padding: 0 20px 15px;
    vertical-align: top;
  }
  .modPanel .modPanel_txtCol:after {
    border-top: 13px solid transparent;
    border-right: 13px solid #222E55;
    border-bottom: 13px solid #222E55;
    border-left: 13px solid transparent;
  }
  .modPanel .modPanel_tit {
    margin-right: -10px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.125;
  }
  .modPanel .modPanel_tit.modPanel_tit-ext:after {
    margin-left: 10px;
    width: 20px;
    height: 18px;
	background-size: cover;
  }
  .modPanel .modPanel_tit.modPanel_tit-mbshort {
    margin-bottom: 15px;
  }
  .modPanel .modPanel_txt {
    font-size: 15px;
  }
  .modPanel.modPanel-minPad .modPanel_txtCol {
    padding-top: 20px;
  }
  .modPanel.modPanel-minPad .modPanel_tit {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .modPanel {
    display: block;
  }
  .modPanel .modPanel_txtCol {
    padding: 10px;
  }
  .modPanel .modPanel_txtCol:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #222E55;
    border-bottom: 10px solid #222E55;
    border-left: 10px solid transparent;
  }
  .modPanel .modPanel_tit {
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .modPanel .modPanel_tit.modPanel_tit-ext:after {
    margin-left: 3px;
    width: 10px;
    height: 9px;
    -webkit-background-size: 10px auto;
            background-size: 10px auto;
  }
  .modPanel .modPanel_txt {
    font-size: 1.3rem;
  }
}

a.modPanel {
  color: inherit;
  text-decoration: none;
}

a.modPanel:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* .modPanelList02 */
@media print, screen and (min-width: 768px) {
  .modPanelList02 > li {
    float: left;
    margin-top: 20px;
    margin-left: 5%;
    width: 30%;
  }
  .modPanelList02 > li:nth-child(1) ,
  .modPanelList02 > li:nth-child(2) ,
  .modPanelList02 > li:nth-child(3) {
    margin-top: 0;
  }
  .modPanelList02 > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .modPanelList02 > li {
    margin-bottom: 15px;
  }
  .modPanelList02 > li:last-child {
    margin-bottom: 0;
  }
}

/* .modPanel02 */
.modPanel02 {
  position: relative;
  display: block;
  border: 1px solid #cccccc;
}
.modPanel02:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 13px solid #222E55;
  border-bottom: 13px solid #222E55;
  border-left: 13px solid transparent;
  content: '';
}
@media print, screen and (min-width: 768px) {
  .modPanel02 .modPanel02_inner {
    padding: 30px 80px 30px 30px;
  }
  .modPanel02 .modPanel02_tit {
    font-size: 17px;
    line-height: 1.35294;
  }
  .modPanel02.modPanel02-pdf .modPanel02_inner {
    position: relative;
  }
  .modPanel02.modPanel02-pdf .modPanel02_inner:after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    margin-top: -21px;
    width: 36px;
    height: 42px;
    background: url(../img/panel02_icn_pdf.png) no-repeat;
    content: '';
  }
}
@media only screen and (max-width: 767px) {
  .modPanel02:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #222E55;
    border-bottom: 10px solid #222E55;
    border-left: 10px solid transparent;
  }
  .modPanel02 .modPanel02_inner {
    padding: 20px 15px;
  }
  .modPanel02 .modPanel02_tit {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .modPanel02.modPanel02-pdf .modPanel02_tit:after {
    position: relative;
    top: -0.1em;
    display: inline-block;
    margin-left: 8px;
    width: 18px;
    height: 21px;
    background: url(../img/panel02_icn_pdf.png) no-repeat;
    -webkit-background-size: 18px auto;
            background-size: 18px auto;
    content: '';
    vertical-align: middle;
  }
}

a.modPanel02 {
  color: inherit;
  text-decoration: none;
}
a.modPanel02:hover {
  text-decoration: none;
  opacity: 0.8 !important;
}

/* .modList01 */
.modList01 > li {
  border-bottom: 1px solid #d9d9d9;
}
.modList01 > li:first-child {
  border-top: 1px solid #d9d9d9;
}
.modList01 > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.modList01 > li a .modList01_tit {
  text-decoration: underline;
}
.modList01 > li a:hover {
  text-decoration: none;
}
.modList01 > li a:hover .modList01_tit {
  text-decoration: none;
}
.modList01 > li .modList01_infoBox .modList01_genre {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.modList01 > li .modList01_infoBox .modList01_genre.modList01_genre-event {
  background-color: #cc162c;
}
.modList01 > li .modList01_infoBox .modList01_genre.modList01_genre-library {
  background-color: #af222a;
}
@media print, screen and (min-width: 768px) {
  .modList01 > li .modList01_listInner {
    display: table;
    padding: 10px 15px;
    table-layout: fixed;
  }
  .modList01 > li .modList01_infoBox {
    display: table-cell;
    width: 175px;
    vertical-align: top;
  }
  .modList01 > li .modList01_infoBox .modList01_date {
    display: inline-block;
    width: 85px;
    font-size: 13px;
  }
  .modList01 > li .modList01_infoBox .modList01_genre {
    padding: 1px 0;
    width: 70px;
    font-size: 12px;
  }
  .modList01 > li .modList01_tit {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .modList01 > li .modList01_listInner {
    padding: 10px 0;
  }
  .modList01 > li .modList01_infoBox {
    margin-bottom: 5px;
  }
  .modList01 > li .modList01_infoBox .modList01_date {
    display: inline;
    margin-right: 5px;
    font-size: 1.3rem;
  }
  .modList01 > li .modList01_infoBox .modList01_genre {
    padding: 1px 10px;
    font-size: 1.2rem;
  }
  .modList01 > li .modList01_tit {
    font-size: 1.5rem;
  }
}

/* .modList02 */
.modList02 > li {
  display: table;
}
.modList02 > li .modList02_photo {
  display: table-cell;
  vertical-align: top;
}
.modList02 > li .modList02_txtCol {
  display: table-cell;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .modList02 > li {
    float: left;
    margin-top: 30px;
    margin-left: 5%;
    width: 47.5%;
  }
  .modList02 > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .modList02 > li:nth-child(1) ,
  .modList02 > li:nth-child(2) {
    margin-top: 0;
  }
  .modList02 > li .modList02_photo {
    padding-top: 2px;
    width: 50.87719%;
  }
  .modList02 > li .modList02_photo img {
    width: 100%;
  }
  .modList02 > li .modList02_txtCol {
    padding-left: 17px;
  }
  .modList02 > li .modList02_txtCol .modList02_tit {
    margin-bottom: 18px;
    font-size: 23px;
    line-height: 1.3;
  }
  .modList02 > li .modList02_txtCol .modList02_tit.modList02_tit-small {
    font-size: 17px;
  }
  .modList02 > li .modList02_txtCol .modList02_txt {
    font-size: 15px;
    line-height: 1.6666;
  }
  .modList02.modList02-photoSmall > li .modList02_photo {
    width: 39.29825%;
  }
}
@media only screen and (max-width: 767px) {
  .modList02 > li {
    margin-top: 20px;
  }
  .modList02 > li:first-child {
    margin-top: 0;
  }
  .modList02 > li .modList02_photo {
    padding-top: 3px;
    width: 40%;
  }
  .modList02 > li .modList02_txtCol {
    padding-left: 10px;
  }
  .modList02 > li .modList02_txtCol .modList02_tit {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .modList02 > li .modList02_txtCol .modList02_tit.modList02_tit-small {
    font-size: 1.4rem;
  }
  .modList02 > li .modList02_txtCol .modList02_txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .modList02.modList02-photoSmall > li .modList02_photo {
    width: 32.46377%;
  }
}

/* .modList03 */
.modList03 > li .modList03_txtCol .modList03_tit
{
    line-height: 1.4;
    margin-bottom: 12px;
    color: ##222D5D;
}
.modList03 > li .modList03_txtCol .modList03_txt
{
}
@media print, screen and (min-width: 768px)
{
    .modList03
    {
    }
    .modList03 > li
    {
        overflow: hidden;

        padding: 50px 0;

        border-top: 1px solid #ddd;
    }
    .modList03 > li:first-child
    {
        padding-top: 20px;

        border-top: 0;
    }
    .modList03 > li .modList03_photo
    {
        float: left;
    }
    .modList03 > li .modList03_txtCol
    {
        padding-left: 460px;
        margin-top: -10px;
    }
    .modList03 > li .modList03_txtCol .modList03_tit
    {
        font-size: 28px;
    }
    .modList03 > li .modList03_txtCol .modList03_txt
    {
        font-size: 15px;
    }
}


@media only screen and (max-width: 767px)
{
    .modList03
    {
    }
    .modList03 > li
    {
        padding: 25px 0;

        border-top: 1px solid #ddd;
    }
    .modList03 > li:first-child
    {
        padding-top: 0;

        border-top: 0;
    }
    .modList03 > li .modList03_photo
    {
        margin-bottom: 15px;

        text-align: center;
    }
    .modList03 > li .modList03_txtCol
    {
    }
    .modList03 > li .modList03_txtCol .modList03_tit
    {
        font-size: 20px;
    }
    .modList03 > li .modList03_txtCol .modList03_txt
    {
    }
}


/* .modKv */
.modKv {
  background: #e8e8e8;
}
@media print, screen and (min-width: 768px) {
  .modKv {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .modKv .modKv_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modKv {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .modKv .modKv_img {
    margin: 0 auto;
    max-width: 500px;
  }
}

/* .modKv02 */
.modKv02 {
  background: #e8e8e8;
}
@media print, screen and (min-width: 768px) {
  .modKv02 {
    margin-bottom: 20px;
  }
  .modKv02 .modKv02_img {
    margin-left: -100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  .modKv02 .modKv02_img {
    margin: 0 -10.5%;
  }
  .modKv02 .modKv02_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modKv02 {
    margin-bottom: 25px;
  }
  .modKv02 .modKv02_img {
    margin: 0 auto;
    max-width: 500px;
  }
}

/* .modRow01 */
@media print, screen and (min-width: 768px) {
  .modRow01 .modRow01_left ,
  .modRow01 .modRow01_right {
    width: 47.5%;
  }
  .modRow01 .modRow01_left {
    float: left;
  }
  .modRow01 .modRow01_right {
    float: right;
  }
}

/* .modBox01 */
.modBox01 {
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .modBox01 {
    padding: 30px;
    font-size: 16px;
	line-height: 1.87;
  }

  .modBox01_tit {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .modBox01 {
    padding: 20px 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .modBox01 .modBox01_tit {
    margin-bottom: 4px;
	font-size: 1.8rem;
  }
}

/* .modPointList01 */
.modPointList01 > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modPointList01 > li .modPointList01_listInner .modPointList01_numBox {
  text-align: center;
}
.modPointList01 > li .modPointList01_listInner .modPointList01_numBox .modPointList01_txt {
  color: #dba9a7;
  letter-spacing: 0.2em;
}
.modPointList01 > li .modPointList01_listInner .modPointList01_numBox .modPointList01_txt.modPointList01_txt-normal {
  color: inherit;
  text-align: left;
}
.modPointList01 > li .modPointList01_listInner .modPointList01_numBox .modPointList01_index {
  color: #222E55;
}
.modPointList01 > li .modPointList01_listInner .modPointList01_txtCol {
  color: #222E55;
}
.modPointList01.modPointList01-type02 .modPointList01_listInner .modPointList01_txtCol {
  color: inherit;
}
@media print, screen and (min-width: 768px) {
  .modPointList01 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .modPointList01 > li {
    display: table-cell;
    padding: 20px 20px 30px;
    width: 33.33333%;
    border-right: 1px solid #BCBFCF;
    vertical-align: top;
  }
  .modPointList01 > li:first-child {
    border-left: 1px solid #BCBFCF;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_numBox {
    margin-bottom: 25px;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_numBox .modPointList01_txt {
    font-size: 13px;
    line-height: 1;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_numBox .modPointList01_index {
    display: inline-block;
    padding: 0 5px 5px;
    border-bottom: 1px solid #BCBFCF;
    font-size: 63px;
    line-height: 1;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_txtCol {
    text-align: center;
    font-size: 15px;
  }
  .modPointList01.modPointList01-type02 .modPointList01_listInner {
    padding: 20px 0 15px;
  }
  .modPointList01.modPointList01-type02 .modPointList01_listInner .modPointList01_txtCol {
    padding: 0 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .modPointList01 > li {
    margin-top: 15px;
  }
  .modPointList01 > li:first-child {
    margin-top: 0;
  }
  .modPointList01 > li .modPointList01_listInner {
    display: table;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_numBox {
    display: table-cell;
    padding-right: 10px;
    border-right: 1px solid #222D5D;
    vertical-align: middle;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_numBox .modPointList01_txt {
    font-size: 1.2rem;
    line-height: 1;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_numBox .modPointList01_index {
    font-size: 3rem;
    line-height: 1;
  }
  .modPointList01 > li .modPointList01_listInner .modPointList01_txtCol {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 1.4rem;
  }
}

/* アイコン */
.link-ext:after {
	  position: relative;
	  top: -0.1em;
	  display: inline-block;
	  background: url(../../common/img/panel_icn_ext.png) no-repeat;
	  content: '';
	  vertical-align: middle;
}

.link-ext-art:after {
	  background: url(../../common/img/panel_icn_ext_art.png) no-repeat;
}

.link-ext-edu:after {
	  background: url(../../common/img/panel_icn_ext_edu.png) no-repeat;
}

.link-pdf:after {
	  position: relative;
	  top: -0.1em;
	  display: inline-block;
	  background: url(../../common/img/panel_icn_pdf.png) no-repeat;
	  content: '';
	  vertical-align: middle;
}

.link-doc:after {
	  position: relative;
	  top: -0.1em;
	  display: inline-block;
	  background: url(../../common/img/panel_icn_doc.png) no-repeat;
	  content: '';
	  vertical-align: middle;
}

.link-pdf-art:after {
	background: url(../../common/img/panel_icn_pdf_art.png) no-repeat;
}

.link-pdf-edu:after {
	background: url(../../common/img/panel_icn_pdf_edu.png) no-repeat;
}

@media print, screen and (min-width: 768px) {
		.link-ext:after {
			margin-left: 6px;
			width: 15px;
			height: 13px;
			background-size: contain;
		}

		.link-pdf:after {
			margin-left: 6px;
			width: 27px;
			height: 17px;
			background-size: contain;
		}

		.link-doc:after {
			margin-left: 6px;
			width: 27px;
			height: 17px;
			background-size: contain;
		}
}

@media only screen and (max-width: 767px) {
	.link-ext:after {
		margin-left: 3px;
		width: 15px;
		height: 13px;
		-webkit-background-size: 15px auto;
        background-size: 15px auto;
		background-position: left center;
		vertical-align: text-bottom;
  	}

	.link-pdf:after {
		margin-left: 3px;
		width: 27px;
		height: 17px;
		-webkit-background-size: contain;
        background-size: contain;
		background-position: left center;
		vertical-align: text-top;
  	}

	.link-doc:after {
		margin-left: 3px;
		width: 27px;
		height: 17px;
		-webkit-background-size: contain;
        background-size: contain;
		background-position: left center;
		vertical-align: text-top;
  	}
}

/* SEARCH */
#cse-search-results iframe{
  width: 100% !important;
}
.gs-webResult{
  width: 100% !important;
}


/* WEBFONT
----------------------------------------------------------------------*/
.tsukumin-l{
	font-family: "FOT-筑紫明朝 Pr6 L";
	font-weight:normal !important;
}
.tsukumin-r{
	font-family: "FOT-筑紫明朝 Pr6 R";
	font-weight:normal !important;
}
.tsukumin-rb{
	font-family: "FOT-筑紫明朝 Pr6 RB";
	font-weight:normal !important;
}
.tsukumin-m{
	font-family: "FOT-筑紫明朝 Pr6 M";
	font-weight:normal !important;
}
.tsukumin-d{
	font-family: "FOT-筑紫明朝 Pr6 D";
	font-weight:normal !important;
}
.tsukumin-b{
	font-family: "FOT-筑紫明朝 Pr6 M";
	font-weight:bold !important;
}

.tsukugo-l{
	font-family: "FOT-筑紫ゴシック Pr5N L";
	font-weight:normal !important;
}
.tsukugo-r{
	font-family: "FOT-筑紫ゴシック Pr5N R";
	font-weight:normal !important;
}
.tsukugo-rb{
	font-family: "FOT-筑紫ゴシック Pro RB";
	font-weight:normal !important;
}
.tsukugo-m{
	font-family: "FOT-筑紫ゴシック Pr5N M";
	font-weight:normal !important;
}
.tsukugo-d{
	font-family: "FOT-筑紫ゴシック Pr5N D";
	font-weight:normal !important;
}
.tsukugo-e{
	font-family: "FOT-筑紫ゴシック Pro D";
	font-weight:normal !important;
}
.tsukugo-b{
	font-family: "FOT-筑紫ゴシック Pro B";
	font-weight:normal !important;
}


/* 2021.6.10 Fixed Menu (SP)
----------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #wrap {
    padding-top: 58px;
    padding-bottom: calc(52px + env(safe-area-inset-bottom));
  }
  #GHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
  }
  #GHead.opened {
    height: 100vh;
    overflow: scroll;
  }
  #GHead .mainRow {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom)) 10px;
    width: 100%;
    background-color: #222E55;
    z-index: 1000;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li {
    flex-basis: 100%;
    padding: 5px;
    background-color: #fff;
    color: #222E55;
    border-radius: 2.5px;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li:nth-child(2) {
    margin: 0 10px;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem !important;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li a span {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 6px;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.access a span::before {
    position: relative;
    top: -0.2em;
    display: inline-block;
    background: url(../img/icn_train01.png) no-repeat;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.contact a span::before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    background: url(../img/icn_mail01.png) no-repeat;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.offer a span::before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    background: url(../img/icn_book01.png) no-repeat;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.sitemap a span::before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    background: url("../img/icn_sitemap01.png") no-repeat;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.access span::before {
    margin-right: 5px;
    width: 1.2em;
    height: 1.2em;
    background-size: contain !important
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.contact span::before {
    margin-right: 5px;
    width: 1.2em;
    height: 0.9em;
    background-size: contain !important
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.offer span::before {
    margin-right: 5px;
    width: 1em;
    height: 1.1em;
    background-size: contain !important;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.sitemap span::before {
    margin-right: 5px;
    width: 1.2em;
    height: 1.1em;
    background-size: contain !important;
  }
}

/* 2024.04.22 コーストピックス追加 (PC)
----------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
.modTopics.pcCol3 > li {
	margin-left: 0;
	margin-right: calc((100% - 840px) / 2);
}
.modTopics.pcCol3 > li:nth-child(3n) {
	margin-right: 0;
}
}
/* 2024.07.08 フッター固定「サイトマップ」→「オープンキャンパス」 (SPのみ)
----------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.op a span::before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    background: url("../img/icn_op.png") no-repeat;
    content: '';
    vertical-align: middle;
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li.op span::before {
    margin-right: 5px;
    width: 1.2em;
    height: 1.1em;
    background-size: contain !important;
  }
  #wrap {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
  #GFoot .mainRow .rowInner .leftCol .linkCol .spFixedMenu > li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* 241003 Add フッターに※所属や学年は取材・掲載時のものです追加 */
.notePublishing {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
.notePublishing {
  text-align: center;
  font-size: 1.2rem;
}
}

/* 241211 TikTokアイコン追加※CSS変更はSPのみ */
@media print, screen and (max-width: 767px) {
#GHead .mainRow .toolBlock .snsheader_icon,
#GFoot #sns_footer .sns_footer_icon {
	text-align: center;
	letter-spacing: -0.4em;
}
#GHead .mainRow .toolBlock .snsheader_icon > li,
#GFoot #sns_footer .sns_footer_icon > li {
	letter-spacing: normal;
	float: none;
	width: 42px;
	margin-left: 20px;
}
#GFoot #sns_footer .sns_footer_icon > li {
	width: 40px;
}
#GHead .mainRow .toolBlock .snsheader_icon > li:first-child,
#GFoot #sns_footer .sns_footer_icon > li:first-child {
	margin-left: 0;
}
#GHead .mainRow .toolBlock .snsheader_icon > li a,
#GFoot #sns_footer .sns_footer_icon > li a {
	display: block;
}
#GHead .mainRow .toolBlock .snsheader_icon > li a img,
#GFoot #sns_footer .sns_footer_icon > li a img {
	width: 100%;
	height: auto;
}
}

/* 20251022 グローバルナビ 経済学部追加
----------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
#GHead .mainRow .subNavList > li .subNavTit a + font {
	display: block;
	margin-top: -18px;
	padding-bottom: 18px;
}
}