/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400");
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#wrap {
  background: url(/passport/asset/img/common/bg_foot01.png) no-repeat center bottom #e6f6fd;
  background-size: 100% !important;
}
@media screen and (min-width: 768px), print {
  #wrap {
    min-height: 900px;
    margin-left: 250px;
    background: url(/passport/asset/img/common/bg_foot01_pc.png) no-repeat center bottom #def4ff;
  }
}

#contents {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px), print {
  #contents {
    width: 100%;
  }
}

a {
  display: block;
}

@media screen and (max-width: 767px) {
  body,
  p,
  pre,
  address,
  h1, h2, h3, h4, h5, h6,
  a, a p,
  li, dt, dd, th, td {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.8;
  }

  img {
    width: 100%;
  }

  .pcOnly {
    display: none !important;
  }

  #pageTop {
    width: 9.3333vw;
    right: -100%;
  }
  #pageTop.in1 {
    right: 5px;
  }
}
@media screen and (min-width: 768px), print {
  body {
    min-width: 1220px;
    overflow: hidden;
  }

  .spOnly {
    display: none !important;
  }
}
/* header
--------------------------------------------*/
header {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .navBtn {
  width: 25px;
  height: 16px;
  position: fixed;
  top: 25px;
  right: 23px;
  z-index: 1001;
}
header .navBtn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #293a44;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navBtn span:nth-child(1) {
  top: 0;
}
header .navBtn span:nth-child(2) {
  top: 8px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
header .navBtn span:nth-child(3) {
  top: 16px;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 29.6vw;
    position: absolute;
    top: 2.6vw;
    left: 10px;
  }
}
@media screen and (min-width: 768px), print {
  header {
    width: 250px;
    height: 100vh;
    min-height: 730px;
    background: #fff;
  }
  header .logo {
    margin: 33px 0 0 17px;
  }
}

/* footer
--------------------------------------------*/
footer {
  padding: 13.3vw 0 0 0;
}
footer .bannerArea {
  margin: 0 9.3vw;
}
footer .bannerArea a {
  margin-bottom: 4vw;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .bannerArea a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
footer .copyright {
  display: block;
  padding: 13.3vw 0 4vw 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 2.66667vw;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.5;
}
footer .copyright br {
  display: none;
}
@media screen and (max-width: 350px) {
  footer .copyright br {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  footer {
    margin: 0;
    padding: 60px 0 0 0;
  }
  footer .bannerArea {
    width: 784px;
    margin: 0 auto;
    overflow: hidden;
  }
  footer .bannerArea a {
    width: 248px;
    margin: 0 20px 0 0;
    float: left;
  }
  footer .bannerArea a:last-child {
    margin: 0;
  }
  footer .bannerArea a img {
    width: 100%;
  }
  footer .copyright {
    padding: 80px 0 20px 0;
    font-size: 11px;
  }
  footer.writer {
    padding-top: 30px;
  }
}

/* openNav
--------------------------------------------*/
#openNav {
  width: 100%;
  padding: 0 35px 30px 35px;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow-y: scroll;
  overflow-x: hidden;
}
#openNav .inner {
  height: 100vh;
  position: relative;
}
#openNav.open {
  right: 0;
}
#openNav .logo {
  width: 50.6666vw;
  position: absolute;
  top: 12vw;
  right: -40px;
}
#openNav .close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: -10px;
}
#openNav .close span {
  display: block;
  width: 28px;
  height: 2px;
  background: #293a44;
  position: absolute;
  top: 10px;
}
#openNav .close span:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#openNav .close span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* gNav
--------------------------------------------*/
.gNav {
  padding: 30.6vw 0 0 0;
}
.gNav .tit {
  display: inline-block;
  margin-bottom: 6.6vw;
  padding-bottom: 0.6vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-weight: bold;
  line-height: 1;
  border-bottom: solid 3px #293a44;
}
.gNav ul li a {
  padding: 5.3vw 0 5.3vw 10vw;
  font-size: 15px;
  font-size: 4vw;
  line-height: 1.8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  background-size: 8vw !important;
}
.gNav ul li a span {
  display: inline-block;
  padding: 0 0 0 2vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 11px;
  font-size: 2.93333vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.gNav ul li a:hover span {
  color: #2c77b3;
}
.gNav ul li:nth-child(1) a {
  background: url(/passport/asset/img/common/ico_cat_column01.png) no-repeat left 10px;
}
.gNav ul li:nth-child(2) a {
  background: url(/passport/asset/img/common/ico_cat_study01.png) no-repeat left 14px;
}
.gNav ul li:nth-child(3) a {
  background: url(/passport/asset/img/common/ico_cat_report01.png) no-repeat left 14px;
}
.gNav ul li:nth-child(4) a {
  background: url(/passport/asset/img/common/ico_cat_event01.png) no-repeat left 14px;
}
.gNav .btnType01 {
  margin: 4vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .gNav {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .gNav {
    margin: 0 20px;
    padding: 40px 0 0 0;
  }
  .gNav .tit {
    margin-bottom: 30px;
    padding-bottom: 2px;
  }
  .gNav ul {
    margin: 0 0 0 14px;
  }
  .gNav ul li a {
    padding: 10px 0 10px 34px;
    font-size: 14px;
    background-size: 26px !important;
    position: relative;
  }
  .gNav ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-size: 100% !important;
    position: absolute;
    top: 50%;
    background: #293a44;
    top: auto;
    bottom: 9px;
    left: 32px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .gNav ul li a:hover:before {
    width: 110px;
  }
  .gNav ul li a span {
    padding-left: 7px;
    font-size: 10px;
  }
  .gNav ul li.active a span {
    color: #2c77b3;
  }
  .gNav ul li:nth-child(1) a {
    background: url(/passport/asset/img/common/ico_cat_column01.png) no-repeat left 1px;
  }
  .gNav ul li:nth-child(2) a {
    background: url(/passport/asset/img/common/ico_cat_study01.png) no-repeat left 4px;
  }
  .gNav ul li:nth-child(3) a {
    background: url(/passport/asset/img/common/ico_cat_report01.png) no-repeat left 4px;
  }
  .gNav ul li:nth-child(4) a {
    background: url(/passport/asset/img/common/ico_cat_event01.png) no-repeat left 4px;
  }
  .gNav ul li:nth-child(1) a:hover, .gNav ul li:nth-child(1).active a {
    background: url(/passport/asset/img/common/ico_cat_column01_hover.png) no-repeat left 1px;
  }
  .gNav ul li:nth-child(1) a:hover:before, .gNav ul li:nth-child(1).active a:before {
    width: 110px;
  }
  .gNav ul li:nth-child(2) a:hover, .gNav ul li:nth-child(2).active a {
    background: url(/passport/asset/img/common/ico_cat_study01_hover.png) no-repeat left 4px;
  }
  .gNav ul li:nth-child(2) a:hover:before, .gNav ul li:nth-child(2).active a:before {
    width: 80px;
  }
  .gNav ul li:nth-child(3) a:hover, .gNav ul li:nth-child(3).active a {
    background: url(/passport/asset/img/common/ico_cat_report01_hover.png) no-repeat left 4px;
  }
  .gNav ul li:nth-child(3) a:hover:before, .gNav ul li:nth-child(3).active a:before {
    width: 120px;
  }
  .gNav ul li:nth-child(4) a:hover, .gNav ul li:nth-child(4).active a {
    background: url(/passport/asset/img/common/ico_cat_event01_hover.png) no-repeat left 4px;
  }
  .gNav ul li:nth-child(4) a:hover:before, .gNav ul li:nth-child(4).active a:before {
    width: 110px;
  }
  .gNav ul li:nth-child(2) a:hover:before {
    width: 80px;
  }
  .gNav ul li:nth-child(3) a:hover:before {
    width: 120px;
  }
  .gNav .btnType01 {
    width: 180px;
    margin: 20px 0 0 0;
  }
}

.txtArea01 {
  margin: 16vw 0 8vw 0;
}
.txtArea01 a {
  width: 33.6vw;
}
.txtArea01 a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.txtArea01 p {
  margin-top: 5.3vw;
  padding-top: 5.3vw;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txtArea01 p:before {
    content: "";
    display: block;
    width: 8vw;
    height: 2px;
    background-size: 100% !important;
    position: absolute;
    top: 50%;
    top: 0;
    left: 0;
    background: #293a44;
  }
}
@media screen and (min-width: 768px), print {
  .txtArea01 {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .txtArea01 a {
    width: 125px;
  }
  .txtArea01 a img {
    width: 100%;
  }
  .txtArea01 p {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
  }
}

/* titType
--------------------------------------------*/
/*titType01*/
.titType01 {
  display: inline-block;
  margin: 9.3vw 0 0 0;
}
.titType01 a figure, .titType01 a p {
  display: inline-block;
  vertical-align: middle;
}
.titType01 a figure {
  width: 20.8vw;
  margin-right: 2.6vw;
  overflow: hidden;
  border-radius: 100px;
  border: #2A3A44 1px solid;
}
.titType01 a figure img {
  border: solid 4px #DEF4FF;
  border-radius: 100px;
}
.titType01 a p {
  font-size: 22px;
  font-size: 5.86667vw;
  line-height: 1.8;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
}
.titType01 a p:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  background: #293a44;
  position: relative;
  top: -4px;
}
.titType01 a p span {
  font-size: 20px;
  font-size: 5.33333vw;
  line-height: 1.8;
}
.titType01 a:hover p:after {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .titType01 {
    margin: 40px 0 0 0;
  }
  .titType01 a figure {
    width: 80px;
    margin-right: 20px;
  }
  .titType01 a figure img {
    width: 100%;
  }
  .titType01 a p {
    font-size: 22px;
  }
  .titType01 a p span {
    font-size: 20px;
  }
}

/*titType02*/
.titType02 {
  display: inline-block;
  margin: 9.3vw 0 0 0;
  position: relative;
  padding-left: 16vw;
  background-size: 12vw !important;
}
.titType02 figure, .titType02 p {
  display: inline-block;
  vertical-align: middle;
}
.titType02 figure {
  width: 12vw;
  position: absolute;
  left: 0;
}
.titType02 p {
  font-size: 22px;
  font-size: 5.86667vw;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}
.titType02 p span {
  display: inline-block;
  padding: 0 0 0 2.6vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  top: -1vw;
}
.titType02 p span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  background: #005faa;
  position: relative;
  top: 1px;
}
.titType02.cat01 figure {
  top: -3vw;
}
.titType02.cat02 figure {
  width: 11.2vw;
  top: -3.6vw;
}
.titType02.cat03 figure {
  top: -3.2vw;
}
.titType02.cat04 {
  padding-left: 13vw;
}
.titType02.cat04 figure {
  top: -3vw;
}
.titType02.author {
  padding-left: 13vw;
}
.titType02.author figure {
  width: 7vw;
  top: -2vw;
}
.titType02.author span {
  padding: 0 0 0 4vw;
}
@media screen and (min-width: 768px), print {
  .titType02 {
    margin-top: 60px;
    padding-left: 60px;
  }
  .titType02 figure {
    width: 50px;
  }
  .titType02 figure img {
    width: 100%;
  }
  .titType02 p {
    font-size: 22px;
    line-height: 1;
  }
  .titType02 p span {
    padding: 0 0 0 15px;
    font-size: 12px;
    top: -8px;
  }
  .titType02.cat01 {
    padding-left: 65px;
  }
  .titType02.cat01 figure {
    top: -20px;
  }
  .titType02.cat02 figure {
    width: 44px;
    top: -15px;
  }
  .titType02.cat03 figure {
    width: 48px;
    top: -15px;
  }
  .titType02.cat04 {
    padding-left: 50px;
  }
  .titType02.cat04 figure {
    width: 40px;
    top: -10px;
  }
  .titType02.author {
    padding-left: 50px;
  }
  .titType02.author figure {
    width: 30px;
    top: -10px;
  }
  .titType02.author span {
    padding: 0 0 0 20px;
    top: -6px;
  }
}

/* btnType
--------------------------------------------*/
/*btnType01*/
.btnType01 {
  padding: 2vw 0;
  font-size: 14px;
  font-size: 3.73333vw;
  line-height: 1.8;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.15em;
  background: #293a44;
  border: solid 2px #293a44;
  position: relative;
}
.btnType01:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  margin: -1.3vw 0 0 15vw;
  border-top: 1.3vw solid transparent;
  border-bottom: 1.3vw solid transparent;
  border-left: 2vw solid #fff;
  left: 50%;
}
.btnType01.other, .btnType01:hover {
  color: #293a44 !important;
  background: #fff;
}
.btnType01.other:before, .btnType01:hover:before {
  border-left: 2vw solid #293a44;
}
.btnType01.other {
  border: solid 2px #293a44;
}
.btnType01.other:hover {
  color: #fff !important;
  background: #293a44;
  border: solid 2px #293a44;
}
.btnType01.other:hover:before {
  border-left: 7px solid #fff;
}
@media screen and (min-width: 768px), print {
  .btnType01 {
    width: 176px;
    padding: 3px !important;
    font-size: 12px;
  }
  .btnType01:before {
    margin: -4px 0 0 50px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
  }
  .btnType01.other:before, .btnType01:hover:before {
    border-left: 7px solid #293a44;
  }
}

/*btnType02*/
.btnType02 {
  margin: 0 35px;
  padding: 2.6vw 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: solid 3px #293a44;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btnType02:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  margin: -1.3vw 0 0 15vw;
  border-right: 1.3vw solid transparent;
  border-left: 1.3vw solid transparent;
  border-top: 2vw solid #293a44;
  right: 10px;
}
.btnType02:hover {
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .btnType02 {
    width: 300px;
    margin: 40px auto 0 auto;
    padding: 13px 0;
  }
  .btnType02:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-size: 100% !important;
    position: absolute;
    top: 50%;
    margin: -2px 0 0 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid #293a44;
    right: 10px;
  }
}

.btnType02.other01:before {
  border-top: 1.3vw solid transparent;
  border-bottom: 1.3vw solid transparent;
  border-left: 2vw solid #293a44;
}
@media screen and (min-width: 768px), print {
  .btnType02.other01:before {
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #293a44;
  }
}

/* firstContModule01
--------------------------------------------*/
.firstContModule01 {
  padding: 16vw 15px 0 15px;
  background: url(/passport/asset/img/common/bg_top01.jpg) no-repeat right bottom #a0dafa;
  background-size: 100%;
  position: relative;
  color: #fff;
}
.firstContModule01 .cont {
  display: none;
}
.firstContModule01 .deco {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 2.66667vw;
  line-height: 1.8;
  color: #fff;
  text-align: right;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  position: absolute;
  top: 10px;
  right: 10px;
}
.firstContModule01 figure {
  margin: 8vw 6.6vw;
}
.firstContModule01 .txt {
  letter-spacing: 0.04em;
}
.firstContModule01 .btn {
  margin: 6vw 0 0 0;
  padding-bottom: 5.3vw;
  position: relative;
  cursor: pointer;
}
.firstContModule01 .btn:before {
  content: "Tap here";
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.firstContModule01 .btn:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  margin-left: -1px;
  background: #fff;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.firstContModule01 .btn.open:before {
  content: "Close";
}
.firstContModule01.other01 {
  padding-top: 13.2vw;
}
.firstContModule01.other01 .btn {
  margin: 2vw 0 0 0;
  padding-bottom: 1.3vw;
}
.firstContModule01.other01 .btn:after {
  height: 7px;
}
@media screen and (max-width: 767px) {
  .firstContModule01 .cont p {
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  .firstContModule01 {
    padding: 44px 0 0 0;
    background: url(/passport/asset/img/common/bg_top01_pc.jpg) no-repeat right bottom #a5defa;
  }
  .firstContModule01 .deco {
    font-size: 13px;
    line-height: 22px;
  }
  .firstContModule01 .tit {
    width: 430px;
    margin: 0 auto;
  }
  .firstContModule01 .tit img {
    width: 100%;
  }
  .firstContModule01 .cont {
    width: 650px;
    margin: 0 auto;
  }
  .firstContModule01 .cont figure, .firstContModule01 .cont .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .firstContModule01 .cont figure {
    width: 288px;
    margin: 55px 30px 25px 0;
  }
  .firstContModule01 .cont figure img {
    width: 100%;
  }
  .firstContModule01 .cont .txt {
    width: 320px;
    margin: 55px 0 25px 0;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .firstContModule01 .btn {
    margin: 25px 0 0 0;
    padding: 0 0 15px 0;
  }
  .firstContModule01 .btn:before {
    content: "Click here";
  }
  .firstContModule01 .btn:hover:before, .firstContModule01 .btn:hover:after {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .firstContModule01.other01 {
    padding-top: 40px;
  }
  .firstContModule01.other01 .tit {
    width: 688px;
  }
  .firstContModule01.other01 .btn {
    margin: 20px 0 0 0;
    padding-bottom: 12px;
  }
  .firstContModule01.other01 .btn:after {
    height: 7px;
  }
}

/*grid*/
@media screen and (max-width: 767px) {
  #grid {
    width: auto !important;
    height: auto !important;
  }
  #grid .box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}

#grid.kiji {
  margin: 9.6vw 15px 0 15px;
  text-align: left;
}
#grid.kiji .box {
  margin-bottom: 6.6vw;
  background-size: 10.6vw !important;
  position: relative;
}
#grid.kiji .box .tit {
  padding: 8vw 5.86vw 5.3vw 10.6vw;
}
#grid.kiji .box .tit .author figure {
  border: solid #2A3A44 1px;
  border-radius: 100px;
    padding : 3px;
    background : #fff;
}
#grid.kiji .box .tit .author figure img {

  border-radius: 100px;
  width: 100%;
  position: relative;
  display: block;
}
#grid.kiji .box .tit h2 {
  font-size: 20px;
  font-size: 5.33333vw;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.9;
}
#grid.kiji .box .tit > div {
  display: inline-block;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 25.06vw;
  right: 5.86vw;
}
#grid.kiji .box .tit > div a {
  display: inline-block;
}
#grid.kiji .box .tit > div a p {
  padding: 2vw 2.6vw 8.6vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  float: left;
  text-decoration: underline;
  font-style: italic;
}
#grid.kiji .box .tit > div a figure {
  width: 16.6vw;
  float: right;
}
#grid.kiji .box .tit > div a object {
  display: inline;
}
#grid.kiji .box .tit > div a span {
  font-size: 10px;
  font-size: 2.66667vw;
  line-height: 1.8;
}
#grid.kiji .box .txt {
  padding: 0 5.3vw;
  letter-spacing: 0.04em;
}
#grid.kiji .box time {
  display: block;
  padding: 2.6vw 5.3vw 9.3vw 5.3vw;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#grid.kiji .box.cat01 {
  background: url(/passport/asset/img/common/ico_cat_column02.png) no-repeat left top #fff;
}
#grid.kiji .box.cat02 {
  background: url(/passport/asset/img/common/ico_cat_study02.png) no-repeat left top #fff;
}
#grid.kiji .box.cat03 {
  background: url(/passport/asset/img/common/ico_cat_report02.png) no-repeat left top #fff;
}
#grid.kiji .box.cat04 {
  background: url(/passport/asset/img/common/ico_cat_event02.png) no-repeat left top #fff;
}
#grid.kiji .box.picUp {
  background: #fff;
  padding: 0;
  position: relative;
}
#grid.kiji .box.picUp:before {
  content: "";
  display: block;
  width: 27vw;
  height: 27vw;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  background: url(/passport/asset/img/common/ico_pick01.png) no-repeat;
  top: -10px;
  left: -10px;
}
#grid.kiji .box.picUp .tit {
  margin: -16vw 0 6.6vw 6.6vw;
  padding: 9.3vw 5.86vw 0 13.86vw;
  text-align: right;
  overflow: hidden;
  background-size: 10.6vw !important;
  position: relative;
}
#grid.kiji .box.picUp .tit:before, #grid.kiji .box.picUp .tit:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  background: #293a44;
  top: 5px;
  left: 5px;
}
#grid.kiji .box.picUp .tit:after {
  width: 100%;
  height: 3px;
}
#grid.kiji .box.picUp .tit h2 {
  font-size: 20px;
  font-size: 5.33333vw;
  line-height: 1.8;
  text-align: left;
}
#grid.kiji .box.picUp .tit > div {
  margin: 4vw 0 0 0;
  background-size: 16.6vw !important;
  position: static;
}
#grid.kiji .box.picUp .tit > div a p {
  padding: 10.4vw 2.6vw 1.86vw 0;
}
#grid.kiji .box.picUp time {
  padding: 4vw 5.3vw 6.6vw 5.3vw;
}
#grid.kiji .box.picUp.cat01 .tit {
  background: url(/passport/asset/img/common/ico_cat_column03.png) no-repeat 8px 8px #fff;
}
#grid.kiji .box.picUp.cat02 .tit {
  background: url(/passport/asset/img/common/ico_cat_study03.png) no-repeat 8px 8px #fff;
}
#grid.kiji .box.picUp.cat03 .tit {
  background: url(/passport/asset/img/common/ico_cat_report03.png) no-repeat 8px 8px #fff;
}
#grid.kiji .box.picUp.cat04 .tit {
  background: url(/passport/asset/img/common/ico_cat_event03.png) no-repeat 8px 8px #fff;
}
@media screen and (min-width: 768px), print {
  #grid.kiji {
    margin: 60px auto 0 auto;
    overflow: visible !important;
  }
  #grid.kiji:after {
    content: "";
    display: block;
    clear: both;
  }
  #grid.kiji .box {
    width: 465px;
    margin: 0 0 40px 0;
    background-size: 40px !important;
    float: left;
  }
  #grid.kiji .box > a {
    height: 428px;
  }
  #grid.kiji .box > a > figure {
    width: 465px;
    height: 160px;
    overflow: hidden;
  }
  #grid.kiji .box img {
    width: 100%;
  }
  #grid.kiji .box .tit {
    height: 134px;
    margin: 0 65px;
    padding: 0;
    position: relative;
  }
  #grid.kiji .box .tit h2 {
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #grid.kiji .box .tit > div {
    bottom: auto;
    top: 217px;
    right: -45px;
    z-index: 1;
  }
  #grid.kiji .box .tit > div a p {
    padding: 23px 9px 18px 0;
    font-size: 12px;
  }
  #grid.kiji .box .tit > div a figure {
    width: 55px;
  }
  #grid.kiji .box .tit > div a figure img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  #grid.kiji .box .tit > div a span {
    font-size: 10px;
  }
  #grid.kiji .box .txt {
    height: 62px;
    padding: 0 50px;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
  }
  #grid.kiji .box time {
    padding: 16px 50px 35px 50px;
  }
  #grid.kiji .box:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #grid.kiji .box.cat01 {
    background: url(/passport/asset/img/common/ico_cat_column02.png) no-repeat 4px 6px #fff;
  }
  #grid.kiji .box.cat02 {
    background: url(/passport/asset/img/common/ico_cat_study02.png) no-repeat 4px 6px #fff;
  }
  #grid.kiji .box.cat03 {
    background: url(/passport/asset/img/common/ico_cat_report02.png) no-repeat 4px 6px #fff;
  }
  #grid.kiji .box.cat04 {
    background: url(/passport/asset/img/common/ico_cat_event02.png) no-repeat 4px 6px #fff;
  }
  #grid.kiji .box.picUp {
    width: 960px;
    position: relative;
  }
  #grid.kiji .box.picUp:before {
    width: 113px;
    height: 113px;
    top: -19px;
    left: auto;
    right: -19px;
    z-index: 1;
  }
  #grid.kiji .box.picUp:after {
    content: "";
    display: block;
    clear: both;
  }
  #grid.kiji .box.picUp .tit {
    width: 555px;
    height: 180px;
    margin: 0;
    padding: 0 0 0 60px;
    background-size: 40px !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  #grid.kiji .box.picUp .tit h2 {
    width: 300px;
    left: 70px;
  }
  #grid.kiji .box.picUp .tit > div {
    margin: 117px 50px 0 0;
    background-size: 62px !important;
  }
  #grid.kiji .box.picUp .tit > div a P {
    padding: 35px 9px 6px 0;
  }
  #grid.kiji .box.picUp .tit:before, #grid.kiji .box.picUp .tit:after {
    top: 8px;
    left: 8px;
  }
  #grid.kiji .box.picUp .tit:before {
    height: 165px;
  }
  #grid.kiji .box.picUp .tit:after {
    width: 450px;
  }
  #grid.kiji .box.picUp .tit.pattern01 h2 {
    width: 360px;
    font-size: 30px;
  }
  #grid.kiji .box.picUp .tit.pattern02 h2 {
    font-size: 24px;
    line-height: 40px;
  }
  #grid.kiji .box.picUp .tit.pattern03 h2 {
    font-size: 22px;
    line-height: 40px;
  }
  #grid.kiji .box.picUp .pic {
    width: 578px;
    height: 428px;
    float: left;
    overflow: hidden;
    background: url(/passport/asset/img/common/bgimage.png) repeat;
  }
  #grid.kiji .box.picUp .pic img {
    width: 100%;
  }
  #grid.kiji .box.picUp .txtArea {
    width: 380px;
    padding: 203px 60px 0 60px;
    float: left;
  }
  #grid.kiji .box.picUp .txtArea .txt, #grid.kiji .box.picUp .txtArea time {
    height: auto;
    padding: 0;
  }
  #grid.kiji .box.picUp .txtArea time {
    padding-top: 20px;
    font-size: 13px;
  }
  #grid.kiji .box.picUp.cat01 .tit {
    background: url(/passport/asset/img/common/ico_cat_column03.png) no-repeat 11px 11px #fff;
  }
  #grid.kiji .box.picUp.cat02 .tit {
    background: url(/passport/asset/img/common/ico_cat_study03.png) no-repeat 11px 11px #fff;
  }
  #grid.kiji .box.picUp.cat03 .tit {
    background: url(/passport/asset/img/common/ico_cat_report03.png) no-repeat 11px 11px #fff;
  }
  #grid.kiji .box.picUp.cat04 .tit {
    background: url(/passport/asset/img/common/ico_cat_event03.png) no-repeat 11px 11px #fff;
  }
}

#grid.writer {
  margin: 9.3vw 15px 0 15px;
}
#grid.writer .box a {
  display: block;
  padding: 4vw 0;
  background: #fff;
  outline: none;
  -webkit-transition: all .1s;
  transition: all .1s;
  position: relative;
}
#grid.writer .box a:before, #grid.writer .box a:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
}
#grid.writer .box a:before {
  top: -1px;
  left: -1px;
}
#grid.writer .box a:after {
  bottom: 1px;
  right: 1px;
}
#grid.writer .box a:hover:before, #grid.writer .box a:hover:after {
  width: 100%;
  height: 100%;
}
#grid.writer .box a:hover:before {
  border-bottom-color: #293a44;
  border-left-color: #293a44;
  -webkit-transition: height .1s, width .1s .1s;
  transition: height .1s, width .1s .1s;
}
#grid.writer .box a:hover:after {
  border-top-color: #293a44;
  border-right-color: #293a44;
  -webkit-transition: height .1s, width .1s .1s;
  transition: height .1s, width .1s .1s;
}
#grid.writer .box .ico, #grid.writer .box p {
  display: inline-block;
  vertical-align: middle;
}
#grid.writer .box .ico {
  width: 30vw;
  overflow: hidden;
  border-radius: 100px;
  border: #2A3A44 1px solid;
}
#grid.writer .box .ico img {
  border: solid 5px #fff;
  border-radius: 100px;
}
#grid.writer .box p {
  width: 42vw;
  padding: 0 4vw;
  font-size: 14px;
  font-size: 3.73333vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-align: left;
}
#grid.writer .box p span {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #grid.writer .box {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px), print {
  #grid.writer {
    margin: 60px auto 0 auto;
  }
  #grid.writer .box {
    margin-bottom: 30px;
    float: left;
  }
  #grid.writer .box a {
    width: 300px;
    height: 140px;
    padding: 15px 0;
  }
  #grid.writer .box .ico {
    width: 113px;
    margin-left: 12px;
  }
  #grid.writer .box .ico img {
    width: 100%;
  }
  #grid.writer .box p {
    width: 150px;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
  }
  #grid.writer .box p span {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .category05 #grid {
    margin-top: 40px;
  }
}

.detailModule01 {
    overflow : hidden;
  margin: 9.3vw 15px 0 15px;
  padding: 0 5.3vw 5.3vw 5.3vw;
  text-align: left;
  background-size: 10.6vw !important;
}
.detailModule01 .author figure {
  border: solid #2A3A44 1px;
  border-radius: 100px;
}
.detailModule01 .author figure img {
  border: solid 3px #fff;
  border-radius: 100px;
  width: 100%;
  position: relative;
  display: block;
}
.detailModule01 .tit1 {
  margin: 0 -5.3vw 5.3vw -5.3vw;
  padding: 0 5.3vw;
  text-align: right;
  overflow: hidden;
  position: relative;
}
.detailModule01 .tit1 h1 {
  padding: 6.6vw 6.6vw 6.6vw 0;
  font-size: 24px;
  font-size: 6.4vw;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.9;
  text-align: left;
}
.detailModule01 .tit1 time {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
}
.detailModule01 .tit1 > div {
  display: inline-block;
  margin-top: -5.3vw;
  background-size: 16.6vw !important;
  position: static;
}
.detailModule01 .tit1 > div a {
  display: inline-block;
}
.detailModule01 .tit1 > div a p {
  padding: 9.4vw 2.6vw 2vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  float: left;
  text-decoration: underline;
  font-style: italic;
}
.detailModule01 .tit1 > div a figure {
  width: 16.6vw;
  float: right;
}
.detailModule01 .tit1 > div a span {
  font-size: 10px;
  font-size: 2.66667vw;
  line-height: 1.8;
}
.detailModule01 .tit1:before, .detailModule01 .tit1:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  background: #293a44;
  top: 5px;
  right: 5px;
}
.detailModule01 .tit1:after {
  width: -webkit-calc(100% - 10.3vw);
  width: calc(100% - 10.3vw);
  height: 3px;
  right: auto;
  left: 5px;
}
.detailModule01 .tit2 {
  margin-bottom: 5.3vw;
}
.detailModule01 .tit2 h2 {
  display: inline;
  padding-bottom: 1.5vw;
  font-size: 20px;
  font-size: 5.33333vw;
  line-height: 1.8;
  font-weight: bold;
  line-height: 1.85;
  background: -webkit-linear-gradient(transparent 88%, #293a44 0%);
  background: -ms-linear-gradient(transparent 88%, #293a44 0%);
  background: linear-gradient(transparent 88%, #293a44 0%);
}
.detailModule01 .imgType01 {
  margin-bottom: 5.3vw;
}
.detailModule01 .imgType02 {
  margin-bottom: 5.3vw;
  overflow: hidden;
}
.detailModule01 .imgType02 figure {
  width: 48%;
}
.detailModule01 .imgType02 figure figcaption {
  padding: 2.6vw 0 0 0;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.detailModule01 .imgType02 figure.left {
  float: left;
}
.detailModule01 .imgType02 figure.right {
  float: right;
}
.detailModule01 > p {
  margin-bottom: 5.3vw;
  letter-spacing: 0.02em;
}
.detailModule01 .inner p {
  margin-bottom: 5.3vw;
  letter-spacing: 0.01em;
}
.detailModule01 .tit1:before, .detailModule01 .tit1:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  background: #293a44;
  right: 5px;
}
.detailModule01 .tit1:before {
  height: -webkit-calc(100% - 24vw);
  height: calc(100% - 24vw);
  top: auto;
  bottom: 0;
}
.detailModule01 .tit1:after {
  width: -webkit-calc(100% - 10vw);
  width: calc(100% - 10vw);
  height: 3px;
  top: 5px;
  right: auto;
  left: 5px;
}
.detailModule01.cat01 {
  background: url(/passport/asset/img/common/ico_cat_column04.png) no-repeat right top #fff;
}
.detailModule01.cat01 .tit1:before {
  height: -webkit-calc(100% - 28vw);
  height: calc(100% - 28vw);
}
.detailModule01.cat02 {
  background: url(/passport/asset/img/common/ico_cat_study04.png) no-repeat right top #fff;
}
.detailModule01.cat03 {
  background: url(/passport/asset/img/common/ico_cat_report04.png) no-repeat right top #fff;
}
.detailModule01.cat03 .tit1:before {
  height: -webkit-calc(100% - 26vw);
  height: calc(100% - 26vw);
}
.detailModule01.cat04 {
  background: url(/passport/asset/img/common/ico_cat_event04.png) no-repeat right top #fff;
}
.detailModule01 .inner{
    padding : 0 0 20px;
}
@media screen and (min-width: 768px), print {
  .detailModule01 {
    width: 960px;
    margin: 50px auto 0 auto;
    padding: 0 70px 30px 70px;
    background-size: 42px !important;
    background-position: 905px 15px !important;
        /*
		img{
			width: 100%;
		}
        */
  }
  .detailModule01 .inner img{
      max-width : 820px;
    }
  .detailModule01 .tit1 {
    margin: 0 -67px;
    padding: 70px 70px 0 70px;
    margin-bottom: 30px;
  }
  .detailModule01 .tit1:after {
    width: 944px;
    top: 8px;
  }
  .detailModule01 .tit1:before {
    height: 100% !important;
    top: 8px;
  }
  .detailModule01 .tit1 h1 {
    padding: 0;
    font-size: 30px;
    line-height: 1.8;
  }
  .detailModule01 .tit1 time {
    margin-top: 10px;
    font-size: 13px;
  }
  .detailModule01 .tit1 > div {
    margin-top: -20px;
    background-size: 66px !important;
  }
  .detailModule01 .tit1 > div a p {
    padding: 40px 9px 4px 0;
    font-size: 12px;
  }
  .detailModule01 .tit1 > div a figure {
    width: 62px;
  }
  .detailModule01 .tit1 > div a span {
    font-size: 10px;
  }
  .detailModule01 .tit2 {
    margin-bottom: 40px;
  }
  .detailModule01 .tit2 h2 {
    font-size: 20px;
    padding-bottom: 7px;
  }
  .detailModule01 .imgType01 {
    margin-bottom: 30px;
  }
  .detailModule01 .imgType02 {
    margin-bottom: 30px;
  }
  .detailModule01 .imgType02 figure {
    width: 400px;
  }
  .detailModule01 .imgType02 figure figcaption {
    padding-top: 10px;
    font-size: 13px;
  }
  .detailModule01 .imgType02 figure img {
    max-width: 400px;
    width: 100%;
  }
  .detailModule01 > p {
    margin-bottom: 30px;
  }
  .detailModule01 .inner p {
    margin-bottom: 30px;
  }
}

#pageNavi {
  margin: 6.6vw 15px;
  text-align: left;
  overflow: hidden;
}
#pageNavi a {
  width: 42.6vw;
  float: left;
}
#pageNavi a > p {
  margin: 0 0 2vw 0;
  padding: 0 0 0 4vw;
  font-size: 14px;
  font-size: 3.73333vw;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: url(/passport/asset/img/common/ico_pageNav01.png) no-repeat left bottom;
  background-size: 12.8vw !important;
}
#pageNavi a .box {
  padding: 0 2vw 4vw 2vw;
  background-size: 10.6vw !important;
  position: relative;
}
#pageNavi a .box figure {
  width: 29.3vw;
  height: 42.6vw;
  margin: 0 0 0 -2vw;
  overflow: hidden;
  position: relative;
}
#pageNavi a .box figure img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pageNavi a .box .txtArea h3 {
  margin: 4vw 0;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.8;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
#pageNavi a .box .txtArea p {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#pageNavi a .box.cat01 {
  background: url(/passport/asset/img/common/ico_cat_column05.png) no-repeat right top #fff;
}
#pageNavi a .box.cat02 {
  background: url(/passport/asset/img/common/ico_cat_study05.png) no-repeat right top #fff;
}
#pageNavi a .box.cat03 {
  background: url(/passport/asset/img/common/ico_cat_report05.png) no-repeat right top #fff;
}
#pageNavi a .box.cat04 {
  background: url(/passport/asset/img/common/ico_cat_event05.png) no-repeat right top #fff;
}
#pageNavi a.next {
  float: right;
}
#pageNavi a.next > .right {
  padding: 0 4vw 0 0;
  background: url(/passport/asset/img/common/ico_pageNav02.png) no-repeat right bottom;
}
@media screen and (min-width: 768px), print {
  #pageNavi {
    width: 960px;
    margin: 60px auto;
  }
  #pageNavi a {
    width: 458px;
    overflow: hidden;
  }
  #pageNavi a > p {
    width: 68px;
    margin: 68px 0 0 0;
    padding: 22px 0 0 0 !important;
    font-size: 14px;
    text-align: center;
    background-size: 100% !important;
    float: left;
    background: url(/passport/asset/img/common/ico_pageNav01_pc.png) no-repeat left top;
  }
  #pageNavi a .box {
    width: 380px;
    padding: 0;
    overflow: hidden;
    float: right;
    background: #fff !important;
  }
  #pageNavi a .box figure {
    width: 110px;
    height: 160px;
    margin: 0;
    float: left;
    overflow: hidden;
  }
  #pageNavi a .box figure span {
    display: block;
    width: 110px;
    height: 160px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #pageNavi a .box .txtArea {
    width: 270px;
    float: left;
    padding: 20px 30px 13px 44px;
    overflow: hidden;
    background-size: 40px !important;
  }
  #pageNavi a .box .txtArea h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 30px;
  }
  #pageNavi a .box .txtArea p {
    font-size: 12px;
  }
  #pageNavi a .box.cat01 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_column02.png) no-repeat 2px 2px #fff;
  }
  #pageNavi a .box.cat02 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_study02.png) no-repeat 2px 2px #fff;
  }
  #pageNavi a .box.cat03 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_report02.png) no-repeat 2px 2px #fff;
  }
  #pageNavi a .box.cat04 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_event02.png) no-repeat 2px 2px #fff;
  }
  #pageNavi a.next > .right {
    float: right;
    background: url(/passport/asset/img/common/ico_pageNav02_pc.png) no-repeat left top;
  }
  #pageNavi a.next .box {
    float: left;
  }
  #pageNavi a:hover .box figure span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

#relatedPosts {
  margin: 0 15px 6.6vw 15px;
  padding: 0 20px;
  border: solid 3px #293a44;
}
#relatedPosts .tit {
  margin: 9.3vw 0;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
}
#relatedPosts .tit span {
  margin-right: 2.6vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 3.46667vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  top: -1vw;
}
#relatedPosts .tit span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  background: #293a44;
  top: auto;
  bottom: -4px;
  left: 0;
}
#relatedPosts ul {
  text-align: left;
}
#relatedPosts ul li {
  margin: 0 0 6.6vw 0;
  background: #fff;
  background-size: 10.6vw !important;
  position: relative;
}
#relatedPosts ul li h3 {
  padding: 5.3vw 0 5.3vw 1vw;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.8;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
#relatedPosts ul li p {
  margin: 0 -2vw 0 0;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #relatedPosts ul li .txtArea {
    padding: 0 9.3vw 5.3vw 9.3vw;
    background-size: 10.6vw !important;
  }
  #relatedPosts ul li.cat01 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_column06.png) no-repeat left top #fff;
  }
  #relatedPosts ul li.cat02 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_study06.png) no-repeat left top #fff;
  }
  #relatedPosts ul li.cat03 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_report06.png) no-repeat left top #fff;
  }
  #relatedPosts ul li.cat04 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_event06.png) no-repeat left top #fff;
  }
}
@media screen and (min-width: 768px), print {
  #relatedPosts {
    width: 960px;
    margin: 0 auto 40px auto;
    padding: 0 56px 40px 56px;
  }
  #relatedPosts .tit {
    margin: 50px 0;
    font-size: 18px;
  }
  #relatedPosts .tit span {
    margin-right: 20px;
    font-size: 13px;
    top: -4px;
  }
  #relatedPosts ul {
    overflow: hidden;
  }
  #relatedPosts ul li {
    width: 260px;
    margin: 0 30px 0 0;
    float: left;
  }
  #relatedPosts ul li a .txtArea {
    padding: 0 50px 30px 50px;
    background-size: 42px !important;
  }
  #relatedPosts ul li figure {
    width: 260px;
    height: 90px;
    overflow: hidden;
  }
  #relatedPosts ul li figure img {
    width: 100%;
  }
  #relatedPosts ul li h3 {
    padding: 25px 0;
    font-size: 18px;
  }
  #relatedPosts ul li p {
    font-size: 12px;
  }
  #relatedPosts ul li:last-child {
    margin-right: 0;
  }
  #relatedPosts ul li:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #relatedPosts ul li.cat01 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_column06.png) no-repeat left top #fff;
  }
  #relatedPosts ul li.cat02 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_study06.png) no-repeat left top #fff;
  }
  #relatedPosts ul li.cat03 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_report06.png) no-repeat left top #fff;
  }
  #relatedPosts ul li.cat04 .txtArea {
    background: url(/passport/asset/img/common/ico_cat_event06.png) no-repeat left top #fff;
  }
}

.nokiji {
  font-size: 13px;
  margin: 40px 0 40px;
}

#grid.kiji {
  margin-bottom: 40px;
}

.fb-like{
    position : relative;
    top : -3px;
    float : left;
    display : block!important;
    margin : 0 5px 0 0;
    font-size: 13px!important;
}
#twitter-widget-0{
    float : left;
    display : block;
    font-size: 13px!important;
}
@media screen and (min-width: 768px), print {
.fb-like{
    position : relative;
    top : -4px;
}
}
.wp-caption{
    max-width : 100%;
}