﻿@charset "UTF-8";

/* ======================================================
 * jin
 * ------------------------------------------------------
 * - Path
 * - Import
 * - Override
 * - PageComponent
 * Print
====================================================== */
/* ------------------------------------------------------
 * Path
------------------------------------------------------ */
/*----- 背景画像用パス -----*/
/* ------------------------------------------------------
 * Import
------------------------------------------------------ */
/* ======================================================
 * basedesign
 * ------------------------------------------------------
 * Path
 * View
 * Color
 * Font
 * Link
 * Animation
====================================================== */
/* ======================================================
 * Path
====================================================== */
/*----- 背景画像用パス -----*/
/* ======================================================
 * View
====================================================== */
/*----- ブレイクポイント -----*/
/*----- コンテンツ幅 -----*/
/*----- コンテンツ幅左右アキ -----*/
/* ======================================================
 * Color
====================================================== */
/*----- テーマカラー -----*/
/*----- 背景カラー -----*/
/*----- テキストカラー -----*/
/*----- リンクテキストカラー -----*/
/*----- ボーダーカラー -----*/
/* ======================================================
 * Font
====================================================== */
/*----- フォントファミリー -----*/
/*----- フォントサイズ -----*/
/*----- 行間 -----*/
/*----- フォントウェイト -----*/
/* ======================================================
 * Link
====================================================== */
/*----- リンクタイプ -----*/
/*----- リンク矢印アイコン -----*/
/*----- 透過度 -----*/
/* ======================================================
 * Heading Margin
====================================================== */
/* ======================================================
 * Animation
====================================================== */
/*----- イージング（変化の度合い） -----*/
/*----- デュレーション（変化の開始から終了までの時間） -----*/
/*----- ディレイ（変化が始まるまでの時間） -----*/
/* ----- function ----- */
/* ======================================================
 * function
 * ------------------------------------------------------
 * gen-fetch-breakpoint
====================================================== */
/* ------------------------------------------------------
 * gen-fetch-breakpoint
------------------------------------------------------ */
/* ----- mixin ----- */
/* ======================================================
 * mixin
 * ------------------------------------------------------
 * hover
 * hover-focus
 * plain-hover-focus
 * hover-focus-active
 * except-hover
 * any-link
 * all-link
====================================================== */
/* ------------------------------------------------------
 * hover
------------------------------------------------------ */
/* ------------------------------------------------------
 * hover-focus
------------------------------------------------------ */
/* ------------------------------------------------------
 * plain-hover-focus
------------------------------------------------------ */
/* ------------------------------------------------------
 * hover-focus-active
------------------------------------------------------ */
/* ------------------------------------------------------
 * except-hover
------------------------------------------------------ */
/* ------------------------------------------------------
 * any-link
------------------------------------------------------ */
/* ------------------------------------------------------
 * all-link
------------------------------------------------------ */
/* ======================================================
 * mixin
 * ------------------------------------------------------
 * gen-media-breakpoint-up
 * gen-media-breakpoint-down
 * gen-media-breakpoint-between
====================================================== */
/* ------------------------------------------------------
 * gen-media-breakpoint-up
 * @requires
 * - gen-fetch-breakpoint
------------------------------------------------------ */
/* ------------------------------------------------------
 * gen-media-breakpoint-down
 * @requires
 * - gen-fetch-breakpoint
------------------------------------------------------ */
/* ------------------------------------------------------
 * gen-media-breakpoint-between
 * @requires
 * - gen-fetch-breakpoint
------------------------------------------------------ */
/* ======================================================
 * mixin
 * ------------------------------------------------------
 * gen-child-margin-top
 * gen-child-margin-bottom
====================================================== */
/* ------------------------------------------------------
 * gen-child-margin-top
------------------------------------------------------ */
/* ------------------------------------------------------
 * gen-child-margin-bottom
------------------------------------------------------ */
/* ======================================================
 * mixin
 * ------------------------------------------------------
 * gen-clearfix
====================================================== */
/* ------------------------------------------------------
 * gen-clearfix
------------------------------------------------------ */
/* ----- extend ----- */
/* ======================================================
 * icon
 * ------------------------------------------------------
 * gen-icon-arrow
 * gen-icon-arrow-tail
 * gen-icon-arrow-middle
 * gen-icon-sprite
 * gen-icon-sprite-tail
 * gen-icon-sprite-middle
====================================================== */
/* ------------------------------------------------------
 * gen-icon-arrow
------------------------------------------------------ */
.jin__content .link-list > ul > li.arrow > a:before, .jin__content .internal-list02 > ul > li > a:after {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  border-top: 2px solid #415ed3;
  border-right: 2px solid #415ed3;
  vertical-align: middle;
  content: "";
}

.jin__content .link-list > ul > li.arrow > a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.jin__content .internal-list02 > ul > li > a:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before, .jin__content .link-list > ul > li.arrow > strong > a:before {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  vertical-align: middle;
  content: "";
}

.jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before, .jin__content .link-list > ul > li.arrow > strong > a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ------------------------------------------------------
 * gen-icon-arrow-tail
------------------------------------------------------ */
/* ------------------------------------------------------
 * gen-icon-arrow-middle
------------------------------------------------------ */
.jin__content .internal-list02 > ul > li > a:after, .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before, .jin__content .link-list > ul > li.arrow > a:before, .jin__content .link-list > ul > li.arrow > strong > a:before {
  position: absolute;
  top: 50%;
}

/* ------------------------------------------------------
 * gen-icon-sprite
------------------------------------------------------ */
.jin__content .link-list > ul > li.arrow a > .icon_pdf:after {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
}

.jin__content .link-list > ul > li.arrow a > .icon_pdf:after {
  background-image: url("/app-files/img/sprite/icon.svg#pdf-usage");
}

/* ------------------------------------------------------
 * gen-icon-sprite-tail
------------------------------------------------------ */

/* ------------------------------------------------------
 * gen-icon-sprite-middle
------------------------------------------------------ */
/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
/* ----- 中央寄せ（本文・単体リンク） ----- */
.jin__content .c_text {
  display: flex;
  justify-content: center;
}

.jin__content .headLv2-A + .c_text > *:first-child {
  margin-top: 0;
}

.jin__content .headLv3-A + .c_text > *:first-child {
  margin-top: 0;
}

.jin__content .headLv4-A + .c_text > *:first-child {
  margin-top: 0;
}

/* ----- 右寄せ（本文・単体リンク） ----- */
.jin__content .r_text {
  display: flex;
  justify-content: flex-end;
}

.jin__content .headLv2-A + .c_text > *:first-child {
  margin-top: 0;
}

.jin__content .headLv3-A + .c_text > *:first-child {
  margin-top: 0;
}

.jin__content .headLv4-A + .c_text > *:first-child {
  margin-top: 0;
}

/* ----- 本文（左寄せ） ----- */
.jin__content p {
  margin: 1em 0 0 0;
}

/* ----- 本文（中央寄せ） ----- */
.jin__content .c_text > p {
  text-align: center;
}

/* ----- ページ内リンクリスト(横並び) ----- */

.jin__content .internal-list02 > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jin__content .internal-list02 > ul > li > a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #b9c5d5;
  background-color: #fff;
  line-height: 1.4;
  text-align: center;
}

/* ----- 見出し（見出し2） ----- */

.jin__content .headLv2-A > h2 {
  margin: 0;
}

/* ----- 見出し（見出し3） ----- */

.jin__content .headLv3-A > h3 {
  margin: 0;
  color: #415ed3;
}

/* ----- 見出し（見出し4） ----- */

.jin__content .headLv4-A > h4 {
  margin: 0;
  color: #202f69;
}

/* ----- 画像（中央寄せ・右寄せ） ----- */
.jin__content .figure-block {
  margin: 2em 0 0 0;
}

.jin__content .figure-block[data-align] {
  display: flex;
}

.jin__content .figure-block[data-align="center"] {
  justify-content: center;
}

.jin__content .figure-block[data-align="right"] {
  justify-content: flex-end;
}

.jin__content .figure-block__item > p {
  text-align: left;
}

.jin__content .figure-block__item > p > a {
  display: inline-block;
}

/* ----- 画像＆見出し＆テキスト ----- */
.jin__content .rapture-layout {
  margin: 2em 0 0 0;
}

.jin__content .rapture-layout > div > div {
  display: flex;
}

.jin__content .rapture-layout .rapture-layout__item > *:first-child,
.jin__content .rapture-layout .rapture-layout__item > section:first-child > *:first-child,
.jin__content .rapture-layout .rapture-layout__item > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}

.jin__content .rapture-layout .rapture-layout__item .figure > a {
  display: inline-block;
}

.jin__content .rapture-layout .rapture-layout__item .link-list > ul {
  padding: 0;
}

.jin__content .rapture-layout .rapture-layout__item .link-list > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a {
  margin: 0;
  border-color: #415ed3;
  background-color: #415ed3;
  color: #fff;
  line-height: 1.4;
}

.jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before {
  right: 1.2em;
}

/* ----- 画像（N列） ----- */

.jin__content .figure-block__item > *:first-child,
.jin__content .figure-block__item > section:first-child > *:first-child,
.jin__content .figure-block__item > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}

/* ----- 箇条書きリスト（行頭文字指定） ----- */
.jin__content .link-list > ul {
  display: block;
  width: 100%;
  padding: 0;
}

.jin__content .link-list > ul > li.pf {
  display: inline;
  position: relative;
  margin: 0 0 0 10px;
  color: #505050;
  list-style: none;
}

.jin__content .link-list > ul > li.pf:first-child {
  margin-left: 0;
}

/* ----- 単体リンク（左寄せ） ----- */
.jin__content .link-list > ul > li.arrow {
  display: flex;
  width: 100%;
}

.jin__content .link-list > ul > li.arrow:first-child {
  margin-top: 0;
}

.jin__content .link-list > ul > li.arrow > a {
  display: flex;
  position: relative;
  border: 2px solid #b9c5d5;
  background-color: #fff;
  color: #141414;
  line-height: 1.4;
  text-decoration: none;
}

.jin__content .link-list > ul > li.arrow > a:before {
  right: 1.2em;
}

.jin__content .link-list > ul > li.arrow > strong > a {
  display: flex;
  position: relative;
  border: 2px solid #415ed3;
  background-color: #415ed3;
  color: #fff;
  line-height: 1.4;
}

.jin__content .link-list > ul > li.arrow > strong > a:before {
  right: 1.2em;
}

/* ----- 単体リンク（中央寄せ） ----- */

/* ----- 単体リンク（右寄せ） ----- */

/* ----- 罫線 ----- */

.jin__content .bdr > hr {
  display: block;
  height: 1px;
  margin: 0;
  border: solid #dedede;
  border-width: 1px 0 0;
}

/* ----- 汎用ブロック（塗り グレー） ----- */
.jin__content .common-block-lv2 {
  margin: 2em 0 0 0;
  border: 2px solid #eee;
  background-color: #f6f7fa;
}

.jin__content .common-block-lv2 > .common-block-headding > *:first-child,
.jin__content .common-block-lv2 > .common-block-headding > section:first-child > *:first-child,
.jin__content .common-block-lv2 > .common-block-headding > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}

.jin__content .common-block-lv2 > .common-block-headding > *:last-child {
  margin-bottom: 0 !important;
}

.jin__content .common-block-lv2 > .common-block-headding > h3 {
  color: #141414;
}

.jin__content .common-block-lv2 > .section > *:first-child,
.jin__content .common-block-lv2 > .section > section:first-child > *:first-child,
.jin__content .common-block-lv2 > .section > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}

.jin__content .common-block-lv2 > .section > *:last-child {
  margin-bottom: 0 !important;
}

.jin__content .common-block-lv2 > .common-block-headding + .section {
  padding-top: 0;
}

/* ----- leftHandedTableSet ----- */

.jin__content .leftHandedTableSet > table {
  margin: 0 auto;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.jin__content .leftHandedTableSet > table tr th,
.jin__content .leftHandedTableSet > table tr td {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
}

.jin__content .leftHandedTableSet > table tr th > *:first-child,
.jin__content .leftHandedTableSet > table tr th > section:first-child > *:first-child,
.jin__content .leftHandedTableSet > table tr th > [class^="list-wrap"] > *:first-child,
.jin__content .leftHandedTableSet > table tr td > *:first-child,
.jin__content .leftHandedTableSet > table tr td > section:first-child > *:first-child,
.jin__content .leftHandedTableSet > table tr td > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}

.jin__content .leftHandedTableSet > table tr th > *:last-child,
.jin__content .leftHandedTableSet > table tr td > *:last-child {
  margin-bottom: 0 !important;
}

.jin__content .leftHandedTableSet > table tr th {
  background-color: #f6f7fa;
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */

@media print, screen and (min-width: 768px) {
  .jin__content .link-list > ul > li.arrow > a:before, .jin__content .internal-list02 > ul > li > a:after {
    width: 8px;
    height: 8px;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before, .jin__content .link-list > ul > li.arrow > strong > a:before {
    width: 8px;
    height: 8px;
  }
  .jin__content .internal-list02 > ul > li > a:after, .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before, .jin__content .link-list > ul > li.arrow > a:before, .jin__content .link-list > ul > li.arrow > strong > a:before {
    margin-top: -4px;
  }
  .jin__content .link-list > ul > li.arrow a > .icon_pdf:after {
    width: 21px;
    height: 25px;
  }
  .jin__content .link-list > ul > li.arrow a > .icon_pdf:after {
    top: -2px;
    margin-left: 10px;
  }
  .jin__content p {
    font-size: 1.6rem;
  }
  .jin__content .c_text > p {
    max-width: 675px;
  }
  .jin__content .internal-list02 {
    width: 100%;
    margin: 40px auto 60px;
    padding: 0 30px;
  }
  .jin__content .internal-list02 > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .jin__content .internal-list02 > ul > li {
    display: flex;
    width: 100%;
    max-width: 314px;
    margin-left: 20px;
  }
  .jin__content .internal-list02 > ul > li:first-child {
    margin-left: 0;
  }
  .jin__content .internal-list02 > ul > li > a {
    min-height: 60px;
    padding: .3em 3.0em .3em 1.0em;
  }
  .jin__content .internal-list02 > ul > li > a:hover {
    border-color: #415ed3;
    background-color: #415ed3;
    color: #fff;
  }
  .jin__content .internal-list02 > ul > li > a:hover:after {
    border-color: #fff;
  }
  .jin__content .internal-list02 > ul > li > a:after {
    right: 20px;
    margin-top: -8px;
    transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .jin__content .headLv2-A {
    margin: 3.5em 0 0;
  }
  .Main .jin__content .headLv2-A + * {
    margin-top: 2.0em;
  }
  .jin__content .headLv2-A > h2 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.692;
  }
  .jin__content .headLv3-A {
    margin: 2.8em 0 0;
  }
  .Main .jin__content .headLv3-A + * {
    margin-top: 1.6em;
  }
  .jin__content .headLv3-A > h3 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.682;
  }
  .jin__content .headLv4-A {
    margin: 2.2em 0 0;
  }
  .Main .jin__content .headLv4-A + * {
    margin-top: 1.2em;
  }
  .jin__content .headLv4-A > h4 {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.7;
  }
  .jin__content .figure-block__item > p {
    margin: .6em 0 0 0;
    font-size: 1.4rem;
  }
  .jin__content .rapture-layout > div > div {
    flex-flow: row nowrap;
  }
  .jin__content .rapture-layout .rapture-layout__item {
    width: calc(((100% - (36px * (2 - 1))) / 2) - .1px);
    margin-left: 36px;
  }
  .jin__content .rapture-layout .rapture-layout__item:first-child {
    margin-left: 0;
  }
  .jin__content .rapture-layout .rapture-layout__item .caption {
    margin: .6em 0 0;
    font-size: 1.4rem;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list {
    margin: 2.2em 0 0;
  }
  .Main .jin__content .rapture-layout .rapture-layout__item .link-list + * {
    margin-top: 1.2em;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a {
    font-size: 2.0rem;
    font-weight: 400;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:hover {
    border-color: #b9c5d5;
    background-color: #fff;
    color: #141414;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:hover:before {
    border-color: #415ed3;
  }
  .jin__content .figure-block > div > div > div > div {
    display: flex;
    flex-flow: row nowrap;
  }
  .jin__content .figure-block:not([data-align]) .figure-block__item {
    flex: 1 1;
  }
  .jin__content .figure-block:not([data-align]) .figure-block__item + .figure-block__item {
    margin-left: 40px;
  }
  .jin__content .link-list > ul > li.pf {
    font-size: 1.4rem;
  }
  .jin__content .link-list > ul > li.arrow {
    margin-top: 1.8em;
  }
  .jin__content .link-list > ul > li.arrow > a {
    min-width: 277px;
    max-width: 100%;
    padding: .75em 2.4em;
  }
  .jin__content .link-list > ul > li.arrow > a:hover {
    border-color: #415ed3;
    background-color: #415ed3;
    color: #fff;
  }
  .jin__content .link-list > ul > li.arrow > a:hover:before {
    border-color: #fff;
  }
  .jin__content .link-list > ul > li.arrow > strong > a {
    min-width: 277px;
    max-width: 100%;
    padding: .75em 2.4em;
    font-weight: 400;
  }
  .jin__content .link-list > ul > li.arrow > strong > a:hover {
    border-color: #b9c5d5;
    background-color: #fff;
    color: #141414;
  }
  .jin__content .link-list > ul > li.arrow > strong > a:hover:before {
    border-color: #415ed3;
  }
  .jin__content .bdr {
    margin: 4em 0 5em;
  }
  .jin__content .common-block-lv2 {
    margin-top: 2.4em;
  }
  .jin__content .common-block-lv2 > .common-block-headding {
    margin: 0 0 .8em;
    padding: 1.6em 1.75em 0;
  }
  .jin__content .common-block-lv2 > .common-block-headding > h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .jin__content .common-block-lv2 > .section {
    padding: 1.6em 1.75em;
  }
  .jin__content .leftHandedTableSet {
    margin: 2em auto 0;
    /*padding-bottom: 1px;*/
    overflow-x: auto;
  }
  .jin__content .leftHandedTableSet > table {
    width: 100%;
  }
  .jin__content .leftHandedTableSet > table tr th,
  .jin__content .leftHandedTableSet > table tr td {
    padding: .8em 1.8em;
  }
  .jin__content .leftHandedTableSet > table tr th {
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .jin__content .link-list > ul > li.arrow > a:before, .jin__content .internal-list02 > ul > li > a:after {
    width: 8px;
    height: 8px;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before, .jin__content .link-list > ul > li.arrow > strong > a:before {
    width: 8px;
    height: 8px;
  }
  .jin__content .internal-list02 > ul > li > a:after, .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a:before, .jin__content .link-list > ul > li.arrow > a:before, .jin__content .link-list > ul > li.arrow > strong > a:before {
    margin-top: -4px;
  }
  .jin__content .link-list > ul > li.arrow a > .icon_pdf:after {
    width: 16px;
    height: 19px;
  }
  .jin__content .link-list > ul > li.arrow a > .icon_pdf:after {
    top: -1px;
    margin-left: 14px;
  }
  .jin__content p {
    font-size: 1.3rem;
  }
  .jin__content .c_text > p {
    width: 100%;
  }
  .jin__content .internal-list02 > ul {
    margin-top: 2.0em;
    padding: 0;
  }
  .jin__content .internal-list02 > ul > li {
    margin-top: .8em;
  }
  .jin__content .internal-list02 > ul > li:first-child {
    margin-top: 0;
  }
  .jin__content .internal-list02 > ul > li > a {
    justify-content: center;
    padding: 1.0em 2.8em 1.1em 1.0em;
    border: 2px solid #b9c5d5;
    font-weight: 500;
    text-align: center;
  }
  .jin__content .internal-list02 > ul > li > a:after {
    right: 1.3em;
    margin-top: -6px;
  }
  .jin__content .headLv2-A {
    margin: 2.6em 0 0;
  }
  .Main .jin__content .headLv2-A + * {
    margin-top: 1.4em;
  }
  .jin__content .headLv2-A > h2 {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.524;
  }
  .jin__content .headLv3-A {
    margin: 2.2em 0 0;
  }
  .Main .jin__content .headLv3-A + * {
    margin-top: 1.4em;
  }
  .jin__content .headLv3-A > h3 {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.737;
  }
  .jin__content .headLv4-A {
    margin: 1.6em 0 0;
  }
  .Main .jin__content .headLv4-A + * {
    margin-top: 1.0em;
  }
  .jin__content .headLv4-A > h4 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.706;
  }
  .jin__content .figure-block__item > p {
    margin: .4em 0 0 0;
    font-size: 1.2rem;
  }
  .jin__content .rapture-layout > div > div {
    flex-direction: column;
  }
  .jin__content .rapture-layout .rapture-layout__item--fig {
    order: 1;
  }
  .jin__content .rapture-layout .rapture-layout__item--fig + .rapture-layout__item {
    margin-top: 1.2em;
  }
  .jin__content .rapture-layout .rapture-layout__item--txt {
    order: 2;
  }
  .jin__content .rapture-layout .rapture-layout__item--txt + .rapture-layout__item {
    margin-bottom: 1.2em;
  }
  .jin__content .rapture-layout .rapture-layout__item .caption {
    margin: .4em 0 0;
    font-size: 1.2rem;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list {
    margin: 1.6em 0 0;
  }
  .Main .jin__content .rapture-layout .rapture-layout__item .link-list + * {
    margin-top: 1.0em;
  }
  .jin__content .rapture-layout .rapture-layout__item .link-list .arrow > a {
    padding: .8em 2.8em .9em 1.8em;
    font-size: 1.7rem;
    font-weight: 400;
  }
  .jin__content .figure-block:not([data-align]) .figure-block__item + .figure-block__item {
    margin-top: 1.0em;
  }
  .jin__content .link-list > ul > li.pf {
    font-size: 1.1rem;
  }
  .jin__content .link-list > ul > li.arrow {
    margin-top: 1.5em;
  }
  .jin__content .link-list > ul > li.arrow > a {
    width: 100%;
    padding: .8em 2.8em .9em 1.8em;
  }
  .jin__content .link-list > ul > li.arrow > strong {
    width: 100%;
  }
  .jin__content .link-list > ul > li.arrow > strong > a {
    width: 100%;
    padding: .8em 2.8em .9em 1.8em;
    font-weight: 400;
  }
  .jin__content .c_text > .link-list {
    width: 100%;
  }
  .jin__content .r_text > .link-list {
    width: 100%;
  }
  .jin__content .bdr {
    margin: 2.0em 0 2.5em;
  }
  .jin__content .common-block-lv2 {
    margin-top: 1.4em;
  }
  .jin__content .common-block-lv2 > .common-block-headding {
    margin: 0 0 1.2em;
    padding: 1.8em 2.0em 0;
  }
  .jin__content .common-block-lv2 > .common-block-headding > h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .jin__content .common-block-lv2 > .section {
    padding: 1.8em 2.0em 1.4em;
  }
  .jin__content .leftHandedTableSet {
    margin: 2em 0 0 0;
  }
  .jin__content .leftHandedTableSet > table {
    width: 100% !important;
  }
  .jin__content .leftHandedTableSet > table tr th,
  .jin__content .leftHandedTableSet > table tr td {
    padding: .6em .6em .8em;
  }
  .jin__content .leftHandedTableSet > table tr th {
    font-weight: 400;
  }
}
