@charset "UTF-8";
article, aside, figcaption, figure,
header, main, nav, footer, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* basic */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, header, footer, section {
  margin: 0;
}

/* text */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

dl, dd, p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b, strong {
  font-weight: bold;
}

/* code/pre */
code, pre {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

/* sub/sup */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* visual */
img {
  border: 0;
  vertical-align: top;
}

img[usemap] {
  height: auto;
  max-width: 100%;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/* other */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
}

mark {
  background: #ff0;
  color: #000;
}

/* form */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  /*font-family: inherit;*/
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0 3px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-list {
  z-index: 1;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  z-index: 11;
  cursor: pointer;
}

.slick-prev {
  left: 3px;
  background: url(/common/images/icon_arrow15.png) no-repeat 0 0;
}

.slick-prev:hover, .slick-prev:focus {
  opacity: .8;
}

.slick-next {
  right: 3px;
  background: url(/common/images/icon_arrow14.png) no-repeat 0 0;
}

.slick-next:hover, .slick-next:focus {
  opacity: .8;
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 358px;
  height: 15px;
  text-align: center;
  z-index: 10;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 6px;
  vertical-align: top;
}

.slick-dots li button {
  display: block;
  padding: 5px;
  width: 15px;
  height: 15px;
  border: 0;
  background: url(/common/images/icon_square01.png) no-repeat 0 0;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  background: url(/common/images/icon_square02.png) no-repeat 0 0;
}

.slick-dots li.slick-active button {
  background: url(/common/images/icon_square02.png) no-repeat 0 0;
}

/* =============== variable =============== */
/* =============== extend =============== */
#page-header .header-inner, .nav-global-wrapper #nav-global, #contents, #page-footer .footer-inner, .nav-mega-menu, .index-mv-link, .index-info, .index-slider-inner, .index-news-inner, .index-press-and-youtube-inner, .index-monthly-journal-inner, .index-members-inner {
  margin-right: auto;
  margin-left: auto;
  width: 970px;
}

.mod-list-entries01 li:after, #page-header .logo-box:after, #page-header .util-box .link:after, #page-header .util-box .search:after, #contents:after, .nav-mega-menu ul .col2:after, .action-index:after, .journal-index .head:after, .journal-index .prefatory-note:after, .journal-index .new-members .members:after, .monthly-archive:after {
  display: block;
  clear: both;
  content: "";
}

.mod-simple-list01.banner a:hover, #page-header .util-box .usa:hover, .mod-simple-list01.banner a:active, #page-header .util-box .usa:active {
  opacity: .5;
  transition: opacity .2s ease-in-out 0;
}

/* =============== base =============== */
body {
  color: #333;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  line-height: 1.5em;
}

body * {
  box-sizing: border-box;
}

/* link color */
a {
  color: #0451a1;
  text-decoration: underline;
}

a .pdf {
  padding: 2px 0;
  background: url("/preview/common/images/icon_pdf.png") no-repeat right center;
  background-size: auto 100%;
  padding-right: 30px;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #371ab3;
}

/* =============== タイトル =============== */
.mod-title-l1-01, .mod-title-l2-01, .mod-title-l2-02, .mod-title-l2-03, .mod-title-l3-01, .journal-index .head {
  position: relative;
}

.mod-title-l1-01:before, .mod-title-l2-01:before, .mod-title-l2-02:before, .mod-title-l2-03:before, .mod-title-l3-01:before, .journal-index .head:before {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #922521;
  content: "";
}

/* h1 */
.mod-title-l1-01 {
  font-size: 1.25rem;
  margin-bottom: 23px;
  padding: 12px 0;
  border: solid #00073f;
  border-width: 4px 0;
  font-weight: bold;
}

.mod-title-l1-01 .title {
  display: block;
  padding: 0 4px;
}

.mod-title-l1-01 .label {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 6px;
  padding: 1px 8px;
  background-color: #00073f;
  color: #fff;
}

.mod-title-l1-01 .sub-title {
  font-size: 0.875rem;
  display: block;
  margin-top: 4px;
  padding: 0 4px;
  color: #666;
  font-weight: normal;
}

/* h2 */
.mod-title-l2-01 {
  margin-bottom: 19px;
  padding: 6px 8px 4px 8px;
  background-color: #00073f;
  color: #fff;
  font-weight: bold;
}

.mod-title-l2-01:before {
  height: 5px;
}

.mod-title-l2-02 {
  font-size: 0.9375rem;
  margin-bottom: 19px;
  padding: 4px 8px;
  background-color: #00073f;
  color: #fff;
  font-weight: bold;
}

.mod-title-l2-02:before {
  height: 5px;
}

.mod-title-l2-03 {
  font-size: 0.9375rem;
  margin-bottom: 11px;
  padding: 4px 12px 2px 22px;
  border-top: 1px solid #922521;
  border-bottom: 7px solid #00073f;
  background: url(../images/icon_arrow06.png) no-repeat 0 center;
  font-weight: bold;
}

.mod-title-l2-03:before {
  bottom: -10px;
  height: 3px;
}

/* h3 */
.mod-title-l3-01 {
  margin-bottom: 23px;
  padding: 0 6px 4px;
  border-bottom: 4px solid #00073f;
  font-weight: bold;
}

.mod-title-l3-01:before {
  bottom: -7px;
  height: 2px;
}

/* h4 */
.mod-title-l4-01 {
  margin-bottom: 15px;
  padding: 4px 6px;
  background-color: #ddd;
  font-weight: bold;
}

/* h5 */
.mod-title-l5-01 {
  margin-bottom: 15px;
  padding: 0 6px 2px;
  border-bottom: 1px dotted #00073f;
  font-weight: bold;
}

/* =============== ボックス =============== */
/* 背景塗りつぶし */
.mod-gray-box01 {
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #eee;
}

/* 枠付き */
.mod-gray-border-box01 {
  margin-bottom: 20px;
  padding: 20px 0;
  border: solid #ddd;
  border-width: 1px 0;
}

.mod-gray-border-box02 {
  margin-bottom: 20px;
  padding: 12px 16px;
  border: 1px solid #aaa;
}

/* =============== ボタン =============== */
.mod-button-01 {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.mod-button-01 a {
  position: relative;
  display: inline-block;
  padding: 14px 12px;
  background-color: #00073f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
}

.mod-button-01 a:before {
  margin-right: 3px;
  content: ">";
}

.mod-button-01 a:hover {
  background-color: #922521;
}

.mod-button-01 .blank-icon {
  position: absolute;
  top: 3px;
  right: 3px;
}

/* =============== リスト =============== */
/* メインカラム新着情報 */
.mod-list-entries01 li {
  margin-bottom: 10px;
  line-height: 1.35em;
}

.mod-list-entries01 li:last-child {
  margin-bottom: 0;
}

.mod-list-entries01 .meta {
  float: left;
  width: 210px;
}

.mod-list-entries01 .meta time {
  font-size: 0.9375rem;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}

.mod-list-entries01 .meta .label {
  font-size: 0.75rem;
  display: inline-block;
  padding: 4px 0;
  width: 5em;
  background-color: #00073f;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
}

.mod-list-entries01 .meta .label.color02 {
  background-color: #922521;
}

.mod-list-entries01 .title {
  margin-left: 13em;
}

.mod-list-entries01 .sub-title {
  display: block;
}

/* メインカラムAction(活動) */
.mod-list-entries02 .title {
  margin-bottom: 10px;
}

.mod-list-entries02 .lists {
  margin-left: 5px;
}

.mod-list-entries02 .lists li {
  margin-bottom: 10px;
  line-height: 1.35em;
}

.mod-list-entries02 .lists li:last-child {
  margin-bottom: 0;
}

.mod-list-entries02 .lists a {
  display: block;
  padding-left: 15px;
  background: url(../images/icon_arrow03.png) no-repeat 0 0.45em;
}

.mod-list-entries02 .lists .summary {
  font-size: 0.875rem;
  display: block;
  margin-left: 15px;
}

/* サブカラム新着 */
.mod-list-entries03 li {
  margin-bottom: 10px;
  line-height: 1.35em;
}

.mod-list-entries03 li:last-child {
  margin-bottom: 0;
}

.mod-list-entries03 time {
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 2px;
  line-height: 1em;
}

/* 矢印付きリスト */
.mod-arrow-list01 li {
  margin-bottom: 8px;
}

.mod-arrow-list01 a, .mod-arrow-list01 em {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/icon_arrow03.png) no-repeat 9px 0.55em;
}

.mod-arrow-list01 em {
  font-style: normal;
}

.mod-arrow-list02 li {
  margin-bottom: 8px;
}

.mod-arrow-list02 a {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/icon_arrow09.png) no-repeat 0 center;
}

.mod-arrow-list03 {
  margin-bottom: 20px;
}

.mod-arrow-list03:last-child {
  margin-bottom: 0;
}

.mod-arrow-list03.inline li {
  display: inline-block;
  margin: 0 5em .6em 0;
}

.mod-arrow-list03 li {
  margin-bottom: 8px;
}

.mod-arrow-list03 li:last-child {
  margin-bottom: 0;
}

.mod-arrow-list03 li a {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/icon_arrow06.png) no-repeat 0 center;
}

.mod-arrow-list03 li ul {
  margin: 8px 0 12px 22px;
}

.mod-arrow-list03 li ul a {
  padding-left: 15px;
  background: url(../images/icon_circle01.png) no-repeat 0 center;
}

/* 横並びリスト */
.mod-inline-list01 {
  text-align: center;
}

.mod-inline-list01 li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.mod-inline-list01 li:last-child {
  margin-right: 0;
}

/* シンプルなリスト */
.mod-simple-list01 li {
  margin-bottom: 10px;
  line-height: 1.35em;
}

.mod-simple-list01 li:last-child {
  margin-bottom: 0;
}

.mod-simple-list02 li {
  margin-bottom: 5px;
}

.mod-simple-list03 {
  padding-left: 20px;
}

.mod-simple-list03 li {
  list-style-type: disc;
  line-height: 1.7em;
}

.mod-simple-list04 {
  margin-bottom: 20px;
}

.mod-simple-list04:last-child {
  margin-bottom: 0;
}

.mod-simple-list04 li {
  padding-left: 20px;
  background: url(../images/icon_circle02.png) no-repeat 5px 0.65rem;
  line-height: 1.7em;
}

.mod-simple-list04 ul li {
  background: url(../images/icon_circle01.png) no-repeat 5px 0.65rem;
}

.mod-simple-list05 {
  margin-bottom: 20px;
}

.mod-simple-list05:last-child {
  margin-bottom: 0;
}

.mod-simple-list05 li {
  padding-left: 20px;
  background: url(../images/icon_circle01.png) no-repeat 5px 0.65rem;
  line-height: 1.7em;
}

.mod-simple-list06 > li:before {
  content: "●";
}

.mod-simple-list06 li:last-child ul {
  margin-bottom: 0;
}

.mod-simple-list06 ul {
  padding-left: 40px;
  margin-bottom: 8px;
}

.mod-simple-list06 ul li {
  margin-bottom: 2px;
  list-style-type: disc;
}

/* =============== バナー =============== */
.mod-border-banner01, .mod-border-banner02 {
  margin-bottom: 15px;
}

.mod-border-banner01 li, .mod-border-banner02 li {
  margin-bottom: 10px;
}

.mod-border-banner01 a, .mod-border-banner02 a {
  display: table;
  width: 100%;
  height: 50px;
  border: solid #00073f;
  border-width: 1px 1px 5px;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

.mod-border-banner01 a:hover, .mod-border-banner02 a:hover {
  border-color: #922521;
  border-width: 2px;
  color: #922521;
}

.mod-border-banner01 .icon, .mod-border-banner02 .icon {
  display: table-cell;
  width: 85px;
  text-align: center;
  vertical-align: middle;
}

.mod-border-banner01 .icon img, .mod-border-banner02 .icon img {
  vertical-align: top;
}

.mod-border-banner01 .text, .mod-border-banner02 .text {
  font-size: 0.9375rem;
  display: table-cell;
  padding-top: 3px;
  font-weight: bold;
  line-height: 1em;
  vertical-align: middle;
}

.mod-border-banner02 .icon {
  padding-left: 3px;
  width: 65px;
  text-align: left;
}

.mod-border-banner03 li {
  margin-bottom: 10px;
}

.mod-border-banner03 a {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.mod-border-banner03 a:hover {
  padding: 9px;
  border: 2px solid #ddd;
}

.mod-border-banner03 .icon {
  display: block;
  margin-bottom: 10px;
}

.mod-border-banner03 .text {
  display: block;
  font-weight: bold;
}

/* =============== テーブル =============== */
.mod-table-01 {
  margin-bottom: 20px;
  width: 100%;
}

.mod-table-01 th, .mod-table-01 td {
  padding: 6px 14px;
  border: 1px solid #aaa;
  text-align: center;
}

.mod-table-01 th {
  background-color: #eee;
  font-weight: normal;
}

.mod-table-01 .text-left {
  text-align: left;
}

.mod-table-02 {
  margin-bottom: 20px;
  width: 100%;
}

.mod-table-02 th, .mod-table-02 td {
  padding: 6px 14px;
  border: 1px solid #aaa;
}

.mod-table-02 th {
  width: 10em;
  background-color: #eee;
  text-align: center;
  font-weight: normal;
}

.mod-table-02 .text-left {
  text-align: left;
}

.mod-table-02 .text-center {
  text-align: center;
}

/* =============== トグルメニュー =============== */
.mod-toggle-menu .tab {
  margin-bottom: 5px;
  padding-left: 25px;
  background: url(../images/icon_arrow07.png) no-repeat 0 center;
  cursor: pointer;
}

.mod-toggle-menu .tab.active {
  background-image: url(../images/icon_arrow08.png);
  font-weight: bold;
}

/* =============== モジュール =============== */
/* マージン */
.mod-mb-0 {
  margin-bottom: 0px !important;
}

.mod-mb-5 {
  margin-bottom: 5px !important;
}

.mod-mb-10 {
  margin-bottom: 10px !important;
}

.mod-mb-15 {
  margin-bottom: 15px !important;
}

.mod-mb-20 {
  margin-bottom: 20px !important;
}

.mod-mb-25 {
  margin-bottom: 25px !important;
}

.mod-mb-30 {
  margin-bottom: 30px !important;
}

.mod-mb-35 {
  margin-bottom: 35px !important;
}

.mod-mb-40 {
  margin-bottom: 40px !important;
}

.mod-ml-0 {
  margin-left: 0px !important;
}

.mod-ml-5 {
  margin-left: 5px !important;
}

.mod-ml-10 {
  margin-left: 10px !important;
}

.mod-ml-15 {
  margin-left: 15px !important;
}

.mod-ml-20 {
  margin-left: 20px !important;
}

/* テキスト関連 */
.mod-text-center {
  text-align: center;
}

.mod-text-small-01 {
  font-size: 0.875rem;
  color: #333;
}

.mod-negative-indent01 {
  text-indent: -10px;
}

/* 一覧へ */
.mod-more01 a, .mod-more-left01 a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/icon_arrow02.png) no-repeat 0 center;
}

.mod-more01 {
  text-align: right;
}

.mod-more-left02 a, .monthly-archive .title a {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/icon_arrow06.png) no-repeat 0 center;
}

/* ページ上部へ戻る */
.mod-pagetop01 {
  font-size: 0.875rem;
  text-align: right;
}

.mod-pagetop01 a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/icon_arrow10.png) no-repeat 0 center;
}

/* =============== ヘッダー =============== */
#page-header {
  border-bottom: 3px solid #922521;
  /* ロゴ */
  /* 海外サイトリンク・検索 */
}

#page-header .header-inner {
  position: relative;
  padding-top: 13px;
}

#page-header .logo-box {
  margin-bottom: 25px;
}

#page-header .logo-box .logo-ci {
  float: left;
  margin-right: 45px;
}

#page-header .logo-box .logo-company {
  float: left;
  margin-top: 12px;
}

#page-header .util-box {
  position: absolute;
  top: 10px;
  right: 0;
  /* 海外サイトリンク */
  /*  検索*/
}

#page-header .util-box .link {
  margin-bottom: 6px;
}

#page-header .util-box .english {
  float: left;
  margin-right: 8px;
}

#page-header .util-box .english a {
  font-size: 0.9375rem;
  display: inline-block;
  padding: 7px 10px 7px 36px;
  background: url(../images/icon_global.png) no-repeat 10px center #00073f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
}

#page-header .util-box .english a:hover {
  background-color: #922521;
}

#page-header .util-box .usa {
  float: right;
}

#page-header .util-box .query {
  display: block;
  float: left;
  margin-right: 8px;
  padding: 2px 6px;
  width: 212px;
  border: 1px solid #666;
  line-height: 1.5em;
}

#page-header .util-box .submit {
  display: block;
  float: right;
  padding: 3px 0;
  width: 45px;
  border: 0;
  background-color: #00073f;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
}

#page-header .util-box .submit:hover {
  background-color: #922521;
}

/* =============== グローバルナビ =============== */
.nav-global-wrapper {
  border-top: 1px solid #922521;
}

.nav-global-wrapper .nav-global-inner {
  border-bottom: 7px solid #00073f;
}

.nav-global-wrapper #nav-global {
  display: table;
}

.nav-global-wrapper #nav-global li {
  display: table-cell;
  position: relative;
  padding-left: 20px;
  line-height: 1em;
  text-align: center;
}

.nav-global-wrapper #nav-global li:first-child {
  padding-left: 0;
}

.nav-global-wrapper #nav-global a {
  font-size: 0.9375rem;
  display: block;
  padding: 7px 0;
  min-width: 150px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.nav-global-wrapper #nav-global a.current, .nav-global-wrapper #nav-global a:hover {
  position: relative;
  background-color: #00073f;
  color: #fff;
}

.nav-global-wrapper #nav-global a.current:before, .nav-global-wrapper #nav-global a:hover:before {
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background-color: #00073f;
  content: "";
}

.nav-global-wrapper #nav-global span {
  padding: 0 15px;
}

/* =============== パンくずリスト =============== */
.topic-path {
  margin-bottom: 10px;
}

.topic-path li {
  font-size: 0.75rem;
  display: inline-block;
}

.topic-path li:before {
  margin-right: 4px;
  content: ">";
}

.topic-path li:first-child:before {
  margin-right: 0;
  content: "";
}

.topic-path em {
  font-style: normal;
}

/* =============== コンテンツ =============== */
#contents {
  padding-bottom: 60px;
}

#contents .main-col {
  float: left;
  width: 690px;
}

#contents .sub-col {
  float: right;
  width: 260px;
}

.next #contents {
  padding-top: 10px;
}

.entry-content {
  margin-bottom: 20px;
}

.entry-content p {
  margin-bottom: 1em;
}

/* =============== ローカルメニュー =============== */
.local-menu .sec {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #aaa;
}

.local-menu .sec:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* =============== フッター =============== */
#page-footer {
  padding-top: 30px;
  background-color: #00073f;
  /* ページ先頭へ */
  /* PC・SPサイト切り替え */
  /* コピーライト */
}

#page-footer .footer-inner {
  position: relative;
}

#page-footer .go-top {
  position: absolute;
  top: -60px;
  right: 0;
}

#page-footer .go-top a {
  font-size: 0.9375rem;
  display: block;
  padding: 4px 16px 4px 35px;
  border-radius: 8px 8px 0 0;
  background-color: #00073f;
  color: #fff;
  text-decoration: none;
}

#page-footer .go-top a:hover {
  font-weight: bold;
}

#page-footer .go-top:before {
  display: block;
  position: absolute;
  top: .3em;
  left: .8em;
  color: #fff;
  content: "▲";
}

#page-footer .view-mode {
  font-size: 0.875rem;
  padding: 3px 0;
  background-color: #fff;
  text-align: center;
}

#page-footer .copyright {
  font-size: 1rem;
  display: block;
  padding: 8px 0;
  width: 100%;
  background-color: #922521;
  color: #fff;
  text-align: center;
}

/* =============== フッターメガメニュー =============== */
.nav-mega-menu {
  margin-bottom: 20px;
  /* ホーム */
  /* 下層 */
}

.nav-mega-menu a {
  color: #fff;
}

.nav-mega-menu .home {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.nav-mega-menu .menu-table {
  display: table;
  padding-right: 20px;
  width: 100%;
}

.nav-mega-menu .row {
  display: table-cell;
  padding-left: 20px;
}

.nav-mega-menu ul {
  /* 左右2カラム */
}

.nav-mega-menu ul li {
  font-size: 0.875rem;
}

.nav-mega-menu ul li a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.nav-mega-menu ul ul {
  margin: 0 0 10px 15px;
}

.nav-mega-menu ul ul li {
  font-size: 0.75rem;
}

.nav-mega-menu ul ul li a {
  margin-bottom: 0;
  font-weight: normal;
}

.nav-mega-menu ul .col2 {
  max-width: 420px;
}

.nav-mega-menu ul .col2 li {
  float: left;
  width: 50%;
}

.nav-mega-menu ul .col2 li:nth-child(odd) {
  width: 55%;
}

.nav-mega-menu ul .col2 li:nth-child(even) {
  width: 45%;
}

/* =============== Topページ =============== */
/* メインビジュアル */
.index-mv {
  position: relative;
  margin: 1px 0 40px;
}

.index-mv-main {
  position: relative;
  height: calc(100vh - 139px);
  background: url(../../img/img_mv01.jpg) no-repeat center 0;
  background-size: contain;
}

@media (max-width: 1200px) {
  .index-mv-main {
    background-size: cover;
    max-height: 650px;
  }
}

.index-mv-main::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, white 15%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.index-mv-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -485px;
}

.index-mv-link-items::after {
  display: block;
  clear: both;
  content: "";
}

.index-mv-link-item a {
  display: block;
  position: relative;
  background-color: rgba(0, 7, 63, 0.8);
  color: #fff;
  text-decoration: none;
}

.index-mv-link-item .number {
  padding: 5px 15px;
  border-bottom: 1px solid #922521;
}

.index-mv-link-item:nth-child(1) {
  margin-bottom: 8px;
}

.index-mv-link-item:nth-child(1) a {
  width: 600px;
  height: 120px;
  font-weight: bold;
}

.index-mv-link-item:nth-child(1) a:hover .more::before, .index-mv-link-item:nth-child(1) a:hover .more::after {
  right: -10px;
}

.index-mv-link-item:nth-child(1) a:hover .more::before {
  width: 30px;
}

.index-mv-link-item:nth-child(1) .more {
  font-size: 0.875rem;
  position: absolute;
  top: 5px;
  right: 14px;
  padding-right: 30px;
}

.index-mv-link-item:nth-child(1) .more::before, .index-mv-link-item:nth-child(1) .more::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-mv-link-item:nth-child(1) .more::before {
  width: 20px;
  margin-left: -10px;
}

.index-mv-link-item:nth-child(1) .more::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-mv-link-item:nth-child(1) .title {
  font-size: 1.5rem;
  padding: 15px;
}

.index-mv-link-item:nth-child(2),
.index-mv-link-item:nth-child(3),
.index-mv-link-item:nth-child(4) {
  position: relative;
  float: left;
  margin-right: 1px;
}

.index-mv-link-item:nth-child(2) a,
.index-mv-link-item:nth-child(3) a,
.index-mv-link-item:nth-child(4) a {
  width: 273px;
  height: 179px;
  overflow: hidden;
}

.index-mv-link-item:nth-child(2) a:hover img,
.index-mv-link-item:nth-child(3) a:hover img,
.index-mv-link-item:nth-child(4) a:hover img {
  transform: scale(1.1);
}

.index-mv-link-item:nth-child(2) img,
.index-mv-link-item:nth-child(3) img,
.index-mv-link-item:nth-child(4) img {
  width: 100%;
  transition-duration: 0.3s;
}

.index-mv-link-item:nth-child(2) .caption,
.index-mv-link-item:nth-child(3) .caption,
.index-mv-link-item:nth-child(4) .caption {
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  height: calc(3em + 24px);
  background-color: rgba(0, 7, 63, 0.8);
}

.index-mv-link-item:nth-child(5) {
  float: left;
  margin-right: 0;
}

.index-mv-link-item:nth-child(5) a {
  width: 148px;
  height: 179px;
  background-color: #00073f;
}

.index-mv-link-item:nth-child(5) a:hover .more::before, .index-mv-link-item:nth-child(5) a:hover .more::after {
  right: 40px;
}

.index-mv-link-item:nth-child(5) a:hover .more::before {
  width: 60px;
}

.index-mv-link-item:nth-child(5) .more {
  font-size: 0.875rem;
  padding-top: 40px;
  text-align: center;
}

.index-mv-link-item:nth-child(5) .more::before, .index-mv-link-item:nth-child(5) .more::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-mv-link-item:nth-child(5) .more::before {
  width: 50px;
  margin-left: -10px;
}

.index-mv-link-item:nth-child(5) .more::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-mv-link-item:nth-child(5) .more::before, .index-mv-link-item:nth-child(5) .more::after {
  top: 75%;
  right: 50px;
}

/* メール購読・SNS */
.index-info {
  display: table;
  margin-bottom: 35px;
  padding-left: 22px;
  height: 70px;
  border: solid #00073f;
  border-width: 0 1px;
}

.index-info-mail {
  display: table-cell;
  border-right: 1px solid #00073f;
  vertical-align: middle;
}

.index-info-mail::after {
  display: block;
  clear: both;
  content: "";
}

.index-info-mail-icon {
  float: left;
  margin-right: 12px;
}

.index-info-mail-icon img {
  margin-top: 6px;
}

.index-info-mail-title {
  font-size: 1.25rem;
  float: left;
  width: 15.5em;
  color: #00073f;
}

.index-info-mail-title::after {
  display: block;
  clear: both;
  content: "";
}

.index-info-mail-summary {
  font-size: 0.875rem;
  color: #333;
}

.index-info-mail-sign-up {
  font-size: 0.875rem;
  float: left;
}

.index-info-mail-sign-up input[type="text"] {
  padding: 10px;
  width: 330px;
  border-radius: 20px 0 0 20px;
  border: solid #bcbcbc;
  border-width: 1px 0 1px 1px;
  vertical-align: top;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2) inset;
}

.index-info-mail-sign-up button {
  padding: 10px;
  width: 95px;
  border-radius: 0 20px 20px 0;
  border: 1px solid #00073f;
  background-color: #00073f;
  color: #fff;
  vertical-align: top;
  transition: opacity .3s ease-in-out 0s;
}

.index-info-mail-sign-up button:hover {
  opacity: .8;
}

.index-info-share {
  display: table-cell;
  padding: 0 22px;
  width: 184px;
  height: inherit;
  vertical-align: middle;
}

.index-info-share ul {
  padding: 15px 0;
  width: 140px;
}

.index-info-share li {
  display: inline-block;
  margin-right: 10px;
}

.index-info-share li:last-child {
  margin-right: 0;
}

.index-info-share li a {
  transition: opacity .3s ease-in-out 0s;
}

.index-info-share li a:hover {
  opacity: .8;
}

/* スライド */
.index-slider {
  margin-bottom: 45px;
  padding: 35px 0;
  border: solid #bcbcbc;
  border-width: 1px 0;
}

.index-slider-items {
  overflow: hidden;
}

.index-slider-items::before, .index-slider-items::after {
  display: block;
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  content: "";
  z-index: 10;
}

.index-slider-items::before {
  left: 0;
  background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%);
}

.index-slider-items::after {
  right: 0;
  background: linear-gradient(to left, white 20%, rgba(255, 255, 255, 0) 100%);
}

.index-slider-item img {
  width: 100%;
  transition: opacity .3s ease-in-out 0s;
}

.index-slider-item a:hover img {
  opacity: .8;
}

/* 新着情報・お知らせ */
.index-news {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #bcbcbc;
}

.index-news-title {
  font-size: 1.75rem;
  margin-bottom: 25px;
  text-align: center;
}

.index-news-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-news-item {
  position: relative;
  width: 25%;
  border: 1px solid #bcbcbd;
  border-width: 1px 0 1px 1px;
}

.index-news-item:nth-child(4n), .index-news-item:last-child {
  border-right: 1px solid #bcbcbd;
}

.index-news-item:nth-child(1n+5) {
  border-top: 0;
}

.index-news-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}

.index-news-item-inner {
  padding: 15px 20px 20px;
  height: 100%;
}

.index-news-item a::before,
.index-news-item a::after,
.index-news-item-inner::before,
.index-news-item-inner::after {
  display: block;
  position: absolute;
  background-color: #000937;
  z-index: 10;
  content: "";
  transition: all .3s ease 0s;
}

.index-news-item a::before {
  width: 0px;
  height: 3px;
  top: -3px;
  left: -3px;
}

.index-news-item a::after {
  width: 0px;
  height: 3px;
  right: -3px;
  bottom: -3px;
}

.index-news-item-inner::before {
  width: 3px;
  height: 0px;
  bottom: -3px;
  left: -3px;
}

.index-news-item-inner::after {
  width: 3px;
  height: 0px;
  top: -3px;
  right: -3px;
}

.index-news-item a:hover::before,
.index-news-item a:hover::after {
  width: 100%;
  width: calc(100% + 3px);
}

.index-news-item-inner:hover::before,
.index-news-item-inner:hover::after {
  height: 100%;
  height: calc(100% + 3px);
}

.index-news-item a.color02::before, .index-news-item a.color02::after,
.index-news-item a.color02 .index-news-item-inner::before,
.index-news-item a.color02 .index-news-item-inner::after {
  background-color: #8f2821;
}

.index-news-item a.color02 .index-news-item-category {
  background-color: #8f2821;
}

.index-news-item-category {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  min-width: 70px;
  background-color: #000937;
  color: #fff;
  line-height: 1em;
  text-align: center;
}

.index-news-item-date {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 1em;
}

.index-news-item-title {
  margin-bottom: 8px;
  color: #000937;
  font-weight: bold;
}

.index-news-item-title .icon-pdf {
  margin-left: 5px;
  vertical-align: middle;
}

.index-news-item-summary {
  font-size: 0.875rem;
}

.index-news-more {
  text-align: center;
}

.index-news-more a {
  display: inline-block;
  position: relative;
  margin-top: -1px;
  padding: 12px 100px 12px 25px;
  border: 1px solid #bcbcbd;
  color: #000937;
  font-weight: bold;
  text-decoration: none;
}

.index-news-more a::before, .index-news-more a::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #00073f;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-news-more a::before {
  width: 20px;
  margin-left: -10px;
}

.index-news-more a::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-news-more a::before, .index-news-more a::after {
  top: 56%;
  right: 20px;
}

.index-news-more a:hover::before, .index-news-more a:hover::after {
  right: 10px;
}

.index-news-more a:hover::before {
  width: 30px;
}

/* プレス・YouTubeチャンネル */
.index-press-and-youtube {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #bcbcbc;
}

.index-press-and-youtube-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.index-press {
  padding-right: 35px;
  width: 50%;
  border-right: 1px solid #bcbcbc;
}

.index-press a {
  color: #fff;
  text-decoration: none;
}

.index-press a:hover .index-press-button::before, .index-press a:hover .index-press-button::after {
  right: 20px;
}

.index-press a:hover .index-press-button::before {
  width: 60px;
}

.index-press-pic img {
  width: 100%;
}

.index-press-button {
  position: relative;
  padding: 25px;
  background-color: #00073f;
}

.index-press-button::before, .index-press-button::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-press-button::before {
  width: 50px;
  margin-left: -10px;
}

.index-press-button::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-press-button::before, .index-press-button::after {
  top: 50%;
  right: 30px;
}

.index-youtube {
  padding-left: 35px;
  width: 50%;
}

.index-youtube-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  font-weight: bold;
}

.index-youtube-title img {
  margin-right: 15px;
  vertical-align: bottom;
}

.index-youtube-movie {
  border: 1px solid #bcbcbc;
}

.index-youtube-movie iframe {
  vertical-align: top;
}

.index-youtube-more {
  font-size: 0.875rem;
  line-height: 1.4em;
}

.index-youtube-more a {
  display: inline-block;
  position: relative;
  padding: 12px 100px 15px 20px;
  border: solid #bcbcbc;
  border-width: 0 1px 1px 1px;
  color: #00073f;
  text-decoration: none;
}

.index-youtube-more a::before, .index-youtube-more a::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #00073f;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-youtube-more a::before {
  width: 20px;
  margin-left: -10px;
}

.index-youtube-more a::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-youtube-more a::before, .index-youtube-more a::after {
  top: 50%;
  right: 15px;
}

.index-youtube-more a:hover::before, .index-youtube-more a:hover::after {
  right: 5px;
}

.index-youtube-more a:hover::before {
  width: 30px;
}

.index-youtube-more-text {
  font-weight: bold;
}

/* 月刊経団連 */
.index-monthly-journal {
  margin-bottom: 50px;
}

.index-monthly-journal-title {
  margin-bottom: 10px;
  text-align: center;
}

.index-monthly-journal-content {
  border: 1px solid #bcbcbd;
}

.index-monthly-journal-top {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bcbcbd;
}

.index-monthly-journal-top-left {
  padding: 16px 22px;
  width: 78%;
}

.index-monthly-journal-top-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 22%;
  background-color: #00073f;
}

.index-monthly-journal-top-right a {
  position: relative;
  width: 100%;
  padding: 35px 60px 35px 30px;
  color: #fff;
  text-decoration: none;
}

.index-monthly-journal-top-right a::before, .index-monthly-journal-top-right a::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-monthly-journal-top-right a::before {
  width: 20px;
  margin-left: -10px;
}

.index-monthly-journal-top-right a::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-monthly-journal-top-right a::before, .index-monthly-journal-top-right a::after {
  top: calc(50% + 5px);
  right: 30px;
}

.index-monthly-journal-top-right a:hover::before, .index-monthly-journal-top-right a:hover::after {
  right: 20px;
}

.index-monthly-journal-top-right a:hover::before {
  width: 30px;
}

.index-monthly-journal-title-month {
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: bold;
}

.index-monthly-journal-feature {
  font-size: 1.25rem;
  font-weight: bold;
}

.index-monthly-journal-bottom {
  display: -ms-flexbox;
  display: flex;
}

.index-monthly-journal-bottom-left {
  padding: 16px 22px;
  width: 50%;
  border-right: 1px solid #bcbcbd;
}

.index-monthly-journal-bottom-right {
  padding: 16px 22px;
  width: 50%;
}

.index-monthly-journal-bottom-title {
  font-size: 1.125rem;
  margin-bottom: 12px;
  color: #000937;
  font-weight: bold;
}

.index-monthly-journal-bottom-summary {
  font-size: 0.9375rem;
  margin-bottom: 8px;
  color: #333;
}

.index-monthly-journal-bottom-pic {
  margin-bottom: 4px;
}

.index-monthly-journal-bottom-pic-caption {
  font-size: 0.75rem;
  color: #333;
}

.index-monthly-journal-more {
  text-align: center;
}

.index-monthly-journal-more a {
  display: inline-block;
  position: relative;
  padding: 12px 55px 12px 20px;
  border: solid #bcbcbd;
  border-width: 0 1px 1px 1px;
  color: #000937;
  font-weight: bold;
  text-decoration: none;
}

.index-monthly-journal-more a::before, .index-monthly-journal-more a::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #00073f;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-monthly-journal-more a::before {
  width: 20px;
  margin-left: -10px;
}

.index-monthly-journal-more a::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-monthly-journal-more a::before, .index-monthly-journal-more a::after {
  right: 25px;
}

.index-monthly-journal-more a:hover::before, .index-monthly-journal-more a:hover::after {
  right: 15px;
}

.index-monthly-journal-more a:hover::before {
  width: 30px;
}

/* 会員関連 */
.index-members {
  padding: 50px 0 130px;
  background-color: #ececec;
}

/* KISME、入会のご案内 */
.index-members-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 35px;
}

.index-kisme {
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

.index-kisme a {
  display: block;
  padding-top: 35px;
  width: 100%;
  border: 6px solid #1c3158;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity .3s ease-in-out 0s;
}

.index-kisme a:hover {
  opacity: .6;
}

.index-kisme-logo {
  margin-bottom: 18px;
}

.index-kisme-button {
  display: inline-block;
  padding: 8px 34px;
  border-radius: 20px;
  background-color: #00073f;
  color: #fff;
  line-height: 1em;
}

.index-guide {
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

.index-guide a {
  font-size: 1.25rem;
  position: relative;
  display: block;
  padding: 84px 70px;
  width: 100%;
  background-color: #00073f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6em;
}

.index-guide a::before, .index-guide a::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-guide a::before {
  width: 50px;
  margin-left: -10px;
}

.index-guide a::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-guide a::before, .index-guide a::after {
  top: 50%;
  right: 60px;
}

.index-guide a:hover::before, .index-guide a:hover::after {
  right: 50px;
}

.index-guide a:hover::before {
  width: 60px;
}

/* 新会員のご紹介 */
.index-new-member-title {
  margin-bottom: 15px;
  font-weight: bold;
}

.index-new-member-editor {
  margin-bottom: 20px;
}

.index-new-member-editor ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-new-member-editor li {
  margin-bottom: 8px;
  width: 33.3%;
}

.index-new-member-more a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #00073f;
  font-weight: bold;
  text-decoration: none;
}

.index-new-member-more a::before, .index-new-member-more a::after {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  height: 1px;
  border-bottom: solid 1px #00073f;
  content: "";
  transition: all 0.2s ease 0s;
}

.index-new-member-more a::before {
  width: 20px;
  margin-left: -10px;
}

.index-new-member-more a::after {
  width: 12px;
  margin: -4px -2px 0 0;
  transform: rotate(45deg);
}

.index-new-member-more a::before, .index-new-member-more a::after {
  top: 69%;
}

.index-new-member-more a:hover::before, .index-new-member-more a:hover::after {
  right: -10px;
}

.index-new-member-more a:hover::before {
  width: 30px;
}

/* =============== 経団連について =============== */
.about-index {
  padding: 18px 20px;
  border: 20px solid #eee;
}

/* =============== Action(活動) =============== */
.action-index .left {
  float: left;
  width: 430px;
}

.action-index .right {
  margin-left: 450px;
}

.action-index .right .caption {
  font-size: 0.875rem;
  margin-top: 5px;
  line-height: 1.5em;
}

/* =============== 月刊 経団連 =============== */
.journal-index {
  /* タイトル・表紙 */
  /* 巻頭言 */
  /* 一般記事 */
  /* 連載 */
  /* 新会員紹介 */
}

.journal-index .head {
  margin-bottom: 23px;
  padding: 12px 0;
  border: solid #00073f;
  border-width: 4px 0;
  font-weight: bold;
}

.journal-index .head .content {
  float: left;
  width: 538px;
}

.journal-index .head .label {
  display: inline-block;
  padding: 1px 8px;
  min-width: 125px;
  background-color: #00073f;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.journal-index .head .latest {
  font-size: 0.875rem;
  margin-bottom: 18px;
}

.journal-index .head h1 {
  font-size: 1.375rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.journal-index .head h1 img {
  margin-right: 30px;
  vertical-align: middle;
}

.journal-index .head h2 .sp-label {
  font-size: 0.75rem;
  margin-bottom: 6px;
  background-color: #000;
}

.journal-index .head h2 .sp-title {
  font-size: 1.25rem;
  display: block;
  font-weight: bold;
}

.journal-index .head .cover {
  float: right;
  width: 152px;
  border: 6px solid #ccc;
}

.journal-index .prefatory-note {
  margin-bottom: 40px;
}

.journal-index .prefatory-note .picture {
  float: left;
  width: 120px;
}

.journal-index .prefatory-note .text {
  margin: 0 0 20px 140px;
}

.journal-index .prefatory-note h3 {
  font-size: 1.125rem;
  font-weight: bold;
}

.journal-index .prefatory-note .name {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.journal-index .special {
  margin-bottom: 20px;
}

.journal-index .special .mod-title-l3-01 {
  margin-bottom: 8px;
}

.journal-index .special .summary {
  margin-bottom: 18px;
}

.journal-index .special .profile .name {
  font-size: 0.875rem;
  float: left;
  margin-bottom: 2em;
  width: 350px;
}

.journal-index .special .profile .name li {
  margin-bottom: 5px;
  line-height: 1.4em;
}

.journal-index .special .profile .name li:last-child {
  margin-bottom: 0;
}

.journal-index .special .profile .picture {
  float: right;
  margin-bottom: 2em;
  width: 320px;
}

.journal-index .special .profile .pdf {
  clear: both;
  margin-bottom: 2em;
}

.journal-index .special .profile .section {
  clear: both;
  margin: 0 0 40px 10px;
}

.journal-index .special .profile .section p {
  margin-bottom: 2em;
}

.journal-index .special .other {
  margin-bottom: 40px;
}

.journal-index .special .other .section {
  margin-bottom: 20px;
}

.journal-index .special .other .section h4 {
  color: #002679;
  font-weight: bold;
}

.journal-index .special .other .section h4 .sub-title {
  display: block;
  color: #000;
  font-weight: normal;
}

.journal-index .special .other .section .name {
  margin: 0 0 6px 16px;
}

.journal-index .general {
  margin-bottom: 40px;
}

.journal-index .general .section {
  margin-bottom: 30px;
}

.journal-index .general .section h3 {
  font-size: 1.125rem;
  color: #002679;
  font-weight: bold;
}

.journal-index .general .section .mod-more-left02, .journal-index .general .section .monthly-archive .title, .monthly-archive .journal-index .general .section .title {
  margin-bottom: 4px;
}

.journal-index .general .section .name {
  margin: 8px 0 8px 15px;
}

.journal-index .serial {
  margin-bottom: 40px;
}

.journal-index .serial .mod-simple-list04 li {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.journal-index .serial .emphasis {
  font-size: 1.125rem;
  font-weight: bold;
}

.journal-index .new-members {
  margin-bottom: 40px;
}

.journal-index .new-members .members li {
  font-size: 0.875rem;
  float: left;
  margin: 0 20px;
  width: 70px;
  line-height: 1.4em;
}

.journal-index .new-members .members .thum {
  margin-bottom: 8px;
}

.journal-index .new-members .members .company {
  margin-bottom: 6px;
}

/* 発行号一覧 */
.monthly-archive {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #786c36;
}

.monthly-archive .content {
  float: left;
  width: 518px;
}

.monthly-archive .sub-title {
  margin-bottom: 15px;
  font-weight: bold;
}

.monthly-archive .label {
  display: inline-block;
  padding: 1px 8px;
  min-width: 125px;
  background-color: #00073f;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.monthly-archive .cover {
  float: right;
  width: 152px;
  border: 6px solid #ccc;
}
