/* --------------- variables --------------------- */
/* Break Point */
/* Color */
@media screen and (max-width: 599px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .pbNestedWrapper,
  .pbLeftArea {
    overflow: inherit; }
  a:link {
    color: #005aff;
    text-decoration: none; }
  a:visited {
    color: #9715d4;
    text-decoration: underline; }
  a:hover {
    color: #005aff;
    text-decoration: underline; }
  a:active {
    color: #005aff;
    text-decoration: underline; }
  .breadcrumb {
    width: 100%; }
    .breadcrumb .breadInner {
      width: 95%;
      margin: 0 auto;
      line-height: 1.3;
      padding: .5em 0;
      color: #000; }
      .breadcrumb .breadInner .pbBlockNavigation {
        position: relative;
        z-index: 100; }
        .breadcrumb .breadInner .pbBlockNavigation span {
          display: inline-block;
          width: 20px;
          text-align: center;
          font-size: .7em;
          color: #0d407d; }
      .breadcrumb .breadInner a {
        color: #000; }
  #areaWrapper1 #areaWrapper2 {
    margin: 0;
    width: 100%; }
    #areaWrapper1 #areaWrapper2 #mainArea {
      overflow: inherit;
      width: 90%;
      margin: 30px auto 0; }
  .pbLeftArea {
    float: none;
    overflow: inherit;
    width: auto;
    display: block;
    float: none;
    display: block;
    width: 100%; }
  .docSubMenuTitle {
    width: 100%;
    background-color: #397dd1;
    border-top: 2px solid #1560bb;
    padding: 10px 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .docSubMenuTitle #subMenuBtn {
      width: 40px;
      height: 40px;
      position: relative;
      background-color: #1560bb;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .docSubMenuTitle #subMenuBtn span {
        width: 18px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 11px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .docSubMenuTitle #subMenuBtn span:nth-of-type(1) {
          top: 13px; }
        .docSubMenuTitle #subMenuBtn span:nth-of-type(2) {
          top: 19px; }
        .docSubMenuTitle #subMenuBtn span:nth-of-type(3) {
          top: 25px; }
    .docSubMenuTitle #catName {
      -webkit-box-flex: 1;
              flex: 1;
      font-size: 16px;
      color: #fff;
      padding-left: 1em; }
    .docSubMenuTitle.isOpen #subMenuBtn {
      background-color: #fff; }
      .docSubMenuTitle.isOpen #subMenuBtn span {
        background-color: #1560bb; }
        .docSubMenuTitle.isOpen #subMenuBtn span:nth-of-type(1) {
          top: 19px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .docSubMenuTitle.isOpen #subMenuBtn span:nth-of-type(2) {
          opacity: 0; }
        .docSubMenuTitle.isOpen #subMenuBtn span:nth-of-type(3) {
          top: 19px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  .subMenuBody {
    background-color: #1560bb;
    padding: 25px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100; }
    .subMenuBody .pbBlockMenu {
      background-color: #397dd1; }
      .subMenuBody .pbBlockMenu + .pbBlockMenu {
        margin-top: 3px; }
      .subMenuBody .pbBlockMenu a {
        color: #fff;
        font-size: 16px;
        display: block;
        padding: 5px 10px; }
      .subMenuBody .pbBlockMenu.jfContentsListMenu02 {
        background-color: #fff; }
        .subMenuBody .pbBlockMenu.jfContentsListMenu02 a {
          color: #1560bb; }
    .subMenuBody .subParent {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
    .subMenuBody .subParent span:nth-of-type(1) {
      -webkit-box-flex: 1;
              flex: 1; }
    .subMenuBody .arrow {
      display: none; }
  .bnMore {
    padding: 5px 0 10px; }
    .bnMore .btn {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 5px 0;
      position: relative;
      color: #fff;
      background-color: #1560bb;
      cursor: pointer;
      font-size: 13px; }
      .bnMore .btn:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 10px; }
      .bnMore .btn.isOpen:after {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        top: 14px; }
  .docSearchWrap {
    margin-bottom: 30px; }
    .docSearchWrap #docSearchInne form #catSelect {
      width: 100%;
      position: relative; }
      .docSearchWrap #docSearchInne form #catSelect #selectBtn {
        width: 100%;
        height: 65px;
        background-color: #1560bb;
        color: #fff;
        font-size: 16px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
                justify-content: space-between;
        cursor: pointer;
        padding: 0 20px; }
        .docSearchWrap #docSearchInne form #catSelect #selectBtn:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .docSearchWrap #docSearchInne form #catSelect #listWrap {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        border: 1px solid #1560bb;
        border-width: 0 1px 1px 1px;
        display: none; }
      .docSearchWrap #docSearchInne form #catSelect #selectList {
        margin: 0;
        padding: 10px;
        background-color: #fff;
        list-style: none; }
        .docSearchWrap #docSearchInne form #catSelect #selectList li {
          padding: 0;
          margin: 10px 0 0 0; }
          .docSearchWrap #docSearchInne form #catSelect #selectList li:before {
            display: none; }
          .docSearchWrap #docSearchInne form #catSelect #selectList li label {
            border: 1px solid #1560bb;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            padding: 10px 10px 10px 30px;
            font-size: 15px;
            background-color: #ccc;
            width: 100%;
            height: 100%;
            position: relative; }
            .docSearchWrap #docSearchInne form #catSelect #selectList li label:before {
              width: 1.3em;
              height: 1.3em;
              content: "";
              display: block;
              background-color: #fff;
              border-radius: 50%;
              border: 5px solid #fff;
              box-sizing: border-box;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 5px;
              margin: auto 0; }
            .docSearchWrap #docSearchInne form #catSelect #selectList li label.checked {
              background-color: #1560bb;
              color: #fff; }
              .docSearchWrap #docSearchInne form #catSelect #selectList li label.checked:before {
                background-color: #666; }
    .docSearchWrap #docSearchInne form #docSearchWin {
      -webkit-box-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: flex;
      border: 2px solid #1560bb;
      border-top: 2px solid #fff;
      height: 65px; }
      .docSearchWrap #docSearchInne form #docSearchWin input[type=text] {
        width: calc(100% - 62px);
        padding: 0 .5em; }
      .docSearchWrap #docSearchInne form #docSearchWin label {
        border: none;
        background-color: #1560bb;
        width: 63px;
        height: 63px;
        cursor: pointer;
        padding: 15px; }
        .docSearchWrap #docSearchInne form #docSearchWin label svg {
          width: 30px;
          height: auto;
          fill: #fff; }
        .docSearchWrap #docSearchInne form #docSearchWin label input {
          display: none; }
  #area0 #docCatMenu ul {
    border-top: 2px solid #1560bb;
    border-left: 2px solid #1560bb;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px; }
    #area0 #docCatMenu ul li {
      padding: 0;
      margin: 0;
      width: calc(100% / 2);
      border-right: 2px solid #1560bb;
      border-bottom: 2px solid #1560bb; }
      #area0 #docCatMenu ul li:before {
        display: none; }
      #area0 #docCatMenu ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        padding: 15px;
        text-decoration: none;
        color: #000; }
        #area0 #docCatMenu ul li a .img {
          text-align: center; }
          #area0 #docCatMenu ul li a .img svg {
            width: 60%;
            height: auto;
            fill: #1560bb; }
          #area0 #docCatMenu ul li a .img img {
            -webkit-transition: all .3s;
            transition: all .3s; }
        #area0 #docCatMenu ul li a .txt {
          font-size: 13px;
          text-align: center;
          font-weight: 700; }
          #area0 #docCatMenu ul li a .txt br {
            display: none; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0; }
  #area0 .tobiraTItle {
    margin-bottom: 20px; }
  #area0 h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
    border-bottom: 2px solid #1560bb;
    padding-bottom: .4em; }
  #area0 h2 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    background-color: rgba(21, 96, 187, 0.1);
    padding: .3em .3em .3em 1em;
    position: relative;
    font-size: 20px; }
    #area0 h2:before {
      content: "";
      display: block;
      width: .3em;
      height: calc(100% - .6em);
      background-color: #1560bb;
      position: absolute;
      top: .3em;
      left: .3em; }
    #area0 h2.h1Style {
      background-color: transparent;
      padding: 0;
      font-size: 20px;
      font-weight: 700;
      border-bottom: 2px solid #e7e7e7;
      position: relative;
      margin-bottom: 16px;
      padding-bottom: 10px; }
      #area0 h2.h1Style:before {
        display: none; }
      #area0 h2.h1Style:after {
        content: "";
        display: block;
        width: 70px;
        height: 2px;
        background-color: #1560bb;
        position: absolute;
        left: 0;
        bottom: -2px; }
  #area0 h3 {
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    padding: .3em;
    background-color: #efefef;
    font-size: 18px; }
  #area0 h4 {
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    position: relative;
    padding-left: 1em;
    font-size: 18px; }
    #area0 h4:before {
      content: "";
      display: block;
      width: .8em;
      height: .8em;
      background-color: #1560bb;
      position: absolute;
      top: .3em;
      left: 0; }
  #area0 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #1560bb;
    border-left: .3em solid #d4d4d4;
    padding-left: .3em; }
  #area0 h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px; }
  #area0 p {
    font-size: 16px;
    line-height: 1.8;
    vertical-align: middle; }
    #area0 p img[src$="icon_word.gif"], #area0 p img[src$="icon_exl.gif"], #area0 p img[src$="icon_pdf.gif"], #area0 p img[src$="arrow_blue_1.gif"], #area0 p img[src$="icon_page.png"], #area0 p img[src$="arrow_square.gif"], #area0 p img[src$="icon_txt.gif"], #area0 p img[src$="arrow_blue_2.gif"], #area0 p img[src$="arrow2.gif"] {
      vertical-align: middle;
      margin-right: 5px;
      padding-bottom: 3px; }
    #area0 p img[src$="arrow_blue_1.gif"] {
      margin-left: -3px;
      margin-right: 8px; }
    #area0 p img.icon {
      vertical-align: middle;
      padding-right: 5px; }
  #area0 ul {
    margin-bottom: 16px;
    /*
		li {
			display: block;
			position: relative;
			padding-left: 1em;

			&:before {
				content: "";
				display: block;
				width: .4em;
				height: .4em;
				border-radius: 50%;
				background-color: #1560bb;
				position: absolute;
				top: .6em;
				left: .2em;
			}

			& + li {
			//	margin-top: .8em;
			}
		}
*/ }
    #area0 ul li {
      vertical-align: middle; }
      #area0 ul li img[src$="icon_word.gif"], #area0 ul li img[src$="icon_exl.gif"], #area0 ul li img[src$="icon_pdf.gif"], #area0 ul li img[src$="arrow_blue_1.gif"], #area0 ul li img[src$="icon_page.png"], #area0 ul li img[src$="arrow_square.gif"], #area0 ul li img[src$="icon_txt.gif"], #area0 ul li img[src$="arrow_blue_2.gif"], #area0 ul li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #area0 ul li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #area0 ul li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
  #area0 ol {
    /*
		counter-reset: my-counter;
		list-style-type: decimal;
		padding: 0 0 0 1em;
		margin-bottom: 16px;
*/ }
    #area0 ol li {
      vertical-align: middle;
      /*
			a{
				color: #1560bb;
				text-decoration: underline;
			}

			& + li {
			}
			*/ }
      #area0 ol li img[src$="icon_word.gif"], #area0 ol li img[src$="icon_exl.gif"], #area0 ol li img[src$="icon_pdf.gif"], #area0 ol li img[src$="arrow_blue_1.gif"], #area0 ol li img[src$="icon_page.png"], #area0 ol li img[src$="arrow_square.gif"], #area0 ol li img[src$="icon_txt.gif"], #area0 ol li img[src$="arrow_blue_2.gif"], #area0 ol li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #area0 ol li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #area0 ol li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
  /*
.tableWrapper{
	margin-bottom: 16px;

	table{
		border: 1px solid #999;
		border-collapse: collapse;
		border-spacing: 0;

		tr{
			th, td{
				border: 1px solid #999;
				border-collapse: collapse;
				border-spacing: 0;
				padding: 5px;
			}

			th{
				background-color: #eee;
			}
		}
	}

	@if $type == sp{
		overflow-x: auto;
		white-space: nowrap;
	}
	@if $type == tb{
		overflow-x: auto;
		white-space: nowrap;
	}
	@if $type == pc{
		//	margin-top: 40px;

		table{
			width: 100%;
		}
	}
}
*/
  #doc_archive ul {
    margin: 0;
    padding: 0; }
    #doc_archive ul li {
      margin: 0;
      padding: 0; }
      #doc_archive ul li:before {
        display: none; }
  #doc_archive ul li {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap; }
    #doc_archive ul li span {
      font-size: 14px;
      width: 120px; }
    #doc_archive ul li img {
      max-width: 100px;
      width: auto;
      height: auto; }
    #doc_archive ul li a {
      width: 100%; }
    #doc_archive ul li:before {
      display: none; }
    #doc_archive ul li + li {
      margin-top: 10px; }
  #tobiraArchive ul {
    padding: 0;
    margin: 0; }
    #tobiraArchive ul li {
      padding: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      vertical-align: middle;
      vertical-align: middle; }
      #tobiraArchive ul li img[src$="icon_word.gif"], #tobiraArchive ul li img[src$="icon_exl.gif"], #tobiraArchive ul li img[src$="icon_pdf.gif"], #tobiraArchive ul li img[src$="arrow_blue_1.gif"], #tobiraArchive ul li img[src$="icon_page.png"], #tobiraArchive ul li img[src$="arrow_square.gif"], #tobiraArchive ul li img[src$="icon_txt.gif"], #tobiraArchive ul li img[src$="arrow_blue_2.gif"], #tobiraArchive ul li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #tobiraArchive ul li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #tobiraArchive ul li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
      #tobiraArchive ul li + li {
        margin-top: 10px; }
      #tobiraArchive ul li .date {
        width: 120px;
        font-size: 14px; }
      #tobiraArchive ul li a {
        -webkit-box-flex: 1;
                flex: 1; }
      #tobiraArchive ul li:before {
        display: none; }
  .leftdocMenu {
    display: none; }
  .archive {
    width: 100%; }
    .archive a {
      display: block;
      width: 100%;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none;
      position: relative;
      padding-left: 1em; }
      .archive a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid #1560bb;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 8px;
        left: 5px; }
      .archive a:visited {
        color: #0d407d;
        text-decoration: underline; }
  ul.iconList {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none; }
    ul.iconList li {
      margin: 0;
      line-height: 1.8;
      padding: 0 0 0 20px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: 0 6px;
      position: relative; }
      ul.iconList li.dot:before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        top: 12px;
        left: 5px; }
      ul.iconList li.pdf {
        background-image: url(/library/images/sub/icon_pdf.gif); }
      ul.iconList li.doc {
        background-image: url(/library/images/sub/icon_word.gif); }
      ul.iconList li.xls {
        background-image: url(/library/images/sub/icon_exl.gif); }
      ul.iconList li.txt {
        background-image: url(/library/images/sub/icon_txt.gif); }
      ul.iconList li.blank {
        background-image: url(/library/images/sub/icon_page.png);
        background-size: 16px auto;
        background-position: 0 10px; }
      ul.iconList li.link:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 3px solid #1560bb;
        border-right: 3px solid #1560bb;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 12px;
        left: 1px; }
  .indent {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .indent > span:nth-of-type(1) {
      white-space: nowrap; }
      .indent > span:nth-of-type(1).num {
        width: 2.5em; }
  .small {
    font-size: 12px !important; }
  .red {
    color: #f00 !important; }
  .pbWhatsnewTable {
    border: none; }
    .pbWhatsnewTable td {
      border: none; }
  dl,
  .jfListDefine ul,
  .jfListArrow ul,
  .jfListPDF ul,
  .jfListSquareArrow ul,
  .jfListUnderline ul {
    clear: both;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0; }
  .jfListArrow ul li {
    background-image: url(/library/images/common/link_arrow.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-color: transparent;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    /*
			a{
				display: inline-block;
			//	width: 100%;
				position: relative;
				transition: all .3s;
				text-decoration: none;
				position: relative;
				padding-left: 1em;

				&:before{
					content: "";
					display: block;
					width: 0;
					height: 0;
					border-left: 4px solid #1560bb;
					border-top: 4px solid transparent;
					border-bottom: 4px solid transparent;
					position: absolute;
					top: 8px;
					left: 5px;
				}

				&:visited{
					color: #0d407d;
					text-decoration: underline;
				}

				@if $type == pc{
					&:hover{
						//	background-color: #b2cced;
						color: #1560bb;
						text-decoration: underline;

						&:before{
							border-left-color: #005aff;
						}
					}
				}
			}
			*/ }
  .jfTable table, table.jfTable {
    border: #ccc solid 1px;
    border-collapse: collapse;
    background-repeat: repeat; }
    .jfTable table th, table.jfTable th {
      text-align: left;
      vertical-align: top;
      border: #ccc solid 1px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #EBEBEB;
      background-repeat: repeat;
      font-weight: 400; }
    .jfTable table td, table.jfTable td {
      text-align: left;
      vertical-align: top;
      border: 1px #ccc solid;
      padding: 5px 10px;
      background-repeat: repeat; }
  table th.jfTable {
    text-align: left;
    vertical-align: top;
    border: #ccc solid 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EBEBEB;
    background-repeat: repeat;
    font-weight: 400; }
  table td.jfTable {
    text-align: left;
    vertical-align: top;
    border: 1px #ccc solid;
    padding: 5px 10px;
    background-repeat: repeat; }
  .jfListPDF ul li {
    background-image: url(/library/images/sub/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-color: transparent;
    height: auto !important;
    margin: 0 0 10px;
    min-height: 16px;
    padding: 0 0 0 25px; }
  ul.sihouTable {
    margin: 0 0 20px 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; }
    ul.sihouTable li {
      width: calc(100% / 4); }
    ul.sihouTable a {
      display: block;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none;
      position: relative;
      padding-left: 1em; }
      ul.sihouTable a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid #1560bb;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 8px;
        left: 5px; }
      ul.sihouTable a:visited {
        text-decoration: underline; }
  .jfListSquareArrow ul li {
    background-image: url(/library/images/sub/arrow_square.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-color: transparent;
    margin: 0 0 10px;
    padding: 0 0 0 20px; }
    .jfListSquareArrow ul li ul li {
      position: relative;
      padding: 0 0 0 1em;
      background-image: none; }
      .jfListSquareArrow ul li ul li:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 3px solid #1560bb;
        border-right: 3px solid #1560bb;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 8px;
        left: 5px; }
  table tr td {
    vertical-align: middle; }
    table tr td img {
      vertical-align: middle; }
  table {
    border: #ccc solid 1px;
    border-collapse: collapse;
    background-repeat: repeat; }
    table th {
      text-align: left;
      vertical-align: top;
      border: #ccc solid 1px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #EBEBEB;
      background-repeat: repeat;
      font-weight: 400; }
    table td {
      text-align: left;
      vertical-align: top;
      border: 1px #ccc solid;
      padding: 5px 10px;
      background-repeat: repeat; }
  .flowtR .img, .flowtR300 .img, .flowtR200 .img {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 1.5em; }
    .flowtR .img img, .flowtR300 .img img, .flowtR200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtL .img, .flowtL300 .img, .flowtL200 .img {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 1.5em; }
    .flowtL .img img, .flowtL300 .img img, .flowtL200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .sns-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .sns-buttons .tw-share-button {
      margin-top: 6px;
      margin-left: 10px; }
  #fb-root {
    width: 1px;
    height: 0;
    overflow: hidden;
    display: none;
    visibility: hidden; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .pbNestedWrapper,
  .pbLeftArea {
    overflow: inherit; }
  a:link {
    color: #005aff;
    text-decoration: none; }
  a:visited {
    color: #9715d4;
    text-decoration: underline; }
  a:hover {
    color: #005aff;
    text-decoration: underline; }
  a:active {
    color: #005aff;
    text-decoration: underline; }
  .breadcrumb {
    width: 100%;
    background-color: #397dd1; }
    .breadcrumb .breadInner {
      width: 95%;
      height: 60px;
      margin: 0 auto;
      line-height: 1;
      padding: 1em 0;
      color: #fff;
      padding-left: 270px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
      .breadcrumb .breadInner .pbBlockNavigation {
        position: relative;
        z-index: 100; }
        .breadcrumb .breadInner .pbBlockNavigation span {
          display: inline-block;
          width: 20px;
          text-align: center;
          font-size: .7em;
          color: #0d407d; }
      .breadcrumb .breadInner a {
        color: #fff; }
  #areaWrapper1 #areaWrapper2 {
    margin: 0;
    width: 100%; }
    #areaWrapper1 #areaWrapper2 #mainArea {
      overflow: inherit;
      width: 95%;
      margin: 40px auto 0; }
  .pbLeftArea {
    float: none;
    overflow: inherit;
    width: auto;
    display: block; }
  #area2 > .pbNested {
    display: -webkit-box;
    display: flex;
    background-color: #397dd1; }
  .docSubMenuTitle {
    width: 240px;
    background-color: #397dd1;
    border-right: 2px solid #1560bb;
    padding: 10px 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-top: -60px; }
    .docSubMenuTitle #subMenuBtn {
      width: 40px;
      height: 40px;
      position: relative;
      background-color: #1560bb;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .docSubMenuTitle #subMenuBtn span {
        width: 18px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 11px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .docSubMenuTitle #subMenuBtn span:nth-of-type(1) {
          top: 13px; }
        .docSubMenuTitle #subMenuBtn span:nth-of-type(2) {
          top: 19px; }
        .docSubMenuTitle #subMenuBtn span:nth-of-type(3) {
          top: 25px; }
    .docSubMenuTitle #catName {
      -webkit-box-flex: 1;
              flex: 1;
      font-size: 16px;
      color: #fff;
      padding-left: 1em; }
    .docSubMenuTitle.isOpen #subMenuBtn {
      background-color: #fff; }
      .docSubMenuTitle.isOpen #subMenuBtn span {
        background-color: #1560bb; }
        .docSubMenuTitle.isOpen #subMenuBtn span:nth-of-type(1) {
          top: 19px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .docSubMenuTitle.isOpen #subMenuBtn span:nth-of-type(2) {
          opacity: 0; }
        .docSubMenuTitle.isOpen #subMenuBtn span:nth-of-type(3) {
          top: 19px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  .subMenuBody {
    background-color: #1560bb;
    padding: 25px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100; }
    .subMenuBody .pbBlockMenu {
      background-color: #397dd1; }
      .subMenuBody .pbBlockMenu + .pbBlockMenu {
        margin-top: 3px; }
      .subMenuBody .pbBlockMenu a {
        color: #fff;
        font-size: 16px;
        display: block;
        padding: 5px 10px; }
      .subMenuBody .pbBlockMenu.jfContentsListMenu02 {
        background-color: #fff; }
        .subMenuBody .pbBlockMenu.jfContentsListMenu02 a {
          color: #1560bb; }
    .subMenuBody .subParent {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
    .subMenuBody .subParent span:nth-of-type(1) {
      -webkit-box-flex: 1;
              flex: 1; }
    .subMenuBody .arrow {
      display: none; }
  .bnMore {
    padding: 5px 0 10px; }
    .bnMore .btn {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 5px 0;
      position: relative;
      color: #fff;
      background-color: #1560bb;
      cursor: pointer;
      font-size: 13px; }
      .bnMore .btn:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 10px; }
      .bnMore .btn.isOpen:after {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        top: 14px; }
  .docSearchWrap {
    margin-bottom: 30px; }
    .docSearchWrap #docSearchInne form {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .docSearchWrap #docSearchInne form #catSelect {
        width: 280px;
        position: relative; }
        .docSearchWrap #docSearchInne form #catSelect #selectBtn {
          width: 100%;
          height: 65px;
          background-color: #1560bb;
          color: #fff;
          font-size: 16px;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          cursor: pointer;
          padding: 0 20px; }
          .docSearchWrap #docSearchInne form #catSelect #selectBtn:after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
        .docSearchWrap #docSearchInne form #catSelect #listWrap {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 10;
          border: 1px solid #1560bb;
          border-width: 0 1px 1px 1px;
          display: none; }
        .docSearchWrap #docSearchInne form #catSelect #selectList {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          margin: 0;
          padding: 20px;
          background-color: #fff;
          list-style: none; }
          .docSearchWrap #docSearchInne form #catSelect #selectList li {
            padding: 0;
            margin: 10px 0 0 0;
            width: 32%; }
            .docSearchWrap #docSearchInne form #catSelect #selectList li:before {
              display: none; }
            .docSearchWrap #docSearchInne form #catSelect #selectList li label {
              border: 1px solid #1560bb;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              padding: 10px 10px 10px 30px;
              font-size: 15px;
              background-color: #ccc;
              width: 100%;
              height: 100%;
              position: relative; }
              .docSearchWrap #docSearchInne form #catSelect #selectList li label:before {
                width: 1.3em;
                height: 1.3em;
                content: "";
                display: block;
                background-color: #fff;
                border-radius: 50%;
                border: 5px solid #fff;
                box-sizing: border-box;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 5px;
                margin: auto 0; }
              .docSearchWrap #docSearchInne form #catSelect #selectList li label.checked {
                background-color: #1560bb;
                color: #fff; }
                .docSearchWrap #docSearchInne form #catSelect #selectList li label.checked:before {
                  background-color: #666; }
      .docSearchWrap #docSearchInne form #docSearchWin {
        -webkit-box-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: flex;
        border: 2px solid #1560bb;
        height: 65px; }
        .docSearchWrap #docSearchInne form #docSearchWin input[type=text] {
          -webkit-box-flex: 1;
                  flex: 1;
          padding: 0 1.5em; }
        .docSearchWrap #docSearchInne form #docSearchWin label {
          border: none;
          background-color: #1560bb;
          width: 63px;
          height: 63px;
          cursor: pointer;
          padding: 15px; }
          .docSearchWrap #docSearchInne form #docSearchWin label svg {
            height: auto;
            fill: #fff; }
          .docSearchWrap #docSearchInne form #docSearchWin label input {
            display: none; }
  #area0 #docCatMenu ul {
    border-top: 2px solid #1560bb;
    border-left: 2px solid #1560bb;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px; }
    #area0 #docCatMenu ul li {
      padding: 0;
      margin: 0;
      width: 20%;
      border-right: 2px solid #1560bb;
      border-bottom: 2px solid #1560bb; }
      #area0 #docCatMenu ul li:before {
        display: none; }
      #area0 #docCatMenu ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        padding: 15px;
        text-decoration: none;
        color: #000; }
        #area0 #docCatMenu ul li a .img svg {
          width: 80px;
          height: auto;
          fill: #1560bb; }
        #area0 #docCatMenu ul li a .txt {
          font-size: 13px;
          text-align: center;
          font-weight: 700; }
          #area0 #docCatMenu ul li a .txt br {
            display: none; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0; }
  #area0 .tobiraTItle {
    width: 100%;
    height: 100px;
    background-image: url(/library/images/document/tobira-top-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px; }
    #area0 .tobiraTItle h1 {
      width: 100%;
      height: 100px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding: 20px;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      border: none; }
  #area0 h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
    border-bottom: 2px solid #1560bb;
    padding-bottom: .4em; }
  #area0 h2 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    background-color: rgba(21, 96, 187, 0.1);
    padding: .3em .3em .3em 1em;
    position: relative;
    font-size: 20px; }
    #area0 h2:before {
      content: "";
      display: block;
      width: .3em;
      height: calc(100% - .6em);
      background-color: #1560bb;
      position: absolute;
      top: .3em;
      left: .3em; }
    #area0 h2.h1Style {
      background-color: transparent;
      padding: 0;
      font-size: 20px;
      font-weight: 700;
      border-bottom: 2px solid #e7e7e7;
      position: relative;
      margin-bottom: 16px;
      padding-bottom: 10px; }
      #area0 h2.h1Style:before {
        display: none; }
      #area0 h2.h1Style:after {
        content: "";
        display: block;
        width: 70px;
        height: 2px;
        background-color: #1560bb;
        position: absolute;
        left: 0;
        bottom: -2px; }
  #area0 h3 {
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    padding: .3em;
    background-color: #efefef;
    font-size: 18px; }
  #area0 h4 {
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    position: relative;
    padding-left: 1em;
    font-size: 18px; }
    #area0 h4:before {
      content: "";
      display: block;
      width: .8em;
      height: .8em;
      background-color: #1560bb;
      position: absolute;
      top: .3em;
      left: 0; }
  #area0 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #1560bb;
    border-left: .3em solid #d4d4d4;
    padding-left: .3em; }
  #area0 h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px; }
  #area0 p {
    font-size: 16px;
    line-height: 1.8;
    vertical-align: middle; }
    #area0 p img[src$="icon_word.gif"], #area0 p img[src$="icon_exl.gif"], #area0 p img[src$="icon_pdf.gif"], #area0 p img[src$="arrow_blue_1.gif"], #area0 p img[src$="icon_page.png"], #area0 p img[src$="arrow_square.gif"], #area0 p img[src$="icon_txt.gif"], #area0 p img[src$="arrow_blue_2.gif"], #area0 p img[src$="arrow2.gif"] {
      vertical-align: middle;
      margin-right: 5px;
      padding-bottom: 3px; }
    #area0 p img[src$="arrow_blue_1.gif"] {
      margin-left: -3px;
      margin-right: 8px; }
    #area0 p img.icon {
      vertical-align: middle;
      padding-right: 5px; }
  #area0 ul {
    margin-bottom: 16px;
    /*
		li {
			display: block;
			position: relative;
			padding-left: 1em;

			&:before {
				content: "";
				display: block;
				width: .4em;
				height: .4em;
				border-radius: 50%;
				background-color: #1560bb;
				position: absolute;
				top: .6em;
				left: .2em;
			}

			& + li {
			//	margin-top: .8em;
			}
		}
*/ }
    #area0 ul li {
      vertical-align: middle; }
      #area0 ul li img[src$="icon_word.gif"], #area0 ul li img[src$="icon_exl.gif"], #area0 ul li img[src$="icon_pdf.gif"], #area0 ul li img[src$="arrow_blue_1.gif"], #area0 ul li img[src$="icon_page.png"], #area0 ul li img[src$="arrow_square.gif"], #area0 ul li img[src$="icon_txt.gif"], #area0 ul li img[src$="arrow_blue_2.gif"], #area0 ul li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #area0 ul li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #area0 ul li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
  #area0 ol {
    /*
		counter-reset: my-counter;
		list-style-type: decimal;
		padding: 0 0 0 1em;
		margin-bottom: 16px;
*/ }
    #area0 ol li {
      vertical-align: middle;
      /*
			a{
				color: #1560bb;
				text-decoration: underline;
			}

			& + li {
			}
			*/ }
      #area0 ol li img[src$="icon_word.gif"], #area0 ol li img[src$="icon_exl.gif"], #area0 ol li img[src$="icon_pdf.gif"], #area0 ol li img[src$="arrow_blue_1.gif"], #area0 ol li img[src$="icon_page.png"], #area0 ol li img[src$="arrow_square.gif"], #area0 ol li img[src$="icon_txt.gif"], #area0 ol li img[src$="arrow_blue_2.gif"], #area0 ol li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #area0 ol li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #area0 ol li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
  /*
.tableWrapper{
	margin-bottom: 16px;

	table{
		border: 1px solid #999;
		border-collapse: collapse;
		border-spacing: 0;

		tr{
			th, td{
				border: 1px solid #999;
				border-collapse: collapse;
				border-spacing: 0;
				padding: 5px;
			}

			th{
				background-color: #eee;
			}
		}
	}

	@if $type == sp{
		overflow-x: auto;
		white-space: nowrap;
	}
	@if $type == tb{
		overflow-x: auto;
		white-space: nowrap;
	}
	@if $type == pc{
		//	margin-top: 40px;

		table{
			width: 100%;
		}
	}
}
*/
  #doc_archive ul {
    margin: 0;
    padding: 0; }
    #doc_archive ul li {
      margin: 0;
      padding: 0; }
      #doc_archive ul li:before {
        display: none; }
  #doc_archive ul li {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start; }
    #doc_archive ul li span {
      font-size: 14px;
      width: 120px; }
    #doc_archive ul li img {
      max-width: 100px;
      width: auto;
      height: auto; }
    #doc_archive ul li a {
      margin-left: 10px;
      -webkit-box-flex: 1;
              flex: 1; }
    #doc_archive ul li:before {
      display: none; }
    #doc_archive ul li + li {
      margin-top: 10px; }
  #tobiraArchive ul {
    padding: 0;
    margin: 0; }
    #tobiraArchive ul li {
      padding: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      vertical-align: middle;
      vertical-align: middle; }
      #tobiraArchive ul li img[src$="icon_word.gif"], #tobiraArchive ul li img[src$="icon_exl.gif"], #tobiraArchive ul li img[src$="icon_pdf.gif"], #tobiraArchive ul li img[src$="arrow_blue_1.gif"], #tobiraArchive ul li img[src$="icon_page.png"], #tobiraArchive ul li img[src$="arrow_square.gif"], #tobiraArchive ul li img[src$="icon_txt.gif"], #tobiraArchive ul li img[src$="arrow_blue_2.gif"], #tobiraArchive ul li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #tobiraArchive ul li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #tobiraArchive ul li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
      #tobiraArchive ul li + li {
        margin-top: 10px; }
      #tobiraArchive ul li .date {
        width: 120px;
        font-size: 14px; }
      #tobiraArchive ul li a {
        -webkit-box-flex: 1;
                flex: 1; }
      #tobiraArchive ul li:before {
        display: none; }
  .leftdocMenu {
    display: none; }
  .archive {
    width: 100%; }
    .archive a {
      display: block;
      width: 100%;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none;
      position: relative;
      padding-left: 1em; }
      .archive a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid #1560bb;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 8px;
        left: 5px; }
      .archive a:visited {
        color: #0d407d;
        text-decoration: underline; }
  ul.iconList {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none; }
    ul.iconList li {
      margin: 0;
      line-height: 1.8;
      padding: 0 0 0 20px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: 0 6px;
      position: relative; }
      ul.iconList li.dot:before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        top: 12px;
        left: 5px; }
      ul.iconList li.pdf {
        background-image: url(/library/images/sub/icon_pdf.gif); }
      ul.iconList li.doc {
        background-image: url(/library/images/sub/icon_word.gif); }
      ul.iconList li.xls {
        background-image: url(/library/images/sub/icon_exl.gif); }
      ul.iconList li.txt {
        background-image: url(/library/images/sub/icon_txt.gif); }
      ul.iconList li.blank {
        background-image: url(/library/images/sub/icon_page.png);
        background-size: 16px auto;
        background-position: 0 10px; }
      ul.iconList li.link:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 3px solid #1560bb;
        border-right: 3px solid #1560bb;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 12px;
        left: 1px; }
  .indent {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .indent > span:nth-of-type(1) {
      white-space: nowrap; }
      .indent > span:nth-of-type(1).num {
        width: 2.5em; }
  .small {
    font-size: 12px !important; }
  .red {
    color: #f00 !important; }
  .pbWhatsnewTable {
    border: none; }
    .pbWhatsnewTable td {
      border: none; }
  dl,
  .jfListDefine ul,
  .jfListArrow ul,
  .jfListPDF ul,
  .jfListSquareArrow ul,
  .jfListUnderline ul {
    clear: both;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0; }
  .jfListArrow ul li {
    background-image: url(/library/images/common/link_arrow.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-color: transparent;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    /*
			a{
				display: inline-block;
			//	width: 100%;
				position: relative;
				transition: all .3s;
				text-decoration: none;
				position: relative;
				padding-left: 1em;

				&:before{
					content: "";
					display: block;
					width: 0;
					height: 0;
					border-left: 4px solid #1560bb;
					border-top: 4px solid transparent;
					border-bottom: 4px solid transparent;
					position: absolute;
					top: 8px;
					left: 5px;
				}

				&:visited{
					color: #0d407d;
					text-decoration: underline;
				}

				@if $type == pc{
					&:hover{
						//	background-color: #b2cced;
						color: #1560bb;
						text-decoration: underline;

						&:before{
							border-left-color: #005aff;
						}
					}
				}
			}
			*/ }
  .jfTable table, table.jfTable {
    border: #ccc solid 1px;
    border-collapse: collapse;
    background-repeat: repeat; }
    .jfTable table th, table.jfTable th {
      text-align: left;
      vertical-align: top;
      border: #ccc solid 1px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #EBEBEB;
      background-repeat: repeat;
      font-weight: 400; }
    .jfTable table td, table.jfTable td {
      text-align: left;
      vertical-align: top;
      border: 1px #ccc solid;
      padding: 5px 10px;
      background-repeat: repeat; }
  table th.jfTable {
    text-align: left;
    vertical-align: top;
    border: #ccc solid 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EBEBEB;
    background-repeat: repeat;
    font-weight: 400; }
  table td.jfTable {
    text-align: left;
    vertical-align: top;
    border: 1px #ccc solid;
    padding: 5px 10px;
    background-repeat: repeat; }
  .jfListPDF ul li {
    background-image: url(/library/images/sub/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-color: transparent;
    height: auto !important;
    margin: 0 0 10px;
    min-height: 16px;
    padding: 0 0 0 25px; }
  ul.sihouTable {
    margin: 0 0 20px 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; }
    ul.sihouTable li {
      width: 12.5%; }
    ul.sihouTable a {
      display: block;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none;
      position: relative;
      padding-left: 1em; }
      ul.sihouTable a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid #1560bb;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 8px;
        left: 5px; }
      ul.sihouTable a:visited {
        text-decoration: underline; }
  .jfListSquareArrow ul li {
    background-image: url(/library/images/sub/arrow_square.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-color: transparent;
    margin: 0 0 10px;
    padding: 0 0 0 20px; }
    .jfListSquareArrow ul li ul li {
      position: relative;
      padding: 0 0 0 1em;
      background-image: none; }
      .jfListSquareArrow ul li ul li:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 3px solid #1560bb;
        border-right: 3px solid #1560bb;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 8px;
        left: 5px; }
  table tr td {
    vertical-align: middle; }
    table tr td img {
      vertical-align: middle; }
  table {
    border: #ccc solid 1px;
    border-collapse: collapse;
    background-repeat: repeat; }
    table th {
      text-align: left;
      vertical-align: top;
      border: #ccc solid 1px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #EBEBEB;
      background-repeat: repeat;
      font-weight: 400; }
    table td {
      text-align: left;
      vertical-align: top;
      border: 1px #ccc solid;
      padding: 5px 10px;
      background-repeat: repeat; }
  .flowtR:after, .flowtR300:after, .flowtR200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtR .img, .flowtR300 .img, .flowtR200 .img {
    float: right;
    padding: 0 0 1.5em 1.5em;
    max-width: 300px; }
    .flowtR .img img, .flowtR300 .img img, .flowtR200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtR200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtR200 .img {
    float: right;
    padding: 0 0 1.5em 1.5em;
    max-width: 200px; }
    .flowtR200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtL:after, .flowtL300:after, .flowtL200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtL .img, .flowtL300 .img, .flowtL200 .img {
    display: block;
    float: left;
    padding: 0 1.5em 1.5em 0;
    max-width: 300px; }
    .flowtL .img img, .flowtL300 .img img, .flowtL200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtL200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtL200 .img {
    display: block;
    float: left;
    padding: 0 1.5em 1.5em 0;
    max-width: 200px; }
    .flowtL200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .sns-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .sns-buttons .tw-share-button {
      margin-top: 6px;
      margin-left: 10px; }
  #fb-root {
    width: 1px;
    height: 0;
    overflow: hidden;
    display: none;
    visibility: hidden; } }

@media print, screen and (min-width: 1001px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .pbNestedWrapper,
  .pbLeftArea {
    overflow: inherit; }
  a:link {
    color: #005aff;
    text-decoration: none; }
  a:visited {
    color: #9715d4;
    text-decoration: underline; }
  a:hover {
    color: #005aff;
    text-decoration: underline; }
  a:active {
    color: #005aff;
    text-decoration: underline; }
  .breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 60px; }
    .breadcrumb .breadInner {
      max-width: 1220px;
      width: 90%;
      margin: 0 auto;
      line-height: 1;
      padding: 1em 0;
      color: #000;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400; }
      .breadcrumb .breadInner .parentTitle {
        position: relative;
        z-index: 100;
        white-space: nowrap; }
      .breadcrumb .breadInner .arrow {
        display: inline-block;
        width: 20px;
        text-align: center;
        font-size: .8em;
        color: #000; }
  #areaWrapper1 {
    max-width: 1220px;
    width: 95%;
    margin: 0 auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px; }
    #areaWrapper1 #leftArea {
      width: 230px;
      float: none;
      display: block; }
    #areaWrapper1 #areaWrapper2 {
      margin: 0;
      -webkit-box-flex: 1;
              flex: 1;
      padding: 0 0 0 4vw; }
  .pbLeftArea {
    float: none;
    overflow: inherit;
    width: auto;
    display: block; }
  .docSubMenuTitle {
    width: 100%;
    background-color: #1560bb;
    pointer-events: none;
    padding: 15px 10px; }
    .docSubMenuTitle .subMenuBtn {
      display: none; }
    .docSubMenuTitle #catName {
      font-size: 16px;
      line-height: 1;
      color: #fff;
      font-weight: 700; }
  .subMenuBody {
    display: block; }
    .subMenuBody .pbBlockMenu {
      width: 100%;
      background-color: #f7f7f7;
      margin-top: 2px; }
      .subMenuBody .pbBlockMenu a {
        display: block;
        width: 100%;
        padding: 5px;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-decoration: none;
        font-size: 13px;
        position: relative;
        padding-left: 1.3em; }
        .subMenuBody .pbBlockMenu a:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-left: 4px solid #1560bb;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          position: absolute;
          top: 12px;
          left: 5px; }
        .subMenuBody .pbBlockMenu a:visited {
          text-decoration: underline; }
        .subMenuBody .pbBlockMenu a:hover {
          text-decoration: underline; }
          .subMenuBody .pbBlockMenu a:hover:before {
            border-left-color: #005aff; }
      .subMenuBody .pbBlockMenu.now a {
        color: #000; }
        .subMenuBody .pbBlockMenu.now a:before {
          border-left-color: #005aff; }
  .bnMore {
    padding: 5px 0 10px; }
    .bnMore .btn {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 5px 0;
      position: relative;
      color: #fff;
      background-color: #1560bb;
      cursor: pointer;
      font-size: 13px; }
      .bnMore .btn:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 10px; }
      .bnMore .btn.isOpen:after {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        top: 14px; }
  .docSearchWrap {
    margin-bottom: 30px; }
    .docSearchWrap #docSearchInne form {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .docSearchWrap #docSearchInne form #catSelect {
        width: 280px;
        position: relative; }
        .docSearchWrap #docSearchInne form #catSelect #selectBtn {
          width: 100%;
          height: 65px;
          background-color: #1560bb;
          color: #fff;
          font-size: 16px;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          cursor: pointer;
          padding: 0 20px; }
          .docSearchWrap #docSearchInne form #catSelect #selectBtn:after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
        .docSearchWrap #docSearchInne form #catSelect #listWrap {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 10;
          border: 1px solid #1560bb;
          border-width: 0 1px 1px 1px;
          display: none; }
        .docSearchWrap #docSearchInne form #catSelect #selectList {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          margin: 0;
          padding: 20px;
          background-color: #fff;
          list-style: none; }
          .docSearchWrap #docSearchInne form #catSelect #selectList li {
            padding: 0;
            margin: 10px 0 0 0;
            width: 32%; }
            .docSearchWrap #docSearchInne form #catSelect #selectList li:before {
              display: none; }
            .docSearchWrap #docSearchInne form #catSelect #selectList li label {
              border: 1px solid #1560bb;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              padding: 10px 10px 10px 30px;
              font-size: 13px;
              background-color: #ccc;
              width: 100%;
              height: 100%;
              position: relative; }
              .docSearchWrap #docSearchInne form #catSelect #selectList li label:before {
                width: 1.3em;
                height: 1.3em;
                content: "";
                display: block;
                background-color: #fff;
                border-radius: 50%;
                border: 5px solid #fff;
                box-sizing: border-box;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 5px;
                margin: auto 0; }
              .docSearchWrap #docSearchInne form #catSelect #selectList li label.checked {
                background-color: #1560bb;
                color: #fff; }
                .docSearchWrap #docSearchInne form #catSelect #selectList li label.checked:before {
                  background-color: #666; }
      .docSearchWrap #docSearchInne form #docSearchWin {
        -webkit-box-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: flex;
        border: 2px solid #1560bb;
        height: 65px; }
        .docSearchWrap #docSearchInne form #docSearchWin input[type=text] {
          -webkit-box-flex: 1;
                  flex: 1;
          padding: 0 1.5em; }
        .docSearchWrap #docSearchInne form #docSearchWin label {
          border: none;
          background-color: #1560bb;
          width: 63px;
          height: 63px;
          cursor: pointer;
          padding: 15px; }
          .docSearchWrap #docSearchInne form #docSearchWin label svg {
            height: auto;
            fill: #fff; }
          .docSearchWrap #docSearchInne form #docSearchWin label input {
            display: none; }
  #area0 #docCatMenu ul {
    border-top: 2px solid #1560bb;
    border-left: 2px solid #1560bb;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0; }
    #area0 #docCatMenu ul li {
      padding: 0;
      margin: 0;
      width: 20%;
      border-right: 2px solid #1560bb;
      border-bottom: 2px solid #1560bb; }
      #area0 #docCatMenu ul li:before {
        display: none; }
      #area0 #docCatMenu ul li a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: justify;
                justify-content: space-between;
        padding: 15px;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-decoration: none;
        color: #000; }
        #area0 #docCatMenu ul li a .img {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center; }
          #area0 #docCatMenu ul li a .img svg {
            width: 40%;
            height: auto;
            fill: #1560bb; }
          #area0 #docCatMenu ul li a .img img {
            -webkit-transition: all .3s;
            transition: all .3s; }
        #area0 #docCatMenu ul li a .txt {
          font-size: 13px;
          text-align: center;
          font-weight: 700;
          -webkit-transition: all .3s;
          transition: all .3s;
          min-height: 30px; }
        #area0 #docCatMenu ul li a:hover {
          background-color: #1560bb; }
          #area0 #docCatMenu ul li a:hover .img svg {
            fill: #fff; }
          #area0 #docCatMenu ul li a:hover .img img {
            opacity: 0; }
          #area0 #docCatMenu ul li a:hover .txt {
            color: #fff; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0; }
  #area0 .tobiraTItle {
    margin-bottom: 30px;
    width: 100%;
    height: 175px;
    background-image: url(/library/images/document/tobira-top-bg.png);
    background-repeat: no-repeat;
    background-size: cover; }
    #area0 .tobiraTItle h1 {
      width: 100%;
      height: 175px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding: 20px;
      color: #fff;
      font-size: 36px;
      font-weight: 700; }
  #area0 h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.3;
    border-bottom: 2px solid #1560bb;
    padding-bottom: .4em; }
  #area0 h2 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    background-color: rgba(21, 96, 187, 0.1);
    padding: .3em .3em .3em 1em;
    position: relative;
    font-size: 22px; }
    #area0 h2:before {
      content: "";
      display: block;
      width: .3em;
      height: calc(100% - .6em);
      background-color: #1560bb;
      position: absolute;
      top: .3em;
      left: .3em; }
    #area0 h2.h1Style {
      background-color: transparent;
      padding: 0;
      font-size: 26px;
      font-weight: 700;
      border-bottom: 2px solid #e7e7e7;
      position: relative;
      margin-bottom: 16px;
      padding-bottom: 10px; }
      #area0 h2.h1Style:before {
        display: none; }
      #area0 h2.h1Style:after {
        content: "";
        display: block;
        width: 70px;
        height: 2px;
        background-color: #1560bb;
        position: absolute;
        left: 0;
        bottom: -2px; }
  #area0 h3 {
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    padding: .3em;
    background-color: #efefef;
    font-size: 20px; }
  #area0 h4 {
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    position: relative;
    padding-left: 1em;
    font-size: 18px; }
    #area0 h4:before {
      content: "";
      display: block;
      width: .8em;
      height: .8em;
      background-color: #1560bb;
      position: absolute;
      top: .3em;
      left: 0; }
  #area0 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #1560bb;
    border-left: .3em solid #d4d4d4;
    padding-left: .3em; }
  #area0 h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px; }
  #area0 p {
    font-size: 16px;
    line-height: 1.8;
    vertical-align: middle; }
    #area0 p img[src$="icon_word.gif"], #area0 p img[src$="icon_exl.gif"], #area0 p img[src$="icon_pdf.gif"], #area0 p img[src$="arrow_blue_1.gif"], #area0 p img[src$="icon_page.png"], #area0 p img[src$="arrow_square.gif"], #area0 p img[src$="icon_txt.gif"], #area0 p img[src$="arrow_blue_2.gif"], #area0 p img[src$="arrow2.gif"] {
      vertical-align: middle;
      margin-right: 5px;
      padding-bottom: 3px; }
    #area0 p img[src$="arrow_blue_1.gif"] {
      margin-left: -3px;
      margin-right: 8px; }
    #area0 p img.icon {
      vertical-align: middle;
      padding-right: 5px; }
  #area0 ul {
    margin-bottom: 16px;
    /*
		li {
			display: block;
			position: relative;
			padding-left: 1em;

			&:before {
				content: "";
				display: block;
				width: .4em;
				height: .4em;
				border-radius: 50%;
				background-color: #1560bb;
				position: absolute;
				top: .6em;
				left: .2em;
			}

			& + li {
			//	margin-top: .8em;
			}
		}
*/ }
    #area0 ul li {
      vertical-align: middle; }
      #area0 ul li img[src$="icon_word.gif"], #area0 ul li img[src$="icon_exl.gif"], #area0 ul li img[src$="icon_pdf.gif"], #area0 ul li img[src$="arrow_blue_1.gif"], #area0 ul li img[src$="icon_page.png"], #area0 ul li img[src$="arrow_square.gif"], #area0 ul li img[src$="icon_txt.gif"], #area0 ul li img[src$="arrow_blue_2.gif"], #area0 ul li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #area0 ul li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #area0 ul li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
  #area0 ol {
    /*
		counter-reset: my-counter;
		list-style-type: decimal;
		padding: 0 0 0 1em;
		margin-bottom: 16px;
*/ }
    #area0 ol li {
      vertical-align: middle;
      /*
			a{
				color: #1560bb;
				text-decoration: underline;
			}

			& + li {
			}
			*/ }
      #area0 ol li img[src$="icon_word.gif"], #area0 ol li img[src$="icon_exl.gif"], #area0 ol li img[src$="icon_pdf.gif"], #area0 ol li img[src$="arrow_blue_1.gif"], #area0 ol li img[src$="icon_page.png"], #area0 ol li img[src$="arrow_square.gif"], #area0 ol li img[src$="icon_txt.gif"], #area0 ol li img[src$="arrow_blue_2.gif"], #area0 ol li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #area0 ol li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #area0 ol li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
  /*
.tableWrapper{
	margin-bottom: 16px;

	table{
		border: 1px solid #999;
		border-collapse: collapse;
		border-spacing: 0;

		tr{
			th, td{
				border: 1px solid #999;
				border-collapse: collapse;
				border-spacing: 0;
				padding: 5px;
			}

			th{
				background-color: #eee;
			}
		}
	}

	@if $type == sp{
		overflow-x: auto;
		white-space: nowrap;
	}
	@if $type == tb{
		overflow-x: auto;
		white-space: nowrap;
	}
	@if $type == pc{
		//	margin-top: 40px;

		table{
			width: 100%;
		}
	}
}
*/
  #doc_archive ul {
    margin: 0;
    padding: 0; }
    #doc_archive ul li {
      margin: 0;
      padding: 0; }
      #doc_archive ul li:before {
        display: none; }
  #doc_archive ul li {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start; }
    #doc_archive ul li span {
      font-size: 14px;
      width: 120px; }
    #doc_archive ul li img {
      max-width: 100px;
      width: auto;
      height: auto; }
    #doc_archive ul li a {
      margin-left: 10px;
      -webkit-box-flex: 1;
              flex: 1; }
    #doc_archive ul li:before {
      display: none; }
    #doc_archive ul li + li {
      margin-top: 10px; }
  #tobiraArchive ul {
    padding: 0;
    margin: 0; }
    #tobiraArchive ul li {
      padding: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      vertical-align: middle;
      vertical-align: middle; }
      #tobiraArchive ul li img[src$="icon_word.gif"], #tobiraArchive ul li img[src$="icon_exl.gif"], #tobiraArchive ul li img[src$="icon_pdf.gif"], #tobiraArchive ul li img[src$="arrow_blue_1.gif"], #tobiraArchive ul li img[src$="icon_page.png"], #tobiraArchive ul li img[src$="arrow_square.gif"], #tobiraArchive ul li img[src$="icon_txt.gif"], #tobiraArchive ul li img[src$="arrow_blue_2.gif"], #tobiraArchive ul li img[src$="arrow2.gif"] {
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 3px; }
      #tobiraArchive ul li img[src$="arrow_blue_1.gif"] {
        margin-left: -3px;
        margin-right: 8px; }
      #tobiraArchive ul li img.icon {
        vertical-align: middle;
        padding-right: 5px; }
      #tobiraArchive ul li + li {
        margin-top: 10px; }
      #tobiraArchive ul li .date {
        width: 120px;
        font-size: 14px; }
      #tobiraArchive ul li a {
        -webkit-box-flex: 1;
                flex: 1; }
      #tobiraArchive ul li:before {
        display: none; }
  .archive {
    width: 100%; }
    .archive a {
      display: block;
      width: 100%;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none;
      position: relative;
      padding-left: 1em; }
      .archive a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid #1560bb;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 8px;
        left: 5px; }
      .archive a:visited {
        color: #0d407d;
        text-decoration: underline; }
      .archive a:hover {
        color: #1560bb;
        text-decoration: underline; }
        .archive a:hover:before {
          border-left-color: #005aff; }
  ul.iconList {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none; }
    ul.iconList li {
      margin: 0;
      line-height: 1.8;
      padding: 0 0 0 20px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: 0 6px;
      position: relative; }
      ul.iconList li.dot:before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        top: 12px;
        left: 5px; }
      ul.iconList li.pdf {
        background-image: url(/library/images/sub/icon_pdf.gif); }
      ul.iconList li.doc {
        background-image: url(/library/images/sub/icon_word.gif); }
      ul.iconList li.xls {
        background-image: url(/library/images/sub/icon_exl.gif); }
      ul.iconList li.txt {
        background-image: url(/library/images/sub/icon_txt.gif); }
      ul.iconList li.blank {
        background-image: url(/library/images/sub/icon_page.png);
        background-size: 16px auto;
        background-position: 0 10px; }
      ul.iconList li.link:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 3px solid #1560bb;
        border-right: 3px solid #1560bb;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 12px;
        left: 1px; }
  .indent {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .indent > span:nth-of-type(1) {
      white-space: nowrap; }
      .indent > span:nth-of-type(1).num {
        width: 2.5em; }
  .small {
    font-size: 12px !important; }
  .red {
    color: #f00 !important; }
  .pbWhatsnewTable {
    border: none; }
    .pbWhatsnewTable td {
      border: none; }
  dl,
  .jfListDefine ul,
  .jfListArrow ul,
  .jfListPDF ul,
  .jfListSquareArrow ul,
  .jfListUnderline ul {
    clear: both;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0; }
  .jfListArrow ul li {
    background-image: url(/library/images/common/link_arrow.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-color: transparent;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    /*
			a{
				display: inline-block;
			//	width: 100%;
				position: relative;
				transition: all .3s;
				text-decoration: none;
				position: relative;
				padding-left: 1em;

				&:before{
					content: "";
					display: block;
					width: 0;
					height: 0;
					border-left: 4px solid #1560bb;
					border-top: 4px solid transparent;
					border-bottom: 4px solid transparent;
					position: absolute;
					top: 8px;
					left: 5px;
				}

				&:visited{
					color: #0d407d;
					text-decoration: underline;
				}

				@if $type == pc{
					&:hover{
						//	background-color: #b2cced;
						color: #1560bb;
						text-decoration: underline;

						&:before{
							border-left-color: #005aff;
						}
					}
				}
			}
			*/ }
  .jfTable table, table.jfTable {
    border: #ccc solid 1px;
    border-collapse: collapse;
    background-repeat: repeat; }
    .jfTable table th, table.jfTable th {
      text-align: left;
      vertical-align: top;
      border: #ccc solid 1px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #EBEBEB;
      background-repeat: repeat;
      font-weight: 400; }
    .jfTable table td, table.jfTable td {
      text-align: left;
      vertical-align: top;
      border: 1px #ccc solid;
      padding: 5px 10px;
      background-repeat: repeat; }
  table th.jfTable {
    text-align: left;
    vertical-align: top;
    border: #ccc solid 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EBEBEB;
    background-repeat: repeat;
    font-weight: 400; }
  table td.jfTable {
    text-align: left;
    vertical-align: top;
    border: 1px #ccc solid;
    padding: 5px 10px;
    background-repeat: repeat; }
  .jfListPDF ul li {
    background-image: url(/library/images/sub/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-color: transparent;
    height: auto !important;
    margin: 0 0 10px;
    min-height: 16px;
    padding: 0 0 0 25px; }
  ul.sihouTable {
    margin: 0 0 20px 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; }
    ul.sihouTable li {
      width: 10%; }
    ul.sihouTable a {
      display: block;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none;
      position: relative;
      padding-left: 1em; }
      ul.sihouTable a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid #1560bb;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 8px;
        left: 5px; }
      ul.sihouTable a:visited {
        text-decoration: underline; }
      ul.sihouTable a:hover {
        text-decoration: underline; }
        ul.sihouTable a:hover:before {
          border-left-color: #005aff; }
  .jfListSquareArrow ul li {
    background-image: url(/library/images/sub/arrow_square.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-color: transparent;
    margin: 0 0 10px;
    padding: 0 0 0 20px; }
    .jfListSquareArrow ul li ul li {
      position: relative;
      padding: 0 0 0 1em;
      background-image: none; }
      .jfListSquareArrow ul li ul li:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 3px solid #1560bb;
        border-right: 3px solid #1560bb;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 8px;
        left: 5px; }
  table tr td {
    vertical-align: middle; }
    table tr td img {
      vertical-align: middle; }
  table {
    border: #ccc solid 1px;
    border-collapse: collapse;
    background-repeat: repeat; }
    table th {
      text-align: left;
      vertical-align: top;
      border: #ccc solid 1px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #EBEBEB;
      background-repeat: repeat;
      font-weight: 400; }
    table td {
      text-align: left;
      vertical-align: top;
      border: 1px #ccc solid;
      padding: 5px 10px;
      background-repeat: repeat; }
  .flowtR:after, .flowtR300:after, .flowtR200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtR .img, .flowtR300 .img, .flowtR200 .img {
    float: right;
    padding: 0 0 1.5em 1.5em;
    max-width: 450px; }
    .flowtR .img img, .flowtR300 .img img, .flowtR200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtR300:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtR300 .img {
    float: right;
    padding: 0 0 1.5em 1.5em;
    max-width: 300px; }
    .flowtR300 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtR200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtR200 .img {
    float: right;
    padding: 0 0 1.5em 1.5em;
    max-width: 200px; }
    .flowtR200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtL:after, .flowtL300:after, .flowtL200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtL .img, .flowtL300 .img, .flowtL200 .img {
    display: block;
    float: left;
    padding: 0 1.5em 1.5em 0;
    max-width: 450px; }
    .flowtL .img img, .flowtL300 .img img, .flowtL200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtL300:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtL300 .img {
    display: block;
    float: left;
    padding: 0 1.5em 1.5em 0;
    max-width: 300px; }
    .flowtL300 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .flowtL200:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    clear: both; }
  .flowtL200 .img {
    display: block;
    float: left;
    padding: 0 1.5em 1.5em 0;
    max-width: 200px; }
    .flowtL200 .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .sns-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .sns-buttons .tw-share-button {
      margin-top: 6px;
      margin-left: 10px; }
  #fb-root {
    width: 1px;
    height: 0;
    overflow: hidden;
    display: none;
    visibility: hidden; } }

@media print {
  #headerArea, footer, #areaWrapper1 #leftArea {
    display: none; }
  #areaWrapper1 {
    max-width: auto;
    width: 100%;
    padding: 25px; }
  #areaWrapper1 #areaWrapper2 {
    padding: 0; }
  .sns-buttons {
    display: none; }
  #area0 h1 {
    font-size: 24px; }
  #area0 p {
    font-size: 3.5mm; }
    #area0 p br[data-br="1"] {
      display: none; } }

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