/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; }

picture {
  font-size: 0; }

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

b, strong {
  font-weight: bold; }

* {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: keep-all; }

html {
  font-size: 10px; }

body {
  font-family: "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.5; }
  body.is-preload * {
    transition: none !important; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }
  @media print, screen and (min-width: 1025px) {
    a[href^="tel:"] {
      cursor: default;
      pointer-events: none; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  _:-ms-fullscreen[src$=".svg"], :root img[src$=".svg"] {
    width: 100%; }

.l-header {
  width: 100%;
  height: 80px;
  background: #0169b8;
  padding: 10px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 8px 9px rgba(165, 165, 165, 0.66); }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .l-header {
      height: 53px;
      padding: 14px 0 14px 15px; } }
  .l-header__logo {
    text-align: center; }
    @media screen and (max-width: 1335px) {
      .l-header__logo {
        width: 250px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .l-header__logo {
        width: 400px; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .l-header__logo {
        width: 250px; } }
  .l-header__menu {
    position: absolute;
    top: 0;
    right: 0; }
    @media print, screen and (min-width: 1025px) {
      .l-header__menu {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .l-header__menu {
        width: 80px; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .l-header__menu {
        width: 53px; } }
    .l-header__menu img {
      cursor: pointer; }

@media screen and (max-width: 1024px) {
  .l-gnavi {
    width: 76.875%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 27px #e0e0e0;
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    display: none; } }

@media print, screen and (min-width: 1025px) {
  .l-gnavi {
    flex: 1;
    display: block !important; } }

.l-gnavi__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 1024px) {
    .l-gnavi__list {
      max-height: calc(90vh - 53px);
      display: block;
      overflow-y: auto; } }
  .l-gnavi__list > li {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 40px;
    position: relative; }
    @media screen and (max-width: 1335px) {
      .l-gnavi__list > li {
        margin-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .l-gnavi__list > li {
        text-align: left;
        border-top: 1px solid #fff; } }
    @media screen and (max-width: 1024px) {
      .l-gnavi__list > li {
        font-size: 26px;
        font-size: 2.6rem;
        width: 100%;
        margin-right: 0; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .l-gnavi__list > li {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 1024px) {
      .l-gnavi__list > li + li {
        border-top: 1px solid rgba(44, 84, 162, 0.4);
        margin: 0 0 0 0; } }
    .l-gnavi__list > li:last-child {
      margin-right: 0; }
    .l-gnavi__list > li > a {
      color: #fff;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        .l-gnavi__list > li > a {
          width: 100%;
          font-weight: bold;
          color: #0169b8;
          padding: 16px 30px; } }
      .l-gnavi__list > li > a:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
        display: inline-block; }
      .l-gnavi__list > li > a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1); }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .l-gnavi__list > li > a br {
          display: none; } }
    .l-gnavi__list > li > span {
      color: #fff;
      display: inline-block;
      cursor: default; }
      @media screen and (max-width: 1024px) {
        .l-gnavi__list > li > span {
          width: 100%;
          font-weight: bold;
          color: #0169b8;
          padding: 16px 30px;
          position: relative;
          cursor: pointer; } }
      @media screen and (max-width: 1024px) {
        .l-gnavi__list > li > span:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 2.5px 0 2.5px;
          border-color: #007bff transparent transparent transparent;
          margin: auto 0;
          position: absolute;
          top: 0;
          right: 20px;
          bottom: 0;
          display: inline-block; } }
      .l-gnavi__list > li > span.is-open:after {
        transform: rotate(180deg); }
    .l-gnavi__list > li:hover .l-gnavi__list__child {
      opacity: 1;
      visibility: visible; }
  .l-gnavi__list__child {
    width: 210px;
    padding-top: 58px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s; }
    @media print, screen and (min-width: 1025px) {
      .l-gnavi__list__child {
        display: block !important; } }
    @media screen and (max-width: 1024px) {
      .l-gnavi__list__child {
        width: 100%;
        border-top: 1px solid rgba(44, 84, 162, 0.4);
        padding: 0 0 0 35px;
        position: static;
        opacity: 1;
        visibility: visible;
        display: none; } }
    .l-gnavi__list__child li {
      font-size: 18px;
      font-size: 1.8rem;
      background: rgba(255, 255, 255, 0.9);
      position: relative; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .l-gnavi__list__child li {
          font-size: 16px;
          font-size: 1.6rem; } }
      .l-gnavi__list__child li a {
        width: 100%;
        color: #0169b8;
        padding: 18px 10px;
        display: inline-block; }
        .l-gnavi__list__child li a:hover {
          text-decoration: underline; }
        .l-gnavi__list__child li a[target="_blank"]:after {
          content: "";
          width: 13px;
          height: 13px;
          margin-left: 10px;
          background: url(/english/cj/cms/wp-content/themes/j-circ/images/common/cmn-blank-icon.svg);
          background-size: 100% 100%;
          display: inline-block; }
          @media screen and (min-width: 1px) and (max-width: 767px) {
            .l-gnavi__list__child li a[target="_blank"]:after {
              width: 10px;
              height: 10px; } }
      @media screen and (max-width: 1024px) {
        .l-gnavi__list__child li + li {
          border-top: 1px solid rgba(44, 84, 162, 0.4); } }
      .l-gnavi__list__child li + li:before {
        content: "";
        width: 90%;
        height: 1px;
        background: rgba(44, 84, 162, 0.4);
        margin: 0 auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: inline-block; }
        @media screen and (max-width: 1024px) {
          .l-gnavi__list__child li + li:before {
            content: none; } }

.l-gnavi__close {
  text-align: right;
  padding: 15px 20px; }
  @media print, screen and (min-width: 1025px) {
    .l-gnavi__close {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .l-gnavi__close {
      padding: 0; } }
  .l-gnavi__close img {
    cursor: pointer; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .l-gnavi__close img {
        width: 80px; } }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .l-gnavi__close img {
        width: 53px; } }

.l-pagebody {
  padding-top: 80px; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .l-pagebody {
      padding-top: 53px; } }

.l-content {
  padding-bottom: 120px; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .l-content {
      padding-bottom: 80px; } }

.l-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 80px; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .l-breadcrumb {
      display: none; } }
  .l-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start; }
    .l-breadcrumb__list li {
      font-size: 16px;
      font-size: 1.6rem; }
      .l-breadcrumb__list li:after {
        content: ">";
        margin: 0 1em;
        display: inline-block; }
      .l-breadcrumb__list li:last-child:after {
        content: none; }
      .l-breadcrumb__list li a:hover {
        text-decoration: underline; }

.l-pagetop {
  width: 65px;
  position: fixed;
  right: 80px;
  bottom: 90px; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .l-pagetop {
      width: 50px;
      right: 20px;
      bottom: 45px; } }
  .l-pagetop a {
    display: inline-block;
    transition: opacity .3s; }
    .l-pagetop a:hover {
      opacity: .7; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .l-pagetop a:hover {
          opacity: 1; } }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .l-pagetop a:hover {
          opacity: 1; } }

.l-footer {
  background: #0169b8;
  padding: 30px 0; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .l-footer {
      padding: 10px 0; } }
  .l-footer__copy {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    display: block; }

.c-ttl {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.8;
  position: relative; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .c-ttl {
      font-size: 24px;
      font-size: 2.4rem; } }
  .c-ttl:after {
    content: "";
    width: 62px;
    height: 3px;
    background: #0169b8;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: inline-block; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .c-ttl:after {
        width: 30px;
        height: 2px; } }
  .c-ttl-head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .c-ttl-powered {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .c-ttl-powered {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 50px;
        top: 0; } }
    .c-ttl-powered a {
      margin-left: 7px;
      display: inline-block;
      transition: opacity .3s; }
      .c-ttl-powered a:hover {
        opacity: .7; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .c-ttl-powered a:hover {
            opacity: 1; } }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .c-ttl-powered a:hover {
            opacity: 1; } }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .c-ttl-powered a {
          margin-left: 5px; } }
      .c-ttl-powered a img {
        vertical-align: middle; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .c-ttl-powered a img {
            width: 45px; } }

.p-top-mv img {
  width: 100%; }

.p-top-news {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 80px;
  overflow: hidden; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .p-top-news {
      margin-top: 35px; } }
  .p-top-news__head {
    background: #0169b8;
    border-radius: 4px 4px 0 0;
    padding: 16px 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-top-news__head {
        padding: 3px 15px 3px 20px; } }
    .p-top-news__head__ttl {
      font-size: 30px;
      font-size: 3rem;
      color: #fff; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-news__head__ttl {
          font-size: 22px;
          font-size: 2.2rem; } }
    .p-top-news__head__link {
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-news__head__link {
          font-size: 13px;
          font-size: 1.3rem; } }
      .p-top-news__head__link a {
        color: #fff; }
        .p-top-news__head__link a:after {
          content: "";
          width: 4px;
          height: 8px;
          vertical-align: .1em;
          background: url(/english/cj/cms/wp-content/themes/j-circ/images/common/cmn-arr-ico01.svg) 0 0 no-repeat;
          background-size: 100% 100%;
          margin-left: 20px;
          display: inline-block; }
          @media screen and (min-width: 1px) and (max-width: 767px) {
            .p-top-news__head__link a:after {
              vertical-align: inherit;
              margin-left: 10px; } }
        .p-top-news__head__link a:hover {
          text-decoration: underline; }
  .p-top-news__list {
    background: rgba(218, 150, 149, 0.1);
    border-radius: 0 0 4px 4px;
    padding: 25px 65px 45px 65px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-top-news__list {
        padding: 15px 15px 30px; } }
    .p-top-news__list li + li {
      margin-top: 25px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-news__list li + li {
          margin-top: 35px; } }
    .p-top-news__list__date {
      font-size: 30px;
      font-size: 3rem; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-news__list__date {
          font-size: 18px;
          font-size: 1.8rem; } }
    .p-top-news__list__txt {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.67; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-news__list__txt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.54; } }
      .p-top-news__list__txt a {
        color: #024c83; }
        .p-top-news__list__txt a:hover {
          text-decoration: underline; }

.p-top-fv {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .p-top-fv {
      padding: 0;
      margin-top: 30px;
      display: block; } }
  .p-top-fv__article {
    width: 77.3438%;
    background: #e7e9f2;
    padding: 30px 30px 30px 45px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-top-fv__article {
        width: 100%;
        padding: 35px 20px 40px; } }
    .p-top-fv__article__bh {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 15px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__article__bh {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.1; } }
    .p-top-fv__article__inr {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: flex-start; }
      .p-top-fv__article__inr > div {
        flex: 1; }
    .p-top-fv__article__thumb {
      width: 17.1717%;
      margin-right: 30px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__article__thumb {
          width: 31.6667%;
          margin-right: 25px; } }
    .p-top-fv__article__ttl {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 5px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__article__ttl {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.2;
          margin-top: 10px; } }
      .p-top-fv__article__ttl a:hover {
        text-decoration: underline; }
    .p-top-fv__article__name {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3;
      color: #4b4b4b; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__article__name {
          font-size: 14px;
          font-size: 1.4rem; } }
    .p-top-fv__article__summury {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3;
      color: #4b4b4b; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__article__summury {
          font-size: 14px;
          font-size: 1.4rem; } }
    .p-top-fv__article__txt {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4;
      color: #333;
      margin-top: 15px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__article__txt {
          font-size: 11px;
          font-size: 1.1rem;
          margin-top: 10px; } }
  .p-top-fv__book {
    width: 19.5312%;
    border: 1px solid #b0b6cf;
    padding: 2px;
    position: relative;
    z-index: 0; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-top-fv__book {
        width: 69.4444%;
        background: #fff;
        padding: 1px;
        margin: 15px auto 0; } }
    .p-top-fv__book__inr {
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border: 1px solid #b0b6cf; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__book__inr {
          padding: 15px 20px;
          flex-direction: row;
          justify-content: flex-start; } }
    .p-top-fv__book__img {
      border: 1px solid #d0d0d0; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__book__img {
          width: 24.8%;
          margin-right: 20px; } }
    .p-top-fv__book__current {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.2;
      text-align: center;
      color: #333;
      margin-top: 10px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-fv__book__current {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.6;
          text-align: left;
          margin-top: 0; } }
      .p-top-fv__book__current span {
        font-size: 20px;
        font-size: 2rem;
        color: #0169b8;
        font-weight: bold; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-top-fv__book__current span {
            font-size: 15px;
            font-size: 1.5rem; } }

.p-top-issues {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 60px; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .p-top-issues {
      margin-top: 30px; } }
  .p-top-issues__list {
    width: 47%;
    margin-top: 50px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-top-issues__list {
        width: 100%;
        margin-top: 55px; } }
    .p-top-issues__list li {
      margin-right: 6%; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-issues__list li {
          width: 100%;
          border-bottom: 1px solid #f2f2f2 !important;
          padding-bottom: 30px; } }
      .p-top-issues__list li + li {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 2px solid #f2f2f2; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-top-issues__list li + li {
            margin-top: 30px;
            padding-top: 0;
            border: none; } }
    .p-top-issues__list__inner {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
    .p-top-issues__list__thumb {
      width: 28.36%;
      margin-right: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .p-top-issues__list__thumb {
          margin-right: 65px; } }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-issues__list__thumb {
          width: 30.1351%;
          text-align: center;
          margin-right: 20px; } }
    .p-top-issues__list__info {
      flex: 1; }
      .p-top-issues__list__info__ttl {
        font-size: 20px;
        font-size: 2rem; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-top-issues__list__info__ttl {
            font-size: 16px;
            font-size: 1.6rem; } }
        .p-top-issues__list__info__ttl a:hover {
          text-decoration: underline; }
      .p-top-issues__list__info__name {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.375;
        color: #4b4b4b;
        margin-top: 15px; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-top-issues__list__info__name {
            font-size: 14px;
            font-size: 1.4rem;
            margin-top: 10px; } }
      .p-top-issues__list__info__summury {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.375;
        color: #4b4b4b; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-top-issues__list__info__summury {
            font-size: 14px;
            font-size: 1.4rem; } }
    .p-top-issues__list + .p-top-issues__list {
      margin-left: 6%; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-top-issues__list + .p-top-issues__list {
          margin-top: 30px;
          margin-left: 0; } }
    .p-top-issues__list-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: flex-start; }

.p-page-mv {
  height: 200px;
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: bold;
  color: #3d4b76;
  background: url(/english/cj/cms/wp-content/themes/j-circ/images/page/mv-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .p-page-mv {
      font-size: 36px;
      font-size: 3.6rem;
      margin-bottom: 80px; } }

.p-jcs {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }
  .p-jcs__lead {
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-jcs__lead {
        font-size: 16px;
        font-size: 1.6rem; } }
  .p-jcs__year {
    margin-top: 90px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-jcs__year {
        margin-top: 60px; } }
    .p-jcs__year__ttl {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      color: #0169b8;
      margin-bottom: 20px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-jcs__year__ttl {
          font-size: 20px;
          font-size: 2rem; } }
    .p-jcs__year__list {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: flex-start;
      margin-bottom: 40px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-jcs__year__list {
          margin-bottom: 30px; } }
      .p-jcs__year__list li {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2;
        border-left: 1px solid #333;
        padding: 0 25px;
        margin-bottom: 10px; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-jcs__year__list li {
            width: 25%;
            font-size: 16px;
            font-size: 1.6rem;
            text-align: center;
            padding: 0; } }
        .p-jcs__year__list li a:hover {
          text-decoration: underline; }
  .p-jcs__guide {
    margin-top: 80px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-jcs__guide {
        margin-top: 60px; } }
    .p-jcs__guide dl dt {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      color: #0169b8;
      border-bottom: 1px solid #eee;
      padding-bottom: 5px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-jcs__guide dl dt {
          font-size: 20px;
          font-size: 2rem; } }
    .p-jcs__guide dl dd {
      font-size: 20px;
      font-size: 2rem;
      margin-top: 15px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-jcs__guide dl dd {
          font-size: 16px;
          font-size: 1.6rem; } }
      .p-jcs__guide dl dd a {
        text-decoration: underline; }
    .p-jcs__guide dl + dl {
      margin-top: 50px; }

.p-aims {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }
  .p-aims__txt {
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-aims__txt {
        font-size: 16px;
        font-size: 1.6rem; } }
    .p-aims__txt + p {
      margin-top: 1.5em; }

.p-editorial {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }
  .p-editorial__chief {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start; }
    .p-editorial__chief__img {
      margin: 10px 0 0 50px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-editorial__chief__img {
          width: 30%;
          margin-top: 5px; } }
  .p-editorial dl dt {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #0169b8;
    margin-bottom: 10px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-editorial dl dt {
        font-size: 20px;
        font-size: 2rem; } }
  .p-editorial dl dd {
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-editorial dl dd {
        font-size: 16px;
        font-size: 1.6rem; } }
  .p-editorial dl + dl {
    margin-top: 60px; }
  .p-editorial__list {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start; }
    @media screen and (max-width: 1024px) {
      .p-editorial__list {
        width: 100%; } }
    .p-editorial__list li {
      width: 24%;
      margin: 0 1% 5px 0; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-editorial__list li {
          width: 49%;
          margin-right: 1%; } }
    .p-editorial__list--col3 {
      width: 65%; }
      @media screen and (max-width: 1024px) {
        .p-editorial__list--col3 {
          width: 100%; } }
      .p-editorial__list--col3 li {
        width: 32.3%; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-editorial__list--col3 li {
            width: 49%;
            margin-right: 1%; } }

.p-impact {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }
  .p-impact__table {
    width: 230px;
    border: 1px solid #eee; }
    .p-impact__table tr th {
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      background: rgba(58, 103, 175, 0.1);
      padding: 4px 0; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-impact__table tr th {
          font-size: 16px;
          font-size: 1.6rem; } }
    .p-impact__table tr td {
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      padding: 4px 0; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-impact__table tr td {
          font-size: 16px;
          font-size: 1.6rem; } }
    .p-impact__table tr:nth-child(even) td {
      background: #f9f9f9; }
    .p-impact__table tr:not(:last-child) th {
      border-bottom: 1px solid #fff; }
  .p-impact__note {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 80px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-impact__note {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 60px; } }

.p-permission {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }
  .p-permission__conditions__ttl {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #0169b8; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-permission__conditions__ttl {
        font-size: 20px;
        font-size: 2rem; } }
  .p-permission__conditions__txt {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 1em; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-permission__conditions__txt {
        font-size: 16px;
        font-size: 1.6rem; } }
    .p-permission__conditions__txt a {
      color: #0169b8;
      text-decoration: underline; }
      .p-permission__conditions__txt a[target="_blank"]:after {
        content: "";
        width: 13px;
        height: 13px;
        margin-left: 10px;
        background: url(/english/cj/cms/wp-content/themes/j-circ/images/common/cmn-blank-icon.svg);
        background-size: 100% 100%;
        display: inline-block; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-permission__conditions__txt a[target="_blank"]:after {
            width: 10px;
            height: 10px; } }
      .p-permission__conditions__txt a[target="_blank"][href$=".doc"]:after {
        width: 16px;
        height: 7px;
        vertical-align: middle;
        margin-right: 10px;
        background: url(/english/cj/cms/wp-content/themes/j-circ/images/common/cmn-doc-icon.svg); }
  .p-permission__conditions__table {
    width: 100%; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-permission__conditions__table {
        width: 600px; } }
    .p-permission__conditions__table tr th {
      font-size: 20px;
      font-size: 2rem;
      text-align: left;
      padding: 10px 20px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-permission__conditions__table tr th {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 5px 10px; } }
    .p-permission__conditions__table tr td {
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 20px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-permission__conditions__table tr td {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 5px 10px; } }
    .p-permission__conditions__table tr:nth-child(odd) {
      background: #f9f9f9; }
      .p-permission__conditions__table tr:nth-child(odd).p-permission__conditions__table__head {
        background: rgba(58, 103, 175, 0.1); }
    .p-permission__conditions__table__head th:last-child {
      width: 20%; }
    .p-permission__conditions__table-wrap {
      margin-top: 60px; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-permission__conditions__table-wrap {
          width: 100%;
          margin-top: 40px;
          overflow-x: scroll; }
          .p-permission__conditions__table-wrap::-webkit-scrollbar {
            height: 10px; }
          .p-permission__conditions__table-wrap::-webkit-scrollbar-track {
            margin: 0 2px;
            background: #ccc;
            border-radius: 5px; }
          .p-permission__conditions__table-wrap::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: #666; } }
  .p-permission__conditions__tax {
    margin-top: 80px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-permission__conditions__tax {
        margin-top: 60px; } }
    .p-permission__conditions__tax__ttl {
      font-size: 24px;
      font-size: 2.4rem; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-permission__conditions__tax__ttl {
          font-size: 18px;
          font-size: 1.8rem; } }
    .p-permission__conditions__tax__txt {
      font-size: 20px;
      font-size: 2rem;
      margin-top: 1em; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-permission__conditions__tax__txt {
          font-size: 16px;
          font-size: 1.6rem; } }
  .p-permission__faq {
    margin-top: 50px; }
    .p-permission__faq__ttl {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      color: #0169b8; }
      @media screen and (min-width: 1px) and (max-width: 767px) {
        .p-permission__faq__ttl {
          font-size: 20px;
          font-size: 2rem; } }
    .p-permission__faq__list {
      margin-top: 10px; }
      .p-permission__faq__list dl {
        padding: 15px; }
        @media screen and (min-width: 1px) and (max-width: 767px) {
          .p-permission__faq__list dl {
            padding: 10px; } }
        .p-permission__faq__list dl:nth-child(odd) {
          background: #f9f9f9; }
        .p-permission__faq__list dl dt,
        .p-permission__faq__list dl dd {
          font-size: 20px;
          font-size: 2rem; }
          @media screen and (min-width: 1px) and (max-width: 767px) {
            .p-permission__faq__list dl dt,
            .p-permission__faq__list dl dd {
              font-size: 16px;
              font-size: 1.6rem; } }
  .p-permission__contact {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 40px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-permission__contact {
        font-size: 16px;
        font-size: 1.6rem; } }
    .p-permission__contact a {
      color: #0169b8; }
      .p-permission__contact a:hover {
        text-decoration: underline; }

.p-nf {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }
  .p-nf__ttl {
    margin: 80px 0 100px; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-nf__ttl {
        margin: 60px 0; } }
    .p-nf__ttl:after {
      content: none; }
  .p-nf__lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2; }
  .p-nf__back {
    width: 35%;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #0169b8;
    margin: 100px auto 0; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-nf__back {
        width: 60%;
        margin-top: 60px; } }
    .p-nf__back a {
      width: 100%;
      color: #fff;
      background: #0169b8;
      padding: 14px 0;
      position: relative;
      z-index: 0;
      display: inline-block;
      transition: color .3s; }
      .p-nf__back a:before {
        content: "";
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s; }
      .p-nf__back a:hover {
        color: #0169b8; }
        .p-nf__back a:hover:before {
          transform-origin: left top;
          transform: scale(1, 1); }

@media print, screen and (min-width: 1025px) {
  .u-tab, .u-sp {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pc, .u-sp {
    display: none !important; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc, .u-tab {
    display: none !important; }
  .u-pc.u-sp {
    display: inherit !important; } }


/*# sourceMappingURL=style.css.map*/