@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 Rev 2019-02-06
*/
/*
	import 用
	@import url('https://fonts.googleapis.com/css?family=Sintony:700|Work+Sans:400,700');

	link 用
	<link href="https://fonts.googleapis.com/css?family=Sintony:700|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, input, button, textarea, select, option {
  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, h6, .bold, .bolder, th, title, dt {
  font-weight: 700;
  font-family: "Sintony", "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;
}

code, .monospace {
  font-family: Consolas, BatangChe, DotumChe, Courier, "Courier New", Terminal, monospace;
}

html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Common Style : Rev 2019-02-06
*/
/* =====================================
		mixin
	*/
/* Document, Background color */
/* Document, Font color */
/* Concept base color */
/* Concept base color */
/* Concept base color */
html, body {
  background-color: #f9f9f9;
}

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

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

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

div, li {
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6, p {
  overflow: hidden;
  margin: 0;
  color: #393939;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

ul {
  display: block;
  list-style-type: disc;
  margin: 0;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 0;
}

ul > li {
  display: list-item;
  line-height: 1.4em;
}

ol > li {
  display: list-item;
  line-height: 1.4em;
}

ul > li:not(:first-child), ol > li:not(:first-child) {
  margin-top: 0.5em;
}

h1 {
  font-size: 5rem;
  line-height: 1.2em;
  padding: 0.15em 0;
}

h2 {
  font-size: 3rem;
  line-height: 1.2em;
  padding: 1.5em 0 0 0;
}

h3 {
  clear: both;
  font-size: 2.5rem;
  line-height: 1.2em;
  padding: 1em 0 0 0;
  border-radius: 3px;
}

h4 {
  clear: both;
  font-size: 2rem;
  line-height: 1.2em;
  padding: 1.25em 0 0 0;
}

h5 {
  clear: both;
  font-size: 1.75rem;
  line-height: 1.2em;
  padding: 1.25em 0 0 0;
}

h6 {
  clear: both;
  font-size: 1.5rem;
  line-height: 1.2em;
  padding: 1.25em 0 0 0;
}

p {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0.7em 0 0 0;
}

th, td {
  font-size: 1.3rem;
  line-height: 1.1em;
}

p.indent {
  text-indent: 1em;
}

p.box-indent {
  margin-left: 1em;
}

table + p, li > p:first-child, th > p:first-child, td > p:first-child {
  padding-top: 0em;
}

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

p.mid, b.mid, span.mid, li.mid, th.mid, td.mid,
p.mdl, b.mdl, span.mdl, li.mdl, th.mdl, td.mdl {
  font-size: 1.25rem;
}

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

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

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

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

blockquote > p:first-child {
  padding-top: 0;
}

small {
  font-size: 70%;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px auto 0 auto;
  background-color: #ddd;
  border-style: none;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

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

.c-viewport {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.c-content {
  width: auto;
  max-width: 1200px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
html.smf-less .c-content {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 1299px) {
  .c-content {
    max-width: auto;
    margin-left: 35px;
    margin-right: 35px;
  }
}
.c-in-content {
  width: auto;
  max-width: 1000px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.c-in-content.mid {
  max-width: 800px;
}
.c-in-content.small {
  max-width: 600px;
}
html.pc-less .c-in-content {
  width: auto;
  margin-left: 55px;
  margin-right: 55px;
}

html.smf-less .c-in-content {
  width: auto;
  margin-left: 35px;
  margin-right: 15px;
}

.c-inside {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 20px;
}
.c-inside p:first-child {
  padding-top: 0;
}
html.smf-less .c-inside {
  padding: 10px;
}

.c-column {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 15px;
  border: 1px solid #ddd;
}
.c-column h1:first-child, .c-column h2:first-child, .c-column h3:first-child, .c-column h4:first-child, .c-column h5:first-child, .c-column h6:first-child, .c-column p:first-child {
  padding-top: 0;
}
.c-column.block {
  display: block;
}

table + .c-column {
  margin-top: 0;
}

/*
	汎用フレックスレイアウト

	<div class="c-flex">
		<div class="flex-box"><div class="flex-wrap">...</div></div>
		<div class="flex-box"><div class="flex-wrap">...</div></div>
		<div class="flex-box"><div class="flex-wrap">...</div></div>
	</div>

	FLEX layout
	"c-flex w50" "flex-wrap margin-no"
*/
.c-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.c-flex > * {
  margin: 0;
}
.c-flex.wrap {
  flex-wrap: wrap;
}
.c-flex.flex-start {
  justify-content: flex-start;
}
.c-flex {
  /* 左寄せ */
}
.c-flex.flex-end {
  justify-content: flex-end;
}
.c-flex {
  /* 右寄せ */
}
.c-flex.space-between {
  justify-content: space-between;
}
.c-flex {
  /* 均等 */
}
.c-flex.space-around {
  justify-content: space-around;
}
.c-flex {
  /* 均等 */
}
.c-flex.flex-dir-reverse {
  flex-direction: row-reverse;
}
.c-flex {
  /* 逆順 */
}
.c-flex.flex-dir-reverse-wideonly {
  flex-direction: row-reverse;
}
.c-flex {
  /* 逆順 モバイル表示除く */
}
.c-flex.flex-dir-reverse-narrowonly {
  flex-direction: row;
}
.c-flex {
  /* モバイル表示のみ逆順 */
}
.c-flex .flex-box {
  position: relative;
  overflow: hidden;
}
.c-flex .flex-box.w0 {
  width: 0%;
}
.c-flex .flex-box.w2 {
  width: 2%;
}
.c-flex .flex-box.w4 {
  width: 4%;
}
.c-flex .flex-box.w6 {
  width: 6%;
}
.c-flex .flex-box.w8 {
  width: 8%;
}
.c-flex .flex-box.w10 {
  width: 10%;
}
.c-flex .flex-box.w12 {
  width: 12%;
}
.c-flex .flex-box.w14 {
  width: 14%;
}
.c-flex .flex-box.w16 {
  width: 16%;
}
.c-flex .flex-box.w18 {
  width: 18%;
}
.c-flex .flex-box.w20 {
  width: 20%;
}
.c-flex .flex-box.w22 {
  width: 22%;
}
.c-flex .flex-box.w24 {
  width: 24%;
}
.c-flex .flex-box.w26 {
  width: 26%;
}
.c-flex .flex-box.w28 {
  width: 28%;
}
.c-flex .flex-box.w30 {
  width: 30%;
}
.c-flex .flex-box.w32 {
  width: 32%;
}
.c-flex .flex-box.w34 {
  width: 34%;
}
.c-flex .flex-box.w36 {
  width: 36%;
}
.c-flex .flex-box.w38 {
  width: 38%;
}
.c-flex .flex-box.w40 {
  width: 40%;
}
.c-flex .flex-box.w42 {
  width: 42%;
}
.c-flex .flex-box.w44 {
  width: 44%;
}
.c-flex .flex-box.w46 {
  width: 46%;
}
.c-flex .flex-box.w48 {
  width: 48%;
}
.c-flex .flex-box.w50 {
  width: 50%;
}
.c-flex .flex-box.w52 {
  width: 52%;
}
.c-flex .flex-box.w54 {
  width: 54%;
}
.c-flex .flex-box.w56 {
  width: 56%;
}
.c-flex .flex-box.w58 {
  width: 58%;
}
.c-flex .flex-box.w60 {
  width: 60%;
}
.c-flex .flex-box.w62 {
  width: 62%;
}
.c-flex .flex-box.w64 {
  width: 64%;
}
.c-flex .flex-box.w66 {
  width: 66%;
}
.c-flex .flex-box.w68 {
  width: 68%;
}
.c-flex .flex-box.w70 {
  width: 70%;
}
.c-flex .flex-box.w72 {
  width: 72%;
}
.c-flex .flex-box.w74 {
  width: 74%;
}
.c-flex .flex-box.w76 {
  width: 76%;
}
.c-flex .flex-box.w78 {
  width: 78%;
}
.c-flex .flex-box.w80 {
  width: 80%;
}
.c-flex .flex-box.w82 {
  width: 82%;
}
.c-flex .flex-box.w84 {
  width: 84%;
}
.c-flex .flex-box.w86 {
  width: 86%;
}
.c-flex .flex-box.w88 {
  width: 88%;
}
.c-flex .flex-box.w90 {
  width: 90%;
}
.c-flex .flex-box.w92 {
  width: 92%;
}
.c-flex .flex-box.w94 {
  width: 94%;
}
.c-flex .flex-box.w96 {
  width: 96%;
}
.c-flex .flex-box.w98 {
  width: 98%;
}
.c-flex .flex-box .flex-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.c-flex .flex-box .flex-wrap.margin-no:not(.margin-vert):not(.margin-hori):not(.margin-top):not(.margin-bottom):not(.margin-left):not(.margin-right) {
  margin: 0;
}
.c-flex .flex-box .flex-wrap.margin-s:not(.margin-vert):not(.margin-hori):not(.margin-top):not(.margin-bottom):not(.margin-left):not(.margin-right) {
  margin: 5px;
}
.c-flex .flex-box .flex-wrap.margin-m:not(.margin-vert):not(.margin-hori):not(.margin-top):not(.margin-bottom):not(.margin-left):not(.margin-right) {
  margin: 15px;
}
.c-flex .flex-box .flex-wrap.margin-l:not(.margin-vert):not(.margin-hori):not(.margin-top):not(.margin-bottom):not(.margin-left):not(.margin-right) {
  margin: 30px;
}
.c-flex .flex-box .flex-wrap.margin-vert.margin-s {
  margin-top: 5px;
  margin-bottom: 5px;
}
.c-flex .flex-box .flex-wrap.margin-vert.margin-m {
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-flex .flex-box .flex-wrap.margin-vert.margin-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-flex .flex-box .flex-wrap.margin-hori.margin-s {
  margin-left: 5px;
  margin-right: 5px;
}
.c-flex .flex-box .flex-wrap.margin-hori.margin-m {
  margin-left: 15px;
  margin-right: 5px;
}
.c-flex .flex-box .flex-wrap.margin-hori.margin-l {
  margin-left: 30px;
  margin-right: 5px;
}
.c-flex .flex-box .flex-wrap.margin-top.margin-s {
  margin-top: 5px;
}
.c-flex .flex-box .flex-wrap.margin-top.margin-m {
  margin-top: 15px;
}
.c-flex .flex-box .flex-wrap.margin-top.margin-l {
  margin-top: 30px;
}
.c-flex .flex-box .flex-wrap.margin-bottom.margin-s {
  margin-bottom: 5px;
}
.c-flex .flex-box .flex-wrap.margin-bottom.margin-m {
  margin-bottom: 15px;
}
.c-flex .flex-box .flex-wrap.margin-bottom.margin-l {
  margin-bottom: 30px;
}
.c-flex .flex-box .flex-wrap.margin-left.margin-s {
  margin-left: 5px;
}
.c-flex .flex-box .flex-wrap.margin-left.margin-m {
  margin-left: 15px;
}
.c-flex .flex-box .flex-wrap.margin-left.margin-l {
  margin-left: 30px;
}
.c-flex .flex-box .flex-wrap.margin-right.margin-s {
  margin-right: 5px;
}
.c-flex .flex-box .flex-wrap.margin-right.margin-m {
  margin-right: 15px;
}
.c-flex .flex-box .flex-wrap.margin-right.margin-l {
  margin-right: 30px;
}
html.tab-port-less .c-flex:not(.no-responsive) {
  flex-direction: column;
}
html.tab-port-less .c-flex:not(.no-responsive).flex-dir-reverse {
  flex-direction: column-reverse;
}
html.tab-port-less .c-flex:not(.no-responsive).flex-dir-reverse-narrowonly {
  flex-direction: column-reverse;
}
html.tab-port-less .c-flex:not(.no-responsive) {
  /* モバイル表示のみ */
}
html.tab-port-less .c-flex:not(.no-responsive) .flex-box {
  width: 100%;
}
html.tab-port-less .c-flex:not(.no-responsive) .flex-box .flex-wrap.margin-no {
  margin: 0;
}
html.tab-port-less .c-flex:not(.no-responsive) .flex-box .flex-wrap:not(.margin-no) {
  margin: 15px 0 0 0;
}
html.tab-port-less .c-flex:not(.no-responsive) .flex-box .flex-wrap.margin-s {
  margin: 15px 0 0 0;
}
html.tab-port-less .c-flex:not(.no-responsive) .flex-box .flex-wrap.margin-m {
  margin: 20px 0 0 0;
}
html.tab-port-less .c-flex:not(.no-responsive) .flex-box .flex-wrap.margin-l {
  margin: 25px 0 0 0;
}

/* --------------------------------------------------------------
	テーブル

	<tabel class="c-table">...</table>

	.c-table を付与すること
	.wide (100% width)
	.border (use border)
	.no-bold (not bold charactor)
	.under-border (use under border)
	.elp (No wrap)
	.valign-middle
	.no-responsive が付与されていると、スマフォになってもテーブルの表レイアウトを維持する
*/
table.c-table {
  position: relative;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 1rem;
  width: auto;
  height: auto;
  margin: 15px 0;
  box-sizing: border-box;
  max-width: 99.95%;
}
table.c-table > tbody > tr, table.c-table > thead > tr {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table.c-table > tbody > tr > td, table.c-table > thead > tr > td {
  padding: 0;
}
table.c-table > tbody > tr > th, table.c-table > tbody > tr > td {
  margin: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 1.4em;
}
table.c-table > tbody > tr > th {
  padding: 0 1em 0 0;
}
table.c-table > thead > tr > th, table.c-table > thead > tr > td {
  margin: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
table.c-table > thead > tr > th {
  padding: 0.5em 0.75em;
  background-color: #6a6a6a;
  color: #fdfdfd;
}
table.c-table .nowrap, table.c-table .elp {
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.c-table .txt-c, table.c-table .t-c {
  text-align: center;
}
table.c-table .txt-r, table.c-table .t-r {
  text-align: right;
}
table.c-table .txt-l, table.c-table .t-l {
  text-align: left;
}
table.c-table .txt-large, table.c-table .t-large {
  font-size: 1.8rem;
}
table.c-table .txt-mid, table.c-table .t-mid {
  font-size: 1.5rem;
}
table.c-table .txt-small, table.c-table .t-large {
  font-size: 1.3rem;
}
table.c-table.valign-top > tbody > tr > th, table.c-table.valign-top > thead > tr > th, table.c-table.valign-top > tbody > tr > td, table.c-table.valign-top > thead > tr > td {
  vertical-align: top;
}
table.c-table.valign-middle > tbody > tr > th, table.c-table.valign-middle > thead > tr > th, table.c-table.valign-middle > tbody > tr > td, table.c-table.valign-middle > thead > tr > td {
  vertical-align: middle;
}
table.c-table.valign-bottom > tbody > tr > th, table.c-table.valign-bottom > thead > tr > th, table.c-table.valign-bottom > tbody > tr > td, table.c-table.valign-bottom > thead > tr > td {
  vertical-align: bottom;
}
table.c-table.no-bold > tbody > tr > th, table.c-table.no-bold > thead > tr > th {
  font-weight: normal;
}
table.c-table.border {
  border-collapse: collapse;
  border-spacing: 0;
}
table.c-table.border.border > tbody > tr > th, table.c-table.border.border > thead > tr > td, table.c-table.border.border > tbody > tr > td {
  border: 1px solid #c9c9c9;
  padding: 0.5em 0.75em;
}
table.c-table.under-border > tbody > tr > th, table.c-table.under-border > thead > tr > td, table.c-table.under-border > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.33em;
}
table.c-table.wide {
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0;
}
html.tab-port-less table.c-table:not(.no-responsive) {
  display: block;
  margin: 10px 0 !important;
  padding: 0;
  overflow: hidden;
  margin: 15px 0 15px 10px;
  border-collapse: collapse;
  border-spacing: 0;
}
html.tab-port-less table.c-table:not(.no-responsive) > tbody, html.tab-port-less table.c-table:not(.no-responsive) > thead, html.tab-port-less table.c-table:not(.no-responsive) > thead > tr, html.tab-port-less table.c-table:not(.no-responsive) > thead > tr > td, html.tab-port-less table.c-table:not(.no-responsive) > tbody > tr > td, html.tab-port-less table.c-table:not(.no-responsive) > thead > tr > th, html.tab-port-less table.c-table:not(.no-responsive) > tbody > tr > th {
  display: block;
  position: relative;
  overflow: hidden;
}
html.tab-port-less table.c-table:not(.no-responsive) > thead {
  display: none;
}
html.tab-port-less table.c-table:not(.no-responsive) > tbody > tr > th, html.tab-port-less table.c-table:not(.no-responsive) > thead > tr > td, html.tab-port-less table.c-table:not(.no-responsive) > tbody > tr > td {
  border: 0px none;
}
html.tab-port-less table.c-table:not(.no-responsive) > tbody > tr > th {
  border-left: 2px solid #1f9ce6;
  padding: 0.5em 1em;
  margin: 0.5em 0 0 0;
}
html.tab-port-less table.c-table:not(.no-responsive) > thead > tr > td, html.tab-port-less table.c-table:not(.no-responsive) > tbody > tr > td {
  border-left: 2px solid #ddd;
  padding: 0.33em 0.5em 0.33em 1em;
  margin: 0;
}
html.tab-port-less table.c-table:not(.no-responsive) .nowrap {
  text-overflow: clip;
  white-space: normal;
}

/* --------------------------------------------------------------
	ユーザーHTMLのラッパー

	<div class="c-user-html">....some user html...</div>

*/
.c-user-html {
  position: relative;
  overflow: hidden;
  padding: 20px 0 20px 0;
}
.c-user-html.no-padding {
  padding: 0;
}
.c-user-html h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.c-user-html figure {
  margin: 1em 40px;
}
.c-user-html hr {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
  background-color: #ccc;
  margin: 15px 0;
}
.c-user-html a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.c-user-html abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
.c-user-html b, .c-user-html strong {
  font-weight: bolder;
}
.c-user-html dfn {
  font-style: italic;
}
.c-user-html mark {
  background-color: #ff0;
  color: #000;
}
.c-user-html small {
  font-size: 80%;
}
.c-user-html sub, .c-user-html sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.c-user-html sub {
  bottom: -0.25em;
}
.c-user-html sup {
  top: -0.5em;
}
.c-user-html audio:not([controls]) {
  display: none;
  height: 0;
}
.c-user-html img {
  border-style: none;
}
.c-user-html svg:not(:root) {
  overflow: hidden;
}
.c-user-html button, .c-user-html input, .c-user-html optgroup, .c-user-html select, .c-user-html textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.c-user-html button, .c-user-html input {
  overflow: visible;
}
.c-user-html button, .c-user-html select {
  text-transform: none;
}
.c-user-html button, .c-user-html html [type=button],
.c-user-html [type=reset], .c-user-html [type=submit] {
  -webkit-appearance: button;
}
.c-user-html button::-moz-focus-inner, .c-user-html [type=button]::-moz-focus-inner, .c-user-html [type=reset]::-moz-focus-inner, .c-user-html [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.c-user-html button:-moz-focusring, .c-user-html [type=button]:-moz-focusring, .c-user-html [type=reset]:-moz-focusring, .c-user-html [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.c-user-html fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.c-user-html legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  padding: 0;
}
.c-user-html progress {
  display: inline-block;
  vertical-align: baseline;
}
.c-user-html textarea {
  overflow: auto;
}
.c-user-html [type=checkbox], .c-user-html [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.c-user-html [type=number]::-webkit-inner-spin-button, .c-user-html [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.c-user-html [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.c-user-html [type=search]::-webkit-search-cancel-button, .c-user-html [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.c-user-html ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.c-user-html summary {
  display: list-item;
}
.c-user-html article, .c-user-html aside, .c-user-html footer, .c-user-html header, .c-user-html nav, .c-user-html section, .c-user-html figcaption, .c-user-html figure, .c-user-html main, .c-user-html details,
.c-user-html menu {
  display: block;
}
.c-user-html pre, .c-user-html code, .c-user-html kbd, .c-user-html samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.c-user-html audio, .c-user-html video, .c-user-html canvas {
  display: inline-block;
}
.c-user-html template, .c-user-html [hidden] {
  display: none;
}
.c-user-html {
  position: relative;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 1rem;
  width: auto;
  height: auto;
  margin: 15px 0;
  box-sizing: border-box;
}
.c-user-html table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
  max-width: 99.95% !important;
}
.c-user-html table > thead > tr > td, .c-user-html table > thead > tr > th, .c-user-html table > tbody > tr > td, .c-user-html table > tbody > tr > th, .c-user-html table > tr > td, .c-user-html table > tr > th {
  padding: 0.75em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 1.3rem;
  line-height: 1.3em;
}
.c-user-html table > thead > tr > td, .c-user-html table > thead > tr > th {
  background: #d6efff;
  color: #222;
}
.c-user-html a:link {
  color: #1168a4;
  text-decoration: none;
}
.c-user-html a:visited {
  color: #1168a4;
  text-decoration: none;
}
.c-user-html a:hover {
  color: #da0000;
  text-decoration: none;
}
.c-user-html div, .c-user-html li {
  font-size: 1.4rem;
}
.c-user-html h1, .c-user-html h2, .c-user-html h3, .c-user-html h4, .c-user-html h5, .c-user-html h6, .c-user-html p {
  overflow: hidden;
  margin: 0;
  color: #393939;
}
.c-user-html h1, .c-user-html h2, .c-user-html h3, .c-user-html h4, .c-user-html h5, .c-user-html h6 {
  clear: both;
}
.c-user-html ul {
  display: block;
  list-style-type: disc;
  margin: 0;
}
.c-user-html ol {
  display: block;
  list-style-type: decimal;
  margin: 0;
}
.c-user-html ul > li {
  display: list-item;
  line-height: 1.4em;
}
.c-user-html ol > li {
  display: list-item;
  line-height: 1.4em;
}
.c-user-html ul > li:not(:first-child), .c-user-html ol > li:not(:first-child) {
  margin-top: 0.5em;
}
.c-user-html h1 {
  font-size: 5rem;
  line-height: 1.2em;
  padding: 0.15em 0;
}
.c-user-html h2 {
  font-size: 3rem;
  line-height: 1.2em;
  padding: 1.5em 0 0 0;
}
.c-user-html h3 {
  clear: both;
  font-size: 2.5rem;
  line-height: 1.2em;
  padding: 1em 0 0 0;
  border-radius: 3px;
}
.c-user-html h4 {
  clear: both;
  font-size: 2rem;
  line-height: 1.2em;
  padding: 1.25em 0 0 0;
}
.c-user-html h5 {
  clear: both;
  font-size: 1.75rem;
  line-height: 1.2em;
  padding: 1.25em 0 0 0;
}
.c-user-html h6 {
  clear: both;
  font-size: 1.5rem;
  line-height: 1.2em;
  padding: 1.25em 0 0 0;
}
.c-user-html p {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0.7em 0 0 0;
}
.c-user-html th, .c-user-html td {
  font-size: 1.3rem;
  line-height: 1.1em;
}
.c-user-html table + p, .c-user-html li > p:first-child, .c-user-html th > p:first-child, .c-user-html td > p:first-child {
  padding-top: 0em;
}
.c-user-html p.small, .c-user-html b.small, .c-user-html span.small, .c-user-html li.small, .c-user-html th.small, .c-user-html td.small {
  font-size: 1.1rem;
}
.c-user-html p.mid, .c-user-html b.mid, .c-user-html span.mid, .c-user-html li.mid, .c-user-html th.mid, .c-user-html td.mid,
.c-user-html p.mdl, .c-user-html b.mdl, .c-user-html span.mdl, .c-user-html li.mdl, .c-user-html th.mdl, .c-user-html td.mdl {
  font-size: 1.25rem;
}
.c-user-html p.large, .c-user-html b.large, .c-user-html span.large, .c-user-html li.large, .c-user-html th.large, .c-user-html td.large {
  font-size: 1.5rem;
}
.c-user-html p.xlarge, .c-user-html b.xlarge, .c-user-html span.xlarge, .c-user-html li.xlarge, .c-user-html th.xlarge, .c-user-html td.xlarge {
  font-size: 1.8rem;
}
.c-user-html p.xxlarge, .c-user-html b.xxlarge, .c-user-html span.xxlarge, .c-user-html li.xxlarge, .c-user-html th.xxlarge, .c-user-html td.xxlarge {
  font-size: 2.2rem;
}
.c-user-html 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;
}
.c-user-html blockquote > p:first-child {
  padding-top: 0;
}
.c-user-html small {
  font-size: 70%;
}
.c-user-html hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px auto 0 auto;
  background-color: #ddd;
  border-style: none;
}

/* -----------------------------
	グローバルナビメニュー
*/
header.c-header {
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
header.c-header > .x-bs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  height: 90px;
  pointer-events: none;
}
header.c-header .c-header-opener {
  display: none;
  pointer-events: auto;
}
header.c-header .c-header-backcloser {
  display: none;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
header.c-header .c-header-back {
  /* スクロール時の背景用 */
  opacity: 0;
  display: block;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #f9f9f9;
  pointer-events: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  transition: all 0.3s cubic-bezier(0, 0, 0.02, 0.99);
}
header.c-header .x-gblogo {
  z-index: 2;
  width: 265px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
}
header.c-header .x-gblogo img.x-img-wide {
  display: block;
  width: 265px;
  height: 80px;
}
header.c-header .x-gblogo img.x-img-nrw {
  display: none;
  width: 166px;
  height: 50px;
}
header.c-header ul.x-gbmnu {
  z-index: 3;
  position: relative;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none none inside;
  width: 648px;
  max-width: 750px;
  height: 80px;
  transition: all 0.3s cubic-bezier(0, 0, 0.02, 0.99);
}
header.c-header ul.x-gbmnu > li {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 80px;
  pointer-events: none;
}
header.c-header ul.x-gbmnu > li a {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 0 0 1px;
  border-bottom: 2px solid #137ebd;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0, 0, 0.02, 0.99);
  pointer-events: auto;
  background-color: #1f9ce6;
}
header.c-header ul.x-gbmnu > li a.h {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
  background-color: #32b2fc;
}
header.c-header ul.x-gbmnu > li.x-spacer {
  display: none;
}
header.c-header ul.x-gbmnu > li.x-only-menu {
  display: none;
}
header.c-header .x-submenus {
  z-index: 2;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 30px;
  margin: 5px 15px 0 15px;
  padding: 0;
  pointer-events: none;
}
header.c-header .x-submenus ul.x-gbsbmnu {
  z-index: 3;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 30px;
  pointer-events: none;
}
header.c-header .x-submenus ul.x-gbsbmnu > li {
  position: relative;
  overflow: hidden;
  display: block;
  float: right;
  margin: 0 0 0 2px;
  padding: 0;
  pointer-events: auto;
}
header.c-header .x-submenus ul.x-gbsbmnu > li a {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  font-size: 1.2rem;
  padding: 0 8px;
  border-radius: 6px;
  color: #222;
  background-color: rgba(255, 255, 255, 0.8);
}
header.c-header .x-submenus ul.x-gbsbmnu > li a.h {
  color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0.5);
}
header.c-header {
  /* タブ横位置以上で、 スクロール時 */
}
html.scrl-on.tab-land-more header.c-header {
  height: 45px;
}
html.scrl-on.tab-land-more header.c-header > .x-bs {
  height: 40px;
}
html.scrl-on.tab-land-more header.c-header .c-header-back {
  opacity: 1;
  height: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
html.scrl-on.tab-land-more header.c-header .x-gblogo {
  width: 132.5px;
  height: 40px;
}
html.scrl-on.tab-land-more header.c-header .x-gblogo img.x-img-wide {
  width: 132.5px;
  height: 40px;
}
html.scrl-on.tab-land-more header.c-header ul.x-gbmnu {
  height: 40px;
}
html.scrl-on.tab-land-more header.c-header ul.x-gbmnu > li a {
  margin-top: -40px;
}
html.scrl-on.tab-land-more header.c-header .x-submenus {
  display: none;
}

header.c-header {
  /* タブ縦位置以下 */
}
html.tab-port-less header.c-header {
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html.tab-port-less header.c-header > .x-bs {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
  height: 100%;
}
html.tab-port-less header.c-header .c-header-back {
  opacity: 1;
  height: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
html.tab-port-less header.c-header .c-header-backcloser {
  display: block;
}
html.tab-port-less header.c-header .x-gblogo {
  left: 50%;
  margin-left: -83px;
  width: 166px;
  height: 50px;
  top: 0px;
  bottom: auto;
}
html.tab-port-less header.c-header .x-gblogo img.x-img-wide {
  display: none;
}
html.tab-port-less header.c-header .x-gblogo img.x-img-nrw {
  display: block;
}
html.tab-port-less header.c-header .x-submenus {
  display: none;
}
html.tab-port-less header.c-header {
  /* メニューは .c-header-opener.active と連動させて表示 */
}
html.tab-port-less header.c-header ul.x-gbmnu {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f9f9f9;
}
html.tab-port-less header.c-header ul.x-gbmnu > li {
  float: none;
  width: auto;
  border-bottom: 1px solid #ccc;
}
html.tab-port-less header.c-header ul.x-gbmnu > li a {
  display: block;
  width: 100%;
  height: 45px;
  margin: 0;
  border-style: none;
  text-align: left;
  background-color: #f9f9f9;
}
html.tab-port-less header.c-header ul.x-gbmnu > li a img {
  display: none;
}
html.tab-port-less header.c-header ul.x-gbmnu > li a:not(.x-spacer):before {
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 0px;
  bottom: 0;
  width: 45px;
  height: 45px;
  pointer-events: none;
  background: transparent url(/imgs/cmn/nav_a_menu_icn01.svg) no-repeat left top;
  background-size: 100% 100%;
}
html.tab-port-less header.c-header ul.x-gbmnu > li a:not(.x-spacer) p {
  display: block;
  width: auto;
  height: 45px;
  line-height: 45px;
  margin: 0 45px 0 15px;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  font-size: 1.4rem;
  color: #393939;
}
html.tab-port-less header.c-header ul.x-gbmnu > li a:not(.x-spacer).h {
  box-shadow: none;
  background-color: #eee;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-size-1 a:not(.x-spacer) p {
  font-size: 1.8rem;
  height: 45px;
  line-height: 45px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-size-2 a:not(.x-spacer) {
  height: 40px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-size-2 a:not(.x-spacer):before {
  width: 40px;
  height: 40px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-size-2 a:not(.x-spacer) p {
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-size-3 a:not(.x-spacer) {
  height: 35px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-size-3 a:not(.x-spacer):before {
  width: 35px;
  height: 35px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-size-3 a:not(.x-spacer) p {
  font-size: 1.4rem;
  height: 35px;
  line-height: 35px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li {
  /* メニューでのみ表示する li */
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-spacer {
  display: block;
  height: auto;
  min-height: 40px;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-spacer p {
  display: block;
  width: auto;
  margin: 0 15px;
  padding: 1.5em 0 0.75em 0;
  overflow: hidden;
  pointer-events: none;
  font-size: 1.3rem;
  color: #393939;
}
html.tab-port-less header.c-header ul.x-gbmnu > li.x-only-menu {
  display: block;
}
html.tab-port-less header.c-header ul.x-gbmnu > li:first-child {
  border-top: 1px solid #ccc;
}
html.tab-port-less header.c-header .c-header-opener.active + ul.x-gbmnu {
  opacity: 1;
  pointer-events: auto;
}
html.tab-port-less header.c-header .c-header-opener:not(.active) + ul.x-gbmnu * {
  display: none;
  pointer-events: none;
}
html.tab-port-less header.c-header .c-header-opener.active ~ .c-header-backcloser {
  opacity: 1;
  pointer-events: auto;
}
html.tab-port-less header.c-header {
  /* メニュー開閉ボタン（アニメーション含む） */
}
html.tab-port-less header.c-header .c-header-opener {
  z-index: 2;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #f9f9f9;
  cursor: pointer;
}
html.tab-port-less header.c-header .c-header-opener > .x-bs {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 10px;
  padding: 0;
  transition: all 0.6s;
  pointer-events: none;
}
html.tab-port-less header.c-header .c-header-opener span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  left: 5px;
  right: 5px;
  width: auto;
  height: 3px;
  background-color: #555;
}
html.tab-port-less header.c-header .c-header-opener span:nth-of-type(1) {
  top: 6px;
}
html.tab-port-less header.c-header .c-header-opener span:nth-of-type(2) {
  top: 14px;
}
html.tab-port-less header.c-header .c-header-opener span:nth-of-type(3) {
  top: auto;
  bottom: 5px;
}
html.tab-port-less header.c-header .c-header-opener.active > .x-bs {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
html.tab-port-less header.c-header .c-header-opener.active span:nth-of-type(1) {
  left: 2px;
  right: 2px;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
html.tab-port-less header.c-header .c-header-opener.active span:nth-of-type(2) {
  left: 2px;
  right: 2px;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
html.tab-port-less header.c-header .c-header-opener.active span:nth-of-type(3) {
  opacity: 0;
}

footer.c-footer {
  overflow: hidden;
  z-index: 1000;
  position: relative;
  width: 100%;
  height: auto;
  margin: 100px 0 0 0;
  padding: 0;
}
footer.c-footer > .x-bs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
footer.c-footer {
  border-top: 2px solid #1f9ce6;
}
footer.c-footer .x-frmnu {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 55px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ddd;
}
footer.c-footer .x-frmnu ul {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none none inside;
  width: 70%;
  height: 55px;
}
footer.c-footer .x-frmnu ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 55px;
}
footer.c-footer .x-frmnu ul > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 55px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer.c-footer .x-frmnu ul > li > a.h {
  background-color: #eee;
}
footer.c-footer .x-frmnu ul > li p {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 15px 0 35px;
  line-height: 55px;
  width: auto;
  height: 55px;
  color: #1f9ce6;
}
footer.c-footer .x-frmnu ul > li p:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: 0;
  width: 35px;
  height: 35px;
  pointer-events: none;
  background: transparent url(/imgs/cmn/nav_a_menu_icn01.svg) no-repeat left top;
  background-size: 100% 100%;
}
footer.c-footer .x-frmnu a.x-btn-faq {
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  width: auto;
  height: 55px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #dfebef;
}
footer.c-footer .x-frmnu a.x-btn-faq p {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 15px 0 35px;
  line-height: 55px;
  width: auto;
  height: 55px;
  color: #1f9ce6;
}
footer.c-footer .x-frmnu a.x-btn-faq p:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: 0;
  width: 35px;
  height: 35px;
  pointer-events: none;
  background: transparent url(/imgs/cmn/nav_a_menu_icn01.svg) no-repeat left top;
  background-size: 100% 100%;
}
footer.c-footer .x-frmnu a.x-btn-faq.h {
  background-color: #d9f5ff;
}
html.tab-port-less footer.c-footer .x-frmnu {
  height: auto;
}
html.tab-port-less footer.c-footer .x-frmnu ul {
  float: none;
  width: 100%;
  height: auto;
  margin: 15px 0;
}
html.tab-port-less footer.c-footer .x-frmnu ul > li {
  float: none;
  width: auto;
  height: 35px;
}
html.tab-port-less footer.c-footer .x-frmnu ul > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html.tab-port-less footer.c-footer .x-frmnu ul > li > a.h {
  background-color: #eee;
}
html.tab-port-less footer.c-footer .x-frmnu ul > li p {
  padding: 0 15px 0 35px;
  line-height: 35px;
  height: 35px;
}
html.tab-port-less footer.c-footer .x-frmnu ul > li p:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 35px;
  height: 35px;
  pointer-events: none;
  background: transparent url(/imgs/cmn/nav_a_menu_icn01.svg) no-repeat left top;
  background-size: 100% 100%;
}

footer.c-footer .x-ftcaption {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 80px;
  margin: 0;
  padding: 0;
}
footer.c-footer .x-ftcaption .x-logo {
  z-index: 2;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 20%;
  height: 80px;
  margin: 0;
  background: transparent url(/imgs/cmn/nav_a_logo.svg) no-repeat left center;
  background-size: 100% auto;
}
footer.c-footer .x-ftcaption .x-phone-base {
  z-index: 2;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 40%;
  height: 80px;
  margin: 0 0 0 20px;
}
footer.c-footer .x-ftcaption .x-phone-base p {
  height: 25px;
  line-height: 25px;
  padding: 0;
  margin: 10px 0 0 0;
}
footer.c-footer .x-ftcaption .x-phone-base .x-phones {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
  background: transparent url(/imgs/cmn/nav_number.svg) no-repeat left top;
  background-size: contain;
}
html.tab-port-less footer.c-footer .x-ftcaption .x-logo {
  width: 35%;
}
html.tab-port-less footer.c-footer .x-ftcaption .x-phone-base {
  width: 50%;
}

html.smf-less footer.c-footer .x-ftcaption {
  height: auto;
}
html.smf-less footer.c-footer .x-ftcaption .x-logo {
  float: none;
  width: 60%;
  height: 50px;
  margin: 15px 0 0 0;
}
html.smf-less footer.c-footer .x-ftcaption .x-phone-base {
  float: none;
  width: 90%;
  height: 100px;
  margin: 15px auto 0 auto;
}

footer.c-footer .x-credit-base {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 35px;
  background: #1f9ce6;
}
footer.c-footer .x-credit-base > .c-content {
  overflow: visible;
}
footer.c-footer .x-credit-base p.x-credit {
  height: 35px;
  line-height: 35px;
  color: #fdfdfd;
  padding: 0;
  margin: 0;
  overflow: visible;
}
footer.c-footer .x-credit-base p.x-credit:before {
  content: " ";
  z-index: 1;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 85px;
  pointer-events: none;
  background: transparent url(/imgs/top/topbnr02_over.png) no-repeat right bottom;
  background-size: contain;
}
html.tab-port-less footer.c-footer .x-credit-base p.x-credit:before {
  display: none;
}

.c-pagescroller {
  overflow: hidden;
  z-index: 2000;
  position: fixed;
  top: auto;
  left: auto;
  right: 0;
  bottom: -60px;
  pointer-events: none;
  width: 95px;
  height: 80px;
  vertical-align: bottom;
  background: transparent;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.02, 0.99);
}
.c-pagescroller.active {
  opacity: 1;
  bottom: 5%;
}
.c-pagescroller .x-icn {
  position: relative;
  pointer-events: auto;
  cursor: pointer;
  vertical-align: bottom;
  margin: 10px;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 35px;
  background: #fdfdfd;
  box-shadow: 0 0 10px #11658c;
  background: #fdfdfd url(/imgs/cmn/cmn_scrolltop.svg) no-repeat center center;
  background-size: contain;
}
.c-pagescroller .x-icn.h {
  background-color: #ccefff;
}
html.tab-port-less .c-pagescroller.active {
  bottom: 20px;
}

html.smf-less .c-pagescroller {
  transform-origin: 100% 100%;
  transform: scale(0.8);
}
html.smf-less .c-pagescroller.active {
  bottom: 20px;
}

/* -----------------------------
	共通デコレーション
*/
.pg-sub h1 {
  font-size: 4rem;
}
.pg-sub h2 {
  font-size: 3rem;
}
.pg-sub h3 {
  font-size: 2.5rem;
}
.pg-sub h4 {
  font-size: 2rem;
}
.pg-sub h5 {
  font-size: 1.75rem;
}
.pg-sub h6 {
  font-size: 1.5rem;
}
html.tab-port-less .pg-sub h1 {
  font-size: 3.2rem;
}
html.tab-port-less .pg-sub h2 {
  font-size: 2.4rem;
}
html.tab-port-less .pg-sub h3 {
  font-size: 1.875rem;
}
html.tab-port-less .pg-sub h4 {
  font-size: 1.8rem;
}
html.tab-port-less .pg-sub h5 {
  font-size: 1.6625rem;
}
html.tab-port-less .pg-sub h6 {
  font-size: 1.425rem;
}

html.smf-less .pg-sub h1 {
  font-size: 2.8rem;
}
html.smf-less .pg-sub h2 {
  font-size: 2.1rem;
}
html.smf-less .pg-sub h3 {
  font-size: 2rem;
}
html.smf-less .pg-sub h4 {
  font-size: 1.8rem;
}
html.smf-less .pg-sub h5 {
  font-size: 1.6625rem;
}
html.smf-less .pg-sub h6 {
  font-size: 1.425rem;
}

.pg-sub {
  /* 内部サブメニュー */
}
.pg-sub .c-submenu-a {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  background: #e0e0e0;
}
.pg-sub .c-submenu-a .x-flexbase {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.pg-sub .c-submenu-a ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  list-style-type: none;
  display: flex;
  margin: 10px 0;
  padding: 0;
}
.pg-sub .c-submenu-a ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  flex: 1;
  height: 40px;
  margin: 0;
  padding: 0;
}
.pg-sub .c-submenu-a ul > li > * {
  display: block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #606060;
  color: #fdfdfd;
  border: 1px solid #606060;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 6px;
}
.pg-sub .c-submenu-a ul > li > *:link, .pg-sub .c-submenu-a ul > li > *:visited, .pg-sub .c-submenu-a ul > li > *:hover {
  color: #fdfdfd;
  text-decoration: none;
}
.pg-sub .c-submenu-a ul > li > *.h {
  background-color: #888;
  border-color: #888;
}
.pg-sub .c-submenu-a ul > li:first-child > * {
  margin-right: 5px;
}
.pg-sub .c-submenu-a ul > li:last-child > * {
  margin-left: 5px;
}
.pg-sub .c-submenu-a ul > li:not(:first-child):not(:last-child) > * {
  margin-left: 5px;
  margin-right: 5px;
}
.pg-sub .c-submenu-a ul > li.current > * {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #555;
}
.pg-sub .c-submenu-a ul > li:not(.current) > *:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_down.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}
.pg-sub .c-submenu-a.is_backmenu ul {
  justify-content: flex-start;
}
.pg-sub .c-submenu-a.is_backmenu ul > li {
  flex: 0 0 auto;
}
.pg-sub .c-submenu-a.is_backmenu ul > li > * {
  padding: 0 10px;
}
.pg-sub .c-submenu-a.is_backmenu ul > li:not(.current) > * {
  padding: 0 10px 0 40px;
}
.pg-sub .c-submenu-a.is_backmenu ul > li:not(.current) > *:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_down.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
  transform: rotate(90deg);
}
html.tab-port-less .pg-sub .c-submenu-a:not(.no-responsive) ul {
  flex-direction: column;
  justify-content: flex-start;
}
html.tab-port-less .pg-sub .c-submenu-a:not(.no-responsive) ul > li {
  flex: 0;
  width: 100%;
}
html.tab-port-less .pg-sub .c-submenu-a:not(.no-responsive) ul > li > * {
  margin-left: 0;
  margin-right: 0;
}
html.tab-port-less .pg-sub .c-submenu-a:not(.no-responsive) ul > li:not(:first-child) {
  margin-top: 7px;
}
html.tab-port-less .pg-sub .c-submenu-a:not(.no-responsive) ul > li:not(.current) > *:before {
  background: transparent url(/imgs/cmn/cmn_go.svg);
}

html.tab-port-less .pg-sub .c-submenu-a.is_backmenu:not(.no-responsive) ul > li:not(.current) > *:before {
  transform: rotate(-135deg);
}

.c-closebox {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 0;
}

img {
  /*	img-w50 : 50% 横、縦はauto
  	img-h50 : 50% 縦、横はauto
  	margin-top : top にマージンを設ける
  	margin-bottom : bottom にマージンを設ける
  */
}
img.img-w10 {
  width: 10%;
  height: auto;
}
img.img-h10 {
  height: 10%;
  width: auto;
}
img.img-w20 {
  width: 20%;
  height: auto;
}
img.img-h20 {
  height: 20%;
  width: auto;
}
img.img-w30 {
  width: 30%;
  height: auto;
}
img.img-h30 {
  height: 30%;
  width: auto;
}
img.img-w40 {
  width: 40%;
  height: auto;
}
img.img-h40 {
  height: 40%;
  width: auto;
}
img.img-w50 {
  width: 50%;
  height: auto;
}
img.img-h50 {
  height: 50%;
  width: auto;
}
img.img-w60 {
  width: 60%;
  height: auto;
}
img.img-h60 {
  height: 60%;
  width: auto;
}
img.img-w70 {
  width: 70%;
  height: auto;
}
img.img-h70 {
  height: 70%;
  width: auto;
}
img.img-w80 {
  width: 80%;
  height: auto;
}
img.img-h80 {
  height: 80%;
  width: auto;
}
img.img-w90 {
  width: 90%;
  height: auto;
}
img.img-h90 {
  height: 90%;
  width: auto;
}
img.img-w100 {
  width: 100%;
  height: auto;
}
img.img-h100 {
  height: 100%;
  width: auto;
}
img.border {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
img.margin-top {
  margin-top: 1em;
}
img.margin-bottom {
  margin-bottom: 1em;
}
img.margin-left {
  margin-left: 1em;
}
img.margin-right {
  margin-right: 1em;
}

.c-btn-more {
  display: block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 30px 0 1em;
  text-align: center;
  font-size: 1.5rem;
  background-color: #1f9ce6;
  color: #fdfdfd;
  line-height: 30px;
  border-radius: 5px;
}
.c-btn-more:before {
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_go.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}
.c-btn-more:link, .c-btn-more:visited, .c-btn-more:hover {
  color: #fdfdfd;
  text-decoration: none;
}
.c-btn-more.h {
  background-color: #29a9f2;
}
.c-btn-more.margin {
  margin: 2px;
}
.c-btn-more.large {
  font-size: 1.85rem;
}
.c-btn-more.mdl, .c-btn-more.mdl {
  font-size: 1.3rem;
}
.c-btn-more.small {
  font-size: 1.2rem;
}
.c-btn-more.float-left {
  width: auto;
  float: left;
}
.c-btn-more.float-right {
  width: auto;
  float: right;
}
.c-btn-more.multi-row {
  height: auto;
  min-height: 1em;
  line-height: 1.25em;
  padding: 0.5em 30px;
}
html.tab-land-less .c-btn-more {
  font-size: 1.4rem;
}

.c-btn {
  display: block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 30px 0 1em;
  text-align: center;
  font-size: 1.5rem;
  background-color: #1f9ce6;
  color: #fdfdfd;
  line-height: 30px;
  border-radius: 5px;
}
.c-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_go.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}
.c-btn:link, .c-btn:visited, .c-btn:hover {
  color: #fdfdfd;
  text-decoration: none;
}
.c-btn.h {
  background-color: #29a9f2;
}
.c-btn.margin {
  margin: 2px;
}
.c-btn.inline {
  display: inline-block;
  margin: 2px;
}
.c-btn.mdl, .c-btn.mid {
  font-size: 1.3rem;
}
.c-btn.small {
  font-size: 1.2rem;
}
.c-btn.float-left {
  width: auto;
  float: left;
}
.c-btn.float-right {
  width: auto;
  float: right;
}
.c-btn.btn-file {
  background-color: #fff5cf;
  color: #333;
  border: 1px solid #a39c81;
}
.c-btn.btn-file.type-pdf:before {
  background-image: url(/imgs/cmn/cmn_file_pdf.svg);
  background-size: 25px 30px;
  width: 25px;
}
.c-btn.btn-file.type-word:before {
  background-image: url(/imgs/cmn/cmn_file_word.svg);
  background-size: 25px 30px;
  width: 25px;
}
.c-btn.btn-file.type-excel:before {
  background-image: url(/imgs/cmn/cmn_file_excel.svg);
  background-size: 25px 30px;
  width: 25px;
}
.c-btn.btn-file.h {
  background-color: #ffc987;
}
.c-btn.btn-url {
  background-color: #707070;
  color: #fdfdfd;
  border: 1px solid #ddd;
}
.c-btn.btn-url.h {
  background-color: #999;
}
.c-btn.btn-phone {
  background-color: #819e3c;
  color: #fdfdfd;
  border: 1px solid #819e3c;
  height: 20px;
  padding: 0 0.5em 0 25px;
  line-height: 20px;
}
.c-btn.btn-phone:before {
  background-image: url(/imgs/cmn/cmn_phone.svg);
  left: 0;
  right: auto;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.c-btn.btn-phone.h {
  background-color: #93bd31;
}
.c-btn.btn-route {
  background-color: #3b7e94;
  color: #fdfdfd;
  border: 1px solid #3b7e94;
  height: 28px;
  padding: 0 0.5em 0 32px;
  line-height: 28px;
}
.c-btn.btn-route:before {
  background-image: url(/imgs/cmn/cmn_route.svg);
  left: 0;
  right: auto;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
.c-btn.btn-route.h {
  background-color: #4e9bb5;
}
.c-btn.btn-map {
  background-color: #3b9491;
  color: #fdfdfd;
  border: 1px solid #3b9491;
  height: 28px;
  padding: 0 0.5em 0 32px;
  line-height: 28px;
}
.c-btn.btn-map:before {
  background-image: url(/imgs/cmn/cmn_map.svg);
  left: 0;
  right: auto;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
.c-btn.btn-map.h {
  background-color: #63bab7;
}
.c-btn.color_red {
  background-color: #d63718;
  color: #fdfdfd;
  border: 1px solid #d63718;
}
.c-btn.color_red.h {
  background-color: #e64e30;
}
.c-btn.color_gray {
  background-color: #8f8f8f;
  color: #fdfdfd;
  border: 1px solid #8f8f8f;
}
.c-btn.color_gray.h {
  background-color: #b0b0b0;
}
.c-btn.color_whiteyellow {
  background-color: #fdfdfd;
  color: #303030;
  border: 2px solid #f0a50e;
}
.c-btn.color_whiteyellow.h {
  background-color: #fff6e3;
}
.c-btn.color_whiteyellow:before {
  background: transparent url(/imgs/cmn/cmn_go_yellow.svg) no-repeat center center;
}
.c-btn.multi-row {
  height: auto;
  min-height: 1em;
  line-height: 1.25em;
  padding: 0.5em 30px;
}
html.tab-land-less .c-btn {
  font-size: 1.4rem;
}

.c-label {
  margin: 0;
  padding: 0.4em 1em;
  clear: both;
}
.c-label.margin {
  margin: 2px;
}
.c-label.inline {
  display: inline-block;
  margin: 2px;
}
.c-label.float-left {
  width: auto;
  float: left;
}
.c-label.float-right {
  width: auto;
  float: right;
}
.c-label.color-red {
  background: #cc3131;
  color: #fdfdfd;
}

.c-decohead1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.c-decohead1 p {
  z-index: 2;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: 0px;
  width: 400px;
  height: 70px;
  background: #f9f9f9;
  margin: 0 0 0 -200px;
  padding: 0;
  text-align: center;
  font-size: 3rem;
  line-height: 70px;
  border-radius: 20px;
  color: #1f9ce6;
}
.c-decohead1 .x-decoback {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
html.tab-port-less .c-decohead1 {
  height: 160px;
}
html.tab-port-less .c-decohead1 .x-decoback {
  height: 132px;
}
html.tab-port-less .c-decohead1 p {
  transform-origin: center bottom;
  transform: scale(0.8);
}

.c-decohead2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  padding: 0;
}
.c-decohead2:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 2px;
  background: #137ebd;
}
.c-decohead2 p {
  z-index: 2;
  position: relative;
  overflow: hidden;
  background: #137ebd;
  color: #fdfdfd;
  border-radius: 12px;
  padding: 0.6em 0.8em !important;
  margin: 0;
  line-height: 1em;
  font-size: 1.8rem;
}
.c-decohead2.mid p {
  font-size: 1.5rem;
}
html.pc-less .c-decohead2 p {
  font-size: 1.6rem;
}
html.pc-less .c-decohead2.mid p {
  font-size: 1.45rem;
}

html.tab-port-less .c-decohead2 p {
  font-size: 1.5rem;
}
html.tab-port-less .c-decohead2.mid p {
  font-size: 1.4rem;
}

.c-decohead2 + .c-inside {
  padding-top: 0;
}

.c-decohead3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
}
html.tab-port-less .c-decohead3 {
  height: 60px;
}

.c-decohead4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  padding: 0;
}
.c-decohead4:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 2px;
  background: #c0c0c0;
}
.c-decohead4 p {
  z-index: 2;
  position: relative;
  overflow: hidden;
  background: #9a9a9a;
  color: #fdfdfd;
  border-radius: 0 0 6px 0;
  text-shadow: 0 1px 1px #666;
  padding: 0.5em 0.9em 0.5em 0.6em !important;
  margin: 0;
  line-height: 1em;
  font-size: 1.8rem;
}
.c-decohead4.mid p {
  font-size: 1.5rem;
}
html.pc-less .c-decohead4 p {
  font-size: 1.6rem;
}
html.pc-less .c-decohead4.mid p {
  font-size: 1.45rem;
}

html.tab-port-less .c-decohead4 p {
  font-size: 1.5rem;
}
html.tab-port-less .c-decohead4.mid p {
  font-size: 1.4rem;
}

.c-decohead4 + .c-inside {
  padding-top: 0;
}

.c-breadcrumbs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.c-breadcrumbs ul {
  z-index: 3;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none none inside;
}
.c-breadcrumbs ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.c-breadcrumbs ul > li:not(:first-child) {
  width: auto;
  height: 20px;
  font-size: 1.2rem;
  line-height: 20px;
}
.c-breadcrumbs ul > li:not(:first-child):before {
  content: " ";
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent url(/imgs/cmn/nav_bread_arw.svg) no-repeat center center;
  background-size: 20px 20px;
}
.c-breadcrumbs ul > li:first-child {
  width: 20px;
  height: 20px;
}
.c-breadcrumbs ul > li:first-child > a > div {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent url(/imgs/cmn/nav_bread_home.svg) no-repeat center center;
  background-size: 20px 20px;
}

.c-listnav {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.c-listnav > * {
  display: block;
  width: 35px;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  background: #ddd;
  color: #555;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
}
.c-listnav > *.wide {
  width: 100px;
}
.c-listnav > a {
  background: #137ebd;
  color: #fdfdfd;
}
.c-listnav > a:link, .c-listnav > a:visited, .c-listnav > a:hover {
  color: #fdfdfd;
  text-decoration: none;
}
.c-listnav > a.h {
  background-color: #32b2fc;
}

.p-show-wide {
  display: block;
}

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

.p-hide-smf {
  display: block;
}

html.tab-port-less .p-show-wide {
  display: none;
}
html.tab-port-less .p-show-narrow {
  display: block;
}

html.smf-less .p-hide-smf {
  display: none;
}

hr {
  height: 30px;
  border-width: 0;
  border-style: none;
  background-color: transparent;
  pointer-events: none;
  margin: 0;
}
hr.h10 {
  height: 10px;
}
hr.h20 {
  height: 20px;
}
hr.h30 {
  height: 30px;
}
hr.h40 {
  height: 40px;
}
hr.h50 {
  height: 50px;
}
hr.h60 {
  height: 60px;
}
hr.h70 {
  height: 70px;
}
hr.h80 {
  height: 80px;
}
hr.h100 {
  height: 100px;
}
html.tab-port-less hr.h30 {
  height: 25px;
}
html.tab-port-less hr.h40 {
  height: 30px;
}
html.tab-port-less hr.h50 {
  height: 35px;
}
html.tab-port-less hr.h60 {
  height: 40px;
}
html.tab-port-less hr.h70 {
  height: 50px;
}
html.tab-port-less hr.h80 {
  height: 60px;
}
html.tab-port-less hr.h100 {
  height: 70px;
}

.wp-pagenavi {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 15px 10px;
  padding: 0;
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  display: inline-block;
  margin: 1px 2px;
  padding: 5px 10px;
  border: thin solid #1f9ce6;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fff;
  color: #137ebd;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.wp-pagenavi a:hover {
  color: #fdfdfd;
  background-color: #137ebd;
}

.wp-pagenavi span.current {
  color: #fdfdfd;
  background-color: #1f9ce6;
}

/* =======================------------------ top */
.pg-top .p-coverimg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 360px;
  margin: 0;
  padding: 0;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.pg-top .p-coverimg .x-backwrapper {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
.pg-top .p-coverimg .x-backwrapper .x-back-lay {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0, 0, 0.02, 0.99);
  opacity: 0;
}
.pg-top .p-coverimg .x-backwrapper .x-back-lay.x-active {
  opacity: 1;
}
.pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-pc {
  display: block;
}
.pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-mob {
  display: none;
}
.pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-smf {
  display: none;
}
.pg-top .p-coverimg .c-content {
  z-index: 2;
  margin-top: 90px;
}
html.tab-port-less .pg-top .p-coverimg .c-content {
  margin-top: 60px;
}

.pg-top .p-coverimg .p-search {
  z-index: 3;
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  width: auto;
  height: 30px;
  margin: 5px;
  padding: 0;
  background: #fdfdfd;
  color: #333;
  font-size: 1.2rem;
  line-height: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  border-radius: 7px;
}
.pg-top .p-coverimg .p-search input, .pg-top .p-coverimg .p-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.pg-top .p-coverimg .p-search input[type=search] {
  width: 120px;
  margin: 0 35px 0 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.pg-top .p-coverimg .p-search > #i-seachbox-btn {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent url(/imgs/cmn/nav_search.svg) no-repeat center center;
  background-size: 30px 30px;
}
.pg-top .p-coverimg .p-faq-link {
  z-index: 3;
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  width: auto;
  height: 30px;
  margin: 5px;
  padding: 0 1em 0 35px;
  background: #fdfdfd;
  color: #333;
  font-size: 1.2rem;
  line-height: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  border-radius: 7px;
}
.pg-top .p-coverimg .p-faq-link:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/top/top_faq.svg) no-repeat center center;
  background-size: contain;
}
.pg-top .p-coverimg .p-faq-link.h {
  background-color: #1f9ce6;
  color: #fdfdfd;
}
.pg-top .p-coverimg .p-faq-link.h:before {
  background-image: url(/imgs/top/top_faq_on.svg);
}
.pg-top .p-coverimg .p-icon-link {
  z-index: 3;
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  width: auto;
  height: 30px;
  margin: 5px;
  padding: 0 1em 0 35px;
  background: #fdfdfd;
  color: #005c7c;
  font-size: 1.2rem;
  line-height: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  border-radius: 7px;
}
.pg-top .p-coverimg .p-icon-link.is_financial:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/top/top_icn02.svg) no-repeat center center;
  background-size: contain;
}
.pg-top .p-coverimg .p-icon-link.is_coa:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/top/top_icn01.svg) no-repeat center center;
  background-size: contain;
}
.pg-top .p-coverimg .p-icon-link.h {
  background-color: #1f9ce6;
  color: #fdfdfd;
}
.pg-top .p-coverimg .p-icon-link.h.is_financial:before {
  background-image: url(/imgs/top/top_icn02_on.svg);
}
.pg-top .p-coverimg .p-icon-link.h.is_coa:before {
  background-image: url(/imgs/top/top_icn01_on.svg);
}
@media screen and (max-width: 700px) {
  .pg-top .p-coverimg .p-icon-link {
    display: none;
  }
}
html.pc-less .pg-top .p-coverimg {
  height: 290px;
}

html.tab-port-less .pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-pc {
  display: none;
}
html.tab-port-less .pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-mob {
  display: block;
}

html.smf-less .pg-top .p-coverimg .p-faq-link {
  display: none;
}
html.smf-less .pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-pc {
  display: none;
}
html.smf-less .pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-mob {
  display: none;
}
html.smf-less .pg-top .p-coverimg .x-backwrapper .x-back-lay .x-bnr.x-bnr-smf {
  display: block;
}

.pg-top .x-cover-bnr {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
  background: #009ee7 url(/imgs/top/top_bnr_back.png) repeat left top;
  background-size: 50px 50px;
}
.pg-top .x-cover-bnr .c-in-content {
  overflow: visible;
}
html.smf-less .pg-top .x-cover-bnr .c-in-content {
  margin-left: 15px;
}

.pg-top .x-cover-bnr .flex-box {
  overflow: visible;
}
.pg-top .x-cover-bnr .flex-wrap {
  overflow: visible;
}
html.pc-less .pg-top .x-cover-bnr {
  height: 140px;
}

html.tab-port-less .pg-top .x-cover-bnr {
  height: 320px;
}

html.smf-less .pg-top .x-cover-bnr {
  height: 300px;
}

.pg-top .x-cover-bnr .x-bnr01 {
  display: block;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 140px;
  margin: 20px 0;
  padding: 0;
  border-radius: 15px;
  background: #fdfdfd url(/imgs/top/bnr01_01.svg) no-repeat left center;
  background-size: contain;
}
.pg-top .x-cover-bnr .x-bnr01.h {
  background-color: #fdffe3;
}
.pg-top .x-cover-bnr .x-bnr01 > .x-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
html.pc-less .pg-top .x-cover-bnr .x-bnr01 {
  height: 100px;
}

.pg-top .x-cover-bnr .x-bnr02 {
  display: block;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 140px;
  margin: 20px 0;
  padding: 0;
  border-radius: 15px;
  background: transparent;
}
.pg-top .x-cover-bnr .x-bnr02:before {
  content: " ";
  z-index: 1;
  position: absolute;
  top: -220px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 220px;
  pointer-events: none;
  background: transparent url(/imgs/top/bnr02_over01.png) no-repeat center bottom;
  background-size: contain;
}
.pg-top .x-cover-bnr .x-bnr02 .x-conta {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 170px;
  pointer-events: auto;
  cursor: pointer;
  box-sizing: border-box;
  border: 3px solid #edd649;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  background: #fffde5 url(/imgs/top/bnr02_01.png) no-repeat left center;
  background-size: 100% auto;
}
.pg-top .x-cover-bnr .x-bnr02 .x-conta > .x-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.pg-top .x-cover-bnr .x-bnr02.h {
  background-color: #fdffe3;
}
.pg-top .x-cover-bnr .x-bnr02 > .x-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
html.pc-less .pg-top .x-cover-bnr .x-bnr02 {
  height: 100px;
}
html.pc-less .pg-top .x-cover-bnr .x-bnr02 .x-conta {
  height: 140px;
}

html.tab-port-less .pg-top .x-cover-bnr .x-bnr02:before {
  display: none;
}
html.tab-port-less .pg-top .x-cover-bnr .x-bnr02 .x-conta {
  height: 140px;
}

html.smf-less .pg-top .x-cover-bnr .x-bnr02:before {
  display: none;
}
html.smf-less .pg-top .x-cover-bnr .x-bnr02 .x-conta {
  height: 120px;
}

.pg-top .x-topbnrs {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 10px;
  margin: 0;
  padding: 10px 0;
  background: #009ee7 url(/imgs/top/top_bnr_back.png) repeat left top;
  background-size: 50px 50px;
}
.pg-top .x-topbnrs .c-in-content {
  overflow: visible;
}
.pg-top .x-topbnrs .flex-box {
  overflow: visible;
}
.pg-top .x-topbnrs .flex-wrap {
  overflow: visible;
}
.pg-top .x-topbnrs .p-topbnr-right:before {
  content: " ";
  z-index: 1;
  position: absolute;
  top: -220px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 220px;
  pointer-events: none;
  background: transparent url(/imgs/top/topbnr02_over@2x.png) no-repeat center bottom;
  background-size: contain;
}
html.pc-less .pg-top .x-topbnrs .p-topbnr-right:before {
  top: -170px;
  height: 170px;
}

html.tab-port-less .pg-top .x-topbnrs .c-in-content {
  overflow: hidden;
  margin: 0 10% !important;
}
html.tab-port-less .pg-top .x-topbnrs .flex-box {
  overflow: hidden;
}
html.tab-port-less .pg-top .x-topbnrs .flex-wrap {
  overflow: hidden;
}
html.tab-port-less .pg-top .x-topbnrs .flex-wrap {
  margin: 5px 0 !important;
}
html.tab-port-less .pg-top .x-topbnrs .p-topbnr-right:before {
  display: none;
}

html.smf-less .pg-top .x-topbnrs .c-in-content {
  margin: 0 10px !important;
}

.pg-top .p-important-topics {
  position: relative;
  overflow: hidden;
  width: calc(100% - 26px);
  max-width: 900px;
  margin: 30px auto 10px auto;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #fabc41;
  border-radius: 15px;
  background-color: #fdfdfd;
}
.pg-top .p-important-topics h1 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
  padding: 15px;
  color: rgba(0, 0, 0, 0.6);
  background-color: #ffe7b8;
  border-radius: 15px 15px 0 0;
}
.pg-top .p-important-topics > .x_btns {
  position: relative;
  overflow: hidden;
  margin: 10px 15px;
  padding: 0;
}
html.smf-less .pg-top .p-important-topics {
  margin-left: 15px;
}

.pg-top .p-sec00 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0px auto;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  box-sizing: border-box;
  border: 1px solid #009fe8;
  border-radius: 15px;
  background-color: #fdfdfd;
}
.pg-top .p-sec00 > .x_categories {
  flex: 0 0 auto;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  margin: 20px 20px 5px 20px;
  padding: 0;
  background: transparent;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  box-sizing: border-box;
  border-bottom: 2px solid #009fe8;
}
.pg-top .p-sec00 > .x_categories > .x_cate {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate {
  flex: 1 1 auto;
  height: 36px;
  background: #009fe8;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate:first-child {
  border-radius: 8px 0 0 0;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate:last-child {
  border-radius: 0 8px 0 0;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  font-size: 1.3rem;
  line-height: 36px;
  color: #fdfdfd;
  margin: 0;
  padding: 0 5px 0 40px;
  font-weight: bold;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate:before {
  pointer-events: none !important;
  user-select: none !important;
  content: " ";
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  height: 36px;
  background: transparent url(/imgs/top/top_icn03_on.svg) no-repeat center center;
  background-size: contain;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate:hover {
  background-color: #1cb5fc;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate.is_selected_for_pc {
  background-color: transparent;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate.is_selected_for_pc p {
  color: #0a8bc7;
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate.is_selected_for_pc:before {
  background-image: url(/imgs/top/top_icn03.svg);
}
html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate.is_selected_for_pc:hover {
  background-color: #d4f1ff;
}
@media screen and (max-width: 700px) {
  html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate {
    text-align: center;
  }
  html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate:before {
    display: none;
  }
  html:not(.smf-less) .pg-top .p-sec00 > .x_categories > .x_cate > p {
    padding: 0;
  }
}
html.smf-less .pg-top .p-sec00 > .x_categories > .x_cate {
  flex: 0 0 40px;
  width: calc(100% - 2px);
  height: 40px;
  background: #009fe8;
  border: 1px solid #009fe8;
  box-sizing: border-box;
  margin-bottom: 2px;
}
html.smf-less .pg-top .p-sec00 > .x_categories > .x_cate:before {
  pointer-events: none !important;
  user-select: none !important;
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  bottom: auto;
  width: 40px;
  height: 40px;
  background: transparent url(/imgs/top/top_icn03_on.svg) no-repeat center center;
  background-size: contain;
}
html.smf-less .pg-top .p-sec00 > .x_categories > .x_cate > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  font-size: 1.5rem;
  line-height: 40px;
  color: #fdfdfd;
  margin: 0;
  padding: 0 45px 0 15px;
  font-weight: bold;
}
html.smf-less .pg-top .p-sec00 > .x_categories > .x_cate.is_toggle_on {
  background: #fdfdfd;
  border-bottom: 0px none;
  margin-bottom: 0;
}
html.smf-less .pg-top .p-sec00 > .x_categories > .x_cate.is_toggle_on > p {
  color: #006ea1;
}
html.smf-less .pg-top .p-sec00 > .x_categories > .x_cate.is_toggle_on:before {
  background-image: url(/imgs/top/top_icn03_up.svg);
}
html.smf-less .pg-top .p-sec00 > .x_categories {
  flex-flow: column nowrap;
  gap: 0;
  border-bottom: 0px none;
  margin: 0 20px 0 20px;
}
.pg-top .p-sec00 .x_topics_listcontainer {
  flex: 0 0 auto;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 0 10px 10px 10px;
  padding: 0;
  background: transparent;
}
.pg-top .p-sec00 .x_list {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pg-top .p-sec00 .x_list table.c-table {
  margin: 0;
}
.pg-top .p-sec00 .x_list table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.pg-top .p-sec00 .x_list table.c-table .x-date {
  width: 110px;
}
html.tab-port-less .pg-top .p-sec00 .x_list table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: left;
  padding: 0.5em 1em;
}
html.tab-port-less .pg-top .p-sec00 .x_list table.c-table .x-date {
  width: auto;
}

html:not(.smf-less) .pg-top .p-sec00 .x_list > .x_listlink {
  position: relative;
  text-align: right;
}
html:not(.smf-less) .pg-top .p-sec00 .x_list.is_hide_for_pc {
  pointer-events: none !important;
  user-select: none !important;
  display: none;
}
html:not(.smf-less) .pg-top .p-sec00 .x_list:not(.is_hide_for_pc) {
  animation: a_x_topics_listcontainer_open 0.35s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 alternate forwards;
}
@keyframes a_x_topics_listcontainer_open {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
html.smf-less .pg-top .p-sec00 .x_list {
  width: calc(100% - 2px);
  background-color: #fdfdfd;
  border-width: 0px 1px 1px 1px;
  border-style: none solid solid solid;
  border-color: #009fe8;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.02, 0.99);
}
html.smf-less .pg-top .p-sec00 .x_list table.c-table {
  margin: 0px auto !important;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
html.smf-less .pg-top .p-sec00 .x_list > .x_listlink {
  position: relative;
  margin: 10px;
  text-align: right;
}
html.smf-less .pg-top .p-sec00 .x_list:not(.is_toggle_on) {
  height: 0;
  opacity: 0;
  margin: 0;
}
html.smf-less .pg-top .p-sec00 {
  border-radius: 0;
  border-style: none;
  background-color: transparent;
}
.pg-top .p-sec01 {
  width: auto;
  max-width: 800px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 70px auto 0 auto;
  padding: 0;
}
.pg-top .p-sec01 h2 {
  color: #1f9ce6;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #32b2fc;
  font-size: 2.6rem;
}
html.tab-port-less .pg-top .p-sec01 {
  width: auto;
  margin: 50px 20px 0 20px;
}

html.smf-less .pg-top .p-sec01 {
  width: auto;
  margin: 40px 10px 0 10px;
}
html.smf-less .pg-top .p-sec01 h2 {
  font-size: 2rem;
}

.pg-top .p-sec02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.pg-top .p-sec02 .x-backimg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #e8f4fb;
  pointer-events: none;
  border-top: 2px solid #fff;
}
.pg-top .p-sec02 .p-caps {
  z-index: 2;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin: 15px 0 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.pg-top .p-sec02 .p-caps > .x-img {
  flex-basis: auto;
  width: 100%;
  height: 100%;
  background: transparent url(/imgs/top/top_fnd01.svg) no-repeat left top;
  background-size: contain;
}
.pg-top .p-sec02 .p-caps > .x-anc {
  flex-basis: 180px;
  width: 180px;
  height: 100%;
}
.pg-top .p-sec02 .p-pros {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.pg-top .p-sec02 .p-pros .flex-box {
  flex: 1;
  box-sizing: border-box;
  border-top: 1px solid #9ec5db;
  border-bottom: 1px solid #9ec5db;
  border-right: 1px solid #9ec5db;
}
.pg-top .p-sec02 .p-pros .flex-box:first-child {
  border-left: 1px solid #9ec5db;
}
.pg-top .p-sec02 .p-pros .p-proshort {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 140px;
  background: #fdfdfd;
}
.pg-top .p-sec02 .p-pros .p-proshort > .x-icn {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: 0 0 0 -50px;
  pointer-events: none;
  background: transparent none no-repeat;
  background-size: 100px 200px;
  background-position: 0px 0px;
}
.pg-top .p-sec02 .p-pros .p-proshort > .x-icn.x-icni01 {
  background-image: url(/imgs/top/top_pros01.svg);
}
.pg-top .p-sec02 .p-pros .p-proshort > .x-icn.x-icni02 {
  background-image: url(/imgs/top/top_pros02.svg);
}
.pg-top .p-sec02 .p-pros .p-proshort > .x-icn.x-icni03 {
  background-image: url(/imgs/top/top_pros03.svg);
}
.pg-top .p-sec02 .p-pros .p-proshort > .x-icn.x-icni04 {
  background-image: url(/imgs/top/top_pros04.svg);
}
.pg-top .p-sec02 .p-pros .p-proshort > .x-icn.x-icni05 {
  background-image: url(/imgs/top/top_pros05.svg);
}
.pg-top .p-sec02 .p-pros .p-proshort > .x-icn.x-icni06 {
  background-image: url(/imgs/top/top_pros06.svg);
}
.pg-top .p-sec02 .p-pros .p-proshort p {
  display: block;
  position: absolute;
  top: auto;
  bottom: 15px;
  pointer-events: none;
  width: 90%;
  margin: 0 5%;
  text-align: center;
  color: #137ebd;
}
.pg-top .p-sec02 .p-pros .p-proshort.h {
  background-color: #137ebd;
}
.pg-top .p-sec02 .p-pros .p-proshort.h > .x-icn {
  background-position: 0px -100px;
}
.pg-top .p-sec02 .p-pros .p-proshort.h p {
  color: #fdfdfd;
}
html.tab-port .pg-top .p-sec02 .p-pros .p-proshort p {
  font-size: 1.2rem;
}

html.smf-less .pg-top .p-sec02 .p-pros {
  flex-direction: column;
}
html.smf-less .pg-top .p-sec02 .p-pros.flex-dir-reverse {
  flex-direction: column-reverse;
}
html.smf-less .pg-top .p-sec02 .p-pros .flex-box {
  width: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #9ec5db;
}
html.smf-less .pg-top .p-sec02 .p-pros .flex-box:first-child {
  border-width: 1px;
}
html.smf-less .pg-top .p-sec02 .p-pros .p-proshort {
  height: 70px;
}
html.smf-less .pg-top .p-sec02 .p-pros .p-proshort > .x-icn {
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: 0;
  background-size: 70px 140px;
}
html.smf-less .pg-top .p-sec02 .p-pros .p-proshort p {
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: auto;
  height: 70px;
  line-height: 70px;
  margin: 0;
  text-align: right;
  padding: 0 10px 0 80px;
}
html.smf-less .pg-top .p-sec02 .p-pros .p-proshort.h > .x-icn {
  background-position: 0px -70px;
}

.pg-top .p-simbnr {
  border: 1px solid #ddd;
  height: 60px;
}
.pg-top {
  /*
  .p-news {
  	.p-news-head {
  		background: transparent url(/imgs/top/top_news_cap.svg) no-repeat left center;
  		background-size: auto 100%;
  		height: 50px;
  	}

  	table.c-table {
  		margin: 0;
  		& > tbody > tr > th {
  			color: $base_color_dark;
  			text-align: center;
  			padding-left: 0;
  			padding-right: 0;
  		}
  		.x-date {
  			width: 110px;
  		}
  		@at-root html.tab-port-less & {
  			& > tbody > tr > th {
  				color: $base_color_dark;
  				text-align: left;
  				padding: 0.5em 1em;
  			}
  			.x-date {
  				width: auto;
  			}
  		}
  	}
  	@at-root html.pc-less & {
  		.p-news-head {
  			height: 39px;
  		}
  	}
  	@at-root html.smf-less & {
  		.p-news-head {
  			height: 35px;
  		}
  	}
  }
  */
}
.pg-top .p-cug {
  position: relative;
  overflow: hidden;
  background: #e8f4fb;
  margin: 0;
  padding: 15px 15px 20px 15px;
  background: #e8f4fb;
}
.pg-top .p-cug .x-cug-cap {
  position: relative;
  text-align: center;
}
.pg-top .p-cug .x-cug-cap img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}
.pg-top .p-cug .x-cugbtn {
  display: block;
  position: relative;
  overflow: hidden;
  border: 5px solid #1f9ce6;
  height: 70px;
  background: #fdfdfd;
  margin: 10px 20px 0 20px;
}
.pg-top .p-cug .x-cugbtn > p {
  margin: 0;
  padding: 0 40px 0 70px;
  text-align: right;
  line-height: 70px;
  color: #1f9ce6;
}
.pg-top .p-cug .x-cugbtn:after {
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 40px;
  height: 70px;
  background: transparent url(/imgs/top/top_cug_anc.svg) no-repeat center center;
  background-size: 100%;
  pointer-events: none;
}
.pg-top .p-cug .x-cugbtn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: transparent none no-repeat center center;
  background-size: 100%;
  pointer-events: none;
}
.pg-top .p-cug .x-cugbtn.x-cug-icn1:before {
  background-image: url(/imgs/top/top_cug_b01.svg);
}
.pg-top .p-cug .x-cugbtn.x-cug-icn2:before {
  background-image: url(/imgs/top/top_cug_b02.svg);
}
.pg-top .p-cug .x-cugbtn.h {
  background-color: #32b2fc;
}
.pg-top .p-cug .x-cugbtn.h > p {
  color: #fdfdfd;
}
html.pc-less .pg-top .p-cug .x-cugbtn {
  height: 50px;
}
html.pc-less .pg-top .p-cug .x-cugbtn:after {
  width: 30px;
  height: 50px;
}
html.pc-less .pg-top .p-cug .x-cugbtn:before {
  width: 50px;
  height: 50px;
}
html.pc-less .pg-top .p-cug .x-cugbtn > p {
  padding: 0 30px 0 50px;
  line-height: 50px;
}

.pg-top .p-conbnr {
  position: relative;
  overflow: visible;
  width: auto;
  height: 120px;
  margin-top: 50px;
  background: #1f9ce6;
  border-left: 5px solid #edd649;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.pg-top .p-conbnr.h {
  background-color: #32b2fc;
}
.pg-top .p-conbnr .x-left {
  display: block;
  position: relative;
  overflow: visible;
  flex: 1;
  width: auto;
  height: 100%;
}
.pg-top .p-conbnr .x-left > .x-bs {
  position: relative;
  overflow: visible;
  margin: 15px;
  padding: 0;
}
.pg-top .p-conbnr .x-left .x-capimg {
  width: auto;
  height: 50px;
}
.pg-top .p-conbnr .x-left p {
  color: #fdfdfd;
  padding: 0 0 0 10px;
}
.pg-top .p-conbnr .x-right {
  display: block;
  position: relative;
  overflow: visible;
  width: 250px;
  height: 100%;
  pointer-events: none;
}
.pg-top .p-conbnr .x-right .x-overimg {
  position: absolute;
  top: -70px;
  left: auto;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  width: 100%;
  height: 190px;
  margin: 0;
  padding: 0;
  background: transparent url(/imgs/top/top_contact_img.svg?r=190204) no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}
.pg-top .p-conbnr .x-right _:-ms-lang(x)::-ms-backdrop, .pg-top .p-conbnr .x-right .x-overimg {
  /* For IE11 */
  background-image: url(/imgs/top/top_contact_img.png?r=190204) !important;
}
html.tab-port-less .pg-top .p-conbnr {
  height: 140px;
  margin-top: 30px;
}
html.tab-port-less .pg-top .p-conbnr .x-left .x-capimg {
  width: auto;
  height: 40px;
}
html.tab-port-less .pg-top .p-conbnr .x-right {
  width: 200px;
}
html.tab-port-less .pg-top .p-conbnr .x-right .x-overimg {
  top: -30px;
  height: 170px;
}

html.smf-less .pg-top .p-conbnr .x-right {
  display: none;
}

.pg-top .p-breaking {
  border: 2px solid #e30b0b;
  padding: 0;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 10px;
}
.pg-top .p-breaking > h3:first-child {
  margin: 0;
  padding: 0.5em;
  color: #fdfdfd;
  background: #e30b0b;
  border-radius: 0;
}
.pg-top .p-breaking .c-inside {
  padding: 10px;
}
html.pc-less .pg-top .p-breaking {
  width: auto;
  margin-left: 55px;
  margin-right: 55px;
}

html.smf-less .pg-top .p-breaking {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.pg-top .p-sp-newsblock {
  padding: 15px;
  border-width: 1px 4px;
  border-style: solid;
  border-color: #ff4800;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #fff;
}
.pg-top .p-sp-newsblock h2 {
  color: #ff4800;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
.pg-top .p-sp-newsblock .c-btn {
  background-color: #ff4800;
}
.pg-top .p-sp-newsblock .c-btn.h {
  background-color: #ff7640;
}
html.pc-less .pg-top .p-sp-newsblock {
  width: auto;
  margin-left: 55px;
  margin-right: 55px;
}

html.smf-less .pg-top .p-sp-newsblock {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.pg-top .p-userbnrs {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  padding: 10px;
  text-align: center;
  background: #eaeaea;
}
.pg-top .p-userbnrs .x-user-bnr {
  margin: 3px;
}

/* =======================------------------ 020 漫画でわかる！信用保証 */
/* =======================------------------ 030 はじめての方へ */
.pg030 .p-sec01 a.c-btn-more {
  margin-top: 10px;
}
.pg030 .p-sec01 a.c-btn-more + p {
  padding-top: 0.25em;
}
.pg030 .p-sec02 h5 {
  margin-top: 10px;
  padding-top: 0.25em;
}
.pg030 .p-sec02 .c-flex {
  margin-top: 0;
}
.pg030 .p-sec02 .x-cr {
  border-left: 2px solid #ddd;
  padding-left: 20px;
}
.pg030 .p-sec02 .x-cr .c-btn {
  margin-top: 10px;
}
html.smf-less .pg030 .p-sec02 h5 {
  float: none;
  width: 100%;
  padding-top: 0.5em;
}
html.smf-less .pg030 .p-sec02 h5 + p {
  float: none;
  width: 100%;
  padding-left: 0;
  border-left: 0px none;
}

/* =======================------------------ 040 創業の支援 */
.pg040 .c-decohead1 p {
  color: #149174;
}
.pg040 {
  /* 見出し */
}
.pg040 h2 {
  position: relative;
  overflow: hidden;
  color: #23997f;
  padding: 15px 0 0 19px;
  margin: 30px 0 0 0;
}
.pg040 h2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-left: 3px solid #23997f;
  border-top: 3px solid #23997f;
}
.pg040 .c-decohead2:before {
  background-color: #23997f;
}
.pg040 .c-decohead2 p {
  background-color: #23997f;
}
.pg040 {
  /* ボタン色変更 */
}
.pg040 .c-btn-more.p-btncolor {
  background-color: #1da184;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.pg040 .c-btn-more.p-btncolor.h {
  background-color: #20b293;
}
.pg040 {
  /* 内部サブメニューの色変え */
}
.pg040 .c-submenu-a {
  background: #e0e0e0;
}
.pg040 .c-submenu-a ul > li > * {
  background: #23997f;
  border: 1px solid #23997f;
}
.pg040 .c-submenu-a ul > li > *.h {
  background-color: #2eb89a;
  border-color: #2eb89a;
}
.pg040 .c-submenu-a ul > li.current > * {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #555;
}
.pg040 .sougyou-links {
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pg040 .sougyou-links .sougyou-item {
  display: flex;
  flex-direction: column;
}
.pg040 .sougyou-links .sougyou-image {
  height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 12px;
}
.pg040 .sougyou-links .sougyou-image a {
  display: inline-block;
  line-height: 0;
}
.pg040 .sougyou-links .sougyou-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pg040 .sougyou-links .sougyou-item--center-text p {
  text-align: center;
}
html.tab-port-less .pg040 .sougyou-links {
  gap: 20px;
}
html.tab-port-less .pg040 .sougyou-links .sougyou-image {
  height: 160px;
}

html.smf-less .pg040 .sougyou-links {
  grid-template-columns: 1fr;
  gap: 32px;
}
html.smf-less .pg040 .sougyou-links .sougyou-image {
  height: auto;
  min-height: 0;
  margin-bottom: 12px;
}
html.smf-less .pg040 .sougyou-links .sougyou-item {
  align-items: center;
}
html.smf-less .pg040 .sougyou-links .sougyou-item p {
  width: 100%;
}

/* =======================------------------ 050 経営者の方へ */
/* =======================------------------ 050a 経営支援 */
.pg050 .c-decohead1 p {
  color: #d44669;
}
.pg050 {
  /* モバイルで非表示 */
}
html.tab-port-less .pg050 .p-mobie-clear {
  display: none;
}

.pg050 {
  /* 見出し */
}
.pg050 h2 {
  position: relative;
  overflow: hidden;
  color: #d63a61;
  padding: 15px 0 0 19px;
  margin: 30px 0 0 0;
}
.pg050 h2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-left: 3px solid #e86f8e;
  border-top: 3px solid #e86f8e;
}
.pg050 h3 {
  position: relative;
  overflow: hidden;
  color: #d63a61;
  padding: 15px 0 0 19px;
  margin: 30px 0 0 0;
}
.pg050 h3:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-left: 3px solid #e86f8e;
  border-top: 3px solid #e86f8e;
}
.pg050 {
  /* ボタン色変更 */
}
.pg050 .c-btn-more.p-btncolor {
  background-color: #e0486e;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.pg050 .c-btn-more.p-btncolor.h {
  background-color: #f26387;
}
.pg050 {
  /* 内部サブメニューの色変え */
}
.pg050 .c-submenu-a {
  background: #e0e0e0;
}
.pg050 .c-submenu-a ul > li > * {
  background: #e0486e;
  border: 1px solid #e0486e;
}
.pg050 .c-submenu-a ul > li > *.h {
  background-color: #f26387;
  border-color: #f26387;
}
.pg050 .c-submenu-a ul > li.current > * {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #555;
}
.pg050 {
  /* メインメニュー */
}
.pg050 .p-menuitem {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pg050 .p-menuitem > .x-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 250px;
  height: 120px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.pg050 .p-menuitem > .x-img > img {
  user-select: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 180px;
  height: auto;
  margin: 0 0 0 -100px;
}
.pg050 .p-menuitem > .x-selbtn {
  position: relative;
  overflow: hidden;
  display: block;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #e0486e;
}
.pg050 .p-menuitem > .x-selbtn:before {
  content: " ";
  position: absolute;
  top: 15px;
  left: auto;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #f26387 url(/imgs/cmn/cmn_go.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}
.pg050 .p-menuitem > .x-selbtn > h5 {
  color: #e0486e;
  margin: 0;
  padding: 15px 30px 10px 15px;
  font-size: 2rem;
  line-height: 1.2em;
}
.pg050 .p-menuitem > .x-selbtn > p.x-ct {
  color: #222;
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 1.4rem;
  line-height: 1.3em;
}
.pg050 .p-menuitem > .x-selbtn > p.x-cmt {
  color: #555;
  margin: 0;
  padding: 10px 30px 15px 15px;
  font-size: 1.2rem;
  line-height: 1.4em;
}
.pg050 .p-menuitem > .x-selbtn.h {
  background-color: #fff2f5;
  border-color: #f26387;
}
.pg050 .p-menuitem > .p-catch {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: 60px;
  margin: 0 0 6px 0;
}
.pg050 .p-menuitem > .p-catch > h6 {
  flex: auto;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.pg051 {
  /* 企業経営改善サポート */
}
.pg051 .p-passflow_r2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: auto;
  justify-content: space-between;
  align-items: start;
  gap: 25px;
  border-color: transparent;
}
.pg051 .p-passflow_r2 > .x_fw {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 0;
}
.pg051 .p-passflow_r2 > .x_fw > .x_fw_head {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 2px;
}
.pg051 .p-passflow_r2 > .x_fw > .x_fw_head h5, .pg051 .p-passflow_r2 > .x_fw > .x_fw_head h6, .pg051 .p-passflow_r2 > .x_fw > .x_fw_head p {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.pg051 .p-passflow_r2 > .x_fw > .x_fw_head > h5 {
  margin: 0;
  padding: 0.2em 0 0.2em 12px;
  border-left: 4px solid #cc2f56;
  font-size: 2.5rem;
}
.pg051 .p-passflow_r2 > .x_fw > .x_fw_head > h6 {
  margin: 2px 0;
  padding: 0.2em 0 0.2em 12px;
  border-left: 4px solid #ff8ca9;
  color: #5c3640;
  font-weight: 400;
}
.pg051 .p-passflow_r2 > .x_fw > .x_fw_head > p {
  margin: 0;
  padding: 0.2em 1em 0.2em 12px;
  border-left: 4px solid #ffd9e2;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5em;
}
.pg051 .p-passflow_r2 > .x_fw > .x_fw_head > p > b {
  color: #e83f07;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 0;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-radius: 12px;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column > p.x_cap {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0.7em;
  background-color: green;
  color: #fdfdfd;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column > .x_container {
  position: relative;
  overflow: hidden;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column > .x_container > p {
  margin: 0;
  padding: 0.15em 1em 0 1em;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column > .x_container > p:first-child {
  margin-top: 0.85em;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column > .x_container > p:last-child {
  margin-bottom: 0.85em;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column.is_color1 {
  border-color: #e84fa3;
  background-color: #e84fa3;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column.is_color1 > p.x_cap {
  background-color: #e0097f;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column.is_color1 > .x_container {
  background-color: #ffdef0;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column.is_color2 {
  border-color: #00785e;
  background-color: #00785e;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column.is_color2 > p.x_cap {
  background-color: #00785e;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_column.is_color2 > .x_container {
  background-color: #e8fffa;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 0;
  margin: 0 15px;
  box-sizing: border-box;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section > p.x_cap {
  position: relative;
  overflow: hidden;
  font-size: 1.45rem;
  line-height: 1em;
  padding: 0.7em;
  background-color: green;
  color: #fdfdfd;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section > .x_container {
  position: relative;
  overflow: hidden;
  background: #fdfdfd none;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section > .x_container > p {
  margin: 0;
  padding: 0.15em 1em 0 1em;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section > .x_container > p:first-child {
  margin-top: 0.85em;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section > .x_container > p:last-child {
  margin-bottom: 0.85em;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section.is_color1 {
  border-color: #ffa3d6;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section.is_color1 > p.x_cap {
  background-color: #ed409f;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section.is_color1 > .x_container {
  background-color: #fffdfd;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section.is_color2 {
  border-color: #73c7b5;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section.is_color2 > p.x_cap {
  background-color: #00a380;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section.is_color2 > .x_container {
  background-color: #fffdfd;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section:first-child {
  margin-top: 15px;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_section:last-child {
  margin-bottom: 15px;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_spacer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin: 0;
  background: transparent url(../imgs/pages/051_06.svg) no-repeat center top;
  background-size: 60px 30px;
}
.pg051 .p-passflow_r2 > .x_fw .x_fw_spacer.is_end {
  height: 45px;
  background-image: url(../imgs/pages/051_05.svg);
  background-size: 60px 45px;
}
.pg051 .p-passflow_r2 > .x_fw .x_notice {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid green;
  margin: 15px 5px 5px 5px;
  border-radius: 5px;
}
.pg051 .p-passflow_r2 > .x_fw .x_notice > p {
  margin: 0;
  padding: 0.15em 1em 0 1em;
}
.pg051 .p-passflow_r2 > .x_fw .x_notice > p:first-child {
  margin-top: 0.85em;
}
.pg051 .p-passflow_r2 > .x_fw .x_notice > p:last-child {
  margin-bottom: 0.85em;
}
.pg051 .p-passflow_r2 > .x_fw ul, .pg051 .p-passflow_r2 > .x_fw ol {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  margin-right: 0.7em;
}
html.tab-port-less .pg051 .p-passflow_r2 {
  grid-template-columns: 1fr;
}

html.smf-less .pg051 .p-passflow_r2 {
  grid-template-columns: 1fr;
}
html.smf-less .pg051 .p-passflow_r2 .x_fw_column > p.x_cap,
html.smf-less .pg051 .p-passflow_r2 .x_fw_section > p.x_cap {
  font-size: 1.4rem;
}

.pg051 h4 {
  position: relative;
  overflow: hidden;
  border-left: 2px solid #877451;
  color: #665d4e;
  padding: 0.25em 0.6em;
}
.pg051 h5 {
  color: #665d4e;
  padding-top: 0.5em;
}
.pg051 .p-separ {
  border-bottom: 1px dotted #bfb5a1;
}

/* =======================------------------ 055 事業再生の支援 */
/* =======================------------------ 060 わたしたちがお手伝いできること（信用保証制度とは） */
.pg060 .c-decohead2 p {
  font-size: 2.5rem;
}
html.pc-less .pg060 .c-decohead2 p {
  font-size: 2rem;
}

html.tab-port-less .pg060 .c-decohead2 p {
  font-size: 1.8rem;
}

.pg060 .p-flowbox {
  position: relative;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}
.pg060 .p-nblock {
  width: 35px;
  height: 35px;
}

/* =======================------------------ 080 保証制度 */
.pg080 .p-submenu-hori {
  position: relative;
  overflow: hidden;
}
html.tab-land-more .pg080 .p-submenu-hori {
  margin: 0;
  padding: 10px 0;
  background: #c4e8ff;
}
html.tab-land-more .pg080 .p-submenu-hori > p.x-current-title {
  display: none;
}
html.tab-land-more .pg080 .p-submenu-hori > p {
  margin: 0 0 0 20%;
  color: #3c6e8f;
  clear: both;
}
html.tab-land-more .pg080 .p-submenu-hori ul {
  position: relative;
  overflow: hidden;
  float: right;
  clear: both;
  margin: 5px 0 5px 20%;
  width: 80%;
  padding: 0;
  list-style: none none inside;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li.current {
  background-color: #f9f9f9;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li > a {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 20px;
  margin: 0;
  padding: 0 30px 0 2em;
  background-color: #1f9ce6;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li > a:link > p, html.tab-land-more .pg080 .p-submenu-hori ul > li > a:visited > p, html.tab-land-more .pg080 .p-submenu-hori ul > li > a:hover > p {
  color: #fdfdfd;
  text-decoration: none;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li > a {
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li > a > p {
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
  flex: 0 0 auto;
  position: relative;
  max-width: 100%;
  height: auto;
  line-height: 1.5em;
  color: #fdfdfd;
  margin: 10px 0;
  padding: 0;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li.current > a {
  background-color: #f9f9f9;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li.current > a > p {
  color: #393939;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li:not(:first-child) {
  margin-top: 1px;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li:not(.current) > a.h {
  background-color: #32b2fc;
}
html.tab-land-more .pg080 .p-submenu-hori ul > li:not(.current) > a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
  background: transparent url(/imgs/cmn/cmn_right.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}

html.tab-port-less .pg080 .p-submenu-hori {
  margin: 0;
  padding: 0;
  background: #c4e8ff;
}
html.tab-port-less .pg080 .p-submenu-hori > p:not(.x-current-title) {
  display: none;
}
html.tab-port-less .pg080 .p-submenu-hori > p.x-current-title {
  background: #fdfdfd;
  color: #137ebd;
  height: 45px;
  margin: 3px;
  padding: 0 1.5em;
  text-align: center;
  line-height: 45px;
  text-align: left;
  pointer-events: auto;
  cursor: pointer;
}
html.tab-port-less .pg080 .p-submenu-hori > p.x-current-title.h {
  background-color: #f0f0f0;
}
html.tab-port-less .pg080 .p-submenu-hori > p.x-current-title:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  bottom: auto;
  width: 100px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_more.svg) no-repeat center center;
  background-size: 100px 30px;
  pointer-events: none;
}
html.tab-port-less .pg080 .p-submenu-hori.open > p.x-current-title:before {
  background-image: url(/imgs/cmn/cmn_close.svg);
  background-size: 30px 30px;
  background-position: right center;
}
html.tab-port-less .pg080 .p-submenu-hori ul {
  position: relative;
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none none inside;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li > a {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 20px;
  margin: 1px 0 0 0;
  padding: 0 30px 0 2em;
  background-color: #1f9ce6;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li > a:link > p, html.tab-port-less .pg080 .p-submenu-hori ul > li > a:visited > p, html.tab-port-less .pg080 .p-submenu-hori ul > li > a:hover > p {
  color: #fdfdfd;
  text-decoration: none;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li > a {
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li > a > p {
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
  flex: 0 0 auto;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 1em;
  line-height: 1.5em;
  color: #fdfdfd;
  margin: 10px 0;
  padding: 0;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li > a.h {
  background-color: #32b2fc;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li > a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
  background: transparent url(/imgs/cmn/cmn_right.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}
html.tab-port-less .pg080 .p-submenu-hori ul > li.current > a {
  background-color: #32b2fc;
}
html.tab-port-less .pg080 .p-submenu-hori.open ul {
  display: block;
}

.pg080 .p-findbox {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #ddd;
}
.pg080 .p-findbox table {
  margin: 15px 0 0 0;
}
.pg080 .p-findbox button[type=submit] {
  padding: 0.5em;
}
.pg080 .p-findbox select {
  padding: 0.4em;
}
.pg080 .p-findbox input[type=radio] {
  display: none;
}
.pg080 .p-findbox input[type=radio] + label.x-rd {
  display: block;
  float: left;
  margin: 0 2px 6px 2px;
  padding: 0 1em;
  width: auto;
  height: 28px;
  line-height: 28px;
  font-size: 1.4rem;
  cursor: pointer;
  background: #ddd;
  color: #333;
  border-radius: 5px;
  border: 1px solid #fff;
}
.pg080 .p-findbox input[type=radio] + label.x-rd.h {
  background-color: #137ebd;
  color: #fdfdfd;
}
.pg080 .p-findbox input[type=radio]:checked + label.x-rd {
  background-color: #1f9ce6;
  color: #fdfdfd;
}
.pg080 .p-findbox input[type=radio]:checked + label.x-rd.h {
  background-color: #1f9ce6;
  color: #fdfdfd;
}
.pg080 .p-findbox button[type=submit] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45px;
  font-size: 1.7rem;
  line-height: 45px;
  cursor: pointer;
  outline: 0;
  margin: 0 5px 0 0;
  padding: 0 1em;
  border-radius: 9px;
  border: 1px solid #fdfdfd;
  background-color: #137ebd;
  color: #fdfdfd;
}
.pg080 .p-findbox button[type=submit]:active {
  background-color: #1f9ce6;
}
.pg080 .p-findbox button[type=submit]:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: auto;
  width: 35px;
  height: 35px;
  margin: 0;
  background: transparent url(/imgs/pages/080_07.svg) no-repeat center center;
  background-size: 35px 35px;
  pointer-events: none;
}
.pg080 .p-findbox button[type=submit].h {
  background-color: #1f9ce6;
}
.pg080 .p-findbox button[type=submit]:disabled {
  background-color: #999;
  color: #666;
  cursor: default;
  pointer-events: none;
}
.pg080 .p-errbox {
  display: none;
  color: #d00;
}
.pg080 .p-errbox.active {
  display: block;
}
.pg080 ul.p-proresult {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none none inside;
}
.pg080 ul.p-proresult > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  border-width: 1px 1px 1px 3px;
  border-color: #ccc #ccc #ccc #1f9ce6;
  border-style: solid;
  background-color: #fefefe;
  transition: all 0.3s cubic-bezier(0, 0, 0.02, 0.99);
}
.pg080 ul.p-proresult > li .x-autoshow {
  display: none;
}
.pg080 ul.p-proresult > li .x-resbox {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 15px;
  padding: 0;
}
.pg080 ul.p-proresult > li .x-resbox h4 {
  padding-top: 0;
  color: #137ebd;
}
.pg080 ul.p-proresult > li .x-resbox table.p-table-core {
  margin-bottom: 0;
}
.pg080 ul.p-proresult > li .x-resbox table.p-table-core > tbody > tr > th {
  color: #137ebd;
}
.pg080 ul.p-proresult > li .x-resbox table.p-table-sub > tbody > tr > th {
  color: #940620;
}
.pg080 ul.p-proresult > li .x-resbox table.p-table-sub table.border > tbody > tr > th {
  background-color: #fff5e0;
  color: #996600;
}
.pg080 ul.p-proresult > li .x-resbox td > table:first-child {
  margin-top: 0;
}
.pg080 ul.p-proresult > li .x-resbox th > table:first-child {
  margin-top: 0;
}
.pg080 ul.p-proresult > li .p-resbox-opener {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  pointer-events: auto;
  cursor: pointer;
}
.pg080 ul.p-proresult > li .p-resbox-opener:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 50%;
  right: 0;
  bottom: auto;
  width: 100px;
  height: 30px;
  margin: 0 0 0 -50px;
  background: transparent url(/imgs/cmn/cmn_show_down.svg) no-repeat center center;
  background-size: 100px 30px;
  pointer-events: none;
}
.pg080 ul.p-proresult > li .p-resbox-opener.h {
  background-color: #ddd;
}
.pg080 ul.p-proresult > li.open .p-resbox-opener:before {
  background-image: url(/imgs/cmn/cmn_hide_up.svg);
}
.pg080 ul.p-proresult > li.open .x-autoshow {
  display: block;
}
.pg080 .p-decobox-x01 {
  border: 1px solid #1f9ce6;
  margin: 20px 0;
  padding: 15px;
}
.pg080 .p-decobox-x01 h4 {
  color: #137ebd;
  padding-top: 0;
  border-left: 3px solid #137ebd;
  padding-left: 0.5em;
}
.pg080 .p-decobox-x01 h6 {
  color: #137ebd;
  padding: 1.5em 0 1em 0;
}
.pg080 .p-nblock {
  width: 25px;
  height: 25px;
}
.pg080 {
  /* pc 以上でのみ表示、pc 未満で表示 */
}
.pg080 .p-decotable-x01 {
  display: none;
}
.pg080 .p-decotable-x02 {
  display: none;
}
html.pc-wide-more .pg080 .p-decotable-x01 {
  display: block;
}
html.pc-wide-more .pg080 table.p-decotable-x01 {
  display: table;
}

html.pc-less .pg080 .p-decotable-x02 {
  display: block;
}
html.pc-less .pg080 table.p-decotable-x02 {
  display: table;
}

.pg080_01 h4.p_sec {
  color: #2b5b7a;
}
.pg080_01 .p-decobox-x02 {
  border-width: 1px;
  border-style: dotted dotted solid solid;
  border-color: #1f9ce6;
  margin: 25px 0;
  padding: 20px;
}
.pg080_01 .p-decobox-x02 h4 {
  color: #137ebd;
  padding-top: 0;
  padding-left: 0;
}
.pg080_01 .p-decobox-x02 h6 {
  color: #137ebd;
  padding: 1.5em 0 1em 0;
}

.pg085 h5.p-check-head {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 35px;
  margin: 25px 0 0 0;
  padding: 8px 0 0 35px;
  color: #137ebd;
}
.pg085 h5.p-check-head:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 35px;
  height: 35px;
  margin: 0;
  background: transparent url(/imgs/cmn/cmn_li01.svg) no-repeat center center;
  background-size: 35px 35px;
  pointer-events: none;
}
.pg085 h5.p-check-head + p {
  padding-top: 0;
}

/* =======================------------------ 090 お問い合わせ・窓口 */
.pg090 h1 {
  font-size: 3.2rem;
}
.pg090 {
  /* 窓口一覧 */
}
.pg090 .p-contacttable .c-inside {
  border-left: 1px dotted #ccc;
  margin-left: 15px;
}
.pg090 .p-contacttable h5 {
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  margin-top: 2em;
  padding: 0.35em 0.5em;
  color: #555;
  border-bottom: 1px dotted #ccc;
  border-left: 2px solid #dba040;
}
.pg090 .p-contacttable * > h5:first-child {
  margin-top: 10px;
}
.pg090 .p-contacttable table tbody th {
  color: #2b5b7a;
}
.pg090 {
  /* 本所・支所　カラー */
}
.pg090 p.p-colx {
  background: #999;
  color: #fdfdfd;
  padding: 0.6em 0.8em;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1em;
  text-align: center;
  border-radius: 4px;
}
.pg090 p.p-colx.p-c01 {
  background: #ff5674;
}
.pg090 p.p-colx.p-c02 {
  background: #72a13f;
}
.pg090 p.p-colx.p-c03 {
  background: #f6921e;
}
.pg090 p.p-colx.p-c04 {
  background: #29aae1;
}
.pg090 p.p-colx.p-c05 {
  background: #ac7dd8;
}
.pg090 .c-decohead2.p-c01:before {
  background: #ff5674;
}
.pg090 .c-decohead2.p-c01 p {
  background: #ff5674;
}
.pg090 .c-decohead2.p-c02:before {
  background: #72a13f;
}
.pg090 .c-decohead2.p-c02 p {
  background: #72a13f;
}
.pg090 .c-decohead2.p-c03:before {
  background: #f6921e;
}
.pg090 .c-decohead2.p-c03 p {
  background: #f6921e;
}
.pg090 .c-decohead2.p-c04:before {
  background: #29aae1;
}
.pg090 .c-decohead2.p-c04 p {
  background: #29aae1;
}
.pg090 .c-decohead2.p-c05:before {
  background: #ac7dd8;
}
.pg090 .c-decohead2.p-c05 p {
  background: #ac7dd8;
}
.pg090 {
  /* 本所・支所マップ */
}
.pg090 .p-gmap-inline {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 15px;
  height: 330px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.pg090 .p-gmap-inline iframe {
  position: relative;
  border-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* =======================------------------ 100 保証料シミュレーション */
.pg100 h1 {
  font-size: 3.2rem;
}
.pg100 .p-sim input, .pg100 .p-sim button, .pg100 .p-sim textarea, .pg100 .p-sim select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.pg100 .p-sim {
  /* シミュレーション 入力カラム */
}
.pg100 .p-sim .p-sim-form {
  background: transparent url(/imgs/cmn/cmn_sim_edge.svg) no-repeat right center;
  background-size: 40px 100px;
}
.pg100 .p-sim .p-sim-form .p-sim-formwrap {
  position: relative;
  overflow: hidden;
  margin: 0 40px 0 0;
  padding: 20px;
  color: #fdfdfd;
  border-radius: 10px;
  background: #1f9ce6 url(/imgs/cmn/cmn_logo_trans.svg) no-repeat;
  background-position: -100px bottom;
  background-size: 80%;
}
.pg100 .p-sim .p-sim-form .p-sim-formwrap p {
  color: #fdfdfd;
}
.pg100 .p-sim .p-sim-form .p-sim-formwrap .p-sim-ratenote {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent url(/imgs/cmn/cmn_sim_edge_top.svg) no-repeat 10px top;
  background-size: 15px 15px;
}
.pg100 .p-sim .p-sim-form .p-sim-formwrap .p-sim-ratenote > .x-bs {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 15px;
  background: #fdfdfd;
  border-radius: 5px;
}
.pg100 .p-sim .p-sim-form .p-sim-formwrap .p-sim-ratenote > .x-bs p {
  color: #555;
}
.pg100 .p-sim .p-sim-form .p-sim-formwrap .p-sim-ratenote > .x-bs p:first-child {
  padding-top: 0;
}
.pg100 .p-sim .p-sim-form table.c-table {
  margin: 0;
}
.pg100 .p-sim .p-sim-form table.c-table th {
  font-size: 1.6rem;
}
.pg100 .p-sim .p-sim-form input[type=text] {
  margin: 0 5px 0 0;
  padding: 0.7em;
  border: 1px solid #fdfdfd;
  border-radius: 5px;
  font-size: 1.7rem;
  color: #333;
}
.pg100 .p-sim .p-sim-form input[type=radio] {
  display: none;
}
.pg100 .p-sim .p-sim-form input[type=radio] + label {
  display: block;
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 1.2em;
  margin: 0;
  pointer-events: auto;
  cursor: pointer;
  background: #ddd;
  color: #999;
  font-size: 1.6rem;
  text-align: center;
  border-right: 1px solid #ccc;
  transition: 0.2s;
}
.pg100 .p-sim .p-sim-form input[type=radio] + label:first-of-type {
  border-radius: 8px 0 0 8px;
}
.pg100 .p-sim .p-sim-form input[type=radio] + label:last-of-type {
  border-right: 0px none;
  border-radius: 0 8px 8px 0;
}
.pg100 .p-sim .p-sim-form input[type=radio]:checked + label {
  background-color: #fdfdfd;
  color: #137ebd;
}
.pg100 .p-sim .p-sim-form input[type=radio]:not(:checked) + label {
  font-weight: normal;
}
.pg100 .p-sim .p-sim-form input::placeholder {
  color: #aaa;
}
html.tab-port-less .pg100 .p-sim .p-sim-form {
  background: transparent url(/imgs/cmn/cmn_sim_edge_down.svg) no-repeat center bottom;
  background-size: 100px 40px;
}
html.tab-port-less .pg100 .p-sim .p-sim-form .p-sim-formwrap {
  margin: 0 0 40px 0;
}
html.tab-port-less .pg100 .p-sim .p-sim-form table.c-table th {
  font-size: 1.4rem;
}
html.tab-port-less .pg100 .p-sim .p-sim-form input[type=radio] + label {
  font-size: 1.4rem;
  padding: 0 0.6em;
}

.pg100 .p-sim {
  /* シミュレーション 結果カラム */
}
.pg100 .p-sim .p-sim-result .p-sim-resultwrap {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  color: #fdfdfd;
  border-radius: 10px;
  background: #d6e7ed;
}
.pg100 .p-sim .p-sim-result button[type=button] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45px;
  font-size: 1.7rem;
  line-height: 45px;
  cursor: pointer;
  margin: 0 5px 0 0;
  padding: 0 1em;
  border-radius: 9px;
  border: 1px solid #fdfdfd;
  background-color: #137ebd;
  color: #fdfdfd;
}
.pg100 .p-sim .p-sim-result button[type=button]:active {
  background-color: #1f9ce6;
}
.pg100 .p-sim .p-sim-result button[type=button]:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: auto;
  width: 35px;
  height: 35px;
  margin: 0;
  background: transparent url(/imgs/cmn/cmn_calc.svg) no-repeat center center;
  background-size: 35px 35px;
  pointer-events: none;
}
.pg100 .p-sim .p-sim-result button[type=button].h {
  background-color: #1f9ce6;
}
.pg100 .p-sim .p-sim-result button[type=button]:disabled {
  background-color: #999;
  color: #666;
  cursor: default;
  pointer-events: none;
}
.pg100 .p-sim .p-sim-result p.p-error {
  display: none;
  color: #ee0000;
  background-color: #fffafa;
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #a88;
}
.pg100 .p-sim .p-sim-result p.p-error.active {
  display: block;
}
.pg100 .p-sim .p-sim-result p.p-result-var {
  background: #fdfdfd;
  margin: 15px 0;
  padding: 0.5em 1em;
  text-align: right;
  font-size: 3.5rem;
  border-radius: 6px;
}
html.pc-less .pg100 .p-sim .p-sim-result p.p-result-var {
  font-size: 2.6rem;
}

html.tab-port-less .pg100 .p-sim .p-sim-result p.p-result-var {
  font-size: 3rem;
}

html.smf-less .pg100 .p-sim .p-sim-result p.p-result-var {
  font-size: 2.5rem;
}

.pg100 .p-sim .p-sim-result p.p-result-var-term {
  background: #fdfdfd;
  margin: 15px 0;
  padding: 0.5em 1em;
  text-align: left;
  font-size: 1.6rem;
  border-radius: 6px;
}
html.pc-less .pg100 .p-sim .p-sim-result p.p-result-var-term {
  font-size: 1.6rem;
}

html.tab-port-less .pg100 .p-sim .p-sim-result p.p-result-var-term {
  font-size: 1.5rem;
}

html.smf-less .pg100 .p-sim .p-sim-result p.p-result-var-term {
  font-size: 1.4rem;
}

.pg100 .p-sim .p-sim-result p.p-result-var-term span {
  font-size: 80%;
  opacity: 0.8;
}

/* =======================------------------ 140 協会の概要 */
.pg140 .p-submenu-hori {
  position: relative;
  overflow: hidden;
}
html.tab-land-more .pg140 .p-submenu-hori {
  margin: 0;
  padding: 30px 0;
  background: #d6e7ed;
  border-radius: 15px;
}
html.tab-land-more .pg140 .p-submenu-hori p.x-current-title {
  display: none;
}
html.tab-land-more .pg140 .p-submenu-hori p {
  margin: 0 0 0 20%;
  color: #3c6e8f;
  clear: both;
}
html.tab-land-more .pg140 .p-submenu-hori ul {
  position: relative;
  overflow: hidden;
  float: right;
  clear: both;
  margin: 5px 0;
  width: 100%;
  padding: 0;
  list-style: none none inside;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li.current {
  background-color: #f9f9f9;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li > a {
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0 30px 0 2em;
  background-color: #1f9ce6;
  line-height: 40px;
  color: #fdfdfd;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li > a:link, html.tab-land-more .pg140 .p-submenu-hori ul > li > a:visited, html.tab-land-more .pg140 .p-submenu-hori ul > li > a:hover {
  color: #fdfdfd;
  text-decoration: none;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li.current > a {
  background-color: #f9f9f9;
  color: #137ebd;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li:not(:first-child) {
  margin-top: 1px;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li:not(.current) > a.h {
  background-color: #32b2fc;
}
html.tab-land-more .pg140 .p-submenu-hori ul > li:not(.current) > a:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_right.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}

html.tab-port-less .pg140 .p-submenu-hori {
  margin: 0;
  padding: 0;
  background: #c4e8ff;
}
html.tab-port-less .pg140 .p-submenu-hori p:not(.x-current-title) {
  display: none;
}
html.tab-port-less .pg140 .p-submenu-hori p.x-current-title {
  background: #fdfdfd;
  color: #137ebd;
  height: 45px;
  margin: 3px;
  padding: 0 1.5em;
  text-align: center;
  line-height: 45px;
  text-align: left;
  pointer-events: auto;
  cursor: pointer;
}
html.tab-port-less .pg140 .p-submenu-hori p.x-current-title.h {
  background-color: #f0f0f0;
}
html.tab-port-less .pg140 .p-submenu-hori p.x-current-title:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  bottom: auto;
  width: 100px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_more.svg) no-repeat center center;
  background-size: 100px 30px;
  pointer-events: none;
}
html.tab-port-less .pg140 .p-submenu-hori.open p.x-current-title:before {
  background-image: url(/imgs/cmn/cmn_close.svg);
  background-size: 30px 30px;
  background-position: right center;
}
html.tab-port-less .pg140 .p-submenu-hori ul {
  position: relative;
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none none inside;
}
html.tab-port-less .pg140 .p-submenu-hori ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
html.tab-port-less .pg140 .p-submenu-hori ul > li > a {
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  height: 40px;
  margin: 1px 0 0 0;
  padding: 0 30px 0 2em;
  background-color: #1f9ce6;
  line-height: 40px;
  color: #fdfdfd;
}
html.tab-port-less .pg140 .p-submenu-hori ul > li > a:link, html.tab-port-less .pg140 .p-submenu-hori ul > li > a:visited, html.tab-port-less .pg140 .p-submenu-hori ul > li > a:hover {
  color: #fdfdfd;
  text-decoration: none;
}
html.tab-port-less .pg140 .p-submenu-hori ul > li > a.h {
  background-color: #32b2fc;
}
html.tab-port-less .pg140 .p-submenu-hori ul > li > a:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: transparent url(/imgs/cmn/cmn_right.svg) no-repeat center center;
  background-size: 30px 30px;
  pointer-events: none;
}
html.tab-port-less .pg140 .p-submenu-hori ul > li.current > a {
  background-color: #32b2fc;
}
html.tab-port-less .pg140 .p-submenu-hori.open ul {
  display: block;
}

.pg140 .p-decobox-x01 {
  border: 1px solid #1f9ce6;
  margin: 20px 0;
  padding: 15px;
}
.pg140 .p-public-listcloser {
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  width: auto;
  height: 30px;
  margin: 15px 0 5px;
  padding: 0;
  border-radius: 4px;
  background: #4c8a86;
  transition: all 0.2s cubic-bezier(0, 0, 0.02, 0.99);
}
.pg140 .p-public-listcloser p {
  max-width: calc(100% - 40px);
  height: 30px;
  margin: 0 0 0 40px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
}
.pg140 .p-public-listcloser:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 22.5px;
  width: 45px;
  height: 45px;
  pointer-events: none;
  user-select: none;
  margin: -11px 0 0 -16px;
  background: transparent url(/imgs/cmn/cmn_list_open.svg) no-repeat center center;
  background-size: 45px 45px;
  transform-origin: left top;
  transform: scale(0.4888888889);
}
.pg140 .p-public-listcloser.is_closed:before {
  background-image: url(/imgs/cmn/cmn_list_close.svg);
}
.pg140 .p-public-listcloser.h {
  background-color: #68aba6;
}
.pg140 .p-public-listcloser + ul.p-publicfiles {
  margin: 5px 0 15px 0;
}
.pg140 ul.p-publicfiles {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0 0;
  width: 100%;
  padding: 0;
  list-style: none none inside;
  transition: all 0.2s cubic-bezier(0, 0, 0.02, 0.99);
}
.pg140 ul.p-publicfiles.is_closed {
  height: 1px;
}
.pg140 ul.p-publicfiles > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  vertical-align: baseline;
}
.pg140 ul.p-publicfiles > li > a {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.pg140 ul.p-publicfiles > li > a p.x-title {
  margin: 0;
  padding: 0.25em 1em;
}
.pg140 ul.p-publicfiles > li > a p.x-file {
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 85px;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0.25em 25px 0.25em 0.7em;
  background: #efefef;
  border-radius: 0 0 0 5px;
}
.pg140 ul.p-publicfiles > li > a p.x-file:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  background: transparent url(/imgs/cmn/cmn_go.svg) no-repeat center center;
  background-size: 100% 100%;
}
.pg140 ul.p-publicfiles > li > a p.x-file.type-pdf:before {
  background-image: url(/imgs/cmn/cmn_file_pdf.svg);
}
.pg140 ul.p-publicfiles > li > a p.x-file.type-doc:before {
  background-image: url(/imgs/cmn/cmn_file_word.svg);
}
.pg140 ul.p-publicfiles > li > a p.x-file.type-xls:before {
  background-image: url(/imgs/cmn/cmn_file_excel.svg);
}
.pg140 ul.p-publicfiles > li > a p.x-file.type-unknown:before {
  background-image: url(/imgs/cmn/cmn_file_any.svg);
}
.pg140 ul.p-publicfiles > li > a.h {
  background-color: #fff2d9;
}
.pg140 ul.p-publicfiles > li > a.h p.x-file {
  background-color: #bbb;
  color: #fdfdfd;
}
.pg140 {
  /* pc 以上でのみ表示、pc 未満で表示 */
}
.pg140 .p-decotable-x01 {
  display: none;
}
.pg140 .p-decotable-x02 {
  display: none;
}
html.pc-wide-more .pg140 .p-decotable-x01 {
  display: block;
}
html.pc-wide-more .pg140 table.p-decotable-x01 {
  display: table;
}

html.pc-less .pg140 .p-decotable-x02 {
  display: block;
}
html.pc-less .pg140 table.p-decotable-x02 {
  display: table;
}

.pg-financial .p-downlist-prog {
  display: none;
  color: #137ebd;
}
.pg-financial .p-downlist-prog.active {
  display: block;
}
.pg-financial .p-downlist-err {
  display: none;
  color: #e00;
}
.pg-financial .p-downlist-err.active {
  display: block;
}
.pg-financial .p-downlist {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0;
}
.pg-financial .p-downlist > h5:first-child {
  padding-top: 0;
}
.pg-financial .p-downlist ul {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0 0;
  width: 100%;
  padding: 0 0 0 10px;
  list-style: none none inside;
  border-left: 1px solid #32b2fc;
}
.pg-financial .p-downlist ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.pg-financial .x-linkicn {
  display: block;
  float: right;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
  width: auto;
  min-width: 60px;
  height: 20px;
  margin: 3px 0 3px 15px;
  padding: 0 25px 0 0;
  background: #ddd url(/imgs/cmn/cmn_go.svg) no-repeat right center;
  background-size: 20px 20px;
  border-radius: 5px;
  font-size: 1.3rem;
  text-align: right;
}
.pg-financial .x-linkicn.type-pdf {
  background-image: url(/imgs/cmn/cmn_file_pdf.svg);
}
.pg-financial .x-linkicn.type-doc {
  background-image: url(/imgs/cmn/cmn_file_word.svg);
}
.pg-financial .x-linkicn.type-xls {
  background-image: url(/imgs/cmn/cmn_file_excel.svg);
}
.pg-financial .x-linkicn.type-unknown {
  background-image: url(/imgs/cmn/cmn_file_any.svg);
}
.pg-financial .x-linkicn.h {
  background-color: #ffc987;
}
.pg-financial .p-fin-faq h5 {
  color: #137ebd;
}
.pg-financial .p-fin-faq .p-ansbox {
  position: relative;
  overflow: hidden;
  border-left: 2px solid #ddd;
  margin: 10px 0;
  padding: 0.5em 0 0.5em 1em;
}
.pg-financial .p-fin-faq .p-ansbox > p:first-child {
  padding-top: 0;
}

.pg-shoren .p-downlist-prog {
  display: none;
  color: #137ebd;
}
.pg-shoren .p-downlist-prog.active {
  display: block;
}
.pg-shoren .p-downlist-err {
  display: none;
  color: #e00;
}
.pg-shoren .p-downlist-err.active {
  display: block;
}
.pg-shoren .p-downlist {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0;
}
.pg-shoren .p-downlist > h5:first-child {
  padding-top: 0;
}
.pg-shoren .p-downlist ul {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0 0;
  width: 100%;
  padding: 0 0 0 10px;
  list-style: none none inside;
  border-left: 1px solid #32b2fc;
}
.pg-shoren .p-downlist ul > li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.pg-shoren .x-linkicn {
  display: block;
  float: right;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
  width: auto;
  min-width: 60px;
  height: 20px;
  margin: 3px 0 3px 15px;
  padding: 0 25px 0 0;
  background: #ddd url(/imgs/cmn/cmn_go.svg) no-repeat right center;
  background-size: 20px 20px;
  border-radius: 5px;
  font-size: 1.3rem;
  text-align: right;
}
.pg-shoren .x-linkicn.type-pdf {
  background-image: url(/imgs/cmn/cmn_file_pdf.svg);
}
.pg-shoren .x-linkicn.type-doc {
  background-image: url(/imgs/cmn/cmn_file_word.svg);
}
.pg-shoren .x-linkicn.type-xls {
  background-image: url(/imgs/cmn/cmn_file_excel.svg);
}
.pg-shoren .x-linkicn.type-unknown {
  background-image: url(/imgs/cmn/cmn_file_any.svg);
}
.pg-shoren .x-linkicn.h {
  background-color: #ffc987;
}

.pg200 .p-main {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pg200 .p-news-head {
  background: transparent url(/imgs/top/top_news_cap.svg) no-repeat left center;
  background-size: auto 100%;
  height: 50px;
  margin: 15px 0;
}
.pg200 .p-news-head.is01 {
  background-image: url(/imgs/top/top_archivelist01.svg);
}
.pg200 .p-news-head.is02 {
  background-image: url(/imgs/top/top_archivelist02.svg);
}
.pg200 .p-news-head.is03 {
  background-image: url(/imgs/top/top_archivelist03.svg);
}
.pg200 .p-news-head.is04 {
  background-image: url(/imgs/top/top_archivelist04.svg);
}
.pg200 table.c-table {
  margin: 0;
}
.pg200 table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.pg200 table.c-table .x-date {
  width: 110px;
}
html.tab-port-less .pg200 table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: left;
  padding: 0.5em 1em;
}
html.tab-port-less .pg200 table.c-table .x-date {
  width: auto;
}

html.pc-less .pg200 .p-news-head {
  height: 39px;
}

.c-inside > .estab-table {
  border-top: 1px dashed gray;
  padding-top: 20px;
}
.c-inside > .estab-table:first-of-type {
  border-top: none;
  padding-top: 0;
}
.c-inside > .estab-table > tbody > tr > th {
  width: 120px;
}

.pg-h30disaster .p-news table.c-table {
  margin: 0;
}
.pg-h30disaster .p-news table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.pg-h30disaster .p-news table.c-table .x-date {
  width: 110px;
}
html.tab-port-less .pg-h30disaster .p-news table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: left;
  padding: 0.5em 1em;
}
html.tab-port-less .pg-h30disaster .p-news table.c-table .x-date {
  width: auto;
}

.pg-covid19 .p-news table.c-table {
  margin: 0;
}
.pg-covid19 .p-news table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.pg-covid19 .p-news table.c-table .x-date {
  width: 110px;
}
html.tab-port-less .pg-covid19 .p-news table.c-table > tbody > tr > th {
  color: #137ebd;
  text-align: left;
  padding: 0.5em 1em;
}
html.tab-port-less .pg-covid19 .p-news table.c-table .x-date {
  width: auto;
}

.pg-covid19 .p-topdocs {
  /*
  	h4{ color:#0a578f; border-left:4px solid #007ad1; padding:3px 0 3px 10px; margin:1.25em 0 0.25em 0; }
  	h5{ background-color:#dbf0ff; color:#11466b; padding:0.3em; margin:1.25em 0 0.25em 0; }
  */
}