
@charset "UTF-8";
/* トップ 蜂の巣 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/* ベース
---------------------------------- */
html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}
html.font-small {
  font-size: 37.5%;
}
html.font-normal {
  font-size: 62.5%;
}
html.font-large {
  font-size: 87.5%;
}

body {
  color: #333;
  background: #f2f4f6;
  font-family: "Helvetica Neue",Helvetica,Arial, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","YuGothic","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  min-width: 1040px;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    min-width: auto;
  }
  body.menu-open {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
  }
}
a:link, a:visited {
  color: #3177c5;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

/* レイアウト　*/
#g-wrapper {
  overflow: hidden;
}

/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

.image.is-left,
img.is-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.image.is-right,
img.is-right {
  margin-left: 10px;
  margin-bottom: 10px;
}

#g-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

header.global {
  position: relative;
  height: 138px;
  margin: 0 auto;
}
header.global .fixed-frame {
  position: relative;
  width: 100%;
  min-width: 925px;
  max-width: 1300px;
  margin: 0 auto;
}
header.global.skeleton .fixed-area.is-fix .l-contents {
  background: #fff;
}
header.global.skeleton .fixed-area.is-fix #site-logo {
  background: none;
}
header.global.skeleton .fixed-area.is-fix #site-logo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
header.global.skeleton .fixed-area.is-fix .global-nav ul {
  border-color: #e3e6e8;
}
header.global.skeleton .fixed-area.is-fix .global-nav li {
  border-color: #e3e6e8;
}
header.global.skeleton .fixed-area.is-fix .global-nav a {
  border-width: 2px;
}
header.global.skeleton .fixed-area.is-fix .global-nav a:hover {
  border-bottom-color: #990000;
  color: #990000;
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav-details li li a {
  border-width: 1px;
}
header.global.skeleton .fixed-area.is-fix .global-nav .gnav-title:after {
  bottom: 7px;
  background: url("/common/images_j/common/bg_down_small.png") bottom center no-repeat;
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav01 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav01.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav01 a:hover .gnav-title, header.global.skeleton .fixed-area.is-fix .global-nav .nav01.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav01_current.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav02 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav02.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav02 a:hover .gnav-title, header.global.skeleton .fixed-area.is-fix .global-nav .nav02.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav02_current.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav03 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav03.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav03 a:hover .gnav-title, header.global.skeleton .fixed-area.is-fix .global-nav .nav03.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav03_current.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav04 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav04.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav04 a:hover .gnav-title, header.global.skeleton .fixed-area.is-fix .global-nav .nav04.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav04_current.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav05 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav05.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav05 a:hover .gnav-title, header.global.skeleton .fixed-area.is-fix .global-nav .nav05.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav05_current.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav06 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav06.png");
}
header.global.skeleton .fixed-area.is-fix .global-nav .nav06 a:hover .gnav-title, header.global.skeleton .fixed-area.is-fix .global-nav .nav06.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav06_current.png");
}
header.global.skeleton .fixed-area .l-contents {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
}
header.global.skeleton .fixed-area #site-logo {
  background: url("/common/images_j/common/site_logo_skeleton.png");
}
header.global.skeleton .fixed-area #site-logo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
header.global.skeleton .fixed-area .global-nav ul {
  border-color: rgba(255, 255, 255, 0.2);
}
header.global.skeleton .fixed-area .global-nav li {
  border-color: rgba(255, 255, 255, 0.2);
}
header.global.skeleton .fixed-area .global-nav a {
  border-width: 0;
}
header.global.skeleton .fixed-area .global-nav a:hover {
  color: #ffffff !important;
}
header.global.skeleton .fixed-area .global-nav .gnav-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 12px;
  height: 3px;
  width: 6px;
  background: url("/common/images_j/common/bg_down_small_white.png") no-repeat;
  margin: 0 0 0 -3px;
}
header.global.skeleton .fixed-area .global-nav a:hover .gnav-title:after, header.global.skeleton .fixed-area .global-nav.current .gnav-title:after {
  background-image: url("/common/images_j/common/bg_down_small.png");
}
header.global.skeleton .fixed-area .global-nav .nav01 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav01_skeleton.png");
}
header.global.skeleton .fixed-area .global-nav .nav02 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav02_skeleton.png");
}
header.global.skeleton .fixed-area .global-nav .nav03 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav03_skeleton.png");
}
header.global.skeleton .fixed-area .global-nav .nav04 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav04_skeleton.png");
}
header.global.skeleton .fixed-area .global-nav .nav05 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav05_skeleton.png");
}
header.global.skeleton .fixed-area .global-nav .nav06 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav06_skeleton.png");
}
header.global .fixed-area {
  position: relative;
  z-index: 3;
  padding-top: 32px;
}
header.global .fixed-area.is-fix {
  position: fixed;
  width: 100%;
  top: -70px;
  padding-top: 0;
  border-top: 4px solid #990000;
  border-bottom: 1px solid #e3e6e8;
}
header.global .fixed-area.is-fix #site-logo {
  margin-top: 10px;
}
header.global .fixed-area.is-fix #site-logo img {
  width: 140px;
  height: auto;
}
header.global .fixed-area.is-fix .global-nav .gnav-title {
  background-position: top center;
}
header.global .fixed-area.is-fix .global-nav .gnav-title:after {
  bottom: 7px;
}
header.global .fixed-area.is-fix .global-nav a {
  height: 59px;
  padding: 24px 0 20px;
  box-sizing: border-box;
}
header.global .fixed-area.is-fix .global-nav .nav-details {
  top: 59px;
}
header.global .fixed-area.is-fix .global-nav .js-nav-bg {
  top: 59px;
}
header.global .fixed-area.is-fix .sub-nav,
header.global .fixed-area.is-fix .ohter-nav {
  display: none;
}
header.global .fixed-area .l-contents {
  position: relative;
  *zoom: 1;
  background: #fff;
}
header.global .fixed-area .l-contents:after {
  content: "";
  display: table;
  clear: both;
}
header.global .fixed-area #site-logo {
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
header.global .fixed-area .sp-menu-list {
  display: none;
}
header.global .fixed-area .sp-menu-wrap {
  float: right;
}
header.global .fixed-area .global-nav {
  text-indent: -99999px;
}
header.global .fixed-area .global-nav ul {
  display: table;
  border-right: 1px solid #e3e6e8;
}
header.global .fixed-area .global-nav li {
  display: table-cell;
  min-width: 125px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #e3e6e8;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
header.global .fixed-area .global-nav a {
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  padding: 42px 0;
  height: 106px;
  box-sizing: border-box;
  border-bottom: 2px solid #ffffff;
  color: #000000;
}
header.global .fixed-area .global-nav a:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
header.global .fixed-area .global-nav a:hover {
  border-bottom-color: #990000;
  color: #990000;
}
header.global .fixed-area .global-nav .current a {
  border-bottom-color: #990000;
}
header.global .fixed-area .global-nav .gnav-title {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
header.global .fixed-area .global-nav .gnav-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  height: 3px;
  width: 6px;
  background: url("/common/images_j/common/bg_down_small.png") no-repeat;
  margin: 0 0 0 -3px;
}
header.global .fixed-area .global-nav .nav01 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav01.png");
}
header.global .fixed-area .global-nav .nav01 a:hover .gnav-title, header.global .fixed-area .global-nav .nav01.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav01_current.png");
}
header.global .fixed-area .global-nav .nav02 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav02.png");
}
header.global .fixed-area .global-nav .nav02 a:hover .gnav-title, header.global .fixed-area .global-nav .nav02.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav02_current.png");
}
header.global .fixed-area .global-nav .nav03 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav03.png");
}
header.global .fixed-area .global-nav .nav03 a:hover .gnav-title, header.global .fixed-area .global-nav .nav03.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav03_current.png");
}
header.global .fixed-area .global-nav .nav04 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav04.png");
}
header.global .fixed-area .global-nav .nav04 a:hover .gnav-title, header.global .fixed-area .global-nav .nav04.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav04_current.png");
}
header.global .fixed-area .global-nav .nav05 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav05.png");
}
header.global .fixed-area .global-nav .nav05 a:hover .gnav-title, header.global .fixed-area .global-nav .nav05.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav05_current.png");
}
header.global .fixed-area .global-nav .nav06 .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav06.png");
}
header.global .fixed-area .global-nav .nav06 a:hover .gnav-title, header.global .fixed-area .global-nav .nav06.current .gnav-title {
  background-image: url("/common/images_j/common/bg_mega_nav06_current.png");
}
header.global .fixed-area .global-nav .js-nav-bg {
  position: absolute;
  width: 1300px;
  left: 50%;
  top: 106px;
  margin-left: -650px;
  padding: 0 130px;
  background: #282C32;
  box-sizing: border-box;
}
header.global .fixed-area .global-nav .nav-details {
  overflow: auto;
  text-indent: 0;
  display: none;
  position: absolute;
  width: 1300px;
  left: 50%;
  margin-left: -650px;
  padding: 0 130px;
  background: #282C32;
  box-sizing: border-box;
  color: #ffffff;
}
header.global .fixed-area .global-nav .nav-details.is-show {
  display: block;
}
header.global .fixed-area .global-nav .nav-details .details-wrap {
  display: table;
  width: 1040px;
}
header.global .fixed-area .global-nav .nav-details ul {
  display: block;
  border-right: none;
}
header.global .fixed-area .global-nav .nav-details li {
  display: block;
  border-left: none;
  text-align: left;
}
header.global .fixed-area .global-nav .nav-details li .title1 {
  display: block;
  padding: 12px 40px 12px 14px;
  border-left: 2px solid #990000;
  background: #161c22;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
header.global .fixed-area .global-nav .nav-details li a {
  width: 100%;
  padding: 0;
  height: auto;
  color: #ffffff;
  border-bottom: none;
  background-image: none;
  background: #161c22 url("/common/images_j/common/bg_right_white_x2.png") no-repeat right 8px center;
  background-size: 6px auto;
  font-weight: normal;
}
header.global .fixed-area .global-nav .nav-details li a .title1 {
  background: none;
}
header.global .fixed-area .global-nav .nav-details li li {
  margin-left: 20px;
}
header.global .fixed-area .global-nav .nav-details li li a {
  display: block;
  padding: 6px 30px 6px 4px;
  border-left: none;
  border-top: 1px dotted #5a5f66;
  background: url("/common/images_j/common/bg_right_white_x2.png") no-repeat right 8px center;
  background-size: 4px auto;
  font-size: 12px;
  font-size: 1.2rem;
}
header.global .fixed-area .global-nav .nav-details li li a.blank {
  background: url("/common/images_j/common/icon_blank_white_x2.png") no-repeat right 8px center;
  background-size: 8px auto;
}
header.global .fixed-area .global-nav .nav-details li li a.pdf {
  background: url("/common/images_j/common/icon_pdf_white_x2.png") no-repeat right 8px center;
  background-size: 10px auto;
}
header.global .fixed-area .global-nav .nav-details li li:first-child a {
  border-top: none;
}
header.global .fixed-area .global-nav .nav-details li a {
  display: block;
}
header.global .fixed-area .global-nav .nav-details .detail {
  display: table-cell;
  width: 260px;
  padding: 15px;
  vertical-align: top;
  border-right: 1px solid #1C2127;
  box-sizing: border-box;
}
header.global .fixed-area .global-nav .nav-details .detail:first-child {
  border-left: 1px solid #1C2127;
}
header.global .fixed-area .global-nav .nav-details .pickup {
  position: relative;
  margin-bottom: 10px;
}
header.global .fixed-area .global-nav .nav-details .pickup .photo {
  max-width: 230px;
}
header.global .fixed-area .global-nav .nav-details .pickup .photo img {
  width: 100%;
  height: auto;
}
header.global .fixed-area .global-nav .nav-details .pickup .link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header.global .fixed-area .global-nav .nav-details .pickup .link a {
  position: relative;
  height: auto;
  padding: 15px 15px 15px 15px;
  border-left: none;
  background: #0d1115;
  opacity: 0.88;
  -moz-opacity: 0.88;
  filter: alpha(opacity=88);
  color: #ffffff;
  border-bottom: none;
  text-align: left;
  box-sizing: border-box;
}
header.global .fixed-area .global-nav .nav-details .pickup .link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url("/common/images_j/common/bg_right_white_x2.png") no-repeat center;
  background-size: 6px auto;
}
header.global .fixed-area .global-nav .nav-details .other-link {
  border-left: none;
}
header.global .fixed-area .global-nav .nav-details .other-link.mt {
  margin-top: 30px;
}
header.global .fixed-area .global-nav .nav-details .other-link.mb {
  margin-bottom: 10px;
}
header.global .fixed-area .global-nav .nav-details .other-link li {
  margin-bottom: 1px;
}
header.global .fixed-area .global-nav .nav-details .other-link li a {
  padding: 7px 15px;
  border-left: none;
  background-image: url("/common/images_j/common/bg_right_white_x2.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 5px auto;
  font-size: 12px;
  font-size: 1.2rem;
}
header.global .fixed-area .global-nav .nav-details .other-link li a.blank {
  background-image: url("/common/images_j/common/icon_blank_white_x2.png");
  background-position: right 8px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
header.global .fixed-area .global-nav .nav-details .other-link li a.pdf {
  background-image: url("/common/images_j/common/icon_pdf_white_x2.png");
  background-position: right 8px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
header.global .fixed-area .school-list {
  display: none;
}
header.global .fixed-area .school-btn {
  display: none;
}
header.global .fixed-area .ohter-nav {
  position: absolute;
  right: 0;
  top: -32px;
  width: 232px;
}
header.global .fixed-area .ohter-nav .link-list {
  float: left;
  display: table;
}
header.global .fixed-area .ohter-nav .link-list li {
  display: table-cell;
  height: 31px;
  vertical-align: middle;
  border-left: 1px solid #ad3333;
  font-size: 12px;
  line-height: 1;
}
header.global .fixed-area .ohter-nav .link-list a {
  display: block;
  padding: 0 12px;
  box-sizing: border-box;
}
header.global .fixed-area .ohter-nav .link-list .text {
  display: none;
}
header.global .fixed-area .ohter-nav .link-list img {
  width: 12px;
  height: auto;
}
header.global .fixed-area .ohter-nav .active-list {
  vertical-align: top;
  display: inline-block;
  border-right: 1px solid #ad3333;
  font-size: 0;
}
header.global .fixed-area .ohter-nav .active-list li {
  vertical-align: top;
  display: inline-block;
  line-height: 1;
}
header.global .fixed-area .ohter-nav .active-list li.is-hover {
  background-color: #820000;
}
header.global .fixed-area .ohter-nav .active-list a {
  display: block;
  padding: 10px 12px;
  padding: 0 12px;
  border-left: 1px solid #ad3333;
}
header.global .fixed-area .ohter-nav .active-list .nav-details {
  display: none;
}
header.global .fixed-area .ohter-nav .active-list .nav-details.is-show {
  display: block;
}
header.global .fixed-area .ohter-nav .active-list .language {
  position: relative;
}
header.global .fixed-area .ohter-nav .active-list .language .nav-details {
  width: 121px;
  font-size: 12px;
  font-size: 1.2rem;
}
header.global .fixed-area .ohter-nav .active-list .language .details-wrap {
  padding: 0 10px;
}
header.global .fixed-area .ohter-nav .active-list .language a {
  padding: 0;
}
header.global .fixed-area .ohter-nav .active-list .language .jp {
  display: block;
  width: 38px;
  height: 32px;
  background: url("/common/images_j/common/icon_language.png") no-repeat center top;
}
header.global .fixed-area .ohter-nav .active-list .language li a {
  display: block;
  width: 92px;
  padding: 14px 0;
  box-sizing: border-box;
  border-left: none;
  border-top: 1px solid #ad3333;
}
header.global .fixed-area .ohter-nav .active-list .language li a.blank {
  padding-right: 16px;
  background-image: url("/common/images_j/common/icon_blank_white_x2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px 9px;
}
header.global .fixed-area .ohter-nav .active-list .language li a.pdf {
  padding-right: 16px;
  background-image: url("/common/images_j/common/icon_pdf_white_x2.png");
  background-position: right center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
header.global .fixed-area .ohter-nav .active-list .language li:first-child a {
  border-top: none;
}
header.global .fixed-area .ohter-nav .active-list .search {
  position: relative;
}
header.global .fixed-area .ohter-nav .active-list .search .nav-details {
  right: -42px;
  width: 232px;
}
header.global .fixed-area .ohter-nav .active-list .search .details-wrap {
  padding: 10px 9px;
}
header.global .fixed-area .ohter-nav .active-list .search .loupe {
  display: block;
  height: 32px;
}
header.global .fixed-area .ohter-nav .active-list .search .search-area form legend {
  display: none;
}
header.global .fixed-area .ohter-nav .active-list .search .search-area form .txt-l {
  overflow: visible;
  position: relative;
}
header.global .fixed-area .ohter-nav .active-list .search .search-area form .txt-l:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 5px;
  width: 15px;
  height: 15px;
}
header.global .fixed-area .ohter-nav .active-list .search .search-area form .txt-l input[type='text'] {
  padding-left: 30px;
  width: 158px;
  height: 22px;
  font-size: 12px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 0 0 10px;
  box-shadow: 1px 1px 0px 1px #d1d5d8 inset;
  box-sizing: border-box;
  background: #e8e9eb url("/common/images_j/common/icon_search_foot.png") no-repeat 6px 2px;
  background-size: 16px 16px;
}
header.global .fixed-area .ohter-nav .active-list .search .search-area form .txt-l .bt {
  display: block;
  float: right;
  width: 56px;
  height: 22px;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 1px 1px 0px 0px #ad3333 inset;
  background: #990000;
  border: none;
  color: #ffffff;
  font-size: 9px;
}
header.global .fixed-area .ohter-nav .active-list .font {
  position: relative;
}
header.global .fixed-area .ohter-nav .active-list .font .font-a {
  display: block;
  height: 32px;
}
header.global .fixed-area .ohter-nav .active-list .font .nav-details {
  right: -1px;
  width: 118px;
  font-size: 13px;
  font-size: 1.3rem;
}
header.global .fixed-area .ohter-nav .active-list .font .details-wrap {
  padding: 10px 14px;
}
header.global .fixed-area .ohter-nav .active-list .font ul {
  display: table;
  width: 100%;
  border: 1px solid #ad3333;
  border-collapse: collapse;
  border-left: none;
}
header.global .fixed-area .ohter-nav .active-list .font ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
header.global .fixed-area .ohter-nav .active-list .font ul li a {
  padding: 8px 0;
}
header.global .fixed-area .ohter-nav .active-list .font ul li.current {
  background: #ad3333;
}
header.global .fixed-area .ohter-nav .active-list .nav-details {
  position: absolute;
  background: #820000;
}
header.global .fixed-area .ohter-nav .active-list .nav-details a {
  color: #ffffff;
}
header.global .fixed-area .close-btn {
  display: none;
}
header.global .sub-nav {
  *zoom: 1;
  margin-top: -138px;
  background: url("/common/images_j/common/bg_sub_nav.png") repeat-x;
}
header.global .sub-nav:after {
  content: "";
  display: table;
  clear: both;
}
header.global .sub-nav .target-list {
  position: absolute;
  display: table;
  right: 240px;
  height: 32px;
}
header.global .sub-nav .target-list li {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
header.global .sub-nav .target-list a {
  display: block;
  color: #fff;
}
header.global .sub-nav .target-list .blank {
  padding-right: 16px;
  background: url("/common/images_j/common/icon_blank_white_x2.png") no-repeat right center;
  background-size: 7px 7px;
}

@media screen and (max-width: 767px) {
  header.global {
    height: auto;
    padding-top: 50px;
  }
  header.global .fixed-frame {
    min-width: initial;
    min-width: auto;
    max-width: none;
  }
  header.global.skeleton .fixed-area.is-scroll #site-logo img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  header.global.skeleton .fixed-area #site-logo {
    background-size: 108px auto;
  }
  header.global.skeleton .fixed-area #site-logo img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  header.global.skeleton .fixed-area .global-nav .gnav-title:after {
    display: none;
  }
  header.global.skeleton .fixed-area .global-nav li {
    border-bottom: 1px solid #44484e;
  }
  header.global.skeleton .fixed-area .global-nav .nav01 .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav01 a:hover .gnav-title, header.global.skeleton .fixed-area .global-nav .nav01.current .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav02 .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav02 a:hover .gnav-title, header.global.skeleton .fixed-area .global-nav .nav02.current .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav03 .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav03 a:hover .gnav-title, header.global.skeleton .fixed-area .global-nav .nav03.current .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav04 .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav04 a:hover .gnav-title, header.global.skeleton .fixed-area .global-nav .nav04.current .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav05 .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav05 a:hover .gnav-title, header.global.skeleton .fixed-area .global-nav .nav05.current .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav06 .gnav-title {
    background-image: none;
  }
  header.global.skeleton .fixed-area .global-nav .nav06 a:hover .gnav-title, header.global.skeleton .fixed-area .global-nav .nav06.current .gnav-title {
    background-image: none;
  }
  header.global .fixed-area {
    position: fixed;
    width: 100%;
    height: 49px;
    padding-top: 0;
    top: 0;
    transition: 0.3s all ease;
  }
  header.global .fixed-area.is-close {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  header.global .fixed-area.is-scroll .l-contents {
    background: #ffffff;
  }
  header.global .fixed-area #site-logo {
    margin: 7px 0 7px 13px;
  }
  header.global .fixed-area #site-logo img {
    width: 108px;
    height: auto;
  }
  header.global .fixed-area .sp-menu-list {
    display: block;
    float: right;
  }
  header.global .fixed-area .sp-menu-list ul {
    font-size: 0;
  }
  header.global .fixed-area .sp-menu-list li {
    display: inline-block;
  }
  header.global .fixed-area .sp-menu-list li.target-btn a {
    background: url("/common/images_j/common/btn_close_global_x2.png") no-repeat;
    background-size: 100% auto;
  }
  header.global .fixed-area .sp-menu-list li.main-btn a {
    background: url("/common/images_j/common/btn_target_close_x2.png") no-repeat;
    background-size: 100% auto;
  }
  header.global .fixed-area .sp-menu-list a {
    display: block;
    width: 49px;
    height: 49px;
    background-size: 100% auto;
    transition: all 0.3s ease;
  }
  header.global .fixed-area .sp-menu-list a.is-close img {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  header.global .fixed-area .sp-menu-wrap {
    overflow: auto;
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
  }
  header.global .fixed-area .global-nav {
    text-indent: 0;
  }
  header.global .fixed-area .global-nav ul {
    display: block;
    border-right: none;
  }
  header.global .fixed-area .global-nav li {
    display: block;
    min-width: 100%;
    text-align: left;
    border-left: none;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: normal;
  }
  header.global .fixed-area .global-nav a {
    position: relative;
    display: block;
    padding: 18px 13px;
    height: auto;
    box-sizing: border-box;
    background: #272c32;
    border-bottom: 1px solid #44484e;
    color: #ffffff;
  }
  header.global .fixed-area .global-nav a:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    border-bottom-color: #44484e;
    color: #ffffff;
  }
  header.global .fixed-area .global-nav a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url("/common/images_j/common/bg_right_white_x2.png") no-repeat center;
    background-size: 6px auto;
  }
  header.global .fixed-area .global-nav .current a {
    border-bottom-color: #44484e;
  }
  header.global .fixed-area .global-nav .gnav-title:after {
    display: none;
  }
  header.global .fixed-area .global-nav .nav01 .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav01 a:hover .gnav-title, header.global .fixed-area .global-nav .nav01.current .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav02 .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav02 a:hover .gnav-title, header.global .fixed-area .global-nav .nav02.current .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav03 .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav03 a:hover .gnav-title, header.global .fixed-area .global-nav .nav03.current .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav04 .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav04 a:hover .gnav-title, header.global .fixed-area .global-nav .nav04.current .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav05 .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav05 a:hover .gnav-title, header.global .fixed-area .global-nav .nav05.current .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav06 .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .nav06 a:hover .gnav-title, header.global .fixed-area .global-nav .nav06.current .gnav-title {
    background-image: none;
  }
  header.global .fixed-area .global-nav .js-nav-bg {
    position: absolute;
    width: 1080px;
    left: 50%;
    top: 106px;
    margin-left: -540px;
    padding: 0 20px;
    background: #282C32;
    box-sizing: border-box;
  }
  header.global .fixed-area .global-nav .nav-details {
    display: none;
  }
  header.global .fixed-area.on {
    padding-top: 0;
    border-top: 4px solid #990000;
  }
  header.global .fixed-area.on #site-logo img {
    width: 140px;
    height: auto;
  }
  header.global .fixed-area.on .global-nav a {
    padding: 24px 0 21px;
  }
  header.global .fixed-area .school-list {
    padding-top: 20px;
    display: block;
    background: #1d1f24;
  }
  header.global .fixed-area .school-list li {
    display: block;
    min-width: 100%;
    text-align: left;
    border-left: none;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: normal;
  }
  header.global .fixed-area .school-list li a {
    position: relative;
    display: block;
    padding: 18px 13px;
    height: auto;
    box-sizing: border-box;
    background: #272c32;
    border-bottom: 1px solid #44484e;
    color: #ffffff;
  }
  header.global .fixed-area .school-list li a:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    border-bottom-color: #44484e;
    color: #ffffff;
  }
  header.global .fixed-area .school-list li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 5px;
    margin-top: -3px;
  }
  header.global .fixed-area .school-list li.btn-down a:after {
    background: url("/common/images_j/common/bg_down_big_white_x2.png") no-repeat center;
    background-size: 10px auto;
  }
  header.global .fixed-area .school-list li.btn-up a:after {
    background: url("/common/images_j/common/bg_up_big_white_x2.png") no-repeat center;
    background-size: 10px auto;
  }
  header.global .fixed-area .school-list li .acc-body {
    display: none;
  }
  header.global .fixed-area .school-list li .acc-body li:first-child a {
    border-top: none;
  }
  header.global .fixed-area .school-list li .acc-body a {
    position: relative;
    display: block;
    margin: 0 28px;
    padding: 16px 0;
    height: auto;
    box-sizing: border-box;
    background: #1d1f24;
    border-top: 1px dotted #44484e;
    border-bottom: none;
    color: #ffffff;
  }
  header.global .fixed-area .school-list li .acc-body a:after {
    display: none;
  }
  header.global .fixed-area .school-btn {
    display: table;
    width: 100%;
    border-bottom: 1px solid #47484D;
  }
  header.global .fixed-area .school-btn li {
    display: table-cell;
    width: 33.333%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    background: #272c32;
    border-left: 1px solid #47484D;
  }
  header.global .fixed-area .school-btn li:first-child {
    border-left: none;
  }
  header.global .fixed-area .school-btn a {
    display: block;
    padding: 15px 5px;
    border-left: none;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
  }
  header.global .fixed-area .ohter-nav {
    position: static;
    width: auto;
  }
  header.global .fixed-area .ohter-nav .link-list {
    float: none;
    display: table;
    width: 100%;
    border-bottom: 1px solid #47484D;
  }
  header.global .fixed-area .ohter-nav .link-list li {
    display: table-cell;
    width: 33.333%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    background: #1d1f24;
    border-left: 1px solid #47484D;
  }
  header.global .fixed-area .ohter-nav .link-list li:first-child {
    border-left: none;
  }
  header.global .fixed-area .ohter-nav .link-list a {
    padding: 15px 5px;
    border-left: none;
    color: #ffffff;
  }
  header.global .fixed-area .ohter-nav .link-list .text {
    display: block;
    padding-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  header.global .fixed-area .ohter-nav .link-list img {
    width: 36px;
    height: auto;
  }
  header.global .fixed-area .ohter-nav .active-list {
    display: block;
    border-right: none;
    font-size: 0;
  }
  header.global .fixed-area .ohter-nav .active-list li {
    display: block;
  }
  header.global .fixed-area .ohter-nav .active-list li.current {
    background-color: #820000;
  }
  header.global .fixed-area .ohter-nav .active-list a {
    display: block;
    padding: 0;
    border-left: 1px solid #ad3333;
  }
  header.global .fixed-area .ohter-nav .active-list .nav-details {
    display: block;
  }
  header.global .fixed-area .ohter-nav .active-list .language .jp {
    display: none;
  }
  header.global .fixed-area .ohter-nav .active-list .language .nav-details {
    width: 100%;
  }
  header.global .fixed-area .ohter-nav .active-list .language .details-wrap {
    padding: 0;
  }
  header.global .fixed-area .ohter-nav .active-list .language ul {
    display: table;
    width: 100%;
  }
  header.global .fixed-area .ohter-nav .active-list .language li {
    display: table-cell;
    border-left: 1px solid #47484D;
  }
  header.global .fixed-area .ohter-nav .active-list .language li:first-child {
    border-left: none;
  }
  header.global .fixed-area .ohter-nav .active-list .language li a {
    width: 100%;
    padding: 14px 0;
    box-sizing: border-box;
    border-top: none;
    text-align: center;
    background-color: #1d1f24;
  }
  header.global .fixed-area .ohter-nav .active-list .language li a.blank {
    background-position: right 10px center;
  }
  header.global .fixed-area .ohter-nav .active-list .language li a.pdf {
    background-position: right 10px center;
  }
  header.global .fixed-area .ohter-nav .active-list .search {
    position: static;
  }
  header.global .fixed-area .ohter-nav .active-list .search .loupe {
    display: none;
  }
  header.global .fixed-area .ohter-nav .active-list .search .nav-details {
    position: static;
    width: 100%;
    border-top: 1px solid #47484D;
    background: #1d1f24;
  }
  header.global .fixed-area .ohter-nav .active-list .search .details-wrap {
    padding: 14px 10px;
  }
  header.global .fixed-area .ohter-nav .active-list .search .search-area form .txt-l input[type='text'] {
    width: 100%;
    height: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
    background-position: 8px center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header.global .fixed-area .ohter-nav .active-list .search .search-area form .txt-l .bt {
    display: none;
  }
  header.global .fixed-area .ohter-nav .active-list .font {
    display: none;
  }
  header.global .fixed-area .ohter-nav .active-list .nav-details {
    position: static;
  }
  header.global .fixed-area .close-btn {
    display: block;
    padding: 15px 0 15px 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    border-top: 1px solid #47484D;
    background: #1d1f24;
  }
  header.global .fixed-area .close-btn span {
    position: relative;
    padding-left: 20px;
  }
  header.global .fixed-area .close-btn span:before {
    content: '';
    position: absolute;
    left: -0px;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background: #272c32 url("/common/images_j/common/bg_close_x2.png") no-repeat left center;
    background-size: cover;
  }
  header.global .sub-nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 49px;
    left: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background: #282C32;
  }
  header.global .sub-nav .target-list {
    position: static;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  header.global .sub-nav .target-list li {
    display: block;
    padding: 0 13px;
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #44484e;
  }
  header.global .sub-nav .target-list a {
    padding: 20px 0;
  }
}
footer.global {
  margin-top: 40px;
}
footer.global a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
footer.global a:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
footer.global .l-frame {
  width: 1040px;
  margin: 0 auto;
}
footer.global .social-area {
  *zoom: 1;
  margin-bottom: 30px;
  padding: 15px 0 0;
  background: #fff;
}
footer.global .social-area:after {
  content: "";
  display: table;
  clear: both;
}
footer.global .social-area .heading {
  float: left;
  margin: 12px 20px 12px 0;
}
footer.global .social-area .list-set {
  overflow: hidden;
  margin-bottom: -5px;
  padding-left: 1px;
  font-size: 0;
}
footer.global .social-area .list-set li {
  width: 193px;
  display: inline-block;
  margin-left: -1px;
  margin-bottom: 20px;
  padding: 0 0;
  border-left: 1px solid #d1d5d8;
  border-right: 1px solid #d1d5d8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  vertical-align: top;
}
footer.global .social-area .list-set li img {
  width: auto;
  height: 28px;
}
footer.global .social-area .list-set .fb img {
  display: inline-block;
  margin: 0 0 0 6px;
}
footer.global .social-area .list-set .youtube a {
  padding: 12px 0 10px;
}
footer.global .social-area .list-set .youtube img {
  height: auto;
  width: 104px;
}
footer.global .social-area .list-set a {
  display: block;
  padding: 7px 0 8px;
}
footer.global .list-area {
  display: table;
  margin-bottom: 40px;
  vertical-align: top;
}
footer.global .list-area a {
  color: #000000;
}
footer.global .picup-area {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
  border-right: 1px solid #d1d5d8;
  width: 210px;
}
footer.global .picup-area .list li {
  margin-bottom: 20px;
}
footer.global .picup-area .list img {
  max-width: 100%;
  height: auto;
}
footer.global .center-area {
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #d1d5d8;
}
footer.global .navigation-area {
  min-width: 150px;
}
footer.global .navigation-area,
footer.global .quicklinks-area {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: top;
}
footer.global .navigation-area .heading,
footer.global .quicklinks-area .heading {
  margin-bottom: 25px;
}
footer.global .navigation-area .heading img,
footer.global .quicklinks-area .heading img {
  width: auto;
  height: 18px;
}
footer.global .navigation-area .blank:after,
footer.global .quicklinks-area .blank:after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  background: url("/common/images_j/common/icon_blank_red_x2.png") no-repeat;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
  margin: 0 0 0 5px;
}
footer.global .navigation-area .pdf:after,
footer.global .quicklinks-area .pdf:after {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url("/common/images_j/common/icon_pdf_x2.png") no-repeat;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  margin: 0 0 0 5px;
}
footer.global .navigation-area .list,
footer.global .quicklinks-area .list {
  margin-bottom: 20px;
}
footer.global .navigation-area .list li,
footer.global .quicklinks-area .list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
footer.global .quicklinks-area {
  width: 343px;
  padding-right: 30px;
}
footer.global .right-area {
  display: table-cell;
  vertical-align: top;
}
footer.global .search-area,
footer.global .banner-area {
  margin-left: 30px;
}
footer.global .search-area {
  width: 202px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d5d8;
}
footer.global .search-area .heading {
  margin-bottom: 25px;
}
footer.global .search-area form legend {
  display: none;
}
footer.global .search-area form .txt-l {
  position: relative;
}
footer.global .search-area form .txt-l:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: url("/common/images_j/common/icon_search_foot.png") no-repeat right center;
  background-size: cover;
}
footer.global .search-area form .txt-l input[type='text'] {
  padding: 6px 6px 6px 30px;
  width: 202px;
  height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 1px 1px 0px 1px #d1d5d8 inset;
  border: 1px solid #e3e4e5;
  background: #e8e9eb;
  box-sizing: border-box;
}
footer.global .search-area form .txt-l .bt {
  display: none;
}
footer.global .banner-area {
  width: 202px;
  text-align: center;
}
footer.global .banner-area li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #d1d5d8;
}
footer.global .banner-area li img {
  width: 202px;
  height: auto;
}
footer.global .banner-area li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
footer.global .foot-area {
  *zoom: 1;
  padding: 20px 0;
  background: #272c32;
  color: #FFFFFF;
}
footer.global .foot-area:after {
  content: "";
  display: table;
  clear: both;
}
footer.global .foot-link {
  float: left;
}
footer.global .foot-link li {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
footer.global .foot-link li:before {
  content: '|';
  padding-right: 5px;
}
footer.global .foot-link li:first-child:before {
  content: '';
  padding-right: 0;
}
footer.global .foot-link a {
  color: #FFFFFF;
}
footer.global .copyright {
  float: right;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer.global {
    margin-top: 0;
  }
  footer.global .l-frame {
    width: auto;
  }
  footer.global .social-area {
    margin-bottom: 13px;
    -moz-box-shadow: 0px 2px 5px -2px #999999 inset;
    -webkit-box-shadow: 0px 2px 5px -2px #999999 inset;
    box-shadow: 0px 2px 5px -2px #999999 inset;
  }
  footer.global .social-area .heading {
    display: none;
  }
  footer.global .social-area .list-set {
    margin: 0 13px;
  }
  footer.global .social-area .list-set li {
    width: 50%;
    margin-bottom: 10px;
    padding: 0;
    box-sizing: border-box;
  }
  footer.global .social-area .list-set li img {
    max-width: 100%;
    height: 21px;
  }
  footer.global .social-area .list-set li.list-btn a {
    padding: 3.42466% 0 3.42466%;
  }
  footer.global .social-area .list-set li.list-btn img {
    height: auto;
    width: 32.65306%;
  }
  footer.global .social-area .list-set .fb a {
    padding: 2.73973% 0 3.42466%;
  }
  footer.global .social-area .list-set .fb img {
    height: auto;
    width: 56.46259%;
  }
  footer.global .social-area .list-set .youtube a {
    padding: 4.79452% 0 5.47945% 2.73973%;
  }
  footer.global .social-area .list-set .youtube img {
    height: auto;
    width: 54.94382%;
  }
  footer.global .social-area .list-set a {
    display: block;
    padding: 7px 0 8px;
  }
  footer.global .list-area {
    margin-bottom: 0;
  }
  footer.global .picup-area {
    display: block;
    width: auto;
    padding: 0 13px;
    border-right: none;
    border-bottom: 1px solid #d1d5d8;
  }
  footer.global .picup-area .list {
    margin-right: -4%;
    box-sizing: border-box;
    font-size: 0px;
    font-size: 0rem;
  }
  footer.global .picup-area .list li {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 15px;
    vertical-align: top;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
  }
  footer.global .picup-area .list li img {
    max-width: 100%;
    height: auto;
  }
  footer.global .center-area {
    display: table;
    width: 100%;
    border-right: none;
  }
  footer.global .navigation-area {
    max-width: inherit;
  }
  footer.global .navigation-area,
  footer.global .quicklinks-area {
    width: 50%;
    padding: 13px;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: normal;
  }
  footer.global .navigation-area .heading,
  footer.global .quicklinks-area .heading {
    margin-bottom: 14px;
  }
  footer.global .navigation-area .heading img,
  footer.global .quicklinks-area .heading img {
    width: auto;
    height: 12px;
  }
  footer.global .navigation-area .list,
  footer.global .quicklinks-area .list {
    margin-bottom: 20px;
  }
  footer.global .navigation-area .list li,
  footer.global .quicklinks-area .list li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  footer.global .quicklinks-area {
    border-left: 1px solid #d1d5d8;
  }
  footer.global .right-area {
    display: block;
  }
  footer.global .search-area,
  footer.global .banner-area {
    margin-left: 0;
  }
  footer.global .search-area {
    display: table;
    border-top: 1px solid #d1d5d8;
    width: auto;
    width: 100%;
    margin-bottom: 0;
    padding: 13px;
    border-bottom: 1px solid #d1d5d8;
    box-sizing: border-box;
  }
  footer.global .search-area .heading {
    display: table-cell;
    margin-bottom: 0;
    padding-right: 10px;
  }
  footer.global .search-area form {
    display: table-cell;
  }
  footer.global .search-area form .txt-l input[type='text'] {
    width: 280px;
    width: 100%;
  }
  footer.global .banner-area {
    width: auto;
  }
  footer.global .banner-area li {
    margin-top: 0;
    padding: 13px 35px;
  }
  footer.global .banner-area li img {
    width: 100%;
  }
  footer.global .banner-area li:first-child {
    padding-top: 13px;
  }
  footer.global .foot-area {
    padding: 13px 0;
  }
  footer.global .foot-link {
    display: none;
  }
  footer.global .copyright {
    float: none;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
  }
}
/* コンポーネント */
/* 共通コンテンツ */
main {
  position: relative;
}
main a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
main a:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

.c-frame {
  max-width: 1300px;
  margin: 0 auto;
}
.c-frame.type1 {
  width: 1040px;
  max-width: none;
}
.c-frame.type2 {
  width: 1248px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .c-frame {
    width: auto;
    max-width: none;
  }
  .c-frame.type1, .c-frame.type2 {
    width: auto;
    max-width: none;
  }
}
/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 10;
}
#pagetop img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 0;
  }
  #pagetop img {
    width: 35px;
    height: auto;
  }
}
.primary-contents {
  background: #e2e6e9;
}
.primary-contents .l-contents {
  padding: 20px 0;
}
.primary-contents .l-frame {
  *zoom: 1;
  margin-left: 20px;
  padding-right: 34.2%;
  box-sizing: border-box;
}
.primary-contents .l-frame:after {
  content: "";
  display: table;
  clear: both;
}
.primary-contents .l-frame.full {
  margin-right: 20px;
  padding-right: 0;
}
.primary-contents.no-side .l-frame {
  padding-right: 0;
}
.primary-contents.no-side .page-list ul {
  width: auto;
  padding-right: 0;
}
.primary-contents .breadcrumb ol {
  font-size: 0px;
  font-size: 0rem;
}
.primary-contents .breadcrumb li {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  padding-left: 11px;
  font-size: 12px;
  font-size: 1.2rem;
}
.primary-contents .breadcrumb li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 11px;
}
.primary-contents .breadcrumb .is-home {
  margin-top: -2px;
  padding-left: 0;
}
.primary-contents .breadcrumb .is-home:before {
  display: none;
}
.primary-contents .breadcrumb .is-home img {
  width: 14px;
  height: auto;
  vertical-align: middle;
}
.primary-contents .page-list {
  background: #f9fafb;
  border-bottom: 1px solid #cdcfd0;
}
.primary-contents .page-list .l-frame.full ul {
  width: auto;
  padding-right: 0;
}
.primary-contents .page-list ul {
  width: 740px;
  margin: 0 auto;
  padding: 15px 300px 15px 0;
}
.primary-contents .page-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e3e5e7;
}

.page-list ul {
  padding: 15px 0 14px;
  text-align: left;
}
.page-list ul li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
.page-list ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  background: url("/common/images_j/common/bg_down_red_x2.png") no-repeat left center;
  background-size: 12px 6px;
}
.page-list ul li a {
  color: #000000;
  vertical-align: top;
}
.page-list.type1 {
  margin-bottom: 30px;
}
.page-list.type1 .l-frame {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #d1d5d8;
}
.page-list.type1 .l-frame:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d1d5d8;
}

@media screen and (max-width: 767px) {
  .primary-contents .l-contents {
    margin: 0;
    padding: 12px 13px;
  }
  .primary-contents .l-frame {
    margin-left: 0;
    padding-right: 0;
  }
  .primary-contents .l-frame.full {
    margin-right: 0;
  }
  .primary-contents .breadcrumb {
    font-size: 10px;
    font-size: 1rem;
  }
  .primary-contents .breadcrumb .is-home {
    margin-top: 0;
  }
  .primary-contents .breadcrumb .is-home img {
    width: 9px;
  }
  .primary-contents .page-list .l-frame.full ul {
    padding-right: 13px;
  }
  .primary-contents .page-list ul {
    width: auto;
    padding: 13px;
  }

  .page-list ul {
    padding: 13px;
  }
  .page-list ul li {
    margin-right: 10px;
    padding-left: 14px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .page-list ul li:after {
    background-size: 9px auto;
  }
  .page-list.type1 {
    margin-bottom: 0;
    background: #f9fafb;
    border-bottom: 1px solid #cdcfd0;
  }
  .page-list.type1 .l-frame {
    border-bottom: none;
  }
  .page-list.type1 .l-frame:after {
    display: none;
  }
}
.main-contents {
  width: 740px;
  margin: 0 auto;
  padding: 55px 300px 0 0;
}
.main-contents.type1 {
  width: 1040px;
  padding: 13px 0 0;
}
.main-contents.type2 {
  width: 840px;
  margin-top: -215px;
  padding: 40px 50px 0;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCf2f4f6,endColorstr=#CCf2f4f6);
  background: rgba(242, 244, 246, 0.85);
}
.main-contents.type3 {
  margin-bottom: 50px;
}
.main-contents.type4 {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .main-contents {
    width: auto;
    margin: 35px 13px 0;
    padding-top: 0;
    padding-right: 0;
  }
  .main-contents.type1 {
    width: auto;
    margin: 15px 13px 0;
    padding-top: 0;
  }
  .main-contents.type2 {
    width: auto;
    margin-top: 0;
    padding: 20px 0 0;
  }
  .main-contents.type4 {
    margin-top: 25px;
  }
}
.side-contents {
  position: absolute;
  top: 24px;
  right: 50%;
  width: 260px;
  margin-right: -520px;
  z-index: 2;
}
.side-contents .side-nav {
  margin-bottom: 40px;
  background: #fbfcfc;
}
.side-contents .title {
  display: table;
  width: 100%;
  height: 160px;
  background: #990000;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.side-contents .title .l-contents {
  display: table-cell;
  vertical-align: middle;
}
.side-contents .title .headding {
  font-size: 24px;
  font-size: 2.4rem;
}
.side-contents .title .english {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #d0a3a3;
}
.side-contents .nav-list {
  border-bottom: 1px solid #f2f4f6;
}
.side-contents .nav-list a {
  position: relative;
  display: block;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}
.side-contents .nav-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: right center;
}
.side-contents .nav-list .current > a {
  z-index: 1;
  background: none;
  color: #fff;
}
.side-contents .nav-list .current > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #43474b;
  border: 4px solid #fff;
}
.side-contents .nav-list .current > a:after {
  background-image: url("/common/images_j/common/bg_right_small_white_x2.png");
}
.side-contents .nav-list .current.btn-up > a:after {
  background-image: url("/common/images_j/common/bg_up_big_white_x2.png");
}
.side-contents .nav-list .current.btn-down > a:after {
  background-image: url("/common/images_j/common/bg_down_big_white_x2.png");
}
.side-contents .nav-list li {
  border-top: 1px solid #f2f4f6;
}
.side-contents .nav-list li a {
  padding: 18px 19px;
  background-color: #ffffff;
}
.side-contents .nav-list li a:after {
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background-image: url("/common/images_j/common/bg_right_red_x2.png");
  background-size: 7px 12px;
}
.side-contents .nav-list li a.blank:after {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background-image: url("/common/images_j/common/icon_blank_red_x2.png");
  background-size: 11px 11px;
}
.side-contents .nav-list li a.pdf:after {
  right: 13px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url("/common/images_j/common/icon_pdf_x2.png");
  background-size: 14px 14px;
}
.side-contents .nav-list li.btn-up a:after {
  right: 13px;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  background-image: url("/common/images_j/common/bg_up_red_x2.png");
  background-size: 12px 7px;
}
.side-contents .nav-list li.btn-down a:after {
  right: 13px;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  background-image: url("/common/images_j/common/bg_down_red_x2.png");
  background-size: 12px 7px;
}
.side-contents .nav-list li.btn-down .acc-body {
  display: none;
}
.side-contents .nav-list li .acc-body .current > a {
  background: none;
  color: #fff;
}
.side-contents .nav-list li .acc-body .current > a:before {
  background: #7c838c;
  border: 4px solid #e2e6e9;
}
.side-contents .nav-list li .acc-body .current > a:after {
  background-image: url("/common/images_j/common/bg_right_small_white_x2.png");
}
.side-contents .nav-list li .acc-body .current.btn-up > a:after {
  background-image: url("/common/images_j/common/bg_up_big_white_x2.png");
}
.side-contents .nav-list li .acc-body .current.btn-down > a:after {
  background-image: url("/common/images_j/common/bg_down_big_white_x2.png");
}
.side-contents .nav-list li .acc-body a {
  padding: 15px 35px 15px 34px;
  background-color: #e2e6e9;
}
.side-contents .nav-list li .acc-body li.btn-up a:after {
  width: 8px;
  height: 4px;
  margin-top: -2px;
  background-image: url("/common/images_j/common/bg_up_black_x2.png");
  background-size: 8px 4px;
}
.side-contents .nav-list li .acc-body li.btn-down a:after {
  width: 8px;
  height: 4px;
  margin-top: -2px;
  background-image: url("/common/images_j/common/bg_down_black_x2.png");
  background-size: 8px 4px;
}
.side-contents .nav-list li .acc-body li .acc-body a:after {
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/bg_right_black_x2.png");
  background-size: 4px 8px;
}
.side-contents .nav-list li .acc-body li a:after {
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/bg_right_black_x2.png");
  background-size: 4px 8px;
}
.side-contents .nav-list li .acc-body li a.blank:after {
  right: 13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/icon_blank_black_x2.png");
  background-size: 8px 8px;
}
.side-contents .nav-list li .acc-body li a.pdf:after {
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-image: url("/common/images_j/common/icon_pdf_white_x2.png");
  background-size: 10px 10px;
}
.side-contents .nav-list li .acc-body .acc-body .current > a {
  background: none;
  color: #000;
}
.side-contents .nav-list li .acc-body .acc-body .current > a:before {
  background: #fff;
  border: 4px solid #d1d6da;
}
.side-contents .nav-list li .acc-body .acc-body a {
  padding: 15px 35px 15px 50px;
  background-color: #d1d6da;
  font-size: 12px;
  font-size: 1.2rem;
}
.side-contents .nav-list li .acc-body .acc-body a:after {
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/bg_right_black_x2.png");
  background-size: 4px 8px;
}
.side-contents .other-list {
  margin-top: 8px;
}
.side-contents .other-list .current > a {
  z-index: 1;
  background: none;
  color: #fff;
}
.side-contents .other-list .current > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #43474b;
  border: 4px solid #fff;
}
.side-contents .other-list .current > a:after {
  background-image: url("/common/images_j/common/bg_right_small_white_x2.png");
}
.side-contents .other-list .current.btn-up > a:after {
  background-image: url("/common/images_j/common/bg_up_big_white_x2.png");
}
.side-contents .other-list .current.btn-down > a:after {
  background-image: url("/common/images_j/common/bg_down_big_white_x2.png");
}
.side-contents .other-list li {
  border-top: 1px solid #f2f4f6;
}
.side-contents .other-list a {
  position: relative;
  display: block;
  padding: 26px 19px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}
.side-contents .other-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: right center;
}
.side-contents .other-list li {
  border-top: 1px solid #f2f4f6;
}
.side-contents .other-list li a {
  padding: 26px 19px;
  background-color: #ffffff;
}
.side-contents .other-list li a:after {
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background-image: url("/common/images_j/common/bg_right_red_x2.png");
  background-size: 7px 12px;
}
.side-contents .other-list li a.blank:after {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background-image: url("/common/images_j/common/icon_blank_red_x2.png");
  background-size: 11px 11px;
}
.side-contents .other-list li a.pdf:after {
  right: 13px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url("/common/images_j/common/icon_pdf_x2.png");
  background-size: 14px 14px;
}
.side-contents .other-list li.btn-up a:after {
  right: 13px;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  background-image: url("/common/images_j/common/bg_up_red_x2.png");
  background-size: 12px 7px;
}
.side-contents .other-list li.btn-down a:after {
  right: 13px;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  background-image: url("/common/images_j/common/bg_down_red_x2.png");
  background-size: 12px 7px;
}
.side-contents .other-list li.btn-down .acc-body {
  display: none;
}
.side-contents .other-list li .acc-body .current > a {
  background: none;
  color: #fff;
}
.side-contents .other-list li .acc-body .current > a:before {
  background: #7c838c;
  border: 4px solid #e2e6e9;
}
.side-contents .other-list li .acc-body .current > a:after {
  background-image: url("/common/images_j/common/bg_right_small_white_x2.png");
}
.side-contents .other-list li .acc-body .current.btn-up > a:after {
  background-image: url("/common/images_j/common/bg_up_big_white_x2.png");
}
.side-contents .other-list li .acc-body .current.btn-down > a:after {
  background-image: url("/common/images_j/common/bg_down_big_white_x2.png");
}
.side-contents .other-list li .acc-body a {
  padding: 15px 35px 15px 34px;
  background-color: #e2e6e9;
}
.side-contents .other-list li .acc-body li.btn-up a:after {
  width: 8px;
  height: 4px;
  margin-top: -2px;
  background-image: url("/common/images_j/common/bg_up_black_x2.png");
  background-size: 8px 4px;
}
.side-contents .other-list li .acc-body li.btn-down a:after {
  width: 8px;
  height: 4px;
  margin-top: -2px;
  background-image: url("/common/images_j/common/bg_down_black_x2.png");
  background-size: 8px 4px;
}
.side-contents .other-list li .acc-body li .acc-body a:after {
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/bg_right_black_x2.png");
  background-size: 4px 8px;
}
.side-contents .other-list li .acc-body li a:after {
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/bg_right_black_x2.png");
  background-size: 4px 8px;
}
.side-contents .other-list li .acc-body li a.blank:after {
  right: 13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/icon_blank_black_x2.png");
  background-size: 8px 8px;
}
.side-contents .other-list li .acc-body li a.pdf:after {
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-image: url("/common/images_j/common/icon_pdf_white_x2.png");
  background-size: 10px 10px;
}
.side-contents .other-list li .acc-body .acc-body .current > a {
  background: none;
  color: #000;
}
.side-contents .other-list li .acc-body .acc-body .current > a:before {
  background: #fff;
  border: 4px solid #d1d6da;
}
.side-contents .other-list li .acc-body .acc-body a {
  padding: 15px 35px 15px 50px;
  background-color: #d1d6da;
  font-size: 12px;
  font-size: 1.2rem;
}
.side-contents .other-list li .acc-body .acc-body a:after {
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background-image: url("/common/images_j/common/bg_right_black_x2.png");
  background-size: 4px 8px;
}

@media screen and (max-width: 767px) {
  .side-contents {
    position: static;
    width: auto;
    margin-right: 0;
  }
  .side-contents .side-nav {
    margin-bottom: 0;
    background: #e2e6e9;
  }
  .side-contents .title {
    display: block;
    height: auto;
    padding: 20px 13px;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .side-contents .title .l-contents {
    display: table;
    width: 100%;
  }
  .side-contents .title .headding {
    display: table-cell;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: left;
  }
  .side-contents .title .english {
    display: table-cell;
    text-align: right;
    font-size: 10px;
    font-size: 1rem;
  }
  .side-contents .nav-list {
    margin-bottom: 7px;
    border-color: #c5c8cb;
  }
  .side-contents .nav-list a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .side-contents .nav-list .current > a:before {
    border-width: 3px;
  }
  .side-contents .nav-list li {
    border-color: #c5c8cb;
    background-color: #f2f4f6;
  }
  .side-contents .nav-list li a {
    padding: 16px 13px;
    background-color: #F2F4F6;
  }
  .side-contents .nav-list li a:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background-image: url("/common/images_j/common/bg_right_red_x2.png");
    background-size: 7px 12px;
  }
  .side-contents .nav-list li a.blank:after {
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background-image: url("/common/images_j/common/icon_blank_red_x2.png");
    background-size: 11px 11px;
  }
  .side-contents .nav-list li a.pdf:after {
    right: 13px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url("/common/images_j/common/icon_pdf_x2.png");
    background-size: 14px 14px;
  }
  .side-contents .nav-list li.btn-up a:after {
    right: 13px;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_up_red_x2.png");
    background-size: 13px 7px;
  }
  .side-contents .nav-list li.btn-down a:after {
    right: 13px;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_down_red_x2.png");
    background-size: 13px 7px;
  }
  .side-contents .nav-list li .acc-body .current > a:before {
    border-width: 3px;
  }
  .side-contents .nav-list li .acc-body a {
    padding: 14px 35px 14px 27px;
  }
  .side-contents .nav-list li .acc-body li.btn-up a:after {
    width: 9px;
    height: 5px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_up_black_x2.png");
    background-size: 9px 5px;
  }
  .side-contents .nav-list li .acc-body li.btn-down a:after {
    width: 9px;
    height: 5px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_down_black_x2.png");
    background-size: 9px 5px;
  }
  .side-contents .nav-list li .acc-body li .acc-body a:after {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/bg_right_black_x2.png");
    background-size: 5px 9px;
  }
  .side-contents .nav-list li .acc-body li a:after {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/bg_right_black_x2.png");
    background-size: 5px 9px;
  }
  .side-contents .nav-list li .acc-body li a.blank:after {
    right: 13px;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/icon_blank_black_x2.png");
    background-size: 9px 9px;
  }
  .side-contents .nav-list li .acc-body li a.pdf:after {
    right: 14px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-image: url("/common/images_j/common/icon_pdf_white_x2.png");
    background-size: 10px 10px;
  }
  .side-contents .nav-list li .acc-body .acc-body .current > a:before {
    border-width: 3px;
  }
  .side-contents .nav-list li .acc-body .acc-body a {
    padding: 14px 35px 14px 43px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .side-contents .nav-list li .acc-body .acc-body a:after {
    width: 4px;
    height: 8px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/bg_right_black_x2.png");
    background-size: 4px 8px;
  }
  .side-contents .other-list li {
    border-color: #c5c8cb;
  }
  .side-contents .other-list a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .side-contents .other-list .current > a:before {
    border-width: 3px;
  }
  .side-contents .other-list li {
    border-color: #c5c8cb;
  }
  .side-contents .other-list li a {
    padding: 16px 13px;
    background-color: #F2F4F6;
  }
  .side-contents .other-list li a:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background-image: url("/common/images_j/common/bg_right_red_x2.png");
    background-size: 7px 12px;
  }
  .side-contents .other-list li a.blank:after {
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background-image: url("/common/images_j/common/icon_blank_red_x2.png");
    background-size: 11px 11px;
  }
  .side-contents .other-list li a.pdf:after {
    right: 13px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url("/common/images_j/common/icon_pdf_x2.png");
    background-size: 14px 14px;
  }
  .side-contents .other-list li.btn-up a:after {
    right: 13px;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_up_red_x2.png");
    background-size: 13px 7px;
  }
  .side-contents .other-list li.btn-down a:after {
    right: 13px;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_down_red_x2.png");
    background-size: 13px 7px;
  }
  .side-contents .other-list li .acc-body .current > a:before {
    border-width: 3px;
  }
  .side-contents .other-list li .acc-body a {
    padding: 14px 35px 14px 27px;
  }
  .side-contents .other-list li .acc-body li.btn-up a:after {
    width: 9px;
    height: 5px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_up_black_x2.png");
    background-size: 9px 5px;
  }
  .side-contents .other-list li .acc-body li.btn-down a:after {
    width: 9px;
    height: 5px;
    margin-top: -3px;
    background-image: url("/common/images_j/common/bg_down_black_x2.png");
    background-size: 9px 5px;
  }
  .side-contents .other-list li .acc-body li .acc-body a:after {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/bg_right_black_x2.png");
    background-size: 5px 9px;
  }
  .side-contents .other-list li .acc-body li a:after {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/bg_right_black_x2.png");
    background-size: 5px 9px;
  }
  .side-contents .other-list li .acc-body li a.blank:after {
    right: 13px;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/icon_blank_black_x2.png");
    background-size: 9px 9px;
  }
  .side-contents .other-list li .acc-body li a.pdf:after {
    right: 14px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-image: url("/common/images_j/common/icon_pdf_white_x2.png");
    background-size: 10px 10px;
  }
  .side-contents .other-list li .acc-body .acc-body .current > a:before {
    border-width: 3px;
  }
  .side-contents .other-list li .acc-body .acc-body a {
    padding: 14px 35px 14px 43px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .side-contents .other-list li .acc-body .acc-body a:after {
    width: 4px;
    height: 8px;
    margin-top: -4px;
    background-image: url("/common/images_j/common/bg_right_black_x2.png");
    background-size: 4px 8px;
  }
}
/* 汎用セット */
/* 見出し */
.mod-title {
  margin-top: 40px;
}
.column-block .mod-title:first-child, .mod-title + .mod-title {
  margin-top: 0;
}
.mod-title.type1 {
  margin-top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
}
.mod-title.type1-sub {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
.mod-title.type1-sub span {
  padding: 4px 8px;
  background: #cfd5da;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.mod-title.type2 {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 3px solid #990000;
  font-size: 28px;
  font-size: 2.8rem;
}
.mod-title.type3 {
  margin-bottom: 40px;
  padding: 12px 12px 12px 15px;
  background: #ffffff;
  border-left: 3px solid #990000;
  font-size: 20px;
  font-size: 2rem;
}
.mod-title.type4 {
  margin-bottom: 40px;
  padding: 10px 10px 10px 15px;
  background: #e2e6e9 url("/common/images_j/common/bg_border_left_red.png") repeat-y left top;
  background-size: 3px auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.mod-title.type5 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 10px 18px;
  border-bottom: 1px solid #d1d5d8;
  font-size: 16px;
  font-size: 1.6rem;
}
.mod-title.type5:before {
  content: "■";
  position: absolute;
  left: 0px;
  top: -2px;
  display: block;
  width: 10px;
  color: #990000;
}
.mod-title .blank .sns_icon_img,
.mod-title .pdf .sns_icon_img,
.mod-title .excel .sns_icon_img,
.mod-title .word .sns_icon_img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}

.title-set {
  margin-top: 10px;
}
.title-set .mod-title {
  display: table;
}
.title-set .mod-title.type1 {
  display: table-cell;
  padding-right: 10px;
}
.title-set .mod-title.type1-sub {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .mod-title {
    margin-top: 35px;
  }
  .mod-title.type1 {
    margin-top: 6px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .mod-title.type1-sub {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .mod-title.type1-sub span {
    padding: 4px;
  }
  .mod-title.type2 {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mod-title.type3 {
    margin-bottom: 23px;
    padding-left: 7px;
    padding-left: 14px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .mod-title.type4 {
    margin-bottom: 20px;
    padding: 8px 8px 8px 11px;
    padding-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .mod-title.type5 {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mod-title.type5:before {
    content: "■";
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 10px;
    color: #990000;
  }

  .title-set {
    margin-top: 6px;
  }
  .title-set .mod-title.type1 {
    padding-right: 6px;
  }
}
.mod-entry {
  *zoom: 1;
}
.mod-entry:after {
  content: "";
  display: table;
  clear: both;
}
.mod-entry .l-frame {
  margin-bottom: 30px;
}
.mod-entry .l-frame:last-child {
  margin-bottom: 0;
}

.mod-wysiwyg {
  margin-bottom: 30px;
}
.mod-wysiwyg a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mod-wysiwyg a:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.mod-wysiwyg h2 {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 3px solid #990000;
  font-size: 28px;
  font-size: 2.8rem;
}
.mod-wysiwyg h3 {
  margin-bottom: 40px;
  padding: 12px 12px 12px 15px;
  background: #ffffff;
  border-left: 3px solid #990000;
  font-size: 20px;
  font-size: 2rem;
}
.mod-wysiwyg h4 {
  margin-bottom: 40px;
  padding: 10px 10px 10px 15px;
  background: #e2e6e9 url("/common/images_j/common/bg_border_left_red.png") repeat-y left top;
  background-size: 3px auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.mod-wysiwyg h5 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 10px 18px;
  border-bottom: 1px solid #d1d5d8;
  font-size: 16px;
  font-size: 1.6rem;
}
.mod-wysiwyg h5:before {
  content: "■";
  position: absolute;
  left: 0px;
  top: -2px;
  display: block;
  width: 10px;
  color: #990000;
}
.mod-wysiwyg ol,
.mod-wysiwyg ul,
.mod-wysiwyg p {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
}
.mod-wysiwyg ol:first-child,
.mod-wysiwyg ul:first-child,
.mod-wysiwyg p:first-child {
  margin-top: 0;
}
.mod-wysiwyg ol,
.mod-wysiwyg ul {
  counter-reset: li;
}
.mod-wysiwyg ol ol, .mod-wysiwyg ol ul,
.mod-wysiwyg ul ol,
.mod-wysiwyg ul ul {
  margin-top: 0;
}
.mod-wysiwyg ol ol li:first-child, .mod-wysiwyg ol ul li:first-child,
.mod-wysiwyg ul ol li:first-child,
.mod-wysiwyg ul ul li:first-child {
  margin-top: 8px;
}
.mod-wysiwyg ol li ol,
.mod-wysiwyg ol li ul,
.mod-wysiwyg ol li p,
.mod-wysiwyg ul li ol,
.mod-wysiwyg ul li ul,
.mod-wysiwyg ul li p {
  margin-top: 0.5em;
}
.mod-wysiwyg ol li {
  position: relative;
  padding-left: 20px;
}
.mod-wysiwyg ol li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  color: #990000;
  font-weight: bold;
}
.mod-wysiwyg ol ol li:before {
  font-weight: normal;
}
.mod-wysiwyg ul li {
  position: relative;
  padding-left: 20px;
}
.mod-wysiwyg ul li:before {
  content: "";
  vertical-align: top;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 0.7em;
  width: 8px;
  height: 8px;
  color: #990000;
  background: #e2e6e9 url("/common/images_j/common/bg_list_circle01_x2.png") repeat-y left top;
  background-size: 8px 8px;
}
.mod-wysiwyg ul ol li:before {
  content: counter(li) ". ";
  counter-increment: li;
  display: block;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  font-weight: bold;
  background: none;
}
.mod-wysiwyg ul ul li:before {
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-image: url("/common/images_j/common/bg_list_dotto01_x2.png");
  background-size: 5px 5px;
}
.mod-wysiwyg ul.relation-list {
  /* 関連情報 */
}
.mod-wysiwyg ul.relation-list li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d5d8;
}
.mod-wysiwyg ul.relation-list li:before {
  width: 6px;
  height: 12px;
  background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
  background-size: 6px 12px;
}
.mod-wysiwyg li {
  margin-bottom: 0.5em;
}
.mod-wysiwyg .blank .sns_icon_img,
.mod-wysiwyg .pdf .sns_icon_img,
.mod-wysiwyg .excel .sns_icon_img,
.mod-wysiwyg .word .sns_icon_img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}
.mod-wysiwyg .blank figure img,
.mod-wysiwyg .pdf figure img,
.mod-wysiwyg .excel figure img,
.mod-wysiwyg .word figure img {
  width: auto;
  margin: 0;
  vertical-align: bottom;
}
.mod-wysiwyg .blank .sns_icon_img {
  width: 7px;
}
.mod-wysiwyg strong {
  color: #990000;
  font-weight: bold;
}
.mod-wysiwyg b {
  font-weight: bold;
}
.mod-wysiwyg i {
  font-style: italic;
}
.mod-wysiwyg sub {
  vertical-align: sub;
}
.mod-wysiwyg sup {
  vertical-align: super;
}
.mod-wysiwyg:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .mod-wysiwyg h2 {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mod-wysiwyg h3 {
    margin-bottom: 23px;
    padding-left: 7px;
    padding-left: 14px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .mod-wysiwyg h4 {
    margin-bottom: 20px;
    padding: 8px 8px 8px 11px;
    padding-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .mod-wysiwyg h5 {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mod-wysiwyg h5:before {
    content: "■";
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 10px;
    color: #990000;
  }
  .mod-wysiwyg ol,
  .mod-wysiwyg ul,
  .mod-wysiwyg p {
    margin-top: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mod-wysiwyg ol ol li:first-child, .mod-wysiwyg ol ul li:first-child,
  .mod-wysiwyg ul ol li:first-child,
  .mod-wysiwyg ul ul li:first-child {
    margin-top: 0;
  }
  .mod-wysiwyg ul li:before {
    width: 7px;
    height: 7px;
    background-size: 7px 7px;
  }
  .mod-wysiwyg ul ul li:before {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .mod-wysiwyg ul.relation-list {
    /* 関連情報 */
  }
  .mod-wysiwyg .blank .sns_icon_img,
  .mod-wysiwyg .pdf .sns_icon_img,
  .mod-wysiwyg .excel .sns_icon_img,
  .mod-wysiwyg .word .sns_icon_img {
    width: 11px;
    height: auto;
  }
  .mod-wysiwyg .blank .sns_icon_img {
    width: 8px;
  }
  .mod-wysiwyg img {
    max-width: 100%;
    height: auto;
  }
}
/* 画像セット */
.image-set a {
  display: block;
  color: inherit;
}
.image-set a figcaption {
  position: relative;
  padding-right: 35px;
}
.image-set a figcaption:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
  background-size: 6px 12px;
}
.image-set a.blank figcaption:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px !important;
  height: 11px !important;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_blank_x2.png") no-repeat left top;
  background-size: 11px 11px !important;
}
.image-set a.pdf figcaption:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px !important;
  height: 11px !important;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_pdf_x2.png") no-repeat left top;
  background-size: 11px 11px !important;
}
.image-set a.excel figcaption:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px !important;
  height: 11px !important;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_excel_x2.png") no-repeat left top;
  background-size: 11px 11px !important;
}
.image-set a.word figcaption:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px !important;
  height: 11px !important;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_word_x2.png") no-repeat left top;
  background-size: 11px 11px !important;
}
.image-set figure {
  margin-bottom: 25px;
}
.image-set figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.image-set figcaption {
  padding: 10px 15px;
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}
.image-set.is-left, .image-set.is-right {
  margin-bottom: 30px;
}
.image-set.is-left figcaption, .image-set.is-right figcaption {
  text-align: left;
}
.image-set.is-left {
  margin-right: 40px;
  text-align: left;
}
.image-set.is-right {
  margin-left: 40px;
  text-align: right;
}
.image-set.is-center {
  text-align: center;
  margin: 0 auto;
}
.image-set.is-center figcaption {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .image-set {
    float: none;
    margin: 0 auto 10px;
  }
  .image-set figure {
    margin-bottom: 20px;
  }
  .image-set figcaption {
    padding: 13px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .image-set.is-left, .image-set.is-right {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
/* 囲みエリア */
.mod-container {
  padding: 30px;
  border: 2px solid #990000;
  background: #ffffff;
}
.mod-container .mod-wysiwyg {
  margin: 30px 0 0;
}
.mod-container .mod-wysiwyg:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mod-container {
    padding: 13px;
  }
  .mod-container .mod-wysiwyg {
    margin: 20px 0 0;
  }
}
/* 表組み */
.mod-wysiwyg .set-table {
  margin-bottom: 40px;
  word-break: break-all;
}
.mod-wysiwyg .set-table.is-left table {
  margin-right: auto;
}
.mod-wysiwyg .set-table.is-right table {
  margin-left: auto;
}
.mod-wysiwyg .set-table.is-center table {
  margin: 0 auto;
}
.mod-wysiwyg table {
  max-width: 100%;
  width: 100%;
}
.mod-wysiwyg table th,
.mod-wysiwyg table td {
  text-align: left;
  vertical-align: top;
  padding: 13px;
  border: 1px solid #d1d5d8;
  background: #ffffff;
}
.mod-wysiwyg table th {
  background: #f2f4f6;
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-wysiwyg table td {
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-wysiwyg table td p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.mod-wysiwyg table thead th {
  min-width: 140px;
  background: #990000;
  color: #ffffff;
  box-sizing: border-box;
}
.mod-wysiwyg table ol,
.mod-wysiwyg table ul {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-wysiwyg table .image-set-list ul li {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  padding-left: 0;
}
.mod-wysiwyg table .image-set-list ul li:before {
  display: none;
}
.mod-wysiwyg table .image-set-list figure {
  margin-bottom: 20px;
}
.mod-wysiwyg table .image-set-list figcaption {
  padding: 10px 15px;
  background: #f2f4f6;
}
.mod-wysiwyg table .image-set-list + ol, .mod-wysiwyg table .image-set-list + ul, .mod-wysiwyg table .image-set-list + p {
  margin-top: 0;
}
.mod-wysiwyg table.is-three .image-set-list ul li {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .mod-wysiwyg {
    margin-bottom: 20px;
  }
  .mod-wysiwyg .set-table {
    width: auto;
    overflow: auto;
    margin-bottom: 30px;
  }
  .mod-wysiwyg table {
    width: auto;
    max-width: inherit;
    min-width: 1040px;
  }
  .mod-wysiwyg table th,
  .mod-wysiwyg table td {
    padding: 9px;
  }
  .mod-wysiwyg table th {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mod-wysiwyg table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mod-wysiwyg table thead th {
    min-width: 58px;
  }
  .mod-wysiwyg table ol,
  .mod-wysiwyg table ul {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mod-wysiwyg table .image-set-list ul {
    overflow: hidden;
  }
  .mod-wysiwyg table .image-set-list ul li {
    float: left;
    margin-right: 15px;
  }
  .mod-wysiwyg table.is-three .image-set-list ul li {
    margin-right: 15px;
  }
}
/* リンク要素 */
.menu-list {
  margin-left: -10px;
}
.menu-list ul {
  position: relative;
  font-size: 0;
}
.menu-list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.menu-list ul li:before {
  display: none;
}
.menu-list ul a {
  display: block;
  width: 200px;
  padding: 20px;
  background: #ffffff;
  color: #000000;
}
.menu-list ul a:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
  background-size: 6px 12px;
}
.menu-list ul .blank.no_icon:after {
  display: block;
  content: '';
  width: 11px !important;
  height: 11px !important;
  right: 15px;
  margin-top: -5px;
  background-image: url("/common/images_j/common/icon_blank_x2.png");
  background-size: 11px 11px !important;
}
.menu-list ul .blank:after {
  display: none;
}
.menu-list ul .blank .sns_icon_img {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
  margin-top: -6px;
}
.menu-list ul .pdf.no_icon:after {
  display: block;
  right: 15px;
  width: 11px !important;
  height: 11px !important;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_pdf_x2.png") no-repeat left top;
  background-size: 11px 11px !important;
}
.menu-list ul .pdf:after {
  display: none;
}
.menu-list ul .pdf .sns_icon_img {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
  margin-top: -6px;
}
.menu-list ul .excel.no_icon:after {
  display: block;
  right: 15px;
  width: 11px !important;
  height: 11px !important;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_excel_x2.png") no-repeat left top;
  background-size: 11px 11px !important;
}
.menu-list ul .excel:after {
  display: none;
}
.menu-list ul .excel .sns_icon_img {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
  margin-top: -6px;
}
.menu-list ul .word.no_icon:after {
  display: block;
  right: 15px;
  width: 11px !important;
  height: 11px !important;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_word_x2.png") no-repeat left top;
  background-size: 11px 11px !important;
}
.menu-list ul .word:after {
  display: none;
}
.menu-list ul .word .sns_icon_img {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
  margin-top: -6px;
}
.menu-list.type1 ul a {
  width: 300px;
}

hr {
  margin: 20px 0 40px;
  border: 1px dotted #d1d5d8;
}

@media screen and (max-width: 767px) {
  .menu-list {
    margin-left: 0;
  }
  .menu-list ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .menu-list ul a {
    width: auto;
    padding: 18px 14px;
  }
  .menu-list ul a:after {
    right: 16px;
  }
  .menu-list.type1 ul {
    margin-right: -3%;
  }
  .menu-list.type1 ul li {
    vertical-align: top;
    display: inline-block;
    width: 47%;
    margin-right: 3%;
  }
  .menu-list.type1 ul a {
    width: auto;
  }
}
/* ボタン */
.btn-list ul {
  position: relative;
  margin-left: -10px;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
}
.btn-list ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn-list ul li:before {
  display: none;
}
.btn-list ul a {
  display: block;
  width: 200px;
  padding: 20px;
  background: #990000;
  color: #ffffff;
}
.btn-list ul a span {
  display: inline-block;
  padding-right: 16px;
  background: url("/common/images_j/common/bg_right_white_x2.png") no-repeat right center;
  background-size: 6px 12px;
}
.btn-list ul .blank span {
  padding-right: 20px;
  background: url("/common/images_j/common/icon_blank_white_x2.png") no-repeat right center;
  background-size: 7px 7px;
}
.btn-list ul .blank img {
  display: none;
}
.btn-list ul .pdf span {
  padding-right: 20px;
  background: url("/common/images_j/common/icon_pdf_white_x2.png") no-repeat right center;
  background-size: 11px 11px;
}
.btn-list ul .pdf img {
  display: none;
}
.btn-list ul .excel span {
  padding-right: 20px;
  background: url("/common/images_j/common/icon_excel_w.png") no-repeat right center;
  background-size: 11px 11px;
}
.btn-list ul .excel img {
  display: none;
}
.btn-list ul .word span {
  padding-right: 20px;
  background: url("/common/images_j/common/icon_word_w.png") no-repeat right center;
  background-size: 11px 11px;
}
.btn-list ul .word img {
  display: none;
}
.btn-list.is-one {
  width: 240px;
  margin: 0 auto;
}
.btn-list.is-two {
  width: 490px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn-list ul {
    margin: 0;
  }
  .btn-list ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-list ul a {
    width: auto;
    box-sizing: border-box;
  }
  .btn-list.is-one {
    width: auto;
  }
  .btn-list.is-two {
    width: auto;
  }
}
/* 教員体制セット */
.teacher-set {
  *zoom: 1;
}
.teacher-set:after {
  content: "";
  display: table;
  clear: both;
}
.teacher-set .picture {
  float: left;
  width: 220px;
}
.teacher-set .picture .database-btn {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.teacher-set .picture .database-btn img {
  width: 10px;
  height: auto;
  margin-left: 5px;
  vertical-align: middle;
}
.teacher-set .picture .database-btn a {
  display: block;
  padding: 15px;
  background: #990000;
  color: #ffffff;
}
.teacher-set .picture .database-btn .break {
  display: block;
}
.teacher-set .text {
  float: right;
  width: 480px;
}
.teacher-set .text.type1 {
  width: 780px;
}
.teacher-set .text .name {
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: 1px solid #d1d5d8;
  border-bottom: 1px solid #d1d5d8;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
}
.teacher-set .text .name-kana {
  margin-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
}
.teacher-set .text .heading {
  margin-bottom: 15px;
  color: #990000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.teacher-set .text p {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
.teacher-set hr {
  margin-bottom: 25px;
  border: 1px dotted #d1d5d8;
}

@media screen and (max-width: 767px) {
  .teacher-set .picture {
    float: none;
    width: auto;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
  }
  .teacher-set .picture .database-btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .teacher-set .picture .database-btn img {
    width: 8px;
    height: auto;
  }
  .teacher-set .picture .database-btn a {
    padding: 20px 10px;
  }
  .teacher-set .picture .database-btn .break {
    display: inline;
  }
  .teacher-set .text {
    float: none;
    width: auto;
  }
  .teacher-set .text .name {
    margin-bottom: 25px;
    padding: 20px 0;
    border-top: none;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .teacher-set .text .name-kana {
    margin-left: 6px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .teacher-set .text .heading {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .teacher-set .text p {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .teacher-set hr {
    margin-bottom: 20px;
  }
}
/* カラム設定 */
.column-group {
  padding: 0 40px;
  margin: 0 -40px 40px;
}
.column-group.is-two, .column-group.is-three {
  font-size: 0px;
  font-size: 0rem;
  letter-spacing: -.45em;
}
.column-group.is-two .column-block, .column-group.is-three .column-block {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
}
.column-group.is-two {
  padding: 0 25px;
  overflow: hidden;
}
.column-group.is-two .column-block {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.column-group.is-three {
  padding: 0 30px;
  overflow: hidden;
}
.column-group.is-three .column-block {
  width: 33.333%;
  padding: 0 10px;
  box-sizing: border-box;
}
.column-group:last-child {
  padding-bottom: 1px;
  margin-bottom: 0;
  border-bottom: none;
}
.column-group .column-block {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .column-group {
    margin-bottom: 35px;
  }
  .column-group.is-two .column-block, .column-group.is-three .column-block {
    margin-top: 35px;
  }
  .column-group.is-two .column-block:first-child, .column-group.is-three .column-block:first-child {
    margin-top: 0;
  }
  .column-group.is-two .column-block {
    width: 100%;
  }
  .column-group.is-three .column-block {
    width: 100%;
  }
  .column-group .column-block {
    margin-bottom: 35px;
  }
}
/* 動画エリア */
.movie-group {
  width: 560px;
  margin: 0 auto;
  background: #ffffff;
}
.movie-group iframe {
  width: 560px;
  height: 420px;
  text-align: center;
}
.movie-group .caption {
  padding: 14px 14px 17px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .movie-group {
    width: 100%;
  }
  .movie-group iframe {
    width: 100%;
    height: 200px;
  }
  .movie-group .caption {
    padding: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* メインビジュアル */
.main-image.type1 {
  position: relative;
  z-index: -1;
  overflow: hidden;
  max-height: 398px;
}
.main-image.type1 img {
  width: 100%;
  height: auto;
}
.main-image.type2 {
  position: relative;
  z-index: -1;
  overflow: hidden;
  max-height: 650px;
}
.main-image.type2 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-image.type1 {
    max-height: none;
  }
  .main-image.type1 img {
    max-width: 100%;
    height: auto;
  }
  .main-image.type2 {
    max-height: none;
  }
  .main-image.type2 img {
    max-width: 100%;
    height: auto;
  }
}
/* 追従サイドボタン（研究・産学官連携） */
.side-btn {
  position: fixed;
  top: 289px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .side-btn {
    position: static;
    width: auto;
    display: none;
  }
}
/* ページ送り */
.page-nav .main-contents.type1 {
  padding: 0;
}
.page-nav .l-contents {
  *zoom: 1;
  padding: 8px 331px 8px 0;
}
.page-nav .l-contents.pressrelease {
  padding: 8px 181px 8px 0;
}
.page-nav .l-contents:after {
  content: "";
  display: table;
  clear: both;
}
.page-nav.single .l-contents {
  padding-right: 170px;
}
.page-nav .page {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-nav .page-links {
  float: right;
  display: table;
  line-height: 1;
  vertical-align: middle;
}
.page-nav .page-links .prev,
.page-nav .page-links .next {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}
.page-nav .page-links .prev a,
.page-nav .page-links .next a {
  display: table-cell;
  width: 24px;
  height: 24px;
  color: #babcbe;
  background: #272c32;
  text-align: center;
  vertical-align: middle;
}
.page-nav .page-links .prev {
  padding-right: 6px;
}
.page-nav .page-links .next {
  padding-left: 5px;
}
.page-nav .page-links ol {
  display: table-cell;
  font-size: 0px;
  font-size: 0rem;
}
.page-nav .page-links li {
  display: table-cell;
  padding-right: 1px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.page-nav .page-links li a {
  display: table-cell;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-nav .page-links li.current a {
  color: #ffffff;
  background: #990000;
}
.page-nav .page-links li span {
  display: table-cell;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-nav {
    background: inherit;
  }
  .page-nav .main-contents.type1 {
    margin: 10px 13px 13px;
  }
  .page-nav .l-contents {
    padding: 0;
  }
  .page-nav.single .l-contents {
    padding-right: 0;
  }
  .page-nav .page {
    float: none;
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
  .page-nav .page-links {
    float: none;
    margin: 0 auto;
  }
  .page-nav .page-links .prev,
  .page-nav .page-links .next {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .page-nav .page-links .prev a,
  .page-nav .page-links .next a {
    width: 35px;
    height: 35px;
  }
  .page-nav .page-links li {
    padding-right: 2px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .page-nav .page-links li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .page-nav .page-links li span {
    width: 35px;
    height: 35px;
  }
}
/* タブナビ（イベント・ニュース） */
.tab-area {
  background: #cfd5da;
}
.tab-area.header {
  margin-bottom: 37px;
}
.tab-area .no {
  display: none;
}
.tab-area .tab-head {
  height: 43px;
}
.tab-area .tab-head .main-contents {
  position: relative;
}
.tab-area .tab-head .main-contents.type1 {
  margin-top: -40px;
  padding-top: 0;
  text-align: right;
}
.tab-area .tab-head.detail .main-contents.type1 {
  margin-top: 0;
}
.tab-area .tab-head ul {
  position: absolute;
  right: 0;
  font-size: 0px;
  font-size: 0rem;
}
.tab-area .tab-head li {
  display: inline-block;
  font-size: 12px;
}
.tab-area .tab-head li:first-child {
  border-right: 1px solid #cfd5da;
}
.tab-area .tab-head li a {
  display: block;
  width: 161px;
  padding: 12px 0;
  text-align: center;
  background: #990000;
}
.tab-area .tab-head li span {
  position: relative;
  padding-right: 10px;
}
.tab-area .tab-head li span:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 10px;
  height: 6px;
  background: url("/common/images_j/common/bg_tab_down_x2.png") no-repeat right center;
  background-size: 10px 6px;
}
.tab-area .tab-head li img {
  width: auto;
  height: 19px;
  margin-right: 5px;
}
.tab-area .tab-head li.btn-up a {
  background: #151619;
}
.tab-area .tab-head li.btn-up span:after {
  content: "";
  position: absolute;
  top: 3px;
  width: 10px;
  height: 11px;
  background: url("/common/images_j/common/bg_tab_close_x2.png") no-repeat right center;
  background-size: 10px 11px;
}
.tab-area .tab-body {
  background: #151619;
}
.tab-area .tab-body .main-contents {
  position: relative;
}
.tab-area .tab-body .main-contents.type1 {
  padding-top: 0;
}
.tab-area .tab-body a {
  color: #ffffff;
}
.tab-area .tab-body .tab-contents {
  position: absolute;
  display: none;
  padding: 40px 0 45px;
}
.tab-area .tab-body .category-list {
  margin: 0 -20px 30px;
}
.tab-area .tab-body .category-list li {
  margin-bottom: 0;
}
.tab-area .tab-body .category-list li img {
  width: 80px;
}
.tab-area .tab-body .tag-list {
  margin-bottom: -10px;
  padding: 0;
  text-align: left;
}
.tab-area .tab-body .tag-list a {
  background: #151619;
  color: #ffffff;
  border: 1px solid #5a5f66;
}
.tab-area .tab-body .tab-archive {
  margin-bottom: -20px;
}
.tab-area .tab-body .tab-archive ol {
  font-size: 0px;
  font-size: 0rem;
}
.tab-area .tab-body .tab-archive ol li {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.tab-area .tab-body .tab-archive ol li ol {
  margin-top: 8px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.tab-area .tab-body .tab-archive ol li li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.tab-area .tab-body .tab-archive ol li li a {
  display: block;
  width: 75px;
  padding: 5px 0;
  background: #151619;
  color: #ffffff;
  border: 1px solid #5a5f66;
  border-radius: 3px;
  text-align: center;
}
.tab-area .tab-body .tab-archive ol li .year {
  font-size: 16px;
  font-size: 1.6rem;
}
.tab-area .tab-body .tab-archive ol li .year a {
  position: relative;
}
.tab-area .tab-body .tab-archive ol li .year a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 5px;
  height: 10px;
  margin-top: -5px;
  background-image: url("/common/images_j/common/bg_right_white_x2.png");
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (max-width: 767px) {
  .tab-area.header {
    margin-bottom: 37px;
  }
  .tab-area.single .tab-head li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #5a5f66;
  }
  .tab-area .tab-head {
    height: auto;
  }
  .tab-area .tab-head .main-contents.type1 {
    margin: 0;
  }
  .tab-area .tab-head ul {
    position: static;
  }
  .tab-area .tab-head li {
    width: 50%;
    box-sizing: border-box;
  }
  .tab-area .tab-head li a {
    width: auto;
  }
  .tab-area .tab-body .main-contents.type1 {
    margin: 0;
  }
  .tab-area .tab-body .tab-contents {
    width: 100%;
    padding: 23px 0 25px;
  }
  .tab-area .tab-body .category-list {
    margin: 0 0 15px;
  }
  .tab-area .tab-body .category-list li {
    width: 33.3%;
    margin-bottom: 15px;
  }
  .tab-area .tab-body .category-list li img {
    width: 80px;
  }
  .tab-area .tab-body .tag-list {
    display: block;
    margin: 0 13px -10px;
  }
  .tab-area .tab-body .tab-archive {
    margin-bottom: 0;
  }
  .tab-area .tab-body .tab-archive ol li {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tab-area .tab-body .tab-archive ol li ol {
    margin-right: 0;
    margin-left: 13px;
    margin-bottom: 0;
  }
  .tab-area .tab-body .tab-archive ol li li {
    display: inline-block;
    width: 33.3%;
    margin-bottom: 10px;
    padding-right: 13px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .tab-area .tab-body .tab-archive ol li li a {
    width: auto;
    padding: 15px 0;
  }
  .tab-area .tab-body .tab-archive ol li .year {
    margin-left: 13px;
  }
}
/* イベントページ */
.event-title {
  margin-bottom: 35px;
  font-size: 28px;
  font-size: 2.8rem;
}

.event-entry {
  *zoom: 1;
  margin-bottom: 10px;
  padding: 30px;
  background: #ffffff;
  vertical-align: top;
}
.event-entry:after {
  content: "";
  display: table;
  clear: both;
}
.event-entry .date-set {
  float: left;
  width: 80px;
  padding-top: 20px;
  text-align: center;
  background: #990000;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
.event-entry .date-set .date {
  font-size: 26px;
  font-size: 2.6rem;
}
.event-entry .date-set .month {
  margin: 3px 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.event-entry .date-set .week {
  padding: 6px 0;
  background: #272c32;
  font-size: 12px;
  font-size: 1.2rem;
}
.event-entry .blank .sns_icon_img,
.event-entry .pdf .sns_icon_img,
.event-entry .excel .sns_icon_img,
.event-entry .word .sns_icon_img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}
.event-entry .event-header,
.event-entry .event-footer {
  float: right;
  width: 875px;
}
.event-entry .event-header {
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
.event-entry .event-header a {
  color: inherit;
}
.event-entry .event-footer {
  padding-top: 7px;
  border-top: 1px solid #d1d5d8;
  font-size: 12px;
  font-size: 1.2rem;
}
.event-entry .date-icon {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.event-entry .date-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.event-entry .date-icon:before {
  position: absolute;
  content: '';
  left: 0;
}
.event-entry .place-icon {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.event-entry .place-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 13px;
  background: url("/common/images_j/common/icon_events_place_x2.png") no-repeat left top;
  background-size: 11px 13px;
}
.event-entry .tag-icon {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}
.event-entry .tag-icon a {
  color: inherit;
}
.event-entry .tag-icon a:hover {
  text-decoration: underline;
}
.event-entry .tag-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.event-entry .tag-icon li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.event-entry .tag-icon li:after {
  position: absolute;
  content: ',';
  right: 0;
}
.event-entry .tag-icon li.is-last {
  margin-right: 0;
  padding-right: 0;
}
.event-entry .tag-icon li.is-last:after {
  display: none;
}
.event-entry .category-icon {
  display: inline-block;
  width: 50px;
  margin-left: 11px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
.event-entry .category-icon.news {
  color: #ffffff;
  background: #990000;
}
.event-entry .category-icon.topics {
  color: #990000;
  background: #ffffff;
}
.event-entry.detail {
  margin-bottom: 50px;
  padding: 0;
  background: none;
  border-bottom: none;
}
.event-entry.detail .l-content {
  *zoom: 1;
}
.event-entry.detail .l-content:after {
  content: "";
  display: table;
  clear: both;
}
.event-entry.detail .event-header,
.event-entry.detail .event-footer {
  width: 640px;
}
.event-entry.detail .event-header {
  font-size: 28px;
  font-size: 2.8rem;
}
.event-entry.detail .event-footer {
  padding-top: 10px;
}
.event-entry.detail .date-icon {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
}
.event-entry.detail .date-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
  background-size: 14px 14px;
}
.event-entry.detail .date-icon:before {
  position: absolute;
  content: '';
  left: 0;
}
.event-entry.detail .tag-icon {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding-left: 20px;
  margin-top: 0;
}
.event-entry.detail .tag-icon a {
  color: inherit;
}
.event-entry.detail .tag-icon a:hover {
  text-decoration: underline;
}
.event-entry.detail .tag-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
  background-size: 14px 14px;
}
.event-entry.detail .tag-icon li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
.event-entry.detail .tag-icon li:after {
  position: absolute;
  content: ',';
  right: 0;
}
.event-entry.detail .tag-icon li.is-last {
  margin-right: 0;
  padding-right: 0;
}
.event-entry.detail .tag-icon li.is-last:after {
  display: none;
}
.event-entry.future {
  display: inline-block;
  width: 320px;
  margin-right: 40px;
  padding: 0;
  box-sizing: border-box;
  background: none;
  text-align: left;
}
.event-entry.future .event-header,
.event-entry.future .event-footer {
  width: 220px;
}
.event-entry.future .event-header {
  padding-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.event-entry.future .event-footer {
  padding-top: 0;
  border-top: none;
}
.event-entry.future .date-icon {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
.event-entry.future .date-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.event-entry.future .date-icon:before {
  position: absolute;
  content: '';
  left: 0;
}
.event-entry.full {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d5d8;
}
.event-entry.full .event-header,
.event-entry.full .event-footer {
  float: none;
  width: auto;
}
.event-entry.full h1 {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .event-title {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #d1d5d8;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .event-entry {
    margin-bottom: 0;
    padding: 20px 0 15px;
    background: none;
    border-bottom: 1px solid #d1d5d8;
    box-sizing: border-box;
  }
  .event-entry .blank .sns_icon_img,
  .event-entry .pdf .sns_icon_img,
  .event-entry .excel .sns_icon_img,
  .event-entry .word .sns_icon_img {
    width: 11px;
    height: auto;
  }
  .event-entry .date-set {
    width: 20%;
    padding-top: 17px;
  }
  .event-entry .date-set .date {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .event-entry .date-set .month {
    margin: 5px 0 14px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .event-entry .date-set .week {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .event-entry .event-header,
  .event-entry .event-footer {
    width: 76%;
  }
  .event-entry .event-header {
    padding-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .event-entry .event-footer {
    padding-top: 0;
    border-top: none;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .event-entry .date-icon {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .event-entry .date-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .event-entry .date-icon:before {
    position: absolute;
    content: '';
    left: 0;
  }
  .event-entry .place-icon {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .event-entry .place-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 11px;
    background: url("/common/images_j/common/icon_events_place_x2.png") no-repeat left top;
    background-size: 9px 11px;
  }
  .event-entry .tag-icon {
    font-size: 0px;
    font-size: 0rem;
    position: relative;
    padding-left: 15px;
    margin-top: 8px;
  }
  .event-entry .tag-icon a {
    color: inherit;
  }
  .event-entry .tag-icon a:hover {
    text-decoration: underline;
  }
  .event-entry .tag-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .event-entry .tag-icon li {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    font-size: 10px;
    font-size: 1rem;
  }
  .event-entry .tag-icon li:after {
    position: absolute;
    content: ',';
    right: 0;
  }
  .event-entry .tag-icon li.is-last {
    margin-right: 0;
    padding-right: 0;
  }
  .event-entry .tag-icon li.is-last:after {
    display: none;
  }
  .event-entry .category-icon {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .event-entry.detail {
    margin-bottom: 25px;
  }
  .event-entry.detail:after {
    display: none;
  }
  .event-entry.detail .date-set {
    width: 20%;
  }
  .event-entry.detail .event-header {
    width: 76%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event-entry.detail .event-footer {
    width: 100%;
    margin: 15px 0 0;
    border-top: 1px solid #d1d5d8;
  }
  .event-entry.detail .date-icon {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .event-entry.detail .date-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .event-entry.detail .date-icon:before {
    position: absolute;
    content: '';
    left: 0;
  }
  .event-entry.detail .tag-icon {
    font-size: 0px;
    font-size: 0rem;
    position: relative;
    padding-left: 15px;
  }
  .event-entry.detail .tag-icon a {
    color: inherit;
  }
  .event-entry.detail .tag-icon a:hover {
    text-decoration: underline;
  }
  .event-entry.detail .tag-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .event-entry.detail .tag-icon li {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    font-size: 10px;
    font-size: 1rem;
  }
  .event-entry.detail .tag-icon li:after {
    position: absolute;
    content: ',';
    right: 0;
  }
  .event-entry.detail .tag-icon li.is-last {
    margin-right: 0;
    padding-right: 0;
  }
  .event-entry.detail .tag-icon li.is-last:after {
    display: none;
  }
  .event-entry.future {
    display: block;
    width: auto;
    padding: 15px 0;
    margin-right: 0;
  }
  .event-entry.future .event-header,
  .event-entry.future .event-footer {
    width: 76%;
  }
  .event-entry.future .event-header {
    padding-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .event-entry.future .event-footer {
    padding-top: 0;
    border-top: none;
  }
  .event-entry.future .date-icon {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .event-entry.future .date-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .event-entry.future .date-icon:before {
    position: absolute;
    content: '';
    left: 0;
  }
  .event-entry.full .event-header {
    width: auto;
    padding-bottom: 0;
  }
  .event-entry.full .event-footer {
    margin-bottom: 0;
  }
  .event-entry.full h1 {
    padding: 3px 0 0;
  }
}
/* イベント詳細ページ */
.event-info {
  clear: both;
  *zoom: 1;
  margin-top: 30px;
  padding: 10px 20px;
  background: #e2e6e9;
  position: relative;
}
.event-info:after {
  content: "";
  display: table;
  clear: both;
}
.event-info dt {
  position: absolute;
  width: 94px;
  margin: 13px 0;
  padding: 2px 0;
  color: #ffffff;
  background: #3177c5;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.event-info dt :after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #3177c5;
}
.event-info dd {
  padding: 13px 0;
  padding-left: 115px;
  border-bottom: 1px solid #d1d5d8;
  font-size: 15px;
  font-size: 1.5rem;
}
.event-info dd.last {
  border-bottom: none;
}

.image-list {
  overflow: hidden;
  margin-right: -40px;
  font-size: 0px;
  font-size: 0rem;
}
.image-list .image-set {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 40px;
  vertical-align: top;
}
.image-list .image-set .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
}

.social-list {
  margin-bottom: 30px;
}
.social-list li {
  display: inline-block;
  margin-right: 10px;
}
.social-list li img {
  width: 80px;
  height: auto;
}
.social-list li.line {
  display: none;
}




/* ---- add ---- */
.future-media.top {
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
}
.future-media {
  padding: 55px 0;
  background: #e2e6e9;
}
.future-media .heading {
  margin-bottom: 35px;
  text-align: center;
}
.future-media .all-for-btn a {
  background: transparent;
  color: #990000;
  border: 1px solid #990000;
  width: 256px;
  margin: 0 1em;
  
}
.future-media .all-for-btn a span {
  background-image: url("/common/images_j/common/bg_right_red_x2.png");
}
.future-media.top .c-frame {
  position: relative;
}
.future-media.top .c-frame:before {
  overflow-x: hidden;
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: -55px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid rgba(0, 0, 0, 0.2);
  border-width: 20px;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.future-media.top .c-frame:after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 50%;
  top: -57px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid #f2f4f6;
  border-width: 20px;
}



.future-events {
  padding: 45px 0;
}
.future-events.type2 {
  padding: 52px 0 39px;
}
.future-events.type2 .heading {
  margin-bottom: 38px;
}
.future-events.type2 .all-for-btn {
  padding: 0 42px 0 0;
}
.future-events .heading {
  margin-bottom: 35px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
.future-events .l-contents {
  margin-right: -40px;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
}

@media screen and (max-width: 767px) {
  .event-info {
    border-bottom: none;
    padding: 10px 20px;
    padding: 1px 0 0;
  }
  .event-info dt {
    position: relative;
    width: 70px;
    margin: 12px 12px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .event-info dt :after {
    border-top: 10px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #3177c5;
  }
  .event-info dd {
    padding: 12px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .image-list {
    margin-right: 0;
    text-align: center;
  }
  .image-list .image-set {
    margin: 0 auto;
  }
  .image-list .image-set .figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .social-list {
    margin-bottom: 20px;
  }
  .social-list li {
    margin-right: 7px;
  }
  .social-list li img {
    width: 62px;
    height: auto;
  }
  .social-list li.line {
    display: inline-block;
  }

  .future-media .all-for-btn a {
    width: 50%;
    margin: 0 auto;
  }

  .future-events {
    margin: 0;
    padding: 0 13px;
  }
  .future-events.type2 {
    padding: 15px 0 25px;
  }
  .future-events.type2 .heading {
    padding-bottom: 14px;
    margin-bottom: 2px;
  }
  .future-events.type2 .event-header {
    line-height: 1.5;
  }
  .future-events.type2 .date-icon {
    margin-top: 8px;
  }
  .future-events.type2 .tag-icon {
    padding-left: 14px;
  }
  .future-events.type2 .tag-icon:after {
    top: 5px;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .future-events.type2 .tag-icon a {
    color: #666;
  }
  .future-events.type2 .all-for-btn {
    margin-top: 24px;
    padding: 0 0 0;
  }
  .future-events.type2 .all-for-btn a {
    padding: 18px 20px 17px;
  }
  .future-events .heading {
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: 1px solid #d1d5d8;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .future-events .l-contents {
    margin-right: 0;
  }
}
/* ニュースページ */
.news-entry {
  *zoom: 1;
  margin-bottom: 30px;
}
.news-entry:after {
  content: "";
  display: table;
  clear: both;
}
.news-entry .blank .sns_icon_img,
.news-entry .pdf .sns_icon_img,
.news-entry .excel .sns_icon_img,
.news-entry .word .sns_icon_img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}
.news-entry .photo {
  position: relative;
  float: left;
  width: 440px;
}
.news-entry .photo .blank img,
.news-entry .photo .pdf img,
.news-entry .photo .excel img,
.news-entry .photo .word img {
  margin: 0;
  width: 100%;
  height: auto;
}
.news-entry .photo img {
  width: 100%;
  height: auto;
}
.news-entry .photo .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 66px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.news-entry .photo .icon.news {
  color: #ffffff;
  background: #990000;
}
.news-entry .photo .icon.topics {
  color: #990000;
  background: #ffffff;
}
.news-entry .text {
  float: right;
  width: 585px;
  padding: 25px 28px;
  border: 2px solid #990000;
  box-sizing: border-box;
}
.news-entry .text .news-header {
  min-height: 106px;
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
.news-entry .text .news-header a {
  color: inherit;
}
.news-entry .text .event-footer {
  padding-top: 5px;
  border-top: 1px solid #d1d5d8;
}
.news-entry .text .date-icon {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.news-entry .text .date-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.news-entry .text .date-icon:before {
  position: absolute;
  content: '';
  left: 0;
}
.news-entry .text .tag-icon {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding-left: 25px;
  margin-top: 2px;
}
.news-entry .text .tag-icon a {
  color: inherit;
}
.news-entry .text .tag-icon a:hover {
  text-decoration: underline;
}
.news-entry .text .tag-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.news-entry .text .tag-icon li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.news-entry .text .tag-icon li:after {
  position: absolute;
  content: ',';
  right: 0;
}
.news-entry .text .tag-icon li.is-last {
  margin-right: 0;
  padding-right: 0;
}
.news-entry .text .tag-icon li.is-last:after {
  display: none;
}
.news-entry.news .text {
  min-height: 250px;
}
.news-entry.news .text .event-footer {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .news-entry {
    margin-bottom: 13px;
    padding-top: 13px;
    border-top: 1px solid #d1d5d8;
  }
  .news-entry:first-child {
    padding-top: 0;
    border-top: none;
  }
  .news-entry .blank .sns_icon_img,
  .news-entry .pdf .sns_icon_img,
  .news-entry .excel .sns_icon_img,
  .news-entry .word .sns_icon_img {
    width: 11px;
    height: auto;
  }
  .news-entry .photo {
    float: none;
    width: auto;
    margin: 0 auto 10px;
    text-align: center;
  }
  .news-entry .photo .icon {
    top: 8px;
    left: 8px;
    width: 45px;
    padding: 2px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .news-entry .text {
    float: none;
    width: auto;
    padding: 15px;
    border-width: 3px;
  }
  .news-entry .text .news-header {
    min-height: initial;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-entry .text .event-footer {
    padding-top: 2px;
    border-top: none;
  }
  .news-entry .text .date-icon {
    position: relative;
    padding-left: 15px;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 5px;
  }
  .news-entry .text .date-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .news-entry .text .date-icon:before {
    position: absolute;
    content: '';
    left: 0;
  }
  .news-entry .text .tag-icon {
    font-size: 0px;
    font-size: 0rem;
    position: relative;
    padding-left: 15px;
    margin-top: 0px;
  }
  .news-entry .text .tag-icon a {
    color: inherit;
  }
  .news-entry .text .tag-icon a:hover {
    text-decoration: underline;
  }
  .news-entry .text .tag-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .news-entry .text .tag-icon li {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    font-size: 10px;
    font-size: 1rem;
  }
  .news-entry .text .tag-icon li:after {
    position: absolute;
    content: ',';
    right: 0;
  }
  .news-entry .text .tag-icon li.is-last {
    margin-right: 0;
    padding-right: 0;
  }
  .news-entry .text .tag-icon li.is-last:after {
    display: none;
  }
  .news-entry.news .text {
    min-height: inherit;
  }
  .news-entry.news .text .event-footer {
    padding-top: 5px;
  }
}
.relation-posts {
  padding: 45px 0 40px;
  background: #e2e6e9;
  text-align: center;
}
.relation-posts .heading {
  margin-bottom: 35px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
.relation-posts .l-contents {
  margin-right: -40px;
  font-size: 0px;
  font-size: 0rem;
  vertical-align: top;
}
.relation-posts .relation-entry {
  display: inline-block;
  width: 320px;
  margin-right: 40px;
  vertical-align: top;
}
.relation-posts .relation-entry .photo {
  margin-bottom: 15px;
}
.relation-posts .relation-entry .photo img {
  max-width: 100%;
  height: auto;
}
.relation-posts .relation-entry .text {
  padding: 15px 17px;
  border: 2px solid #990000;
  box-sizing: border-box;
  text-align: left;
}
.relation-posts .relation-entry .text .news-header {
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.relation-posts .relation-entry .text .news-header a {
  color: inherit;
}
.relation-posts .relation-entry .text .date-icon {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
.relation-posts .relation-entry .text .date-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.relation-posts .relation-entry .text .date-icon:before {
  position: absolute;
  content: '';
  left: 0;
}

@media screen and (max-width: 767px) {
  .relation-posts {
    padding: 18px 0 0px;
  }
  .relation-posts .heading {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .relation-posts .l-contents {
    margin-right: 0;
  }
  .relation-posts .relation-entry {
    width: auto;
    margin: 0 13px 13px;
    padding: 11px;
    box-sizing: border-box;
    border: 3px solid #990000;
  }
  .relation-posts .relation-entry .photo {
    float: left;
    width: 42%;
    margin-bottom: 0;
  }
  .relation-posts .relation-entry .photo img {
    max-width: 100%;
    height: auto;
  }
  .relation-posts .relation-entry .text {
    float: right;
    width: 54%;
    width: 55%;
    padding: 0;
    border: none;
  }
  .relation-posts .relation-entry .text .news-header {
    padding-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .relation-posts .relation-entry .text .date-icon {
    position: relative;
    padding-left: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
  .relation-posts .relation-entry .text .date-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .relation-posts .relation-entry .text .date-icon:before {
    position: absolute;
    content: '';
    left: 0;
  }
}
.next-post {
  padding-top: 40px;
  background: #ffffff;
}
.next-post .event-header,
.next-post .event-footer {
  width: 960px;
  margin: 0 auto;
}
.next-post .event-header {
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
.next-post .event-header a {
  color: inherit;
}
.next-post .event-header .next-icon {
  position: relative;
  float: left;
  width: 54px;
  margin-right: 26px;
  padding: 1px 0;
  color: #ffffff;
  background: #990000;
  text-align: center;
  font-size: 14px;
}
.next-post .event-header .next-icon:after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #990000;
}
.next-post .event-header .heading {
  position: relative;
  clear: both;
  padding-top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}
.next-post .event-header .heading a {
  display: block;
  padding-right: 26px;
}
.next-post .event-header .heading a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 14px;
  height: 26px;
  margin-top: -14px;
  background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
  background-size: 14px 26px;
}
.next-post .date-icon {
  float: left;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.next-post .date-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
  background-size: 14px 14px;
}
.next-post .date-icon:before {
  position: absolute;
  content: '';
  left: 0;
}
.next-post .tag-icon {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding-left: 20px;
}
.next-post .tag-icon a {
  color: inherit;
}
.next-post .tag-icon a:hover {
  text-decoration: underline;
}
.next-post .tag-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
  background-size: 14px 14px;
}
.next-post .tag-icon li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
.next-post .tag-icon li:after {
  position: absolute;
  content: ',';
  right: 0;
}
.next-post .tag-icon li.is-last {
  margin-right: 0;
  padding-right: 0;
}
.next-post .tag-icon li.is-last:after {
  display: none;
}
.next-post .category-icon {
  display: inline-block;
  width: 50px;
  margin-left: 11px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.next-post .category-icon.news {
  color: #ffffff;
  background: #990000;
}
.next-post .category-icon.topics {
  color: #990000;
  border: 1px solid #990000;
}
.next-post .photo {
  position: relative;
  max-height: 630px;
  overflow: hidden;
}
.next-post .photo a {
  display: block;
  position: relative;
}
.next-post .photo a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -650px;
  width: 1300px;
  height: 30px;
  background: url("/common/images_j/common/news_next_over.png") no-repeat center top;
}
.next-post .photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .next-post {
    padding-top: 18px;
  }
  .next-post .event-header,
  .next-post .event-footer {
    width: auto;
    margin: 0 13px;
  }
  .next-post .event-header {
    position: relative;
    padding-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .next-post .event-header .next-icon {
    width: 36px;
    margin-right: 15px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .next-post .event-header .next-icon:after {
    border-width: 9px;
  }
  .next-post .event-header .heading {
    padding-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .next-post .event-header .heading a {
    padding-right: 26px;
  }
  .next-post .event-header .heading a:after {
    top: 18px;
    width: 7px;
    height: 13px;
    background-size: 7px 13px;
  }
  .next-post .date-icon {
    float: left;
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .next-post .date-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .next-post .date-icon:before {
    position: absolute;
    content: '';
    left: 0;
  }
  .next-post .tag-icon {
    font-size: 0px;
    font-size: 0rem;
    position: relative;
    padding-left: 15px;
  }
  .next-post .tag-icon a {
    color: inherit;
  }
  .next-post .tag-icon a:hover {
    text-decoration: underline;
  }
  .next-post .tag-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
    background-size: 9px 9px;
  }
  .next-post .tag-icon li {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .next-post .tag-icon li:after {
    position: absolute;
    content: ',';
    right: 0;
  }
  .next-post .tag-icon li.is-last {
    margin-right: 0;
    padding-right: 0;
  }
  .next-post .tag-icon li.is-last:after {
    display: none;
  }
  .next-post .category-icon {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .next-post .photo {
    margin-top: 18px;
    max-height: none;
  }
  .next-post .photo a:after {
    display: none;
  }
  .next-post .photo img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/* スライド */
#main-slide {
  position: relative;
}
#main-slide .text-content {
  z-index: 1;
  position: absolute;
  box-sizing: border-box;
}
#main-slide .image {
  width: auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#main-slide .image img {
  width: 100%;
}
#main-slide a {
  display: block;
  color: #ffffff;
  /* スライドのみhover処理なし */
  transition: none;
}
#main-slide a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main-slide a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main-slide.top {
  overflow: hidden;
  top: -106px;
}
#main-slide.top .text-content,
#main-slide.top .image {
  height: 706px;
}
#main-slide.top .text-content {
  display: table;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 106px;
}
#main-slide.top .text-content p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#main-slide.top .text-content p img {
  display: inline;
}
#main-slide.top .slick-arrow {
  top: 50%;
  margin-top: -20px;
  margin-top: 33px;
}
#main-slide.top .slick-dots {
  top: 120px;
  right: 65px;
}
#main-slide.research.bg-black .text-content {
  display: table;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  background: rgba(0, 0, 0, 0.25);
}
#main-slide.research.bg-black .text-content span {
  display: table-cell;
  vertical-align: middle;
}
#main-slide.research .text-content {
  left: 50%;
  bottom: 40px;
  width: 480px;
  height: 180px;
  margin-left: -520px;
  padding: 30px;
  background: url("/common/images_j/common/bg_slide.png");
}
#main-slide.research .image {
  height: 397px;
}
#main-slide.research .slick-arrow {
  top: 50%;
  margin-top: -20px;
}
#main-slide.research .text-content-sp {
  display: none;
}
#main-slide .slide-in {
  position: relative;
}
#main-slide .slick-slide .text-content {
  perspective: 1000000px;
  transform: rotateX(90deg);
  transform-origin: 50% 50% -20px;
  transition: all ease 0.6s;
  transition-delay: 0.3s;
}
#main-slide .slick-active .text-content {
  transform: rotateX(0deg);
}
#main-slide .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  border: none;
  z-index: 2;
}
#main-slide .slick-prev {
  left: 0%;
  background: url("/common/images_j/common/btn_slide_prev.png");
}
#main-slide .slick-next {
  right: 0%;
  background: url("/common/images_j/common/btn_slide_next.png");
}
#main-slide .slick-dots {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
#main-slide .slick-dots li {
  display: inline-block;
  margin-left: 10px;
  text-indent: -99999px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
}
#main-slide .slick-dots .slick-active {
  background: #990000;
}

@media screen and (max-width: 1300px) and (min-width: 767px) {
  #main-slide.top .image img {
    width: auto;
    height: 100%;
  }
  #main-slide.research .image img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main-slide .text-content .slick-arrow {
    top: 30%;
    margin-top: -17px;
  }
  #main-slide.top {
    top: -50px;
  }
  #main-slide.top .text-content,
  #main-slide.top .image {
    max-height: 204px;
  }
  #main-slide.top .text-content {
    left: 15%;
    right: 15%;
    width: 70%;
    padding-top: 49px;
  }
  #main-slide.top .text-content p {
    line-height: 1;
  }
  #main-slide.top .text-content p img {
    width: 100%;
    height: auto;
  }
  #main-slide.top .image img {
    width: 100%;
  }
  #main-slide.top .slick-arrow {
    top: 60%;
    margin-top: -13px;
  }
  #main-slide.top .slick-dots {
    top: 56px;
    right: 7px;
  }
  #main-slide.research.bg-black .text-content {
    display: none;
  }
  #main-slide.research .text-content {
    display: none;
  }
  #main-slide.research .image {
    height: auto;
  }
  #main-slide.research .slick-arrow {
    top: 30%;
    margin-top: -17px;
    margin-top: 0;
  }
  #main-slide.research .text-content-sp {
    display: block;
    padding: 13px;
    background: #272c32;
  }
  #main-slide.research .text-content-sp img {
    width: auto;
    height: 55px;
  }
  #main-slide .slick-slide .text-content {
    transform: rotateX(0deg);
    transform-origin: 50% 50% 0;
    transition: all ease 0;
    transition-delay: 0;
  }
  #main-slide .slick-arrow {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
  #main-slide .slick-dots {
    top: 7px;
    right: 7px;
  }
  #main-slide .slick-dots li {
    margin-left: 5px;
  }
}
/* 研究・産学官連携 その他ページ */
.bg-gray-contents {
  background: #e2e6e8;
}

.main-contents.pdt18 {
  padding: 18px 0 12px;
}
.main-contents.pdt27 {
  padding: 27px 0 41px;
}
.main-contents.pdt36 {
  padding: 36px 0 0;
}
.main-contents.pdb11 {
  padding-bottom: 11px;
}
.main-contents.campus {
  padding-bottom: 87px;
}
.main-contents.campus .heading {
  padding: 25px 0 39px;
  text-align: center;
}
.main-contents.campus .heading img {
  height: 68px;
  width: auto;
}
.main-contents.campus .link-btn-area {
  margin: 0 0 40px;
  line-height: 1;
}
.main-contents.campus .link-btn-area a {
  position: relative;
  padding: 24px 22px 22px;
  border: 1px solid #990000;
  display: block;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.main-contents.campus .link-btn-area a:after {
  position: absolute;
  content: '';
  right: 17px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
  background-size: 6px 12px;
}
.main-contents.academics .ttl-red {
  margin: 23px 0 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #990000;
  font-weight: bold;
}
.main-contents.academics .ttl-red.mgt44 {
  margin-top: 44px;
}
.main-contents.academics .link-set-col2 {
  overflow: hidden;
}
.main-contents.academics .link-set-col2 .fl-l {
  float: left;
}
.main-contents.academics .link-set-col2 .fl-r {
  float: right;
}
.main-contents.academics .link-set {
  margin-right: -10px;
  font-size: 0;
}
.main-contents.academics .link-set.pdb18 {
  padding-bottom: 18px;
}
.main-contents.academics .link-set.small .img {
  width: 80px;
}
.main-contents.academics .link-set.small h4 {
  float: right;
  min-height: 80px;
  width: 435px;
  margin: 0;
  padding: 32px 30px 15px 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  line-height: 1;
}
.main-contents.academics .link-set li {
  display: inline-block;
  width: 515px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px 20px 0;
  vertical-align: top;
}
.main-contents.academics .link-set a {
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff;
}
.main-contents.academics .link-set a:hover .text {
  text-decoration: underline;
}
.main-contents.academics .link-set a:after {
  position: absolute;
  content: '';
  right: 17px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
  background-size: 6px 12px;
}
.main-contents.academics .link-set a.blank:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_blank_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.main-contents.academics .link-set .img {
  float: left;
  width: 100px;
}
.main-contents.academics .link-set .img img {
  max-width: 100%;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-contents.academics .link-set h4 {
  margin: 0 0 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
.main-contents.academics .link-set .text {
  float: right;
  width: 415px;
  padding: 24px 35px 15px 19px;
  min-height: 100px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.research-title {
  margin: 30px 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.research-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #990000;
}

.research-list.type2 .mod-title.type3 {
  margin: 28px 0 20px;
}
.research-list.type2 .free-text-area {
  margin-bottom: 48px;
  font-size: 14px;
  font-size: 1.4rem;
}
.research-list.type2 .free-text-area .mod-title.type5 {
  margin: 20px 0 5px;
  padding-bottom: 0;
  color: #990000;
  border-bottom: none;
}
.research-list.type2 .free-text-area p {
  line-height: 1.8;
}
.research-list.type2 .image-list-col2 {
  overflow: hidden;
}
.research-list.type2 .image-list-col2 .fl-l {
  float: left;
  width: 500px;
}
.research-list.type2 .image-list-col2 .fl-r {
  float: right;
  width: 500px;
}
.research-list.type2 .image-list-col2 h3 {
  padding: 11px 0 19px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #990000;
  font-weight: bold;
}
.research-list.type2 .research-title {
  margin: 16px 0 29px;
}
.research-list.type2 .research-title.mgt0 {
  margin-top: 0;
}
.research-list.type2.mgt53 {
  margin-top: 53px;
}
.research-list.type2 .image-list.mgb32 .image-set figure {
  margin-bottom: 32px;
}
.research-list.type2 .image-set.mgb32 figure {
  margin-bottom: 32px;
}
.research-list.type2 .image-set figure {
  margin-bottom: 40px;
}
.research-list.type2 .image-set figure figcaption {
  padding: 16px 35px 15px 20px;
}
.research-list .image-list.link.lg {
  margin-right: -10px;
  padding-bottom: 18px;
}
.research-list .image-list.link.lg .image-set {
  width: 340px;
  margin: 0 10px 20px 0;
}
.research-list .image-list.link.lg.bdt {
  margin-top: 20px;
  padding: 40px 0 20px;
  border-top: 1px solid #d1d5d8;
}
.research-list .image-list.link .image-set {
  width: 320px;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.research-list .image-list.link .image-set a {
  position: relative;
  display: block;
  padding: 16px 32px 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.research-list .image-list.link .image-set a:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
  background-size: 6px 12px;
}
.research-list .image-list.link .image-set a.blank img {
  display: none;
}
.research-list .image-list.link .image-set a.blank:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_blank_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.research-list .image-list.link .image-set a.pdf img {
  display: none;
}
.research-list .image-list.link .image-set a.pdf:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_pdf_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.research-list .image-list.link .image-set a.excel img {
  display: none;
}
.research-list .image-list.link .image-set a.excel:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_excel_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.research-list .image-list.link .image-set a.word img {
  display: none;
}
.research-list .image-list.link .image-set a.word:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url("/common/images_j/common/icon_word_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.research-list .image-set figure {
  margin-bottom: 44px;
}
.research-list .image-set figure figcaption {
  padding: 20px 35px 20px 20px;
}

.research-link-list {
  *zoom: 1;
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 1px solid #d1d5d8;
}
.research-link-list:after {
  content: "";
  display: table;
  clear: both;
}
.research-link-list.type2.pdt9 {
  padding-top: 9px;
}
.research-link-list.type2.mgb0 {
  margin-bottom: 0;
}
.research-link-list.type2.bdt0 {
  border-top: none;
}
.research-link-list.type2 .menu-list ul a {
  width: 340px;
  padding: 16px 35px 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.75;
}
.research-link-list.type2 .menu-list ul a:after {
  top: 50%;
}
.research-link-list.type2 .menu-list ul p {
  width: 340px;
  padding: 16px 35px 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
  color: #000000;
  line-height: 1.75;
}
.research-link-list .heading {
  float: left;
  width: 320px;
  margin-bottom: 20px;
}
.research-link-list .heading img {
  max-width: 100%;
  height: auto;
}
.research-link-list .menu-list {
  float: right;
  width: 700px;
}
.research-link-list .menu-list ul a:after {
  right: 20px;
  top: 30px;
}

.other-list-area {
  background: #e2e6e8;
}
.other-list-area.pdt5 {
  padding-top: 5px;
}
.other-list-area.bg-lightgray {
  background: #f2f4f6;
}
.other-list-area .main-contents {
  padding-top: 35px;
}
.other-list-area .main-contents.pdt0 {
  padding-top: 0;
}
.other-list-area .main-contents.pdt8 {
  padding-top: 8px;
}
.other-list-area .main-contents.pdt10 {
  padding-top: 10px;
}
.other-list-area .main-contents.pdb10 {
  padding-bottom: 10px;
}
.other-list-area .main-contents.pdb70 {
  padding-bottom: 70px;
}
.other-list-area .main-contents.pdb111 {
  padding-bottom: 111px;
}
.other-list-area .research-link-list {
  position: relative;
  border-top: 1px solid #fff;
  padding: 30px 0 10px;
  margin-bottom: 0;
}
.other-list-area .research-link-list:before {
  content: "";
  display: block;
  top: -1px;
  left: 0;
  position: absolute;
  height: 2px;
  width: 110px;
  background: #3177c5;
}
.other-list-area .heading {
  margin: -5px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
}

.all-for-btn {
  margin-top: 20px;
  text-align: center;
}
.all-for-btn.posi-r {
  margin: -7px 0 0;
  text-align: right;
}
.all-for-btn.posi-r .first {
  margin: 0px 36px 0 0;
}
.all-for-btn.posi-r a {
  padding: 18px 0 18px;
  width: 230px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.all-for-btn a {
  display: inline-block;
  padding: 18px 45px 18px;
  background: #990000;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.all-for-btn a span {
  display: inline-block;
  padding-right: 16px;
  background: url("/common/images_j/common/bg_right_white_x2.png") no-repeat right center;
  background-size: 6px 11px;
}

.research-news-topics,
.research-events {
  padding-bottom: 40px;
}
.research-news-topics.bg-gray,
.research-events.bg-gray {
  background: #e2e6e9;
  padding: 61px 0 38px;
}
.research-news-topics.feature,
.research-events.feature {
  padding: 30px 0 49px;
}
.research-news-topics.feature .heading,
.research-events.feature .heading {
  margin-bottom: 35px;
}
.research-news-topics.feature .heading img,
.research-events.feature .heading img {
  width: auto;
  height: 72px;
}
.research-news-topics .blank .sns_icon_img,
.research-news-topics .pdf .sns_icon_img,
.research-news-topics .excel .sns_icon_img,
.research-news-topics .word .sns_icon_img,
.research-events .blank .sns_icon_img,
.research-events .pdf .sns_icon_img,
.research-events .excel .sns_icon_img,
.research-events .word .sns_icon_img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}
.research-news-topics .heading,
.research-events .heading {
  text-align: center;
}
.research-news-topics .heading img,
.research-events .heading img {
  width: auto;
  height: 34px;
}

.research-news-topics {
  padding: 40px 0;
}
.research-news-topics.type2 .text-box .date-icon {
  margin: 0 0 6px;
}
.research-news-topics.type2 .text-box .tag-icon:after {
  left: -1px;
  top: 2px;
}
.research-news-topics.type2 .all-for-btn {
  margin-top: 25px;
}
.research-news-topics .c-frame {
  position: relative;
}
.research-news-topics .heading {
  margin-bottom: 40px;
}
.research-news-topics .l-contents {
  margin-right: -40px;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
}
.research-news-topics .research-news-entry {
  vertical-align: top;
  display: inline-block;
  width: 320px;
  margin-right: 40px;
}
.research-news-topics .research-news-entry .photo {
  margin-bottom: 15px;
}
.research-news-topics .research-news-entry .photo img {
  width: 100%;
  height: auto;
}
.research-news-topics .research-news-entry .photo.new-icon a {
  overflow: hidden;
  position: relative;
  display: block;
}
.research-news-topics .research-news-entry .photo.new-icon a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background: url("/common/images_j/common/icon_new_x2.png") no-repeat left top;
  background-size: 76px 76px;
}
.research-news-topics .research-news-entry .photo.clip-icon a {
  position: relative;
  display: inline-block;
}
.research-news-topics .research-news-entry .photo.clip-icon a:before {
  position: absolute;
  content: "";
  top: 8px;
  right: -4px;
  width: 48px;
  height: 21px;
  background: url("/common/images_j/common/icon_clip_x2.png") no-repeat left top;
  background-size: 48px 21px;
}
.research-news-topics .research-news-entry .news-header {
  margin-bottom: 10px;
}
.research-news-topics .research-news-entry .date-icon {
  font-size: 14px;
  font-size: 1.4rem;
  color: #990000;
  font-weight: bold;
}
.research-news-topics .research-news-entry .headline {
  font-size: 18px;
  font-size: 1.8rem;
}
.research-news-topics .research-news-entry .headline a {
  color: inherit;
}
.research-news-topics .research-news-entry .tag-icon {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding-left: 25px;
}
.research-news-topics .research-news-entry .tag-icon a {
  color: inherit;
}
.research-news-topics .research-news-entry .tag-icon a:hover {
  text-decoration: underline;
}
.research-news-topics .research-news-entry .tag-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
  background-size: 11px 11px;
}
.research-news-topics .research-news-entry .tag-icon li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.research-news-topics .research-news-entry .tag-icon li:after {
  position: absolute;
  content: ',';
  right: 0;
}
.research-news-topics .research-news-entry .tag-icon li.is-last {
  margin-right: 0;
  padding-right: 0;
}
.research-news-topics .research-news-entry .tag-icon li.is-last:after {
  display: none;
}
.research-news-topics.top {
  padding-top: 55px;
  background: #e2e6e9;
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
}
.research-news-topics.top .c-frame {
  position: relative;
}
.research-news-topics.top .c-frame:before {
  overflow-x: hidden;
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: -55px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid rgba(0, 0, 0, 0.2);
  border-width: 20px;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.research-news-topics.top .c-frame:after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 50%;
  top: -57px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid #e7eaec;
  border-width: 20px;
}

@-moz-document url-prefix() {
  .research-news-topics.type2 .text-box .tag-icon:after {
    top: 3px;
  }
}
.research-events .event-entry .tag-icon {
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .bg-gray-contents {
    padding: 1px 0 1px;
  }

  .main-contents.pdt18 {
    margin-top: 0;
    padding: 0;
  }
  .main-contents.pdt27 {
    margin-top: 0;
    padding: 0;
  }
  .main-contents.pdt36 {
    padding: 0;
  }
  .main-contents.campus {
    padding-bottom: 72px;
  }
  .main-contents.campus .heading {
    padding: 9px 0 14px;
  }
  .main-contents.campus .heading img {
    height: 38px;
  }
  .main-contents.campus .link-btn-area {
    margin: 0 0 11px;
  }
  .main-contents.campus .link-btn-area a {
    padding: 17px 12px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .main-contents.campus .link-btn-area a:after {
    right: 11px;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
    background-size: 5px 10px;
  }
  .main-contents.academics .ttl-red {
    margin: 16px 0 9px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  .main-contents.academics .ttl-red.mgt44 {
    margin-top: 16px;
  }
  .main-contents.academics .link-set-col2 {
    overflow: hidden;
  }
  .main-contents.academics .link-set-col2 h3 {
    margin-top: 0;
  }
  .main-contents.academics .link-set-col2 .fl-l {
    float: none;
  }
  .main-contents.academics .link-set-col2 .fl-r {
    float: none;
  }
  .main-contents.academics .link-set {
    margin-right: 0;
    font-size: 0;
  }
  .main-contents.academics .link-set.pdb18 {
    padding-bottom: 0;
  }
  .main-contents.academics .link-set.small .img {
    width: 13.26531%;
  }
  .main-contents.academics .link-set.small .img img {
    border: none;
  }
  .main-contents.academics .link-set.small li {
    margin: 0 0 13px 0;
  }
  .main-contents.academics .link-set.small h4 {
    width: 85.03401%;
    padding: 8px 23px 0 11px;
    min-height: inherit;
  }
  .main-contents.academics .link-set.small a:after {
    top: 19px;
  }
  .main-contents.academics .link-set li {
    display: block;
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
    margin: 0 0 11px 0;
  }
  .main-contents.academics .link-set a {
    padding: 5px 0;
    background: #fff;
  }
  .main-contents.academics .link-set a:after {
    top: 26px;
    right: 13px;
    width: 5px;
    height: 10px;
    margin-top: 0;
    background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
    background-size: 5px 10px;
  }
  .main-contents.academics .link-set .img {
    width: 16.66667%;
    margin: 0 0 0 1.70068%;
  }
  .main-contents.academics .link-set .img img {
    border: none;
  }
  .main-contents.academics .link-set h4 {
    margin: 0 0 -1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-contents.academics .link-set .text {
    width: 81.63265%;
    padding: 4px 23px 0 10px;
    min-height: inherit;
  }

  .research-title {
    margin: 15px 0;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .research-title span {
    padding-bottom: 6px;
  }

  .research-list {
    margin-bottom: 19px;
  }
  .research-list.type2.mgb7-sp {
    margin-bottom: 7px;
  }
  .research-list.type2 .mod-title.type3 {
    margin: 12px 0 13px;
    padding: 8px 7px 7px;
  }
  .research-list.type2 .free-text-area {
    margin-bottom: 0;
  }
  .research-list.type2 .free-text-area p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .research-list.type2 .image-list-col2 .fl-l {
    width: auto;
    float: none;
  }
  .research-list.type2 .image-list-col2 .fl-r {
    width: auto;
    float: none;
  }
  .research-list.type2 .image-list-col2 .fl-r .research-title {
    margin-top: 7px;
  }
  .research-list.type2 .image-list-col2 h3 {
    padding: 3px 0 6px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  .research-list.type2 .research-title {
    margin: 19px 0 14px;
  }
  .research-list.type2 .research-title.mgt5 {
    margin-top: 5px;
  }
  .research-list.type2 .research-title span {
    padding-bottom: 4px;
  }
  .research-list.type2.mgt53 {
    margin-top: 53px;
  }
  .research-list.type2 .image-list.mgb32 .image-set figure {
    margin-bottom: 12px;
  }
  .research-list.type2 .image-list.type2 {
    margin-right: 0;
  }
  .research-list.type2 .image-list.type2 .image-set {
    width: 100%;
    margin-right: 0;
  }
  .research-list.type2 .image-set.mgb32 figure {
    margin-bottom: 10px;
  }
  .research-list.type2 .image-set figure {
    margin-bottom: 13px;
  }
  .research-list.type2 .image-set figure figcaption {
    padding: 12px 36px 9px 12px;
  }
  .research-list.type2 .image-set figure figcaption:after {
    margin-top: 3px;
    top: 13px;
    right: 13px;
    height: 10px;
    width: 5px;
    background-size: 5px 10px;
  }
  .research-list .image-list {
    overflow: hidden;
    position: relative;
    margin-right: -3%;
    box-sizing: border-box;
    text-align: left;
  }
  .research-list .image-set {
    max-width: none !important;
    width: 47%;
    margin-right: 3%;
    box-sizing: border-box;
  }
  .research-list .image-set figure {
    margin-bottom: 12px;
  }
  .research-list .image-set figure figcaption {
    padding: 10px 25px 10px 10px;
  }
  .research-list .image-set figure figcaption:after {
    top: 13px;
    right: 13px;
  }
  .research-list .image-set.full {
    width: 100%;
  }
  .research-list .image-list.link.lg {
    margin-right: -4.08163%;
    padding-bottom: 5px;
  }
  .research-list .image-list.link.lg .image-set {
    width: 46.07843%;
    margin: 0 3.92157% 3.92157% 0;
  }
  .research-list .image-list.link.lg.bdt {
    margin-top: 7px;
    padding: 20px 0 0;
  }
  .research-list .image-list.link.lg .image-set a {
    padding: 12px 25px 12px 12px;
  }
  .research-list .image-list.link.lg .image-set a:after {
    margin-top: -6px;
  }
  .research-list .image-list.link .image-set {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .research-list .image-list.link .image-set a {
    padding: 13px 25px 12px 14px;
  }
  .research-list .image-list.link .image-set a:after {
    position: absolute;
    content: '';
    right: 13px;
    width: 5px;
    height: 10px;
    margin-top: -12px;
    background: url("/common/images_j/common/bg_right_red_x2.png") no-repeat left top;
    background-size: 5px 10px;
  }

  .research-link-list {
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .research-link-list.type2.pdt9 {
    padding-top: 0;
  }
  .research-link-list.type2 .heading {
    text-align: center;
  }
  .research-link-list.type2 .image-set.full img {
    width: 100%;
  }
  .research-link-list.type2 .menu-list ul a {
    width: auto;
    padding: 13px 23px 12px 12px;
    line-height: 1.5;
  }
  .research-link-list.type2 .menu-list ul a:after {
    margin-top: 3px;
    top: 13px;
    right: 13px;
    height: 10px;
    width: 5px;
    background-size: 5px 10px;
  }
  .research-link-list.type2 .menu-list ul p {
    width: auto;
    padding: 13px 23px 12px 12px;
    line-height: 1.5;
  }
  .research-link-list .sp-hide {
    display: none;
  }
  .research-link-list .heading {
    float: none;
    width: auto;
    margin-bottom: 13px;
  }
  .research-link-list .menu-list {
    float: none;
    width: auto;
  }
  .research-link-list .menu-list ul a {
    padding: 10px 25px 10px 10px;
  }
  .research-link-list .menu-list ul a:after {
    top: 20px;
    right: 13px;
  }

  .other-list-area .main-contents {
    padding-top: 20px;
  }
  .other-list-area .main-contents.mgt0-sp {
    margin-top: 0;
  }
  .other-list-area .main-contents.pdt0-sp {
    padding-top: 0;
  }
  .other-list-area .main-contents.pdt0 {
    margin-top: 0;
  }
  .other-list-area .main-contents.pdt5 {
    padding-top: 0;
  }
  .other-list-area .main-contents.pdt8 {
    padding-top: 0;
  }
  .other-list-area .main-contents.pdt10 {
    padding-top: 0;
    margin-top: 0;
  }
  .other-list-area .main-contents.pdb50-sp {
    padding-bottom: 50px;
  }
  .other-list-area .main-contents.pdb111 {
    padding-bottom: 23px;
  }
  .other-list-area .research-link-list {
    position: relative;
    border-top: 1px solid #fff;
    padding: 13px 0 10px;
    margin-bottom: 0;
  }
  .other-list-area .research-link-list:before {
    width: 80px;
  }
  .other-list-area .research-link-list .heading {
    margin: 0 0 11px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }

  .all-for-btn.posi-r {
    margin: 0;
    text-align: left;
  }
  .all-for-btn.posi-r a {
    padding: 13px 10px 11px;
    width: 48.29932%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .all-for-btn.btn-list {
    overflow: hidden;
  }
  .all-for-btn.btn-list a {
    float: right;
    display: inline-block;
    padding: 13px 0 11px;
  }
  .all-for-btn.btn-list .first {
    float: left;
    margin: 0;
  }
  .all-for-btn a {
    display: block;
    padding: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .research-news-topics,
  .research-events {
    padding: 20px 0 25px;
  }
  .research-news-topics.bg-gray,
  .research-events.bg-gray {
    padding: 26px 0 27px;
  }
  .research-news-topics.feature,
  .research-events.feature {
    padding: 20px 0 23px;
  }
  .research-news-topics.feature .heading,
  .research-events.feature .heading {
    border-bottom: none;
    margin-bottom: 0;
  }
  .research-news-topics.feature .heading img,
  .research-events.feature .heading img {
    height: 42px;
  }
  .research-news-topics.feature p a,
  .research-events.feature p a {
    display: block;
  }
  .research-news-topics.feature p img,
  .research-events.feature p img {
    width: 100%;
  }
  .research-news-topics .blank .sns_icon_img,
  .research-news-topics .pdf .sns_icon_img,
  .research-news-topics .excel .sns_icon_img,
  .research-news-topics .word .sns_icon_img,
  .research-events .blank .sns_icon_img,
  .research-events .pdf .sns_icon_img,
  .research-events .excel .sns_icon_img,
  .research-events .word .sns_icon_img {
    width: 11px;
    height: auto;
  }
  .research-news-topics .heading,
  .research-events .heading {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d1d5d8;
  }
  .research-news-topics .heading img,
  .research-events .heading img {
    width: auto;
    height: 19px;
  }
  .research-news-topics .c-frame,
  .research-events .c-frame {
    margin: 0 13px;
  }

  .research-news-topics.type2 {
    text-align: center;
  }
  .research-news-topics.type2 .research-news-entry {
    padding-bottom: 11px;
    text-align: left;
  }
  .research-news-topics.type2 .photo.clip-icon a:before {
    display: block;
  }
  .research-news-topics.type2 .text-box {
    padding: 0;
    border: none;
  }
  .research-news-topics.type2 .text-box .date-icon {
    margin: 0 0 2px;
  }
  .research-news-topics.type2 .text-box .news-header {
    margin-bottom: 3px;
  }
  .research-news-topics.type2 .all-for-btn {
    margin-top: 10px;
  }
  .research-news-topics.type2 .all-for-btn a {
    padding: 18px 20px 16px;
  }
  .research-news-topics.type2 .text-box .tag-icon:after {
    left: 2px;
    top: 5px;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .research-news-topics.type2 .text-box .tag-icon a {
    color: #666;
  }
  .research-news-topics .l-contents {
    margin-right: 0;
  }
  .research-news-topics .all-for-btn {
    margin-top: 10px;
  }
  .research-news-topics .research-news-entry {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d5d8;
  }
  .research-news-topics .research-news-entry .photo {
    margin-bottom: 13px;
    text-align: center;
  }
  .research-news-topics .research-news-entry .photo a {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
  .research-news-topics .research-news-entry .photo.new-icon a:after {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .research-news-topics .research-news-entry .photo.clip-sp a:before {
    top: 11px;
    right: -3px;
    width: 41px;
    height: 18px;
    background-size: 41px 18px;
  }
  .research-news-topics .research-news-entry .date-icon {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .research-news-topics .research-news-entry .headline {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .research-news-topics .research-news-entry .tag-icon {
    font-size: 10px;
    font-size: 1rem;
  }
  .research-news-topics.top {
    padding: 23px 0 15px;
  }
  .research-news-topics.top .c-frame:before, .research-news-topics.top .c-frame:after {
    top: -23px;
    margin-left: -10px;
  }
  .research-news-topics.top .c-frame:before {
    border-width: 10px;
  }
  .research-news-topics.top .c-frame:after {
    border-top: solid #f1f3f4;
    border-width: 10px;
  }

  @-moz-document url-prefix() {
    .research-news-topics.type2 .text-box .tag-icon:after {
      top: 5px;
    }
  }
  .research-events .heading {
    margin-bottom: 0;
    padding-top: 0;
  }
  .research-events .event-entry .tag-icon {
    margin-top: 0;
  }
}
/* トップ */
.main-top-area {
  position: relative;
  height: 600px;
}

.top-news-list {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}
.top-news-list li {
  width: 580px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.top-news-list li:first-child {
  margin-top: 0;
}
.top-news-list a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 5px;
  color: #ffffff;
  background: #990000;
}
.top-news-list a:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  width: 3px;
  height: 6px;
  margin-top: -3px;
  background-image: url("/common/images_j/common/bg_right_white_x2.png");
  background-repeat: no-repeat;
  background-size: 3px 6px;
}

.btn-scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -32px;
}
.btn-scroll a {
  display: block;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .main-top-area {
    height: 458px;
    height: auto;
  }

  .top-news-list {
    position: static;
    margin-top: -50px;
  }
  .top-news-list li {
    display: block;
    width: auto;
    margin-top: 0;
    border-top: 1px solid #b4494a;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-news-list li:first-child {
    border-top: none;
  }
  .top-news-list a {
    position: relative;
    display: block;
    padding: 11px 9px;
  }
  .top-news-list a:after {
    width: 6px;
    height: 12px;
    margin-top: -6px;
    background-size: 6px 12px;
  }

  .btn-scroll {
    display: none;
  }
}
.topics-borders {
  background: url("/common/images_j/top/top_topics_bg01.png") no-repeat center top;
}
.topics-borders .c-frame {
  position: relative;
  padding: 68px 0;
}
.topics-borders .heading {
  margin-bottom: 45px;
  text-align: center;
}
.topics-borders .blank .sns_icon_img,
.topics-borders .pdf .sns_icon_img,
.topics-borders .excel .sns_icon_img,
.topics-borders .word .sns_icon_img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}
.topics-borders .news-entry {
  position: relative;
  margin-bottom: 0;
}
.topics-borders .news-entry .photo {
  position: absolute;
  width: 510px;
}
.topics-borders .news-entry .photo.new-icon a {
  overflow: hidden;
  position: relative;
  display: block;
}
.topics-borders .news-entry .photo.new-icon a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background: url("/common/images_j/common/icon_new_x2.png") no-repeat left top;
  background-size: 76px 76px;
}
.topics-borders .news-entry .text {
  position: relative;
  z-index: 0;
  width: 550px;
  margin-bottom: 20px;
  padding: 30px 35px;
  border-width: 5px;
}
.topics-borders .news-entry .text .news-header {
  min-height: auto;
  padding-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.topics-borders .news-entry .text .news-header .no {
  margin-bottom: 5px;
  color: #990000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.topics-borders .news-entry .text .event-footer {
  padding-top: 0;
  border-top: none;
}
.topics-borders .news-entry .text .icon-arrow {
  position: absolute;
  right: 7px;
  top: 0;
  padding: 11px;
}
.topics-borders .news-entry .text .icon-arrow img {
  width: 10px;
  height: 20px;
}
.topics-borders .news-entry.img-left {
  min-height: 275px;
}
.topics-borders .news-entry.img-left .text {
  float: right;
  margin-top: 35px;
  margin-bottom: 60px;
}
.topics-borders .news-entry.img-left .text .topics-frame {
  min-height: 152px;
}
.topics-borders .news-entry.img-right {
  margin-top: 40px;
  min-height: 230px;
}
.topics-borders .news-entry.img-right .photo {
  right: 0;
  top: -60px;
}
.topics-borders .news-entry.img-right .text {
  float: left;
  margin-bottom: 40px;
}
.topics-borders .news-entry.img-right .text .topics-frame {
  min-height: 152px;
}
.topics-borders .news-entry.topics-entry .text .topics-frame {
  display: table;
  height: 100%;
}
.topics-borders .news-entry.topics-entry .text .topics-cell {
  display: table-cell;
}
.topics-borders .news-entry.topics-entry .text .news-header {
  display: table-row;
}
.topics-borders .news-entry.topics-entry .text .news-header .topics-cell {
  vertical-align: top;
}
.topics-borders .news-entry.topics-entry .text .event-footer {
  display: table-row;
  vertical-align: bottom;
}
.topics-borders .news-entry.topics-entry .text .event-footer .topics-cell {
  vertical-align: bottom;
}
.topics-borders .news-entry.eyes {
  min-height: 358px;
  margin-bottom: 40px;
}
.topics-borders .news-entry.eyes .photo {
  width: 630px;
}
.topics-borders .news-entry.eyes .text {
  position: relative;
  width: 390px;
  height: auto;
  margin-bottom: 0;
  padding: 25px 35px;
  border: none;
  background: #990000;
  color: #ffffff;
  box-sizing: border-box;
}
.topics-borders .news-entry.eyes .text:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid #990000;
  border-right: 15px solid #990000;
  border-bottom: 8px solid transparent;
  border-left: 15px solid transparent;
}
.topics-borders .news-entry.eyes .text a {
  color: #ffffff;
}
.topics-borders .news-entry.eyes .text .topics-frame {
  min-height: 308px;
}
.topics-borders .news-entry.eyes .text .news-header .topics {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.topics-borders .news-entry.eyes .text .news-header h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b4494a;
  font-size: 18px;
  font-size: 1.8rem;
}
.topics-borders .news-entry.eyes .text .news-header .eyes-txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.topics-borders .news-entry.eyes .text .icon-arrow a {
  display: block;
  padding: 16px 18px;
}
.topics-borders .news-entry.eyes .text .icon-arrow img {
  width: 10px;
  height: 20px;
}
.topics-borders .news-entry.eyes .text .date-icon:after {
  background-image: url("/common/images_j/common/icon_top_date_x2.png");
}
.topics-borders .news-entry.eyes .text .tag-icon:after {
  background-image: url("/common/images_j/common/icon_top_tag_x2.png");
}
.topics-borders .news-entry.eyes .eye {
  position: absolute;
  display: table;
  left: 0;
  right: 0;
  bottom: 0;
  width: 630px;
  border: none;
}
.topics-borders .news-entry.eyes .eye .headline {
  display: table-cell;
  width: 40px;
  padding: 20px 15px 15px;
  text-align: center;
  background: #3177c5;
  color: #ffffff;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.topics-borders .news-entry.eyes .eye .headline span {
  font-size: 36px;
  font-size: 3.6rem;
}
.topics-borders .news-entry.eyes .eye .eye-text {
  display: table-cell;
  padding: 0 23px;
  vertical-align: middle;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .topics-borders .c-frame {
    padding: 20px 13px;
  }
  .topics-borders .heading {
    margin-bottom: 15px;
  }
  .topics-borders .heading img {
    width: 103px;
    height: auto;
  }
  .topics-borders .blank .sns_icon_img,
  .topics-borders .pdf .sns_icon_img,
  .topics-borders .excel .sns_icon_img,
  .topics-borders .word .sns_icon_img {
    width: 11px;
    height: auto;
  }
  .topics-borders .news-entry {
    margin-top: 10px;
  }
  .topics-borders .news-entry .photo {
    position: static;
    width: auto;
  }
  .topics-borders .news-entry .photo.new-icon a:after {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .topics-borders .news-entry .text {
    width: auto;
    height: auto;
    min-height: inherit;
    padding: 13px 14px;
    border-width: 3px;
  }
  .topics-borders .news-entry .text .news-header .no {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topics-borders .news-entry .text .icon-arrow img {
    width: 7px;
    height: 14px;
  }
  .topics-borders .news-entry.img-left {
    min-height: inherit;
  }
  .topics-borders .news-entry.img-left .text {
    float: none;
    margin: 10px 0 0;
  }
  .topics-borders .news-entry.img-right {
    margin-top: 10px;
    min-height: inherit;
  }
  .topics-borders .news-entry.img-right .photo {
    top: 0;
  }
  .topics-borders .news-entry.img-right .text {
    float: none;
    margin: 10px 0 0;
  }
  .topics-borders .news-entry.topics-entry .text .topics-frame {
    display: block;
    height: auto;
    min-height: inherit;
  }
  .topics-borders .news-entry.topics-entry .text .topics-cell {
    display: block;
  }
  .topics-borders .news-entry.topics-entry .text .news-header {
    display: block;
  }
  .topics-borders .news-entry.topics-entry .text .event-footer {
    display: block;
  }
  .topics-borders .news-entry.eyes {
    min-height: auto;
    margin-bottom: 13px;
  }
  .topics-borders .news-entry.eyes .photo {
    width: auto;
    margin-bottom: 0;
  }
  .topics-borders .news-entry.eyes .text {
    border: none;
    width: auto;
    min-height: initial;
    margin-bottom: 0;
    padding: 15px;
  }
  .topics-borders .news-entry.eyes .text:before {
    display: none;
  }
  .topics-borders .news-entry.eyes .text .topics-frame {
    min-height: initial;
  }
  .topics-borders .news-entry.eyes .text .news-header .topics {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .topics-borders .news-entry.eyes .text .news-header h2 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topics-borders .news-entry.eyes .text .news-header .eyes-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .topics-borders .news-entry.eyes .text .icon-arrow a {
    padding: 13px;
  }
  .topics-borders .news-entry.eyes .text .icon-arrow img {
    width: 7px;
    height: 14px;
  }
  .topics-borders .news-entry.eyes .eye {
    position: static;
    display: block;
    width: auto;
    padding: 13px;
    background: #272c32;
  }
  .topics-borders .news-entry.eyes .eye .headline {
    display: block;
    width: auto;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    background: none;
    color: #3177c5;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topics-borders .news-entry.eyes .eye .headline br {
    display: none;
  }
  .topics-borders .news-entry.eyes .eye .headline span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topics-borders .news-entry.eyes .eye .eye-text {
    display: block;
    padding: 0;
    background: none;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.icon-rss {
  position: absolute;
  right: 0;
  top: 0;
}
.icon-rss img {
  width: 69px;
  height: 31px;
}

.more-events {
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
}
.more-events .c-frame {
  position: relative;
}
.more-events .c-frame:before {
  overflow-x: hidden;
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid rgba(0, 0, 0, 0.2);
  border-width: 20px;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.more-events .c-frame:after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 50%;
  top: -2px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid #e7eaec;
  border-width: 20px;
}
.more-events .c-frame {
  padding: 55px 0 60px;
}
.more-events .c-frame:after {
  border-top-color: #e2e6e9;
}
.more-events .heading {
  margin-bottom: 35px;
  text-align: center;
}
.more-events .heading img {
  width: 393px;
}
.more-events .category-list {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.more-events .category-list li {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.more-events .category-list li img {
  width: 74px;
  height: auto;
}
.more-events .category-list a {
  display: block;
  padding: 0 20px;
}
.more-events .tag-list {
  margin: 15px -10px 10px 0;
  padding: 0 29px;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
.more-events .tag-list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.more-events .tag-list a {
  position: relative;
  display: block;
  padding: 5px 8px 5px 20px;
  color: inherit;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.more-events .tag-list a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 11px;
  height: 11px;
  background: url("/common/images_j/common/icon_events_tag_x2.png") no-repeat left top;
  background-size: 11px 11px;
}

.research-events.top {
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5) inset;
}
.research-events.top .c-frame {
  position: relative;
}
.research-events.top .c-frame:before {
  overflow-x: hidden;
  z-index: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: -45px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid rgba(0, 0, 0, 0.2);
  border-width: 20px;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.research-events.top .c-frame:after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 50%;
  top: -47px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid transparent;
  border-top: solid #e2e6e9;
  border-width: 20px;
}

@media screen and (max-width: 767px) {
  .icon-rss img {
    width: 46px;
    height: 18px;
  }

  .more-events .c-frame {
    padding: 30px 13px 20px;
  }
  .more-events .c-frame:before, .more-events .c-frame:after {
    margin-left: -10px;
  }
  .more-events .c-frame:before {
    border-width: 10px;
  }
  .more-events .c-frame:after {
    border-width: 10px;
  }
  .more-events .heading {
    margin-bottom: 15px;
  }
  .more-events .heading img {
    width: 220px;
    height: auto;
  }
  .more-events .category-list li {
    margin-bottom: 13px;
  }
  .more-events .category-list li img {
    width: 70px;
  }
  .more-events .tag-list {
    display: none;
  }

  .research-events.top .c-frame:before, .research-events.top .c-frame:after {
    top: -20px;
    margin-left: -10px;
  }
  .research-events.top .c-frame:before {
    border-width: 10px;
  }
  .research-events.top .c-frame:after {
    border-width: 10px;
  }
}
.facts {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: url("/common/images_j/top/top_bg_facts.png") no-repeat center top;
  background-size: cover;
}
.facts:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  background: url("/common/images_j/top/top_bg_facts03_white.png") repeat-x center top;
}
.facts:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: url("/common/images_j/top/top_bg_facts05.png") repeat-x center top;
}
.facts .c-bg {
  width: 100%;
  background: url("/common/images_j/top/top_bg_facts02.png") repeat center top;
}
.facts .c-frame {
  margin: 0 auto;
}
.facts .l-content {
    position: relative;
    width: 1248px;
    /* height: 1675px; */
    height: auto;
    margin: 0 -104px;
    box-sizing: border-box;
    /* padding-top: 178px; */
    padding-top: 178px;
    padding-bottom: 302px;
    padding-bottom: 65px;
}
.facts .heading {
  position: absolute;
  left: 50%;
  top: 118px;
  margin-left: -93px;
    margin-bottom: 18px;
}
.facts .heading img {
  width: 186px;
  height: auto;
}

.facts .facts-list {
    display: none;
    position: relative;
    /*width: 294px;*/
    height: 1325px;
    margin: 0 auto;
    box-sizing: border-box;
}
.facts .facts-list li img {
  width: 208px;
  height: 241px;
}
.facts .tit,
.facts .pic,
.facts .btn1,
.facts .btn2,
.facts .btn3,
.facts .btn4 {
  position: absolute;
}
.facts .facts-t,
.facts .facts-d,
.facts .facts-g,
.facts .facts-e,
.facts .facts-r {
  position: relative;
}
.facts .facts-t .tit {
  top: 1px;
  left: 104px;
}
.facts .facts-t .btn1 {
  top: 1px;
  left: 312px;
}
.facts .facts-t .btn2 {
  top: 180px;
  left: 208px;
}
.facts .facts-t .btn3 {
  top: 180px;
  left: 416px;
}
.facts .facts-t .pic {
  top: 180px;
  left: 0px;
}
.facts .facts-d .tit {
  top: 180px;
  left: 624px;
}
.facts .facts-d .btn1 {
  top: 1px;
  left: 936px;
}
.facts .facts-d .btn2 {
  top: 180px;
  left: 832px;
}
.facts .facts-d .btn3 {
  top: 359px;
  left: 728px;
}
.facts .facts-d .pic {
  top: 1px;
  left: 728px;
}
.facts .facts-g .tit {
  top: 538px;
  left: 208px;
}
.facts .facts-g .btn1 {
  top: 538px;
  left: 416px;
}
.facts .facts-g .btn2 {
  top: 717px;
  left: 104px;
}
.facts .facts-g .btn3 {
  top: 717px;
  left: 312px;
}
.facts .facts-g .btn4 {
  top: 896px;
  left: 208px;
}
.facts .facts-g .pic {
  top: 538px;
  left: 0px;
}
.facts .facts-e .tit {
  top: 538px;
  left: 832px;
}
.facts .facts-e .btn1 {
  top: 717px;
  left: 728px;
}
.facts .facts-e .btn2 {
  top: 717px;
  left: 936px;
}
.facts .facts-e .btn3 {
  top: 896px;
  left: 832px;
}
.facts .facts-e .pic {
  top: 538px;
  left: 1040px;
}
.facts .facts-r .tit {
  top: 896px;
  left: 416px;
}
.facts .facts-r .btn1 {
  top: 1075px;
  left: 312px;
}
.facts .facts-r .btn2 {
  top: 1075px;
  left: 520px;
}
.facts .facts-r .btn3 {
  top: 1075px;
  left: 728px;
}
.facts .facts-r .pic {
  top: 896px;
  left: 624px;
}
.facts .facts-btn {
    /* display: none; */
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 17px;
}
.facts .facts-btn.btn-up {
    margin-top: 80px;
    margin-bottom: 98px;
}

@media screen and (max-width: 767px) {
  .facts {
    background: url("/common/images_j/top/top_bg_facts_x2.png") no-repeat center top;
  }
  .facts:before {
    min-width: inherit;
    height: 42px;
    background-size: 147px auto;
  }
  .facts:after {
    min-width: inherit;
    height: 42px;
    background: url("/common/images_j/top/top_bg_facts04.png") repeat-x center top;
    background-size: 147px auto;
  }
  .facts .c-bg {
    background: none;
  }
  .facts .c-frame {
    padding-top: 0;
  }
  .facts .l-content {
    width: auto;
    height: auto;
    margin: 0;
    padding: 60px 13px 65px;
    min-width: inherit;
    height: auto;
  }
  .facts .heading {
    position: static;
    left: 0;
    top: 0;
    margin: 0 0 18px;
    text-align: center;
  }
  .facts .heading img {
    width: 104px;
    height: auto;
  }
  .facts .facts-list {
    display: none;
    position: relative;
    width: 294px;
    height: 1840px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .facts .facts-list li img {
    width: 147px;
    height: 170px;
  }
  .facts .pic {
    display: none;
  }
  .facts .facts-t .tit {
    top: 0px;
    left: 25%;
  }
  .facts .facts-t .btn1 {
    top: 127px;
    left: 0;
  }
  .facts .facts-t .btn2 {
    top: 127px;
    left: 50%;
  }
  .facts .facts-t .btn3 {
    top: 254px;
    left: 25%;
  }
  .facts .facts-d .tit {
    top: 381px;
    left: 0;
  }
  .facts .facts-d .btn1 {
    top: 381px;
    left: 50%;
  }
  .facts .facts-d .btn2 {
    top: 508px;
    left: 25%;
  }
  .facts .facts-d .btn3 {
    top: 635px;
    left: 0;
  }
  .facts .facts-g .tit {
    top: 635px;
    left: 50%;
  }
  .facts .facts-g .btn1 {
    top: 762px;
    left: 25%;
  }
  .facts .facts-g .btn2 {
    top: 889px;
    left: 0;
  }
  .facts .facts-g .btn3 {
    top: 889px;
    left: 50%;
  }
  .facts .facts-g .btn4 {
    top: 1016px;
    left: 25%;
  }
  .facts .facts-e .tit {
    top: 1143px;
    left: 0;
  }
  .facts .facts-e .btn1 {
    top: 1143px;
    left: 50%;
  }
  .facts .facts-e .btn2 {
    top: 1270px;
    left: 25%;
  }
  .facts .facts-e .btn3 {
    top: 1397px;
    left: 0;
  }
  .facts .facts-r .tit {
    top: 1397px;
    left: 50%;
  }
  .facts .facts-r .btn1 {
    top: 1524px;
    left: 25%;
  }
  .facts .facts-r .btn2 {
    top: 1651px;
    left: 0;
  }
  .facts .facts-r .btn3 {
    top: 1651px;
    left: 50%;
  }
  .facts .facts-btn {
    display: block;
    text-align: center;
    margin: 0px;
  }
  .facts .facts-btn a {
    display: block;
  }
  .facts .facts-btn.btn-up {
    margin: 0;
  }
  .facts .facts-btn img {
    width: 190px;
    height: 54px;
  }
}
.bnr-area {
  padding-top: 52px;
  background: #ffffff;
}
.bnr-area ul {
  position: relative;
  overflow: hidden;
  margin-right: -40px;
  font-size: 0px;
  font-size: 0rem;
}
.bnr-area li {
  vertical-align: top;
  display: inline-block;
  margin: 0 40px 40px 0;
}
.bnr-area a {
  display: block;
}

.school-list-footer {
  background: #e2e6e9;
  font-size: 14px;
  font-size: 1.4rem;
}
.school-list-footer .blank .sns_icon_img,
.school-list-footer .pdf .sns_icon_img,
.school-list-footer .excel .sns_icon_img,
.school-list-footer .word .sns_icon_img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}
.school-list-footer .c-frame {
  padding: 40px 0;
}
.school-list-footer ul {
  display: table;
}
.school-list-footer .s1,
.school-list-footer .s2,
.school-list-footer .s3 {
  display: table-cell;
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
}
.school-list-footer .s1 span,
.school-list-footer .s2 span,
.school-list-footer .s3 span {
  position: relative;
  display: block;
  padding: 15px 0 20px;
  font-weight: bold;
}
.school-list-footer .s1 span:before,
.school-list-footer .s2 span:before,
.school-list-footer .s3 span:before {
  content: '';
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  border-top: 2px solid #990000;
}
.school-list-footer .s3 {
  border-right: 1px solid #ffffff;
}
.school-list-footer li ul {
  display: block;
}
.school-list-footer li li {
  border-left: none;
}
.school-list-footer li a {
  color: inherit;
}
.school-list-footer .s1,
.school-list-footer .s3 {
  width: 27%;
}
.school-list-footer .s2 {
  width: 46%;
}
.school-list-footer .s2 ul {
  box-sizing: border-box;
  margin-right: -10px;
  font-size: 0px;
  font-size: 0rem;
}
.school-list-footer .s2 li {
  vertical-align: top;
  display: inline-block;
  width: 47.5%;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .bnr-area {
    padding: 19px 13px 0;
    text-align: center;
  }
  .bnr-area ul {
    margin-right: 0px;
  }
  .bnr-area li {
    margin: 0 0 13px 0;
  }
  .bnr-area img {
    max-width: 100%;
  }

  .school-list-footer .c-frame {
    padding: 15px 13px 1px;
  }
  .school-list-footer .blank .sns_icon_img,
  .school-list-footer .pdf .sns_icon_img,
  .school-list-footer .excel .sns_icon_img,
  .school-list-footer .word .sns_icon_img {
    width: 11px;
    height: auto;
  }
  .school-list-footer ul {
    display: block;
  }
  .school-list-footer .s1,
  .school-list-footer .s2,
  .school-list-footer .s3 {
    display: block;
    width: auto;
    margin-bottom: 15px;
    padding: 0;
    border-left: none;
  }
  .school-list-footer .s1 span,
  .school-list-footer .s2 span,
  .school-list-footer .s3 span {
    padding: 0 0 10px;
  }
  .school-list-footer .s1 span:before,
  .school-list-footer .s2 span:before,
  .school-list-footer .s3 span:before {
    display: none;
  }
  .school-list-footer .s2 ul {
    margin-right: 0;
  }
  .school-list-footer .s2 li {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .school-list-footer .s3 {
    border-right: none;
  }
}
/* メディア出演情報 */
.media-title {
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 2.2rem;
}
.media-title span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #990000;
}

.monthly-list {
  margin-bottom: 50px;
}
.monthly-list ol {
  font-size: 0px;
  font-size: 0rem;
}
.monthly-list li {
  vertical-align: middle;
  display: inline-block;
  width: 60px;
  padding-right: 1px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.monthly-list li.current span {
  border-color: #990000;
  background: #ffffff;
  color: #990000;
}
.monthly-list a,
.monthly-list span {
  display: block;
  padding: 12px 0;
  border: 2px solid #D1D6DA;
}
.monthly-list a {
  border-color: #990000;
  background: #990000;
  color: #ffffff;
  box-sizing: border-box;
}
.monthly-list span {
  background: #D1D6DA;
}

.mod-wysiwyg .set-table.media table thead th {
  background: #333;
  vertical-align: middle;
}
.mod-wysiwyg .set-table.media .blank img {
  width: 11px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}
.mod-wysiwyg .caption-list {
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-wysiwyg .caption-list li {
  margin-bottom: 0;
  padding-left: 10px;
  text-indent: -10px;
}
.mod-wysiwyg .caption-list li:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .mod-title.type2.monthly {
    text-align: center;
  }

  .monthly-list {
    margin-bottom: 33px;
  }
  .monthly-list ol {
    margin-right: -1px;
  }
  .monthly-list li {
    width: 25%;
    margin-bottom: 2px;
    padding-right: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*お問い合わせ*/
.toiawase-page {
  max-width: 740px;
  margin: 0 auto;
  padding: 61px 0 0;
}
.toiawase-page h1 {
  display: inline-block;
  margin: 0 0 34px;
  border-bottom: 3px solid #990000;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.toiawase-page h1 span {
  display: block;
  padding: 14px 0 18px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}
.toiawase-page .text-jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.toiawase-page .text-en {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 2;
}
.toiawase-page .attention {
  margin: 15px 0 3px;
}
.toiawase-page .must {
  color: #990000;
}
.toiawase-page dl {
  position: relative;
  margin: 35px 0 24px;
}
.toiawase-page dt {
  position: absolute;
  width: 214px;
  padding: 18px 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.toiawase-page dt .en {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
}
.toiawase-page dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 26px 29px 214px;
  background: #fff;
  border-bottom: 6px solid #f2f4f6;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.toiawase-page input,
.toiawase-page textarea {
  padding: 4px 5px 4px;
  width: 100%;
  border: 1px solid #e2e6e9;
  background: #e2e6e9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1.6rem;
}
.toiawase-page input:focus,
.toiawase-page textarea:focus {
  background: #fff;
}
.toiawase-page textarea {
  min-height: 400px;
}
.toiawase-page .btn-area {
  text-align: center;
  padding: 37px 0 214px;
}
.toiawase-page .btn,
.toiawase-page button {
  height: 70px;
  width: 240px;
  display: inline-block;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.toiawase-page .btn:hover,
.toiawase-page button:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.toiawase-page .btn .en,
.toiawase-page button .en {
  font-size: 14px;
  font-size: 1.4rem;
}
.toiawase-page .btn p,
.toiawase-page button p {
  height: 100%;
  display: inline-block;
  padding: 13px 0 0;
  text-align: center;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toiawase-page .btn.prev,
.toiawase-page button.prev {
  background: #5f5f5f;
  color: #fff;
  margin: 0 28px 0 0;
}
.toiawase-page .btn.prev .en,
.toiawase-page button.prev .en {
  color: #ababab;
  letter-spacing: -0.05em;
}
.toiawase-page .btn a,
.toiawase-page button a {
  display: block;
  height: 100%;
}
.toiawase-page .btn a, .toiawase-page .btn.next,
.toiawase-page button a,
.toiawase-page button.next {
  background: #990000;
  color: #fff;
}
.toiawase-page .btn a .en, .toiawase-page .btn.next .en,
.toiawase-page button a .en,
.toiawase-page button.next .en {
  color: #cb8484;
}
.toiawase-page .btn a:after, .toiawase-page .btn.next:after,
.toiawase-page button a:after,
.toiawase-page button.next:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  margin: 0 -15px 0 7px;
  background: url(/common/images_j/common/bg_right_small_white.png) no-repeat center center;
}
.toiawase-page .btn:hover {
  opacity: 1;
}
.toiawase-page .check dl {
  margin: 6px 0 24px;
}
.toiawase-page .check dd {
  padding: 26px 26px 26px 217px;
  min-height: 90px;
}
.toiawase-page .check .text-en {
  margin: 3px 0 0;
}
.toiawase-page .check .btn-area {
  overflow: hidden;
  width: 510px;
  margin: 0 auto;
  padding: 37px 0 109px;
}
.toiawase-page .check .btn-area .next {
  float: right;
}
.toiawase-page .check .btn-area .prev {
  float: left;
}
.toiawase-page .text-box {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 21px 20px;
  margin: 6px 0 3px;
}
.toiawase-page.complete .btn-area {
  padding: 37px 0 104px;
}

@media screen and (max-width: 767px) {
  .toiawase-page {
    width: 91.875%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .toiawase-page .sp-hide {
    display: none;
  }
  .toiawase-page .ttl {
    text-align: center;
  }
  .toiawase-page h1 {
    margin: 0 0 16px;
    border-bottom: 2px solid #990000;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1;
  }
  .toiawase-page h1 span {
    padding: 8px 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .toiawase-page .text-jp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .toiawase-page .text-en {
    font-size: 11px;
    font-size: 1.1rem;
    color: #666;
    line-height: 2;
  }
  .toiawase-page .attention {
    margin: 15px 0 3px;
  }
  .toiawase-page .must {
    color: #990000;
  }
  .toiawase-page dl {
    position: relative;
    margin: 15px 0 9px;
  }
  .toiawase-page dt {
    position: inherit;
    width: 100%;
    background: #fff;
    padding: 10px 11px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .toiawase-page dt .en {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 0 0 6px;
  }
  .toiawase-page dt br {
    display: none;
  }
  .toiawase-page dd {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 12px;
    background: #fff;
    border-bottom: 6px solid #f2f4f6;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .toiawase-page input,
  .toiawase-page textarea {
    padding: 11px 5px 11px;
    width: 100%;
    border: 1px solid #e2e6e9;
    background: #e2e6e9;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .toiawase-page textarea {
    min-height: 226px;
  }
  .toiawase-page .btn-area {
    text-align: center;
    padding: 15px 0 80px;
  }
  .toiawase-page form .text-en {
    margin: 5px 0 0;
  }
  .toiawase-page .btn,
  .toiawase-page button {
    height: 67px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .toiawase-page .btn .en,
  .toiawase-page button .en {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .toiawase-page .btn p,
  .toiawase-page button p {
    height: 100%;
    padding: 17px 0 0;
  }
  .toiawase-page .btn a:after, .toiawase-page .btn.next:after,
  .toiawase-page button a:after,
  .toiawase-page button.next:after {
    width: 5px;
    background: url(/common/images_j/common/bg_right_small_white_x2.png) no-repeat center center;
    background-size: 5px 9px;
  }
  .toiawase-page .check dl {
    margin: 4px 0 10px;
  }
  .toiawase-page .check dd {
    padding: 9px 15px 17px 20px;
    min-height: inherit;
  }
  .toiawase-page .check .text-en {
    margin: 3px 0 0;
  }
  .toiawase-page .check .btn-area {
    width: 100%;
    padding: 19px 0 93px;
  }
  .toiawase-page .check .btn-area .next {
    float: none;
    margin: 0 0 18px;
  }
  .toiawase-page .check .btn-area .prev {
    float: none;
  }
  .toiawase-page .text-box {
    padding: 8px 12px 13px;
    margin: 4px 0 3px;
  }
  .toiawase-page .text-box .text-en {
    margin: 5px 0 0;
  }
  .toiawase-page.complete .btn-area {
    padding: 17px 0 75px;
  }
}
.fr-overlay-background {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter: alpha(opacity=80);
}

.fr-ui-outside .fr-info-background {
  background: #fff;
}

.fr-caption {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

.fr-close {
  top: 60px;
  right: 60px;
  width: 72px;
  height: 72px;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  display: none;
}

.fr-close-background, .fr-close-icon {
  width: 72px;
  height: 72px;
}

.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background: url(/common/images_j/common/bg_close_modal.png) no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .fr-overlay-ui-fullclick .fr-overlay-background {
    background: #000;
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
  }

  .fr-close {
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
  }

  .fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
  .fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
    display: none;
  }

  .fr-close-background, .fr-close-icon {
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
  }

  .fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
    background: url(/common/images_j/common/bg_close_modal.png) no-repeat 0 0;
    background-size: 34px auto;
  }

  .fr-info-background {
    background: #fff;
  }
}
/*! jQuery UI - v1.12.1 - 2016-10-18
* http://jqueryui.com
* Includes: core.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  font-family: "Helvetica Neue",Helvetica,Arial, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","YuGothic","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}


.list-nav{
    font-size: 14px;
	margin: 40px 0;
	text-align: center;
}
.list-nav li{
	display: inline;
}
.list-nav a, .list-nav .WCMpaged a{
	border: 1px solid #CCC;
	margin: 0 5px;
	padding: 6px 8px;
	text-decoration: none;
}
.list-nav a.active, .list-nav .WCMpaged a.WCMselected{
	background: #709BB9;
	color: #FFF;
}
.list-nav li.prev{
	margin-right: 30px;
}
.list-nav li.next{
	margin-left: 30px;
}
.more_btn {
    font-size: 14px;
	text-align: right;
}

.more_btn a {
	padding: 0.3em 28px 0.3em 0 ;
	color:#709bb9;
	display: inline-block;
	background:url(/rsgu/img/list_btn.png) no-repeat;
	background-size: 18px auto;
	background-position: right center;
}

.more_btn a:hover {
	color:#333;
}

@media screen and (max-width: 750px) {
	.more_btn {
		width:100%;
		margin:0 auto 0;
		text-align: center;
	}
}


h5.mod-title.type5.news  {
  display: flex;
}

h5.mod-title.type5.news .news_date {
  display: block;
  width: 15%;
  min-width: 6em;
}
h5.mod-title.type5.news .news_title {
  display: block;
  width: 85%;
}



.pressrelease {
  font-size: 14px;
}
dl.pressrelease {
  margin: 0 0 40px;
}
dl.pressrelease::after {
  display: block;
  content: "";
  clear: both;
}
dl.pressrelease dt {
  float: left;
  clear: both;
  line-height: 2;
  color: #666;
  letter-spacing: 1px;
}
dl.pressrelease dd {
  padding: 0 0 0 100px;
  margin-bottom: 15px;
  line-height: 2;
  border-bottom: 1px dotted #666;
}
dl.pressrelease dd a {
  color: #231815;
}
dl.pressrelease dd img {
  display: none;
}
ul.pressrelease {
  margin: 40px 0 80px;
}
ul.pressrelease li.date {
  color: #666666;
  padding-left: 20px;
  position: relative;
}
ul.pressrelease li.date.date-icon:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url("/common/images_j/common/icon_events_date_x2.png") no-repeat left top;
  background-size: 14px;
}
ul.pressrelease li.title {
  font-size: 22px;
  line-height: 1.3;
  margin: .3em 0;
}
ul.pressrelease li.busho {
  text-align: right;
}
ul.pressrelease li.contents {
  margin-top: 30px;
  margin-bottom: 1em;
}
ul.pressrelease li.contents * {
  font-size: inherit !important;
  font-family: inherit !important;
}
ul.pressrelease li.pdf {
  margin-bottom: 1em;
}
ul.pressrelease li.pdf::after {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url("/common/images_j/common/icon_pdf_x2.png") no-repeat;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  margin: 0 0 0 5px;
}
ul.pressrelease li.pdf a {
  color: #231815;
}
ul.pressrelease li.pdf img {
  display: none;
}
@media screen and (max-width: 767px) {
  dl.pressrelease dt {
    float: none;
    line-height: 1.5;
  }
  dl.pressrelease dd {
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}




.top-news-list2 {
  background: #990000;
}
.top-news-list2 ul li {
  padding: 5px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.top-news-list2 a {
  position: relative;
  display: block;
  color: #ffffff;
}
.top-news-list2 a:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  width: 3px;
  height: 6px;
  margin-top: -3px;
  background-image: url("/common/images_j/common/bg_right_white_x2.png");
  background-repeat: no-repeat;
  background-size: 3px 6px;
}
@media screen and (max-width: 767px) {
  .top-news-list2 {
    padding: 0;
  }
  .top-news-list2 ul li {
    margin-top: 0;
    border-top: 1px solid #b4494a;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-news-list2 li:first-child {
    border-top: none;
  }
  .top-news-list2 a {
    display: block;
    padding: 10px 15px;
  }
}


.research-list.type2 .international2-list h3 {
  padding: 11px 0 19px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #990000;
  font-weight: bold;
}




