@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
                                                                         /* Document
========================================================================== */
html {
  line-height: 1.15;
  font-size: 62.5%;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 62.5%;
  font-weight: 400;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  padding: 0;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

template, [hidden] {
  display: none;
}

/* ================================================
	Font
*/
/*
	link 用
	<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,700" rel="stylesheet">
	<link href="https://fonts.googleapis.com/earlyaccess/notosansjapanese.css" rel="stylesheet" />
*/
@font-face {
  /* firefox on windows issue */
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
  text-rendering: auto;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: -apple-system, 'Work Sans',A venir, 'Helvetica Neue', 'Lucida Grande', Arial , Roboto, 'Segoe UI', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic M', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

b, strong, h1, h2, h3, h4, h5, .bold, .bolder, th, title, dt {
  font-weight: 700;
  font-family: 'Work Sans', -apple-system, Avenir, 'Helvetica Neue', 'Lucida Grande', Arial , Roboto, 'Segoe UI', 'Noto Sans Japanese', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic M', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* =====================================
	AVT Contents Reset
*/
html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

a:link {
  color: #1168a4;
  text-decoration: none;
}

a:visited {
  color: #1168a4;
  text-decoration: none;
}

a:hover {
  color: #da0000;
  text-decoration: none;
}

/* =====================================
	global define
*/
/* =====================================
	mixin
*/
	/* =====================================
		Responsive

		.show-smf	: スマートフォン時のみ表示
		.show-tab-p	: タブレット時のみ表示 縦
		.show-tab-l	: タブレット時のみ表示 横
		.show-pc	: PC（デスクトップ）時のみ表示
		.show-wide	: PC（デスクトップ）時のみ表示

		その他のクラスに実装する場合、 次のクラスを継承するように実装する

		html.smf *		: スマートフォン時のみ
		html.tab-p *	: タブレット時のみ 縦
		html.tab-l *	: タブレット時のみ 横
		html.pc *		: PC（デスクトップ）時のみ
		html.wide *		: PC（デスクトップ）時のみ
	*/
.show-smf {
  display: none;
}

.show-tab-p {
  display: none;
}

.show-tab-l {
  display: none;
}

.show-pc {
  display: none;
}

.show-wide {
  display: none;
}

html.smf .show-smf {
  display: block;
}
html.smf table.show-smf {
  display: table;
}
html.smf tbody.show-smf {
  display: table-row-group;
}
html.smf thead.show-smf {
  display: table-header-group;
}
html.smf tfoot.show-smf {
  display: table-footer-group;
}
html.smf tr.show-smf {
  display: table-row;
}
html.smf td.show-smf, html.smf th.show-smf {
  display: table-cell;
}
html.smf span.show-smf {
  display: inline;
}

html.tab-p .show-tab-p {
  display: block;
}
html.tab-p table.show-tab-p {
  display: table;
}
html.tab-p tbody.show-tab-p {
  display: table-row-group;
}
html.tab-p thead.show-tab-p {
  display: table-header-group;
}
html.tab-p tfoot.show-tab-p {
  display: table-footer-group;
}
html.tab-p tr.show-tab-p {
  display: table-row;
}
html.tab-p td.show-tab-p, html.tab-p th.show-tab-p {
  display: table-cell;
}
html.tab-p span.show-tab-p {
  display: inline;
}

html.tab-l .show-tab-l {
  display: block;
}
html.tab-l table.show-tab-l {
  display: table;
}
html.tab-l tbody.show-tab-l {
  display: table-row-group;
}
html.tab-l thead.show-tab-l {
  display: table-header-group;
}
html.tab-l tfoot.show-tab-l {
  display: table-footer-group;
}
html.tab-l tr.show-tab-l {
  display: table-row;
}
html.tab-l td.show-tab-l, html.tab-l th.show-tab-l {
  display: table-cell;
}
html.tab-l span.show-tab-l {
  display: inline;
}

html.pc .show-pc {
  display: block;
}
html.pc pcle.show-pc {
  display: table;
}
html.pc tbody.show-pc {
  display: table-row-group;
}
html.pc thead.show-pc {
  display: table-header-group;
}
html.pc tfoot.show-pc {
  display: table-footer-group;
}
html.pc tr.show-pc {
  display: table-row;
}
html.pc td.show-pc, html.pc th.show-pc {
  display: table-cell;
}
html.pc span.show-pc {
  display: inline;
}

html.wide .show-wide {
  display: block;
}
html.wide pcle.show-wide {
  display: table;
}
html.wide tbody.show-wide {
  display: table-row-group;
}
html.wide thead.show-wide {
  display: table-header-group;
}
html.wide tfoot.show-wide {
  display: table-footer-group;
}
html.wide tr.show-wide {
  display: table-row;
}
html.wide td.show-wide, html.wide th.show-wide {
  display: table-cell;
}
html.wide span.show-wide {
  display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Common Style : Rev 2017-06-28
*/
.box {
  display: block;
  overflow: hidden;
  position: relative;
}

/* text wrapper */
.elp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 改行も禁止 */
}

.elt {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Scrollbar "simple" */
.slim-scrbar::-webkit-scrollbar {
  overflow: hidden;
  width: 7px;
  background: #efefef;
  border-radius: 3px;
}

.slim-scrbar::-webkit-scrollbar:horizontal {
  height: 5px;
}

.slim-scrbar::-webkit-scrollbar-button {
  display: none;
}

.slim-scrbar::-webkit-scrollbar-piece {
  background: #ddd;
}

.slim-scrbar::-webkit-scrollbar-piece:start {
  background: #ddd;
}

.slim-scrbar::-webkit-scrollbar-thumb {
  overflow: hidden;
  background: #c0c0c0;
  border: 1px solid #efefef;
  margin: 1px;
  border-radius: 3px;
}

.slim-scrbar::-webkit-scrollbar-corner {
  overflow: hidden;
  background: #333;
  border-radius: 3px;
}

/* Scrollbar "wide" */
.wide-scrbar::-webkit-scrollbar {
  overflow: hidden;
  width: 12px;
  background: #efefef;
  border-radius: 8px;
}

.wide-scrbar::-webkit-scrollbar:horizontal {
  height: 5px;
}

.wide-scrbar::-webkit-scrollbar-button {
  display: none;
}

.wide-scrbar::-webkit-scrollbar-piece {
  background: #ddd;
}

.wide-scrbar::-webkit-scrollbar-piece:start {
  background: #ddd;
}

.wide-scrbar::-webkit-scrollbar-thumb {
  overflow: hidden;
  background: #c0c0c0;
  border: 1px solid #efefef;
  margin: 1px;
  border-radius: 8px;
}

.wide-scrbar::-webkit-scrollbar-corner {
  overflow: hidden;
  background: #333;
  border-radius: 8px;
}

/* YouTube */
.c-widemov {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 15px 0;
  text-align: center;
}
.c-widemov iframe {
  width: 853px;
  height: 480px;
  margin: 0 auto;
  outline: 0;
  border-style: none;
}
@media screen and (min-width: 0px) and (max-width: 379px) {
  .c-widemov iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (min-width: 380px) and (max-width: 519px) {
  .c-widemov iframe {
    width: 360px;
    height: 202px;
  }
}
@media screen and (min-width: 520px) and (max-width: 739px) {
  .c-widemov iframe {
    width: 500px;
    height: 281px;
  }
}
@media screen and (min-width: 740px) {
  .c-widemov iframe {
    width: 720px;
    height: 405px;
  }
}

/* Basic */
p {
  font-size: 1.3rem;
  line-height: 1.6em;
  margin: 0;
  padding: 1em 0 0 0;
}

p.ind, b.ind, span.ind {
  text-indent: 1em;
}

p.small, b.small, span.small {
  font-size: 1.1rem;
}

p.large, b.large, span.large {
  font-size: 1.5rem;
}

p.xlarge, b.xlarge, span.xlarge {
  font-size: 1.8rem;
}

p.xxlarge, b.xxlarge, span.xxlarge {
  font-size: 2.2rem;
}

html.smf p.large, html.smf b.large, html.smf span.large {
  font-size: 1.3rem;
}
html.smf p.xlarge, html.smf b.xlarge, html.smf span.xlarge {
  font-size: 1.5rem;
}
html.smf p.xxlarge, html.smf b.xxlarge, html.smf span.xxlarge {
  font-size: 1.8rem;
}

/* Icons */
.c-icn {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.c-icn + .go {
  background-position: 0px 0px;
}
.c-icn + .go + .w {
  background-position: 0px -100px;
}
.c-icn + .back {
  background-position: -100px 0px;
}
.c-icn + .back + .w {
  background-position: -100px -100px;
}
.c-icn + .list {
  background-position: -200px 0px;
}
.c-icn + .list + .w {
  background-position: -200px -100px;
}
.c-icn + .close {
  background-position: -300px 0px;
}
.c-icn + .close + .w {
  background-position: -300px -100px;
}
.c-icn + .up {
  background-position: -400px 0px;
}
.c-icn + .up + .w {
  background-position: -400px -100px;
}
.c-icn + .down {
  background-position: -500px 0px;
}
.c-icn + .down + .w {
  background-position: -500px -100px;
}
.c-icn + .right {
  background-position: -600px 0px;
}
.c-icn + .right + .w {
  background-position: -600px -100px;
}
.c-icn + .left {
  background-position: -700px 0px;
}
.c-icn + .left + .w {
  background-position: -700px -100px;
}
.c-icn + .circleoff {
  background-position: -800px 0px;
}
.c-icn + .circleoff + .w {
  background-position: -800px -100px;
}
.c-icn + .circleon {
  background-position: -900px 0px;
}
.c-icn + .circleon + .w {
  background-position: -900px -100px;
}
.c-icn + .items {
  background-position: -1000px 0px;
}
.c-icn + .items + .w {
  background-position: -1000px -100px;
}
.c-icn + .tree {
  background-position: -1100px 0px;
}
.c-icn + .tree + .w {
  background-position: -1100px -100px;
}
.c-icn + .phone {
  background-position: -1200px 0px;
}
.c-icn + .phone + .w {
  background-position: -1200px -100px;
}
.c-icn + .on {
  background-position: -1300px 0px;
}
.c-icn + .on + .w {
  background-position: -1300px -100px;
}
.c-icn + .off {
  background-position: -1400px 0px;
}
.c-icn + .off + .w {
  background-position: -1400px -100px;
}
.c-icn + .section {
  background-position: -1500px 0px;
}
.c-icn + .section + .w {
  background-position: -1500px -100px;
}
.c-icn + .rightc {
  background-position: -1600px 0px;
}
.c-icn + .rightc + .w {
  background-position: -1600px -100px;
}
.c-icn + .leftc {
  background-position: -1700px 0px;
}
.c-icn + .leftc + .w {
  background-position: -1700px -100px;
}
.c-icn + .find {
  background-position: -1800px 0px;
}
.c-icn + .find + .w {
  background-position: -1800px -100px;
}

html.wide .c-content {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
html.wide .c-content.x-subpage {
  margin-top: 70px;
}
html.pc .c-content, html.tab-l .c-content {
  width: 850px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
html.pc .c-content.x-subpage, html.tab-l .c-content.x-subpage {
  margin-top: 70px;
}
html.tab-p .c-content {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
}
html.tab-p .c-content.x-subpage {
  margin-top: 70px;
}
html.smf .c-content {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
}

html.wide .pg-sub .c-content:first-child {
  margin-top: 70px;
}
html.pc .pg-sub .c-content:first-child, html.tab-l .pg-sub .c-content:first-child {
  margin-top: 70px;
}
html.tab-p .pg-sub .c-content:first-child {
  margin-top: 70px;
}

/* Button */
.c-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 10px 0 0 0;
  padding: 0 32px 0 15px;
  white-space: nowrap;
  height: 32px;
  font-size: 1.25rem;
  line-height: 32px;
  background: #1086b5;
  color: #fdfdfd !important;
}
.c-btn:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform-origin: 100% 0px;
  transform: scale(0.32);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: 0px -100px;
}
html.smf .c-btn {
  font-size: 1.2rem;
  padding: 0 32px 0 10px;
}
.c-btn:hover {
  background-color: #6bd2fa;
  color: #222 !important;
}

.c-more {
  position: inherit;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  vertical-align: bottom;
  white-space: nowrap;
  height: inherit;
  padding-left: 0.7em;
  padding-right: 0.7em;
  font-size: 1.1rem;
  line-height: inherit;
  background: #6bd2fa;
  color: #fdfdfd !important;
}
html.smf .c-more {
  font-size: 1rem;
}
.c-more:hover {
  background-color: #34aad9;
  color: #fdfdfd !important;
}

/* PDF Reader */
.c-pdf-notice {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 15px 10px 0px 45%;
  padding: 0 !important;
}
.c-pdf-notice img {
  float: right;
  border-style: none;
  margin: 12px;
}
.c-pdf-notice p {
  padding: 12px !important;
  line-height: 1.2em;
  font-size: 1.2rem !important;
  color: #666;
}
html.tab-p .c-pdf-notice {
  margin-left: 35%;
}
html.smf .c-pdf-notice {
  margin-left: 15%;
  margin-right: 0px;
}

/* tabset */
.c-tabset {
  display: none;
  float: none;
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 0 25px 20px 25px;
  padding: 0;
}
.c-tabset.x-selected {
  display: block;
}
.c-tabset ul.boxlist {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none none inside;
}
.c-tabset ul.boxlist > li {
  display: block;
  width: 32%;
  float: left;
  overflow: hidden;
  margin: 15px 1% 0 0;
  padding: 0;
  /* 日付 */
  /* 見出し */
}
.c-tabset ul.boxlist > li.x-pdf p:not(.d):before {
  content: 'PDF';
  background: #909c0e;
  color: #fdfdfd;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin: 0 3px 0 0;
}
.c-tabset ul.boxlist > li.x-ext p:not(.d):before {
  content: '外部サイト';
  background: #0e789c;
  color: #fdfdfd;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin: 0 3px 0 0;
}
.c-tabset ul.boxlist > li .x-img {
  overflow: hidden;
  position: relative;
  opacity: 0;
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: opacity 0.8s cubic-bezier(0, 0, 0.02, 0.99);
}
.c-tabset ul.boxlist > li .x-img > div {
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(/imgs/top/topics_back.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: transform 1s cubic-bezier(0, 0, 0.02, 0.99);
}
.c-tabset ul.boxlist > li .x-img.x-imgpos-top > div {
  background-position: top center;
}
.c-tabset ul.boxlist > li .x-img:hover {
  border-color: #ff8859;
}
.c-tabset ul.boxlist > li .x-img.x-show {
  opacity: 1;
}
.c-tabset ul.boxlist > li:hover .x-img > div {
  transform: scale(1.1);
}
.c-tabset ul.boxlist > li p.d {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  margin: 0;
  padding: 5px 0 0 0;
}
.c-tabset ul.boxlist > li p.d span {
  color: #e84200;
  padding: 0 0 0 0.25em;
  font-size: 1.2rem;
}
.c-tabset ul.boxlist > li p:not(.d) {
  height: auto;
  font-size: 1.25rem;
  line-height: 1.55em;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
.c-tabset table.chrlist {
  position: relative;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 15px 0;
}
.c-tabset table.chrlist tr {
  vertical-align: top;
}
.c-tabset table.chrlist td {
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 3px 0 0.75em 3px;
}
.c-tabset table.chrlist td:first-child {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-tabset table.chrlist td p {
  font-size: 1.3rem;
  line-height: 1.4em;
  margin: 0;
  padding: 0.7em 0 0 0;
}
.c-tabset table.chrlist tr.x-new td:nth-child(2):before {
  font-size: 1.2rem;
  content: 'New';
  background: #f7931e;
  color: #fdfdfd;
  padding: 1px 4px;
  margin: 0 2px 0 0;
}
.c-tabset table.chrlist td.x-pdf > a:before,
.c-tabset table.chrlist td.x-pdf > p:before {
  content: 'PDF';
  background: #909c0e;
  color: #fdfdfd;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin: 0 3px 0 0;
}
.c-tabset table.chrlist td.x-ext > a:before,
.c-tabset table.chrlist td.x-ext > p:before {
  content: '外部サイト';
  background: #0e789c;
  color: #fdfdfd;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin: 0 3px 0 0;
}
.c-tabset table.chrlist a:link {
  color: #124c80;
}
.c-tabset table.chrlist a:visited {
  color: #124c80;
}
.c-tabset table.chrlist a:hover {
  color: #da0000;
}
html.wide .c-tabset ul.boxlist > li {
  display: block;
  width: 32%;
  float: left;
  margin: 15px 1% 0 0;
}
html.wide .c-tabset ul.boxlist > li:nth-child(3n+1) {
  width: 32%;
  float: left;
  margin: 15px 0 0 0;
  clear: left;
}
html.wide .c-tabset ul.boxlist > li:nth-child(3n+2) {
  width: 32%;
  float: left;
  margin: 15px 2% 0 2%;
}
html.wide .c-tabset ul.boxlist > li:nth-child(3n) {
  width: 32%;
  float: left;
  margin: 15px 0 0 0;
}
html.pc .c-tabset ul.boxlist > li, html.tab-l .c-tabset ul.boxlist > li {
  width: 49%;
  float: left;
  margin: 15px 0 0 0;
}
html.pc .c-tabset ul.boxlist > li:nth-child(odd), html.tab-l .c-tabset ul.boxlist > li:nth-child(odd) {
  float: left;
  margin: 15px 0 0 0;
  clear: both;
}
html.pc .c-tabset ul.boxlist > li:nth-child(even), html.tab-l .c-tabset ul.boxlist > li:nth-child(even) {
  float: right;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 600px) {
  html.tab-p .c-tabset ul.boxlist > li, html.smf .c-tabset ul.boxlist > li {
    display: block;
    width: 32%;
    float: left;
    margin: 15px 1% 0 0;
  }
  html.tab-p .c-tabset ul.boxlist > li:nth-child(3n+1), html.smf .c-tabset ul.boxlist > li:nth-child(3n+1) {
    width: 32%;
    float: left;
    margin: 15px 0 0 0;
    clear: left;
  }
  html.tab-p .c-tabset ul.boxlist > li:nth-child(3n+2), html.smf .c-tabset ul.boxlist > li:nth-child(3n+2) {
    width: 32%;
    float: left;
    margin: 15px 2% 0 2%;
  }
  html.tab-p .c-tabset ul.boxlist > li:nth-child(3n), html.smf .c-tabset ul.boxlist > li:nth-child(3n) {
    width: 32%;
    float: left;
    margin: 15px 0 0 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 599px) {
  html.tab-p .c-tabset ul.boxlist > li, html.smf .c-tabset ul.boxlist > li {
    width: 49%;
    float: left;
    margin: 15px 0 0 0;
  }
  html.tab-p .c-tabset ul.boxlist > li:nth-child(odd), html.smf .c-tabset ul.boxlist > li:nth-child(odd) {
    float: left;
    margin: 15px 0 0 0;
    clear: both;
  }
  html.tab-p .c-tabset ul.boxlist > li:nth-child(even), html.smf .c-tabset ul.boxlist > li:nth-child(even) {
    float: right;
    margin: 15px 0 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 414px) {
  html.tab-p .c-tabset, html.smf .c-tabset {
    margin: 0 5px 10px 5px;
  }
  html.tab-p .c-tabset ul.boxlist > li, html.smf .c-tabset ul.boxlist > li {
    width: 100%;
    float: none;
    margin: 15px 0 0 0;
  }
  html.tab-p .c-tabset ul.boxlist > li p:not(.d), html.smf .c-tabset ul.boxlist > li p:not(.d) {
    height: auto;
    font-size: 1.2rem;
    padding-right: 5px;
  }
  html.tab-p .c-tabset ul.boxlist > li .x-img, html.smf .c-tabset ul.boxlist > li .x-img {
    width: 40%;
    height: 100px;
    float: left;
    margin: 0 10px 0 0;
  }
  html.tab-p .c-tabset table.chrlist, html.smf .c-tabset table.chrlist {
    display: block;
    width: auto;
    margin: 0 10px 10px 10px;
  }
  html.tab-p .c-tabset table.chrlist tr, html.smf .c-tabset table.chrlist tr {
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    border-top: 1px dotted #ddd;
  }
  html.tab-p .c-tabset table.chrlist td, html.smf .c-tabset table.chrlist td {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 0 0 1em 2em;
  }
  html.tab-p .c-tabset table.chrlist td:first-child, html.smf .c-tabset table.chrlist td:first-child {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    color: #1086b5;
  }
  html.tab-p .c-tabset table.chrlist td p, html.smf .c-tabset table.chrlist td p {
    font-size: 1.3rem;
    line-height: 1.4em;
    margin: 0;
    padding: 0.7em 0 0 0;
  }
  html.tab-p .c-tabset table.chrlist tr.x-new td:nth-child(2):before, html.smf .c-tabset table.chrlist tr.x-new td:nth-child(2):before {
    font-size: 1.2rem;
    content: 'New';
    background: #f7931e;
    color: #fdfdfd;
    padding: 1px 4px;
    margin: 0 2px 0 0;
  }
}

/*
	common navigator
	Rev 2017-03-13
*/
.c-hdr {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
}
html.wide .c-hdr, html.pc .c-hdr, html.tab-l .c-hdr, html.tab-p .c-hdr {
  width: 100%;
  max-width: 1100px;
  height: 70px;
  margin: 0 auto;
  /* topnv */
  /* dynamic Menu */
  /* :hover */
  /* :hover */
}
html.wide .c-hdr .topnv, html.pc .c-hdr .topnv, html.tab-l .c-hdr .topnv, html.tab-p .c-hdr .topnv {
  z-index: 15;
  position: absolute;
  overflow: visible;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 70px;
  background: #1086b5 url(/imgs/cmn/nav_topback.svg) repeat-x left top;
  background-size: 100px 70px;
}
html.wide .c-hdr .topnv .x-opener, html.pc .c-hdr .topnv .x-opener, html.tab-l .c-hdr .topnv .x-opener, html.tab-p .c-hdr .topnv .x-opener {
  display: none;
}
html.wide .c-hdr .topnv .x-logo, html.pc .c-hdr .topnv .x-logo, html.tab-l .c-hdr .topnv .x-logo, html.tab-p .c-hdr .topnv .x-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 70px;
  background: transparent url(/imgs/cmn/nav_logo.svg) no-repeat center center;
  background-size: auto 70px;
}
html.wide .c-hdr .topnv .x-findon, html.pc .c-hdr .topnv .x-findon, html.tab-l .c-hdr .topnv .x-findon, html.tab-p .c-hdr .topnv .x-findon {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 5px;
  left: auto;
  right: 95px;
  bottom: auto;
  width: 150px;
  height: 26px;
  margin: 0;
  padding: 0;
}
html.wide .c-hdr .topnv .x-findon > div, html.pc .c-hdr .topnv .x-findon > div, html.tab-l .c-hdr .topnv .x-findon > div, html.tab-p .c-hdr .topnv .x-findon > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html.wide .c-hdr .topnv .x-findon .x-f, html.pc .c-hdr .topnv .x-findon .x-f, html.tab-l .c-hdr .topnv .x-findon .x-f, html.tab-p .c-hdr .topnv .x-findon .x-f {
  position: absolute;
  overflow: hidden;
  top: 2px;
  left: 0;
  right: 26px;
  bottom: 2px;
  margin: 0;
  padding: 0;
}
html.wide .c-hdr .topnv .x-findon .x-f input, html.pc .c-hdr .topnv .x-findon .x-f input, html.tab-l .c-hdr .topnv .x-findon .x-f input, html.tab-p .c-hdr .topnv .x-findon .x-f input {
  border-width: 1px;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 22px;
  border-radius: 3px;
}
html.wide .c-hdr .topnv .x-findon .x-b, html.pc .c-hdr .topnv .x-findon .x-b, html.tab-l .c-hdr .topnv .x-findon .x-b, html.tab-p .c-hdr .topnv .x-findon .x-b {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  transform-origin: 100% 0px;
  transform: scale(0.26);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1800px 0px;
  cursor: pointer;
}
html.wide .c-hdr ul.nv, html.pc .c-hdr ul.nv, html.tab-l .c-hdr ul.nv, html.tab-p .c-hdr ul.nv {
  z-index: 10;
  position: absolute;
  display: block;
  overflow: visible;
  list-style: none none inside;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 70px 0 0 0;
}
html.wide .c-hdr ul.nv > li, html.pc .c-hdr ul.nv > li, html.tab-l .c-hdr ul.nv > li, html.tab-p .c-hdr ul.nv > li {
  position: relative;
  display: block;
  overflow: visible;
  float: left;
  height: 60px;
  width: 20%;
  margin: 0;
}
html.wide .c-hdr ul.nv > li > div, html.pc .c-hdr ul.nv > li > div, html.tab-l .c-hdr ul.nv > li > div, html.tab-p .c-hdr ul.nv > li > div {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
html.wide .c-hdr ul.nv > li:nth-child(2) > div, html.pc .c-hdr ul.nv > li:nth-child(2) > div, html.tab-l .c-hdr ul.nv > li:nth-child(2) > div, html.tab-p .c-hdr ul.nv > li:nth-child(2) > div {
  margin: 0 1%;
}
html.wide .c-hdr ul.nv > li:nth-child(4) > div, html.pc .c-hdr ul.nv > li:nth-child(4) > div, html.tab-l .c-hdr ul.nv > li:nth-child(4) > div, html.tab-p .c-hdr ul.nv > li:nth-child(4) > div {
  margin: 0 1%;
}
html.wide .c-hdr ul.nv > li > div a, html.pc .c-hdr ul.nv > li > div a, html.tab-l .c-hdr ul.nv > li > div a, html.tab-p .c-hdr ul.nv > li > div a {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  height: 60px;
  margin: 0;
  padding: 0;
}
html.wide .c-hdr ul.nv > li > div a > p, html.pc .c-hdr ul.nv > li > div a > p, html.tab-l .c-hdr ul.nv > li > div a > p, html.tab-p .c-hdr ul.nv > li > div a > p {
  font-size: 1.5rem;
  margin: 0;
  padding: 8px 20px 0 20px;
  white-space: nowrap;
  color: #222;
}
html.wide .c-hdr ul.nv > li > div a > p.x-en, html.pc .c-hdr ul.nv > li > div a > p.x-en, html.tab-l .c-hdr ul.nv > li > div a > p.x-en, html.tab-p .c-hdr ul.nv > li > div a > p.x-en {
  font-size: 1.2rem;
  margin: 0;
  padding: 3px 20px 0 20px;
  color: #1086b5;
}
html.wide .c-hdr ul.nv > li > div .inav, html.pc .c-hdr ul.nv > li > div .inav, html.tab-l .c-hdr ul.nv > li > div .inav, html.tab-p .c-hdr ul.nv > li > div .inav {
  display: none;
}
html.wide .c-hdr ul.nv > li:hover > div, html.pc .c-hdr ul.nv > li:hover > div, html.tab-l .c-hdr ul.nv > li:hover > div, html.tab-p .c-hdr ul.nv > li:hover > div {
  background-color: #055b7d;
}
html.wide .c-hdr ul.nv > li:hover > div > a > p, html.pc .c-hdr ul.nv > li:hover > div > a > p, html.tab-l .c-hdr ul.nv > li:hover > div > a > p, html.tab-p .c-hdr ul.nv > li:hover > div > a > p {
  color: #fdfdfd;
}
html.wide .c-hdr ul.nv > li:hover > div > .inav, html.pc .c-hdr ul.nv > li:hover > div > .inav, html.tab-l .c-hdr ul.nv > li:hover > div > .inav, html.tab-p .c-hdr ul.nv > li:hover > div > .inav {
  /* :hover */
  position: absolute;
  overflow: hidden;
  display: block;
  top: 60px;
  min-width: 100%;
  height: auto;
  background-color: rgba(50, 50, 50, 0.9);
  margin: 0;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
html.wide .c-hdr ul.nv > li .inav ul, html.pc .c-hdr ul.nv > li .inav ul, html.tab-l .c-hdr ul.nv > li .inav ul, html.tab-p .c-hdr ul.nv > li .inav ul {
  position: relative;
  display: block;
  overflow: hidden;
  list-style: none none inside;
  margin: 0;
  padding: 0;
}
html.wide .c-hdr ul.nv > li .inav ul > li, html.pc .c-hdr ul.nv > li .inav ul > li, html.tab-l .c-hdr ul.nv > li .inav ul > li, html.tab-p .c-hdr ul.nv > li .inav ul > li {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
html.wide .c-hdr ul.nv > li .inav ul > li > a, html.pc .c-hdr ul.nv > li .inav ul > li > a, html.tab-l .c-hdr ul.nv > li .inav ul > li > a, html.tab-p .c-hdr ul.nv > li .inav ul > li > a {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  height: auto;
  transition: all 0.25s cubic-bezier(0, 0, 0.02, 0.99);
}
html.wide .c-hdr ul.nv > li .inav ul > li > a > p, html.pc .c-hdr ul.nv > li .inav ul > li > a > p, html.tab-l .c-hdr ul.nv > li .inav ul > li > a > p, html.tab-p .c-hdr ul.nv > li .inav ul > li > a > p {
  font-size: 1.3rem;
  margin: 0;
  padding: 8px 36px 8px 20px;
  color: #fdfdfd;
}
html.wide .c-hdr ul.nv > li .inav ul > li > a > p:before, html.pc .c-hdr ul.nv > li .inav ul > li > a > p:before, html.tab-l .c-hdr ul.nv > li .inav ul > li > a > p:before, html.tab-p .c-hdr ul.nv > li .inav ul > li > a > p:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform-origin: 100% 0px;
  transform: scale(0.36);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: 0px -100px;
}
html.wide .c-hdr ul.nv > li .inav ul > li > a:hover, html.pc .c-hdr ul.nv > li .inav ul > li > a:hover, html.tab-l .c-hdr ul.nv > li .inav ul > li > a:hover, html.tab-p .c-hdr ul.nv > li .inav ul > li > a:hover {
  background: #888;
}
html.pc .c-hdr, html.tab-l .c-hdr {
  width: 850px;
  margin: 0 auto;
  /* dynamic Menu */
}
html.pc .c-hdr ul.nv > li > div a > p, html.tab-l .c-hdr ul.nv > li > div a > p {
  font-size: 1.4rem;
}
html.pc .c-hdr ul.nv > li > div a > p.x-en, html.tab-l .c-hdr ul.nv > li > div a > p.x-en {
  font-size: 1.2rem;
  padding-top: 5px;
}
html.tab-p .c-hdr {
  width: 100%;
  max-width: 1100px;
  height: 45px;
  margin: 0 auto;
  /* topnv */
  /* dynamic Menu */
}
html.tab-p .c-hdr .topnv {
  z-index: 1000;
  position: relative;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 45px;
}
html.tab-p .c-hdr .topnv .x-opener {
  display: none;
}
html.tab-p .c-hdr .topnv .x-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 154px;
  height: 45px;
  margin: -22.5px 0 0 -77px;
  padding: 0;
  background: transparent url(/imgs/cmn/nav_logo_narrow.svg) no-repeat center center;
  background-size: 154px 45px;
}
html.tab-p .c-hdr .topnv .x-findon {
  display: none;
}
html.tab-p .c-hdr ul.nv {
  padding: 0;
}
html.tab-p .c-hdr ul.nv > li > div a > p {
  font-size: 1.3rem;
  padding: 10px 10px 0 10px;
}
html.tab-p .c-hdr ul.nv > li > div a > p.x-en {
  font-size: 1.2rem;
  padding: 3px 10px 0 10px;
}
html.smf .c-hdr {
  width: 100%;
  max-width: 1100px;
  height: 45px;
  margin: 0 auto;
  /* topnv */
}
html.smf .c-hdr br.x-br {
  display: none;
}
html.smf .c-hdr .topnv {
  z-index: 1000;
  position: fixed;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 45px;
  background-color: #1086b5;
}
html.smf .c-hdr .topnv .x-opener {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  transform-origin: 0px 0px;
  transform: scale(0.45);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -200px -100px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0, 0, 0.02, 0.99);
}
html.smf .c-hdr .topnv .x-opener.open {
  transform-origin: 0px 0px;
  transform: scale(0.45);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -300px -100px;
}
html.smf .c-hdr .topnv .x-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 154px;
  height: 45px;
  margin: -22.5px 0 0 -77px;
  padding: 0;
  background: transparent url(/imgs/cmn/nav_logo_narrow.svg) no-repeat center center;
  background-size: 154px 45px;
}
html.smf .c-hdr .topnv .x-findon {
  display: none;
}
html.smf .c-hdr ul.nv {
  display: none;
}
html.smf .c-hdr ul.nv.open {
  z-index: 1000;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none none inside;
  margin: 0;
  padding: 0;
  background-color: #aaa;
}
html.smf .c-hdr ul.nv > li > div {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fdfdfd;
  margin: 0;
  border-top: 1px solid #ddd;
}
html.smf .c-hdr ul.nv > li > div > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  height: 45px;
  margin: 0;
  padding: 0;
}
html.smf .c-hdr ul.nv > li > div > a > p {
  font-size: 1.5rem;
  line-height: 45px;
  color: #555;
  margin: 0;
  padding: 0 45px 0 20px;
  white-space: nowrap;
}
html.smf .c-hdr ul.nv > li > div > a > p:before {
  content: ' ';
  transform-origin: 100% 0px;
  transform: scale(0.45);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -600px 0px;
  position: absolute;
  pointer-evnets: none;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
}
html.smf .c-hdr ul.nv > li.inchild > div > a > p:before {
  transform-origin: 100% 0px;
  transform: scale(0.45);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -500px 0px;
}
html.smf .c-hdr ul.nv > li.inchild.open > div > a > p:before {
  transform-origin: 100% 0px;
  transform: scale(0.45);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -400px 0px;
}
html.smf .c-hdr ul.nv > li > div > .inav {
  display: none;
}
html.smf .c-hdr ul.nv > li.open .inav {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #555;
  margin: 0;
  padding: 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.35);
}
html.smf .c-hdr ul.nv > li.open .inav ul {
  position: relative;
  display: block;
  overflow: hidden;
  list-style: none none inside;
  margin: 0;
  padding: 0;
}
html.smf .c-hdr ul.nv > li.open .inav ul > li {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-top: 1px solid #888;
}
html.smf .c-hdr ul.nv > li.open .inav ul > li:first-child {
  border-top: 0px none;
}
html.smf .c-hdr ul.nv > li.open .inav ul > li > a {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 45px;
  margin: 0;
  padding: 0;
}
html.smf .c-hdr ul.nv > li.open .inav ul > li > a > p:before {
  content: ' ';
  transform-origin: 100% 0px;
  transform: scale(0.45);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -600px -100px;
  position: absolute;
  pointer-evnets: none;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
}
html.smf .c-hdr ul.nv > li.open .inav ul > li > a > p {
  font-size: 1.5rem;
  line-height: 45px;
  color: #fdfdfd;
  margin: 0;
  padding: 0 45px 0 20px;
  white-space: nowrap;
}

.c-footer {
  position: relative;
  overflow: hidden;
  margin: 100px 0 0 0;
  padding: 0;
  background: #777;
  color: #fdfdfd;
  border-top: 1px solid #ddd;
  /*
  background:#666 url(/imgs/cmn/ftr_logo.svg) no-repeat 20px 15px; background-size:144px 72px;
  */
}
.c-footer .x-laws {
  position: relative;
  overflow: hidden;
  float: left;
  width: 65%;
  margin: 40px 0 40px 0;
  padding: 0;
}
.c-footer .x-laws .x-logo {
  width: 160px;
  height: auto;
  margin: 0 0 10px 15px;
}
.c-footer .x-laws p {
  color: #fdfdfd;
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 0.25em 0 0 0;
  margin: 0 0 0 15px;
}
.c-footer .x-laws p.e {
  font-size: 1.7rem;
}
.c-footer .x-links {
  position: relative;
  overflow: hidden;
  float: right;
  width: 30%;
  margin: 30px 0 40px 0;
  padding: 0;
}
.c-footer .x-links .x-row {
  position: relative;
  overflow: hidden;
  margin: 10px 15px 0 0;
  padding: 0;
}
.c-footer .x-links .x-row a {
  float: left;
  color: #fdfdfd;
  font-size: 1.2rem;
  line-height: 1.2em;
  background: #909090;
  padding: 3px 6px;
  border-radius: 3px;
}
.c-footer .x-links .x-row a:hover {
  background-color: #aaa;
}
.c-footer .x-links .x-row a.x-r {
  float: right;
  text-align: right;
}
html.pc .c-footer .x-laws, html.tab-l .c-footer .x-laws {
  width: 60%;
}
html.pc .c-footer .x-links, html.tab-l .c-footer .x-links {
  width: 35%;
}
@media screen and (min-width: 601px) {
  html.tab-p .c-footer .x-laws, html.smf .c-footer .x-laws {
    width: 50%;
  }
  html.tab-p .c-footer .x-links, html.smf .c-footer .x-links {
    width: 45%;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  html.tab-p .c-footer .x-laws, html.smf .c-footer .x-laws {
    width: auto;
    float: none;
    margin: 40px 0 15px 0;
  }
  html.tab-p .c-footer .x-links, html.smf .c-footer .x-links {
    width: auto;
    float: none;
    margin: 10px 0 40px 0;
  }
  html.tab-p .c-footer .x-links .x-row, html.smf .c-footer .x-links .x-row {
    margin: 10px 15px 0 15px;
  }
}

.pg-sub {
  /* title */
  /* --------------------------------------------------------------
  	ペーシコンテンツ共通
  */
  	/* --------------------------------------------------------------
  		カラム文字表示
  
  		.x-docgrid と grid-2 または grid-3 をセットで付与する
  	*/
  /* banner */
  /* topics */
}
.pg-sub .p-title {
  overflow: hidden;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}
.pg-sub .p-title h1 {
  margin: 0;
  padding: 22px 0 18px 10px;
  font-size: 2.6rem;
  line-height: 1.2em;
}
.pg-sub .p-title h1 small {
  font-size: 70%;
}
html.tab-p .pg-sub .p-title h1 {
  font-size: 2.3rem;
  padding-left: 55px;
}
html.smf .pg-sub .p-title h1 {
  font-size: 2rem;
  padding-left: 55px;
}
.pg-sub .p-archive {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.pg-sub .p-submnu {
  z-index: 6;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  width: 280px;
}
.pg-sub .p-submnu .sys-tree-opener {
  display: none;
}
.pg-sub .p-submnu ul {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none none inside;
  width: 100%;
  height: auto;
}
.pg-sub .p-submnu ul > li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.1em;
}
.pg-sub .p-submnu ul > li > div {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  transform-origin: 0px 0px;
  transform: scale(0.3);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1500px 0px;
  cursor: pointer;
}
.pg-sub .p-submnu ul > li > a {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  min-height: 22px;
  padding: 9px 0 0 30px;
  color: #555;
  font-size: 1.3rem;
  line-height: 1.1em;
}
.pg-sub .p-submnu ul > li > a:hover {
  background-color: #6bd2fa;
  border-radius: 3px;
  color: #222;
}
.pg-sub .p-submnu ul > li.nochild > div {
  transform-origin: 0px 0px;
  transform: scale(0.3);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1400px 0px;
}
.pg-sub .p-submnu ul > li.close > div {
  transform-origin: 0px 0px;
  transform: scale(0.3);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1300px 0px;
}
.pg-sub .p-submnu ul > li.open > div {
  transform-origin: 0px 0px;
  transform: scale(0.3);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1400px 0px;
}
.pg-sub .p-submnu ul > li > ul {
  width: auto;
  display: none;
  margin: 5px 0 5px 20px;
}
.pg-sub .p-submnu ul > li > ul.opened {
  display: block;
}
.pg-sub .p-submnu ul > li > ul > li > a {
  padding: 9px 10px;
  line-height: 1.3em;
  min-height: 0;
}
.pg-sub .p-submnu ul > li > ul.x-narrow > li > a {
  padding: 3px 10px;
  line-height: 1em;
  min-height: 0;
}
.pg-sub .p-submnu ul > li.x-selected > a {
  color: #1086b5;
  border-radius: 3px;
}
html.pc .pg-sub .p-submnu, html.tab-l .pg-sub .p-submnu {
  width: 230px;
}
html.tab-p .pg-sub .p-submnu, html.smf .pg-sub .p-submnu {
  overflow: visible;
  float: none;
  width: auto;
  margin: 0;
  position: fixed;
  top: 106px;
  left: 0;
  right: auto;
  bottom: 0;
  background: #fdfdfd;
  width: 310px;
  background: transparent url(/imgs/cmn/submenu_back.svg) no-repeat left top;
  background-size: 310px 2000px;
  transition: left 1s cubic-bezier(0, 0, 0.02, 0.99);
}
html.tab-p .pg-sub .p-submnu .sys-tree-opener, html.smf .pg-sub .p-submnu .sys-tree-opener {
  display: block;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  bottom: auto;
  transform-origin: 100% 0px;
  transform: scale(0.4);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1700px 0px;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.6s cubic-bezier(0, 0, 0.02, 0.99);
}
html.tab-p .pg-sub .p-submnu.closed, html.smf .pg-sub .p-submnu.closed {
  left: -260px;
}
html.tab-p .pg-sub .p-submnu.closed .sys-tree-opener, html.smf .pg-sub .p-submnu.closed .sys-tree-opener {
  transform-origin: 100% 0px;
  transform: scale(0.4);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1600px 0px;
}
html.tab-p .pg-sub .p-submnu > ul, html.smf .pg-sub .p-submnu > ul {
  width: auto;
  margin: 20px 65px 50px 10px;
}
html.smf .pg-sub .p-submnu {
  top: 50px;
}
.pg-sub .p-content {
  z-index: 5;
  overflow: hidden;
  margin: 0;
  padding: 0 0 35px 35px;
  float: right;
  width: 764px;
  border-left: 1px solid #ddd;
  /* --------------------------------------------------------------
  	テーブル
  	.x-char を付与すること
  	.x-hold が付与されていると、スマフォになってもテーブルの表レイアウトを維持する
  */
  /* --------------------------------------------------------------
  	定義リスト
  */
  /* --------------------------------------------------------------
  	リスト
  	.x-char または .x-block を付与すること
  */
}
.pg-sub .p-content .p-pkz {
  overflow: hidden;
  text-align: right;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 30px;
}
.pg-sub .p-content .x-keyvisual {
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.pg-sub .p-content .x-keyvisual img {
  width: 100%;
  height: auto;
  float: left;
}
.pg-sub .p-content h2.x {
  clear: both;
  overflow: hidden;
  font-size: 2.6rem;
  line-height: 1.2em;
  margin: 0;
  padding: 2em 0 0 30px;
}
.pg-sub .p-content h2.x:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -30px;
  padding: 0;
  background: transparent url(/imgs/cmn/c_box.svg) no-repeat left top;
  background-size: 100% auto;
}
.pg-sub .p-content h2.x:first-letter {
  color: #1086b5;
}
.pg-sub .p-content h3.x {
  clear: both;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 1.3em 0 0 0;
  padding: 0.4em 0.6em;
  color: #0d64b5;
  background: #cfe8ff;
  border-radius: 3px;
}
.pg-sub .p-content h4.x {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0;
  padding: 1.25em 0 0 0;
  color: #296b61;
  background: #d7f5f0;
}
.pg-sub .p-content p.x-marker {
  color: #1086b5;
}
.pg-sub .p-content table + p {
  padding-top: 0em;
}
.pg-sub .p-content li.small {
  font-size: 1.1rem;
}
.pg-sub .p-content li.large {
  font-size: 1.5rem;
}
.pg-sub .p-content li.xlarge {
  font-size: 1.8rem;
}
.pg-sub .p-content li.xxlarge {
  font-size: 2.2rem;
}
.pg-sub .p-content blockquote {
  font-size: 1.3rem;
  line-height: 1.6em;
  margin: 0.5em 0 0 15px;
  padding: 0.25em 0 0.25em 0.5em;
  border-left: 2px solid #ccc;
}
.pg-sub .p-content blockquote > p:first-child {
  padding-top: 0;
}
.pg-sub .p-content div.column {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.pg-sub .p-content div.column > p:first-child {
  padding-top: 0;
}
.pg-sub .p-content small {
  font-size: 70%;
}
.pg-sub .p-content hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px auto 0 auto;
  background-color: #ddd;
  border-style: none;
}
.pg-sub .p-content img.x-wide {
  clear: both;
  margin: 15px 0 0 0;
  width: 100%;
  height: auto;
}
.pg-sub .p-content img.x-right {
  float: right;
  margin: 0 0 1em 1em;
  border-style: none;
}
.pg-sub .p-content img.x-left {
  float: left;
  margin: 0 1em 1em 0;
  border-style: none;
}
.pg-sub .p-content img.x-width100 {
  width: 100%;
  height: auto;
}
.pg-sub .p-content img.x-width70 {
  width: 70%;
  height: auto;
}
.pg-sub .p-content img.x-width50 {
  width: 50%;
  height: auto;
}
.pg-sub .p-content img.x-width35 {
  width: 35%;
  height: auto;
}
.pg-sub .p-content img.x-right + p {
  padding-top: 0;
}
.pg-sub .p-content img.x-left + p {
  padding-top: 0;
}
html.pc .pg-sub .p-content, html.tab-l .pg-sub .p-content {
  width: 564px;
}
html.tab-p .pg-sub .p-content, html.smf .pg-sub .p-content {
  float: none;
  width: auto;
  margin: 0 10px 20px 10px;
  padding: 0;
  border-left: 0px none;
}
html.tab-p .pg-sub .p-content h2.x, html.smf .pg-sub .p-content h2.x {
  font-size: 2.4rem;
}
html.tab-p .pg-sub .p-content h3.x, html.smf .pg-sub .p-content h3.x {
  font-size: 1.7rem;
}
html.tab-p .pg-sub .p-content h4.x, html.smf .pg-sub .p-content h4.x {
  font-size: 1.4rem;
}
html.smf .pg-sub .p-content img.x-right {
  float: none;
  margin: 10px 0 0 0;
}
html.smf .pg-sub .p-content img.x-left {
  float: none;
  margin: 10px 0 0 0;
}
html.smf .pg-sub .p-content img.x-width100 {
  width: 100%;
  margin: 10px 0 0 0;
}
html.smf .pg-sub .p-content img.x-width70 {
  width: 100%;
  margin: 10px 0 0 0;
}
html.smf .pg-sub .p-content img.x-width50 {
  width: 100%;
  margin: 10px 0 0 0;
}
html.smf .pg-sub .p-content img.x-width35 {
  width: 100%;
  margin: 10px 0 0 0;
}
html.smf .pg-sub .p-content li.large {
  font-size: 1.3rem;
}
html.smf .pg-sub .p-content li.xlarge {
  font-size: 1.5rem;
}
html.smf .pg-sub .p-content li.xxlarge {
  font-size: 1.8rem;
}
.pg-sub .p-content table.x-char {
  position: relative;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  height: auto;
  margin: 15px 0 15px 5px;
}
.pg-sub .p-content table.x-char.x-wide {
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0;
}
.pg-sub .p-content table.x-char tr {
  margin: 0;
  padding: 0;
}
.pg-sub .p-content table.x-char th, .pg-sub .p-content table.x-char td {
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.pg-sub .p-content table.x-char th {
  font-weight: bold;
  background-color: #e8f7ff;
}
.pg-sub .p-content table.x-char .nowrap, .pg-sub .p-content table.x-char .x-nrp {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pg-sub .p-content table.x-char .t-c {
  text-align: center;
}
.pg-sub .p-content table.x-char .t-r {
  text-align: right;
}
.pg-sub .p-content table.x-char .t-l {
  text-align: left;
}
html.tab-p .pg-sub .p-content table.x-char, html.smf .pg-sub .p-content table.x-char {
  display: block;
  margin: 10px 0 !important;
  padding: 0;
  overflow: hidden;
  margin: 15px 0 15px 10px;
}
html.tab-p .pg-sub .p-content table.x-char.x-hold th, html.tab-p .pg-sub .p-content table.x-char.x-hold td, html.smf .pg-sub .p-content table.x-char.x-hold th, html.smf .pg-sub .p-content table.x-char.x-hold td {
  font-size: 1.15rem;
}
html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) tbody, html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) tr, html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) td, html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) th, html.smf .pg-sub .p-content table.x-char:not(.x-hold) tbody, html.smf .pg-sub .p-content table.x-char:not(.x-hold) tr, html.smf .pg-sub .p-content table.x-char:not(.x-hold) td, html.smf .pg-sub .p-content table.x-char:not(.x-hold) th {
  display: block;
  position: relative;
  overflow: hidden;
}
html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) th, html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) td, html.smf .pg-sub .p-content table.x-char:not(.x-hold) th, html.smf .pg-sub .p-content table.x-char:not(.x-hold) td {
  border: 0px none;
  font-size: 1.3rem;
}
html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) th, html.smf .pg-sub .p-content table.x-char:not(.x-hold) th {
  border-left: 2px solid #1086b5;
  padding: 0.2em 0 0.2em 0.5em;
  margin: 0.5em 0 0 0;
}
html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) td, html.smf .pg-sub .p-content table.x-char:not(.x-hold) td {
  border-left: 2px solid #ddd;
  padding: 0.2em 0.2em 0.2em 1em;
  margin: 0.25em 0 0 0;
}
html.tab-p .pg-sub .p-content table.x-char:not(.x-hold) .nowrap, html.smf .pg-sub .p-content table.x-char:not(.x-hold) .nowrap {
  text-overflow: clip;
  white-space: normal;
}
.pg-sub .p-content dl {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
}
.pg-sub .p-content dl dt {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0.75em 0.2em 0.2em 0.2em;
  font-size: 1.7rem;
  color: #055b7d;
  border-bottom: 1px dotted #34aad9;
}
.pg-sub .p-content dl dd {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
.pg-sub .p-content ul.x-char, .pg-sub .p-content ol.x-char {
  position: relative;
  list-style: disc none outside;
  margin: 20px 0 0 20px;
  padding: 0;
}
.pg-sub .p-content ul.x-char.style-disc, .pg-sub .p-content ol.x-char.style-disc {
  list-style-type: disc;
}
.pg-sub .p-content ul.x-char.style-decimal, .pg-sub .p-content ol.x-char.style-decimal {
  list-style-type: decimal;
}
.pg-sub .p-content ul.x-char > li, .pg-sub .p-content ol.x-char > li {
  overflow: visible;
  position: relative;
  margin: 15px 0 0 20px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.pg-sub .p-content ul.x-block, .pg-sub .p-content ol.x-block {
  position: relative;
  list-style: none none inside;
  margin: 20px 0 0 20px;
  padding: 0;
}
.pg-sub .p-content ul.x-block > li, .pg-sub .p-content ol.x-block > li {
  overflow: visible;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.pg-sub .x-docgrid {
  position: relative;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
}
.pg-sub .x-docgrid > .x-docg {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.pg-sub .x-docgrid > .x-docg img + p {
  margin-top: 0;
  padding-top: 0.25em;
}
.pg-sub .x-docgrid > .x-docg > p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.pg-sub .x-docgrid > .x-docg > img:first-child {
  margin-top: 0;
}
.pg-sub .x-docgrid > .x-docg > div:first-child {
  margin-top: 0;
}
html.wide .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(odd), html.pc .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(odd), html.tab-l .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(odd), html.tab-p .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(odd) {
  width: 49%;
  height: auto;
  float: left;
  margin: 10px 0 0 0;
  clear: left;
}
html.wide .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(even), html.pc .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(even), html.tab-l .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(even), html.tab-p .pg-sub .x-docgrid.grid-2 > .x-docg:nth-child(even) {
  width: 49%;
  height: auto;
  float: right;
  margin: 10px 0 0 0;
}
html.wide .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+1), html.pc .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+1), html.tab-l .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+1), html.tab-p .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+1) {
  width: 32.5%;
  height: auto;
  float: left;
  margin: 5px 0 0 0;
  clear: left;
}
html.wide .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+2), html.pc .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+2), html.tab-l .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+2), html.tab-p .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n+2) {
  width: 32.5%;
  height: auto;
  float: left;
  margin: 5px 1.25% 0 1.25%;
}
html.wide .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n), html.pc .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n), html.tab-l .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n), html.tab-p .pg-sub .x-docgrid.grid-3 > .x-docg:nth-child(3n) {
  width: 32.5%;
  height: auto;
  float: left;
  margin: 5px 0 0 0;
}
html.wide .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+1), html.pc .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+1), html.tab-l .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+1), html.tab-p .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+1) {
  width: 23%;
  height: auto;
  float: left;
  margin: 5px 0 0 0;
  clear: left;
}
html.wide .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+2), html.pc .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+2), html.tab-l .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+2), html.tab-p .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+2) {
  width: 23%;
  height: auto;
  float: left;
  margin: 5px 0 0 2.6%;
}
html.wide .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+3), html.pc .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+3), html.tab-l .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+3), html.tab-p .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n+3) {
  width: 23%;
  height: auto;
  float: left;
  margin: 5px 2.6% 0 2.6%;
}
html.wide .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n), html.pc .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n), html.tab-l .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n), html.tab-p .pg-sub .x-docgrid.grid-4 > .x-docg:nth-child(4n) {
  width: 23%;
  height: auto;
  float: left;
  margin: 5px 0 0 0;
}
html.smf .pg-sub .x-docgrid.grid-2 > .x-docg {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
}
html.smf .pg-sub .x-docgrid.grid-3 > .x-docg {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
}
.pg-sub .p-cover {
  overflow: hidden;
  width: 100%;
  height: auto;
}
html.pc .pg-sub .p-cover, html.wide .pg-sub .p-cover, html.tab-l .pg-sub .p-cover {
  background-color: #1086b5;
}
.pg-sub .p-cover .x-frame {
  /* frame default */
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.pg-sub .p-cover .x-frame .layer {
  z-index: 1;
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.02, 0.99);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: auto;
}
.pg-sub .p-cover .x-frame .layer.x-active {
  z-index: 2;
  opacity: 1;
}
.pg-sub .p-cover .x-frame .layer img {
  width: 100%;
  height: auto;
}
.pg-sub .p-cover .x-frame .x-backbase-smf {
  display: none;
  width: 100%;
  height: auto;
}
.pg-sub .p-cover .x-frame .x-backbase-nosmf {
  display: block;
  width: 100%;
  height: auto;
}
html.wide .pg-sub .p-cover .x-frame {
  /* frame */
  width: 100%;
  max-width: 1100px;
  height: 320px;
  margin: 0 auto 1px auto;
}
html.wide .pg-sub .p-cover .x-frame .layer {
  background-size: cover;
}
html.pc .pg-sub .p-cover .x-frame, html.tab-l .pg-sub .p-cover .x-frame {
  /* frame */
  width: 100%;
  max-width: 850px;
  height: 347px;
  margin: 0 auto 1px auto;
}
html.pc .pg-sub .p-cover .x-frame .layer, html.tab-l .pg-sub .p-cover .x-frame .layer {
  background-size: cover;
}
html.tab-p .pg-sub .p-cover .x-frame {
  /* frame */
  width: 100%;
  max-width: 850px;
  height: auto;
}
html.tab-p .pg-sub .p-cover .x-frame .layer {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #ddd;
}
html.smf .pg-sub .p-cover .x-frame {
  /* frame */
  width: 100%;
  height: auto;
}
html.smf .pg-sub .p-cover .x-frame .x-backbase-nosmf {
  display: none;
}
html.smf .pg-sub .p-cover .x-frame .x-backbase-smf {
  display: block;
}
html.smf .pg-sub .p-cover .x-frame .layer {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #ddd;
}
.pg-sub .p-cover-sel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25px;
  margin: 5px 0;
}
.pg-sub .p-cover-sel table {
  position: relative;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  height: 25px;
  margin: 0 auto;
}
.pg-sub .p-cover-sel table td {
  display: block;
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
}
.pg-sub .p-cover-sel table td > div {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0;
  transform-origin: 0px 0px;
  transform: scale(0.25);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -800px 0px;
}
.pg-sub .p-cover-sel table td.x-active > div {
  transform-origin: 0px 0px;
  transform: scale(0.25);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -900px 0px;
}
.pg-sub .p-bnrs {
  position: relative;
  overflow: hidden;
}
.pg-sub .p-bnrs .x-bnr {
  position: relative;
  overflow: hidden;
  width: 242px;
  height: auto;
  margin: 0 0 15px 0;
}
.pg-sub .p-bnrs .x-bnr .x-img {
  width: 242px;
  height: 120px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-sub .p-bnrs .x-bnr .x-img img {
  width: 100%;
  height: auto;
}
.pg-sub .p-bnrs .x-bnr p {
  overflow: hidden;
  margin: 0;
  padding: 5px 0 0 0;
  height: auto;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
html.wide .pg-sub .p-bnrs {
  float: left;
  width: 242px;
}
html.pc .pg-sub .p-bnrs, html.tab-l .pg-sub .p-bnrs {
  float: left;
  width: 242px;
}
html.tab-p .pg-sub .p-bnrs, html.smf .pg-sub .p-bnrs {
  width: 100%;
  margin: 20px 0 0 0;
}
html.tab-p .pg-sub .p-bnrs .x-bnr, html.smf .pg-sub .p-bnrs .x-bnr {
  position: relative;
  overflow: hidden;
  height: auto;
}
html.tab-p .pg-sub .p-bnrs .x-bnr .x-img, html.smf .pg-sub .p-bnrs .x-bnr .x-img {
  width: 100%;
  height: auto;
}
html.tab-p .pg-sub .p-bnrs .x-bnr .x-img img, html.smf .pg-sub .p-bnrs .x-bnr .x-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  html.tab-p .pg-sub .p-bnrs .x-bnr:nth-child(3n+1), html.smf .pg-sub .p-bnrs .x-bnr:nth-child(3n+1) {
    width: 32%;
    float: left;
    margin: 0 0 5px 0;
    clear: left;
  }
  html.tab-p .pg-sub .p-bnrs .x-bnr:nth-child(3n+2), html.smf .pg-sub .p-bnrs .x-bnr:nth-child(3n+2) {
    width: 32%;
    float: left;
    margin: 0 2%;
  }
  html.tab-p .pg-sub .p-bnrs .x-bnr:nth-child(3n), html.smf .pg-sub .p-bnrs .x-bnr:nth-child(3n) {
    width: 32%;
    float: left;
    margin: 0 0 5px 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 599px) {
  html.tab-p .pg-sub .p-bnrs .x-bnr:nth-child(odd), html.smf .pg-sub .p-bnrs .x-bnr:nth-child(odd) {
    width: 49.5%;
    float: left;
    margin: 0 0 5px 0;
    clear: left;
  }
  html.tab-p .pg-sub .p-bnrs .x-bnr:nth-child(even), html.smf .pg-sub .p-bnrs .x-bnr:nth-child(even) {
    width: 49.5%;
    float: right;
    margin: 0 0 5px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 414px) {
  html.tab-p .pg-sub .p-bnrs .x-bnr, html.smf .pg-sub .p-bnrs .x-bnr {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
}
.pg-sub .p-topics {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
  /* tab */
}
.pg-sub .p-topics .x-tab {
  position: relative;
  overflow: hidden;
  float: right;
  margin: 10px 25px 0 0;
}
.pg-sub .p-topics .x-tab > ul {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none none inside;
}
.pg-sub .p-topics .x-tab > ul > li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 35px;
  background: transparent url(/imgs/top/tabbtm.png) repeat-x left top;
}
.pg-sub .p-topics .x-tab > ul > li p {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  width: 100px;
  height: 32px;
  margin: 1px 3px 0px 3px;
  padding: 0;
  font-size: 1.3rem;
  text-align: center;
  line-height: 35px;
  background-color: #f7e9da;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: auto;
  cursor: pointer;
}
.pg-sub .p-topics .x-tab > ul > li.x-selected p {
  background-color: #fff;
  border-color: #ccc #ccc #fff #ccc;
}
.pg-sub .p-topics .x-title {
  float: left;
  font-size: 2rem;
  margin: 0;
  padding: 15px 0 0 25px;
}
.pg-sub .p-topics p.x-morelist {
  float: right;
  position: relative;
  overflow: hidden;
  height: 30px;
  margin: 15px 10px 0 0;
  padding: 0 0 0 30px;
  font-size: 1.2rem;
  line-height: 30px;
}
.pg-sub .p-topics p.x-morelist a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0px 0px;
  transform: scale(0.3);
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url(/imgs/cmn/icns.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: -1000px 0px;
}
html.wide .pg-sub .p-topics {
  float: right;
  width: 838px;
}
html.pc .pg-sub .p-topics, html.tab-l .pg-sub .p-topics {
  float: right;
  width: 588px;
  /* tab */
}
html.pc .pg-sub .p-topics .x-tab > ul > li p, html.tab-l .pg-sub .p-topics .x-tab > ul > li p {
  width: 80px;
  font-size: 1.2rem;
}
html.tab-p .pg-sub .p-topics, html.smf .pg-sub .p-topics {
  float: 100%;
  margin: 0;
  /* tab */
}
html.tab-p .pg-sub .p-topics .x-tab > ul > li p, html.smf .pg-sub .p-topics .x-tab > ul > li p {
  width: 80px;
  font-size: 1.2rem;
}
@media screen and (min-width: 415px) and (max-width: 599px) {
  html.tab-p .pg-sub .p-topics .x-title, html.smf .pg-sub .p-topics .x-title {
    display: none;
  }
  html.tab-p .pg-sub .p-topics p.x-morelist, html.smf .pg-sub .p-topics p.x-morelist {
    float: right;
    position: relative;
    overflow: hidden;
    height: 30px;
    margin: 15px 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 1.2rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 414px) {
  html.tab-p .pg-sub .p-topics, html.smf .pg-sub .p-topics {
    /* tab */
  }
  html.tab-p .pg-sub .p-topics .x-tab, html.smf .pg-sub .p-topics .x-tab {
    width: 100%;
    margin: 0;
  }
  html.tab-p .pg-sub .p-topics .x-tab > ul, html.smf .pg-sub .p-topics .x-tab > ul {
    width: 100%;
  }
  html.tab-p .pg-sub .p-topics .x-tab > ul > li, html.smf .pg-sub .p-topics .x-tab > ul > li {
    width: 33%;
  }
  html.tab-p .pg-sub .p-topics .x-tab > ul > li p, html.smf .pg-sub .p-topics .x-tab > ul > li p {
    width: auto;
  }
  html.tab-p .pg-sub .p-topics .x-title, html.smf .pg-sub .p-topics .x-title {
    width: 100%;
    font-size: 2rem;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
  html.tab-p .pg-sub .p-topics p.x-morelist, html.smf .pg-sub .p-topics p.x-morelist {
    float: right;
    clear: both;
    margin: 5px 10px 5px 0;
  }
}

.c-formcontainer {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 900px;
  font-size: 1.3rem;
}
.c-formcontainer h2 {
  font-size: 1.7rem;
  margin: 20px 0 0 0;
  padding: 0.33em 0.33em 0.33em 0.5em;
  text-align: left;
  border-left: 2px solid #1563d1;
}
.c-formcontainer p {
  font-size: 1.3rem;
  padding: 0.7em;
}
.c-formcontainer .x-inform {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #ccc;
  margin: 0 0 15px 0;
}
.c-formcontainer .x-inform > .x-bs {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fdfdfd;
  margin: 15px;
}
.c-formcontainer ul, .c-formcontainer li {
  font-size: 1.3rem;
}

/* _page_top.scss */
.pg-top .p-cover {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 300px;
}
.pg-top .p-cover .x-vr-cover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #555;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -moz-pointer-events: none;
  -khtml-pointer-events: none;
  -webkit-pointer-events: none;
}
.pg-top .p-cover .x-vr-cover iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-style: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -moz-pointer-events: none;
  -khtml-pointer-events: none;
  -webkit-pointer-events: none;
}
.pg-top .p-cover .x-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pg-top .p-cover .x-overlay .c-content {
  height: 100%;
  position: relative;
  background: transparent url(/imgs/top/cover_logo.svg) no-repeat left center;
  background-size: contain;
}
.pg-top .p-cover .x-overlay p {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  line-height: 1.2em;
}
.pg-top .p-cover .x-overlay p a {
  font-size: 1.3rem;
  color: #fdfdfd;
  text-shadow: 0 1px 3px #000;
}
html.tab-p .pg-top .p-cover {
  height: 280px;
}
html.smf .pg-top .p-cover {
  height: 200px;
}
html.smf .pg-top .p-cover .x-overlay p a {
  font-size: 1rem;
}
.pg-top .p-centerg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: autp;
}
.pg-top .p-centerg .x-gr {
  position: relative;
  overflow: hidden;
  width: 33%;
  float: left;
  height: auto;
  min-height: 300px;
  margin: 0;
}
.pg-top .p-centerg .x-gr .x-img {
  width: 100%;
  height: auto;
  margin: 10px 0 5px 0;
  border: 5px solid #ddd;
  box-sizing: border-box;
}
.pg-top .p-centerg .x-gr p {
  padding-top: 0.25em;
  color: #555;
}
.pg-top .p-centerg .x-gr p.large {
  padding-top: 0;
  color: #1086b5;
}
.pg-top .p-centerg .x-gr span.new {
  display: inline-block;
  float: left;
  background-color: #ff9d00;
  color: #fff;
  margin: 2px 5px 3px 0;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 1rem;
}
.pg-top .p-centerg .x-gr:nth-child(3n+1) {
  width: 32%;
  margin: 0;
  clear: left;
}
.pg-top .p-centerg .x-gr:nth-child(3n+2) {
  width: 32%;
  margin: 0 2% 0 2%;
}
.pg-top .p-centerg .x-gr:nth-child(3n) {
  width: 32%;
  margin: 0;
}
html.pc .pg-top .p-centerg, html.tab-p .pg-top .p-centerg {
  width: auto;
  margin: 0 10px;
}
html.smf .pg-top .p-centerg {
  width: auto;
  margin: 10px 15px 0 15px;
}
html.smf .pg-top .p-centerg .x-gr {
  float: none;
  width: auto;
  min-height: 0;
  margin: 10px 0 0 0;
  clear: both;
}
html.smf .pg-top .p-centerg .x-gr .x-img {
  float: left;
  width: 50%;
  height: auto;
  margin: 5px 10px 0 0;
}

.pg-topics article h1 {
  clear: both;
  overflow: hidden;
  font-size: 2.6rem;
  line-height: 1.2em;
  margin: 0;
  padding: 50px 0 20px 30px;
}
.pg-topics article h1:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -30px;
  padding: 0;
  background: transparent url(/imgs/cmn/c_box.svg) no-repeat left top;
  background-size: 100% auto;
}
.pg-topics article h1:first-letter {
  color: #1086b5;
}
.pg-topics article h2 {
  clear: both;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 1.3em 0 0 0;
  padding: 0.4em 0.6em;
  color: #0d64b5;
  background: #cfe8ff;
  border-radius: 3px;
}
.pg-topics article h3 {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0;
  padding: 1.25em 0 0 0;
  color: #296b61;
  background: #d7f5f0;
}
.pg-topics article h4 {
  clear: both;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin: 0;
  padding: 1.25em 0 0 0;
}
.pg-topics article p.c-cto {
  position: absolute;
  display: block;
  width: 120px;
  height: 50px;
  padding: 10px 0 0 15px;
  margin: -30px 0 0 -35px;
  font-size: 1.4rem;
  background: transparent url(/imgs/cmn/c_archive_type.svg) no-repeat;
  background-size: 100% auto;
  color: #fdfdfd;
}
html.tab-p .pg-topics article p.c-cto {
  margin: -30px 0 0 -15px;
}
html.smf .pg-topics article p.c-cto {
  margin: -30px 0 0 -15px;
  transform-origin: 0px 0px;
  transform: scale(0.8);
  font-size: 1.6rem !important;
  padding: 8px 0 0 8px;
}
.pg-topics article .x-inbox {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 0;
}
.pg-topics article .x-inbox > a:first-child img {
  margin-top: 0;
}
.pg-topics article .x-inbox > img:first-child {
  margin-top: 0;
}
.pg-topics article .x-inbox > p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.pg-topics article .x-inbox > a:first-child + p {
  margin-top: 0;
  padding-top: 0;
}
.pg-topics article .x-inbox > img:first-child + p {
  margin-top: 0;
  padding-top: 0;
}
.pg-topics article ul {
  position: relative;
  list-style: disc none outside;
  margin: 1.5rem 0 0 0.5rem;
  padding: 0;
}
.pg-topics article ul > li {
  overflow: visible;
  position: relative;
  margin: 10px 0 0 20px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.pg-topics article ul > li > p:first-child {
  padding-top: 0;
}
.pg-topics article ul > li > p:not(:first-child) {
  padding-top: 0.2em;
}
html.smf .pg-topics article p.c-cto {
  font-size: 1.3rem;
}
html.tab-p .pg-topics article h2, html.smf .pg-topics article h2 {
  font-size: 1.7rem;
}
html.tab-p .pg-topics article h3, html.smf .pg-topics article h3 {
  font-size: 1.5rem;
}
html.tab-p .pg-topics article h4, html.smf .pg-topics article h4 {
  font-size: 1.3rem;
}
.pg-topics article .x-docgrid .x-docg > img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.pg-topics article .x-docgrid .x-docg > img:not(.x-noborder) {
  border: 1px solid #ccc;
}
