@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;
}

.mod-border-banner01,
.mod-border-banner02,
.mod-border-banner03,
.mod-simple-list01,
.mod-simple-list02,
.mod-simple-list03,
.mod-simple-list04,
.mod-simple-list05,
.mod-list-entries01,
.mod-list-entries02,
.mod-list-entries03,
.mod-list-entries02 .lists,
.mod-arrow-list01,
.mod-arrow-list02,
.mod-arrow-list03,
.mod-inline-list01,
.mod-inline-list02 {
  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;
}

small {
   font-size: 85%; 
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; 
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; 
}
kbd,
samp,
tt{
  font-family:monospace;
  *font-size:108%;
  line-height:100%
}
dfn {
   font-style: italic; 
}

/* 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;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

[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;
  bottom: 30px;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 0;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  z-index: 11;
  cursor: pointer;
}

.slick-prev {
  right: 178px;
  background: url(../images/icon_arrow04.png) no-repeat 0 0;
}

.slick-prev:hover, .slick-prev:focus {
  background-image: url(../images/icon_arrow11.png);
}

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

.slick-next:hover, .slick-next:focus {
  background-image: url(../images/icon_arrow12.png);
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  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(../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(../images/icon_square02.png) no-repeat 0 0;
}

.slick-dots li.slick-active button {
  background: url(../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, .hero-area .inner {
  margin: 0;
  padding: 0;
  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,
.hero-area .slide:after,
.monthly-journal: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,
.sub-col .mod-inline-list01 a:hover,
.mod-simple-list01.banner a:active,
#page-header .util-box .usa:active,
.sub-col .mod-inline-list01 a: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("/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,
.special h3,
.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,
.special h3:before,
.journal-index .head:before {
    background-color: #922521;
    bottom: -7px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

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

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

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

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


/* h2 */
.mod-title-l2-01 {
  font-size: 1.25rem;
  margin-top: 25px;
  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;
}

/* h2 class h2-top、h2-bottom */



#contents main.main-col .h2-top {
    background: transparent url("/img/001/img_28.png") no-repeat scroll 0% 0%;
    padding-top: 4px;
    margin: 25px 0 10px;
}

#contents main.main-col .h2-top h2 {
	font-size: 1.15rem;
	border-left: 1px solid rgb(208, 208, 208);
	border-right: 1px solid rgb(208, 208, 208);
	margin-right: 1px;
	color: #922521;
	font-weight: bold;
	padding: 3px 0;
}

#contents main.main-col .h2-bottom {
    background: transparent url("/img/001/img_31.png") no-repeat scroll 0% 100%;
    padding-bottom: 4px;
}


/* h3 */
.special h3,
.mod-title-l3-01 {
  font-size: 1.25rem;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 0 6px 4px;
  border-bottom: 4px solid #00073f;
  font-weight: bold;
}
.special h3:before,
.mod-title-l3-01:before {
  bottom: -7px;
  height: 2px;
}

/* h4 */
.special h4,
.mod-title-l4-01 {
  font-size: 1.15rem;
  margin: 25px 0 10px;
  padding: 4px 2px 0;
  font-weight: bold;
}

/* h5 */
.special h5,
.mod-title-l5-01 {
  margin: 25px 0 10px;
  padding: 6px 8px;
  border: 1px dotted #00073f;
  font-weight: bold;
}

/* h6 */
.special h6,
#contents main.main-col h6 {
  margin: 25px 0 10px;
  padding: 4px 8px;
  background-color: #ddd;
  font-weight: bold;
}

/* p */
main.main-col p {
  margin: 0.25em 0 0.8em;
  text-align: justify;
}


/* =============== ボックス =============== */
/* 背景塗りつぶし */
#contents main.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 {
  list-style-type: none;
  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 {
  list-style-type: none;
  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 {
  list-style-type: none;
  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 {
  list-style-type: none;
  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 {
  list-style-type: none;
  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 {
  list-style-type: none;
  display: inline-block;
  margin: 0 5em .6em 0;
}

.mod-arrow-list03 li {
   list-style-type: none;
 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;
  padding: 0;
}

.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 {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px 10px 0;
}

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

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

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

.mod-simple-list02 li {
  list-style-type: none;
  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 {
  list-style-type: none;
  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 {
  list-style-type: none;
  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: 0;
  padding: 0;
}

.mod-simple-list06 ul {
  margin: 0;
  padding: 0;
  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 {
  list-style-type: none;
  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 {
  margin:0;
  padding:0:
}
.mod-border-banner03 li {
  list-style-type: none;
  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,
.monthly-journal .latest a,
.mod-more-left01 a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/icon_arrow02.png) no-repeat 0 center;
}

.mod-more01,
.monthly-journal .latest {
  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 {
  list-style-type: none;
  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: 0 0 10px 0;
  padding: 0;
}

.topic-path li {
  list-style-type: none;
  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;
  overflow:hidden;
}

.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;
}

#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 {
  margin:0;
padding:0;
}

.nav-mega-menu ul li {
  list-style-type: none;
  font-size: 0.875rem;
}

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

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

.nav-mega-menu ul ul li {
  list-style-type: none;
  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 {
  list-style-type: none;
  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ページ =============== */
/* ヒーローエリア */
.hero-area {
  margin-bottom: 20px;
  padding-top: 10px;
  min-height: 300px;
  background-color: #e6e6e6;
  /* スライド */
}

.hero-area .inner {
  position: relative;
}

.hero-area .slides {
  position: relative;
  z-index: 1;
}

.hero-area .slide .picture {
  float: left;
  width: 612px;
  height: 327px;
}

.hero-area .slide .content {
  float: right;
  padding: 15px;
  width: 358px;
  height: 327px;
  background-color: #fff;
}

.hero-area .slide .text {
  font-size: 1.25rem;
  margin-bottom: 30px;
  max-height: 8em;
  line-height: 1.6em;
  overflow: hidden;
}

.hero-area .slide .link {
  text-align: right;
}

.hero-area .slide .link a {
  position: relative;
  display: inline-block;
  padding: 14px 12px;
  background-color: #00073f;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
}

.hero-area .slide .link a:before {
  margin-right: 3px;
  content: ">";
}

.hero-area .slide .link a:hover {
  background-color: #922521;
}

.hero-area .slide .link .blank-icon {
  position: absolute;
  top: 3px;
  right: 3px;
}

/* 新着情報 */
.index-news {
  margin-bottom: 40px;
}

/* Action(活動) */
.index-action {
  margin-bottom: 40px;
}

/* 月刊経団連 */
.monthly-journal {
  position: relative;
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #ddd;
  line-height: 1.35em;
}

.monthly-journal .logo {
  margin-bottom: 12px;
}

.monthly-journal .date {
  font-size: 1.25rem;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: bold;
  letter-spacing: -.02em;
}

.monthly-journal .title {
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.monthly-journal .sub-title {
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.monthly-journal .float-content {
  margin-top: 20px;
}

.monthly-journal .float-content .title {
  margin-bottom: 5px;
}

.monthly-journal .float-content.has-picture {
  float: left;
  width: 360px;
}

.monthly-journal .float-content.has-next-content {
  margin-bottom: 30px;
}

.monthly-journal .picture {
  float: right;
  margin-bottom: 20px;
  width: 270px;
}

.monthly-journal .summary {
  display: block;
}

.monthly-journal .caption {
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

.monthly-journal .image {
  margin-bottom: 5px;
}

.monthly-journal .image + p {
  font-size: 0.875rem;
}

.monthly-journal .mod-more01, .monthly-journal .latest {
  clear: both;
}

.monthly-journal .latest {
  position: absolute;
  top: 40px;
  right: 15px;
}

/* YouTube経団連チャンネル */
.youtube-channel {
  margin-bottom: 40px;
  padding: 18px 30px 10px;
  border: 20px solid #eee;
}

.youtube-channel h2 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.youtube-channel h2 img {
  margin-right: 15px;
  vertical-align: middle;
}

/* サブカラム */
.sub-news {
  margin-bottom: 40px;
}

.sub-notice {
  margin-bottom: 40px;
}

.sub-notice .message {
  font-size: 0.9375rem;
  margin-bottom: 10px;
}

/* =============== 経団連について =============== */
.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 {
  background-color: #000;
  font-size: 0.75rem;
  min-width: 125px;
  line-height: 1.2em !important;
  margin-bottom: 6px;
  padding: 2px 8px;
}

.journal-index .head h2 .sp-title {
    font-size: 1.25rem;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.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 ul {
 padding: 0 0 0 3px;
}

.journal-index .special .profile .name li {
  list-style-type: none;
  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 {
  list-style-type: none;
  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 {
  list-style-type: none;
  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;
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* YUI 3.5.0 (build 5089) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */
.yui3-g {
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}
.yui3-u{
  display:inline-block;
  zoom:1;
  *display:inline;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
}
.yui3-u-1, .yui3-u-1-2, .yui3-u-1-3, .yui3-u-2-3, .yui3-u-1-4, .yui3-u-3-4, .yui3-u-1-5, .yui3-u-2-5, .yui3-u-3-5, .yui3-u-4-5, .yui3-u-1-6, .yui3-u-5-6, .yui3-u-1-8, .yui3-u-3-8, .yui3-u-5-8, .yui3-u-7-8, .yui3-u-1-12, .yui3-u-5-12, .yui3-u-7-12, .yui3-u-11-12, .yui3-u-1-24, .yui3-u-5-24, .yui3-u-7-24, .yui3-u-11-24, .yui3-u-13-24, .yui3-u-17-24, .yui3-u-19-24, .yui3-u-23-24 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
}
.yui3-u-1-3{width:33.33333%}.yui3-u-2-3{width:66.66666%}.yui3-u-3-4{width:75%}.yui3-u-1-5{width:20%}.yui3-u-2-5{width:40%}.yui3-u-3-5{width:60%}.yui3-u-4-5{width:80%}.yui3-u-1-6{width:16.656%}.yui3-u-5-6{width:83.33%}.yui3-u-1-8{width:12.5%}.yui3-u-3-8{width:37.5%}.yui3-u-5-8{width:62.5%}.yui3-u-7-8{width:87.5%}.yui3-u-1-12{width:8.3333%}.yui3-u-5-12{width:41.6666%}.yui3-u-7-12{width:58.3333%}.yui3-u-11-12{width:91.6666%}.yui3-u-1-24{width:4.1666%}.yui3-u-5-24{width:20.8333%}.yui3-u-7-24{width:29.1666%}.yui3-u-11-24{width:45.8333%}.yui3-u-13-24{width:54.1666%}.yui3-u-17-24{width:70.8333%}.yui3-u-19-24{width:79.1666%}.yui3-u-23-24{width:95.8333%}
.yui3-u-1-4 { width:25% }
.yui3-u-1-2 { width:50% }
.yui3-u-1   { display:block; width:100%; }

#yui3-css-stamp.cssgrids{
  display:none
}


main.main-col .special > .section p {
    margin-left: 0.5em;
    margin-top: 0.5em;
}