@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
@media screen and (max-width: 599px) {
  .pbNestedWrapper, .pbLeftArea {
    overflow: inherit; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .diaryPlugin {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .breadcrumb {
    width: 100%;
    background-color: #397dd1; }
    .breadcrumb .breadInner {
      width: 95%;
      margin: 0 auto;
      line-height: 1;
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400; }
      .breadcrumb .breadInner .parentTitle {
        position: relative;
        z-index: 100;
        color: #fff; }
      .breadcrumb .breadInner .arrow {
        display: inline-block;
        width: 20px;
        text-align: center;
        font-size: .8em;
        color: #0d407d; }
  .pbLeftArea {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .pbLeftArea #area2 {
      width: 100%; }
      .pbLeftArea #area2 .subMenuTitle {
        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; }
        .pbLeftArea #area2 .subMenuTitle #subMenuBtn {
          width: 40px;
          height: 40px;
          position: relative;
          background-color: #1560bb;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .pbLeftArea #area2 .subMenuTitle #subMenuBtn span {
            width: 18px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            left: 11px;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(1) {
              top: 13px; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(2) {
              top: 19px; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(3) {
              top: 25px; }
        .pbLeftArea #area2 .subMenuTitle #catName {
          -webkit-box-flex: 1;
                  flex: 1;
          font-size: 18px;
          color: #fff;
          padding-left: 1em; }
        .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn {
          background-color: #fff; }
          .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span {
            background-color: #1560bb; }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(1) {
              top: 19px;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(2) {
              opacity: 0; }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(3) {
              top: 19px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
      .pbLeftArea #area2 .subMenuBody {
        background-color: #1560bb;
        padding: 25px;
        display: none;
        position: absolute;
        width: 360px;
        z-index: 100; }
        .pbLeftArea #area2 .subMenuBody .pbBlockMenu {
          background-color: #397dd1; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu + .pbBlockMenu {
            margin-top: 3px; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu a {
            color: #fff;
            font-size: 16px;
            display: block;
            padding: 10px; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu.jfContentsListMenu02 {
            background-color: #fff; }
            .pbLeftArea #area2 .subMenuBody .pbBlockMenu.jfContentsListMenu02 a {
              color: #1560bb; }
        .pbLeftArea #area2 .subMenuBody .subChild {
          display: none;
          background-color: #fff; }
          .pbLeftArea #area2 .subMenuBody .subChild a {
            color: #000;
            display: block;
            position: relative;
            padding-left: 25px;
            padding-right: 30px; }
            .pbLeftArea #area2 .subMenuBody .subChild a:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              border-top: 1px solid #1560bb;
              border-right: 1px solid #1560bb;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              position: absolute;
              right: 15px;
              top: 0;
              bottom: 0;
              margin: auto 0; }
        .pbLeftArea #area2 .subMenuBody .subParent {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center; }
          .pbLeftArea #area2 .subMenuBody .subParent a {
            pointer-events: none; }
        .pbLeftArea #area2 .subMenuBody .subParent span:nth-of-type(1) {
          -webkit-box-flex: 1;
                  flex: 1; }
        .pbLeftArea #area2 .subMenuBody .arrow {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          width: 20px;
          height: 20px;
          position: relative;
          margin-right: 7px; }
          .pbLeftArea #area2 .subMenuBody .arrow.isOpen:before {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        .pbLeftArea #area2 .subMenuBody .arrow:before {
          content: "";
          display: block;
          width: 2px;
          height: 12px;
          background-color: #fff;
          position: absolute;
          top: 4px;
          left: 9px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .pbLeftArea #area2 .subMenuBody .arrow:after {
          content: "";
          display: block;
          height: 2px;
          width: 12px;
          background-color: #fff;
          position: absolute;
          top: 9px;
          left: 4px; }
        .pbLeftArea #area2 .subMenuBody.archiveMenu .subParent {
          display: none; }
        .pbLeftArea #area2 .subMenuBody.archiveMenu .subChild.pbBlockMenu {
          display: block; }
  #areaWrapper2 {
    margin: 0; }
    #areaWrapper2 .pbTitleBlock {
      min-height: 100px;
      padding: 20px 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      background-color: #fff6e6;
      position: relative;
      width: 100vw;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: 20px; }
      #areaWrapper2 .pbTitleBlock h1 {
        width: 90%;
        font-size: 24px;
        line-height: 1.3; }
    #areaWrapper2 #area0 {
      width: 90%;
      padding-bottom: 40px;
      margin: 0 auto; }
  h1, h2, h3, h4, h5, h6, p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0; }
  .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; }
  #area0 h2 {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #e7e7e7;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 10px; }
    #area0 h2:after {
      content: "";
      display: block;
      width: 70px;
      height: 2px;
      background-color: #f4866f;
      position: absolute;
      left: 0;
      bottom: -2px; }
  #area0 h3 {
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 10px 15px;
    background: #f4866f;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative; }
    #area0 h3::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 10px;
      height: 100%;
      background: #f6ad9e; }
  #area0 h4 {
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 5px 10px 5px 20px;
    font-weight: bold;
    font-size: 18px;
    border-left: 9px solid #f4866f; }
  #area0 h5, #area0 h6, #area0 h7 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #f6ad9e;
    margin-bottom: 16px;
    padding-bottom: 5px;
    line-height: 1.3; }
  #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: 20px; }
    #area0 ul li {
      position: relative;
      vertical-align: middle;
      vertical-align: middle;
      /*
			&:before{
				content: "";
				display: block;
				width: .4em;
				height: .4em;
				border-radius: 50%;
				background-color: #1560bb;
				position: absolute;
				top: .6em;
				left: .2em;
			}
*/ }
      #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 ul.anchorMenu {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      background-color: #f5f5f5;
      padding: 0 1em .5em;
      margin: 0 0 20px 0;
      list-style: none; }
      #area0 ul.anchorMenu li {
        padding: 0;
        margin-top: .5em; }
        #area0 ul.anchorMenu li:before {
          display: none; }
        #area0 ul.anchorMenu li a {
          display: block;
          position: relative;
          padding-left: 1em; }
          #area0 ul.anchorMenu li a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-right: 3px solid #f48973;
            border-bottom: 3px solid #f48973;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 7px;
            left: 0; }
      #area0 ul.anchorMenu.mokuji10col {
        -webkit-box-pack: start;
                justify-content: flex-start; }
        #area0 ul.anchorMenu.mokuji10col li {
          width: 17%; }
      #area0 ul.anchorMenu.mokuji4col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokuji3col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokuji2col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokuji1col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokujiNoCol {
        padding: 0 1em .5em 0; }
        #area0 ul.anchorMenu.mokujiNoCol li {
          margin: .5em 0 0 1em; }
  #area0 ol {
    counter-reset: my-counter;
    list-style: decimal;
    padding: 0 0 0 1em; }
    #area0 ol li {
      padding-left: 4px;
      position: relative;
      margin: 0 0 5px; }
      #area0 ol li ul.iconList li {
        padding: 0 0 0 20px; }
  .secondContentsMenu {
    padding-bottom: 20px; }
    .secondContentsMenu .pbBlockMenu {
      width: 100%;
      min-height: 60px;
      background-color: #f7f6f4;
      position: relative;
      display: -webkit-box;
      display: flex;
      margin-top: 20px; }
      .secondContentsMenu .pbBlockMenu span:nth-of-type(1) {
        -webkit-box-flex: 1;
                flex: 1; }
        .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          width: 100%;
          height: 100%;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s;
          z-index: 5;
          padding: 15px 15px;
          color: #000;
          text-decoration: none; }
          .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            background-color: #f4866f;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            z-index: -1; }
          .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:hover {
            color: #fff; }
            .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:hover:before {
              width: 100%; }
      .secondContentsMenu .pbBlockMenu span.arrow {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 60px;
        background-color: #f4866f;
        position: relative; }
        .secondContentsMenu .pbBlockMenu span.arrow:after {
          width: 8px;
          height: 8px;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          content: "";
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  a {
    /*
		&[target = "_blank"]{
			display: inline-block;
			position: relative;
			padding-right: 1.2em;

			&:after{
				content: "";
				display: block;
				width: 1em;
				height: 1em;
				background-image: url(/library/images/icon/ico_tab.png);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: 50% 50%;
				position: absolute;
				top: 0;
				right: 0;
			}
		}

		&[href $= ".pdf"]{
			display: inline-block;
			position: relative;
			padding-right: 1.2em;

			&:after{
				content: "";
				display: block;
				width: 1em;
				height: 1em;
				background-image: url(/library/images/icon/ico_pdf.png);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: 50% 50%;
				position: absolute;
				top: 0;
				right: 0;
			}
		}
		*/ }
    a.noIcon {
      padding-left: 0; }
      a.noIcon:after {
        display: none; }
    a.link {
      display: inline-block;
      position: relative;
      padding-left: 1.2em; }
      a.link:before {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        background-image: url(/library/images/icon/ico_link.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 50%;
        position: absolute;
        top: 6px;
        left: 0; }
  .tableWrapper {
    width: 100%; }
    .tableWrapper table {
      border: 1px solid #999;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      margin-bottom: 20px; }
      .tableWrapper table tr th, .tableWrapper table tr td {
        border: 1px solid #999;
        border-collapse: collapse;
        border-spacing: 0;
        padding: 5px; }
      .tableWrapper table tr th {
        background-color: #eee; }
      .tableWrapper table.pbWhatsnewTable {
        border: none; }
        .tableWrapper table.pbWhatsnewTable tr td {
          border: none; }
          .tableWrapper table.pbWhatsnewTable tr td:nth-of-type(1) {
            font-size: 14px;
            white-space: nowrap;
            vertical-align: top; }
          .tableWrapper table.pbWhatsnewTable tr td a {
            font-size: 16px;
            white-space: normal; }
  .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(2) {
      -webkit-box-flex: 1;
              flex: 1 1 0px; }
  .w4e {
    width: 4em; }
  .small {
    font-size: 12px !important; }
  .red {
    color: #f00 !important; }
  .blockMenu {
    width: 100%;
    margin: 30px auto 0; }
    .blockMenu .optionTitle {
      font-size: 20px;
      font-weight: 700;
      text-align: center; }
    .blockMenu .basicMenu {
      background-color: #fff;
      border: 1px solid #f4866f; }
      .blockMenu .basicMenu .basicMenuItem {
        border: 1px solid #f4866f; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap {
          padding: 10px; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .infoTxt {
            -webkit-box-flex: 1;
                    flex: 1;
            display: block;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap .infoTxt img {
              float: left;
              margin-right: 10px; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .icon, .blockMenu .basicMenu .basicMenuItem .linkWrap .sideIcon {
            width: 100%;
            margin: 20px auto 0;
            display: block; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap .icon img, .blockMenu .basicMenu .basicMenuItem .linkWrap .sideIcon img {
              width: 100%;
              height: auto; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn, .blockMenu .basicMenu .basicMenuItem .linkWrap a {
            width: 100%;
            display: -webkit-box;
            display: flex;
            position: relative;
            background-color: #f4866f;
            margin-top: 20px;
            color: #000;
            text-decoration: none; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .txt, .blockMenu .basicMenu .basicMenuItem .linkWrap a .txt {
              -webkit-box-flex: 1;
                      flex: 1;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              padding: 1em;
              position: relative;
              z-index: 2;
              font-size: 16px;
              background-color: #f7f6f4;
              font-weight: 400; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .arrow, .blockMenu .basicMenu .basicMenuItem .linkWrap a .arrow {
              width: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                      justify-content: center; }
              .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .arrow:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a .arrow:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn[target=_blank]:after, .blockMenu .basicMenu .basicMenuItem .linkWrap a[target=_blank]:after {
              display: none; }
    .blockMenu.blue .basicMenuHeader {
      border: 2px solid #1560ba;
      border-width: 2px 2px 0 2px;
      padding: 50px;
      background-color: #fff; }
      .blockMenu.blue .basicMenuHeader .title {
        text-align: center;
        font-size: 20px;
        font-weight: 700; }
      .blockMenu.blue .basicMenuHeader p {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
        font-weight: 700;
        margin-top: 40px; }
    .blockMenu.blue .basicMenu {
      border-color: #1560ba; }
      .blockMenu.blue .basicMenu .basicMenuItem {
        border-color: #1560ba; }
        .blockMenu.blue .basicMenu .basicMenuItem .linkWrap .btn {
          background-color: #1560ba; }
    .blockMenu .splitMenu {
      width: 100%;
      margin: 30px auto 0; }
      .blockMenu .splitMenu .splitItem {
        width: 100%;
        border: 2px solid #f4866f;
        background-color: #fff; }
        .blockMenu .splitMenu .splitItem + .splitItem {
          margin-top: 30px; }
        .blockMenu .splitMenu .splitItem .splitTitle {
          font-size: 18px;
          font-weight: 700;
          text-align: center;
          padding: 10px;
          border-bottom: 2px solid #f4866f;
          width: 100%;
          color: #f4866f; }
        .blockMenu .splitMenu .splitItem .btnWrap {
          padding: 30px 10px;
          width: 100%; }
          .blockMenu .splitMenu .splitItem .btnWrap .read {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 700; }
            .blockMenu .splitMenu .splitItem .btnWrap .read + a.btn, .blockMenu .splitMenu .splitItem .btnWrap .read + a {
              margin-top: 20px; }
          .blockMenu .splitMenu .splitItem .btnWrap a.btn, .blockMenu .splitMenu .splitItem .btnWrap a {
            display: -webkit-box;
            display: flex;
            width: 100%;
            position: relative;
            color: #000;
            text-decoration: none; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn .txt, .blockMenu .splitMenu .splitItem .btnWrap a .txt {
              -webkit-box-flex: 1;
                      flex: 1;
              height: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              padding: 10px;
              font-size: 16px;
              background-color: #f7f6f4;
              font-weight: 700; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn .arrow, .blockMenu .splitMenu .splitItem .btnWrap a .arrow {
              width: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                      justify-content: center;
              background-color: #f4866f; }
              .blockMenu .splitMenu .splitItem .btnWrap a.btn .arrow:before, .blockMenu .splitMenu .splitItem .btnWrap a .arrow:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn + .btn, .blockMenu .splitMenu .splitItem .btnWrap a + .btn {
              margin-top: 15px; }
  .baseInner950 {
    width: 100%; }
    .baseInner950 .baseImg {
      width: 100%;
      margin-top: 30px; }
      .baseInner950 .baseImg .img {
        display: block; }
        .baseInner950 .baseImg .img img {
          width: 100%;
          height: auto; }
    .baseInner950 .baseTitle {
      background: #f6ad9e;
      display: -webkit-box;
      display: flex;
      width: 100%; }
      .baseInner950 .baseTitle span {
        display: -webkit-box;
        display: flex;
        background-color: #f4866f;
        height: 60px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        -webkit-box-align: center;
                align-items: center;
        padding: 0 20px;
        min-width: 255px; }
        .baseInner950 .baseTitle span:before {
          content: "";
          display: block;
          width: 1px;
          height: 1em;
          background-color: #fff;
          margin-right: 1em; }
    .baseInner950 .baseTxt {
      font-size: 16px;
      font-weight: 700;
      padding-top: 30px;
      width: 90%;
      margin: 0 auto; }
      .baseInner950 .baseTxt br {
        display: none; }
      .baseInner950 .baseTxt p {
        margin-top: 15px;
        font-weight: 400; }
    .baseInner950 .btn a {
      display: -webkit-box;
      display: flex;
      height: 60px;
      background-color: #f4866f;
      z-index: 5;
      width: 100%;
      margin: 10px auto 0;
      color: #000;
      text-decoration: none; }
      .baseInner950 .btn a span:nth-of-type(1) {
        height: 60px;
        padding: 0 10px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        font-size: 16px;
        line-height: 1;
        background-color: #f7f6f4;
        -webkit-box-flex: 1;
                flex: 1; }
      .baseInner950 .btn a span:nth-of-type(2) {
        width: 60px;
        height: 60px;
        background-color: #f4866f;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; }
        .baseInner950 .btn a span:nth-of-type(2):after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
    .baseInner950.yellow {
      background-color: #fff6e6; }
  .txtBlock {
    margin-bottom: 30px; }
    .txtBlock .txtBlockInner .text {
      width: 100%; }
      .txtBlock .txtBlockInner .text .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px; }
      .txtBlock .txtBlockInner .text .mainTxt {
        font-size: 16px;
        line-height: 1.8; }
    .txtBlock .txtBlockInner .img {
      width: 100%;
      margin-top: 20px; }
      .txtBlock .txtBlockInner .img img {
        width: 100%;
        height: auto; }
      .txtBlock .txtBlockInner .img.snsTimeLine {
        display: none; }
    .txtBlock .txtBlockInner .link {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      margin-top: 20px; }
      .txtBlock .txtBlockInner .link a.btn {
        display: -webkit-box;
        display: flex;
        height: 60px;
        background-color: #f4866f;
        width: 80%;
        position: relative;
        color: #000;
        text-decoration: none; }
        .txtBlock .txtBlockInner .link a.btn:before {
          content: "";
          display: block;
          width: calc(100% - 60px);
          height: 60px;
          background-color: #f7f6f4;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .txtBlock .txtBlockInner .link a.btn span:nth-of-type(1) {
          height: 60px;
          padding: 0 80px 0 20px;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          font-size: 16px;
          line-height: 1;
          position: relative;
          z-index: 2;
          -webkit-transition: all .3s;
          transition: all .3s;
          -webkit-box-flex: 1;
                  flex: 1; }
        .txtBlock .txtBlockInner .link a.btn span:nth-of-type(2) {
          width: 60px;
          height: 60px;
          background-color: #f4866f;
          position: relative;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; }
          .txtBlock .txtBlockInner .link a.btn span:nth-of-type(2):after {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
        .txtBlock .txtBlockInner .link a.btn:visited {
          color: #000;
          text-decoration: none; }
    .txtBlock.border {
      border: 2px solid #f4866f;
      padding: 20px; }
  .imgCenter {
    text-align: center;
    margin-bottom: 20px; }
    .imgCenter .imgCenterInner img {
      max-width: 100%; }
  .yellowBlock {
    background-color: #fff6e6;
    padding: 20px; }
    .yellowBlock .yellowInner {
      margin-bottom: 30px; }
      .yellowBlock .yellowInner .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
        .yellowBlock .yellowInner .img img {
          width: 100%;
          height: auto; }
      .yellowBlock .yellowInner .txt {
        width: 100%; }
        .yellowBlock .yellowInner .txt .title {
          font-size: 18px;
          font-weight: 700;
          border-left: 5px solid #f4866f;
          padding-left: 5px;
          margin-bottom: 20px; }
        .yellowBlock .yellowInner .txt .mainTxt {
          font-size: 16px;
          vertical-align: middle;
          line-height: 1.8; }
          .yellowBlock .yellowInner .txt .mainTxt img {
            vertical-align: middle;
            padding-bottom: 3px; }
      .yellowBlock .yellowInner .more {
        width: 100%;
        margin: 20px auto 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center; }
        .yellowBlock .yellowInner .more a {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          width: 80%;
          height: 45px;
          border-radius: 5px;
          background-color: #f4866f;
          color: #fff;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .yellowBlock .yellowInner .more a:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto 0; }
  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 {
        background-image: url(/library/images/sub/arrow_blue_1.gif);
        background-position: -4px 7px; }
  dl.tnList {
    margin-bottom: 20px; }
    dl.tnList dt {
      display: block;
      width: 100%;
      text-align: center; }
      dl.tnList dt img {
        max-width: 100%;
        width: auto;
        height: auto; }
    dl.tnList dd {
      line-height: 1.8;
      padding: 10px 0 0 0;
      vertical-align: middle; }
      dl.tnList dd a {
        display: inline-block; }
      dl.tnList dd img {
        vertical-align: middle; }
  .customTable table, .customTable th, .customTable td {
    border: 1px solid #000;
    border-collapse: collapse; }
  .customTable th {
    background-color: #dadada;
    text-align: center;
    font-weight: 400;
    padding: 3px; }
  .customTable td {
    padding: 3px; }
  .customTable.scroll {
    overflow-x: scroll; }
    .customTable.scroll .tableWrapper {
      width: auto; }
    .customTable.scroll table th, .customTable.scroll table td {
      white-space: nowrap; }
  .customTable:before {
    content: "※横にスクロールします。";
    display: block;
    font-size: 12px;
    padding-top: 5px; }
  table tr td {
    vertical-align: middle; }
    table tr td img {
      vertical-align: middle;
      padding-bottom: 3px; }
  #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; }
  .tobiraInner {
    width: 90%;
    margin: 0 auto;
    width: 90%; }
  .index2ndBasicBtn {
    width: 100%;
    margin: 0 auto; }
    .index2ndBasicBtn a {
      margin-bottom: 15px;
      display: block;
      width: 100%;
      position: relative;
      padding-right: 50px;
      background-color: #f4866f;
      min-height: 50px; }
      .index2ndBasicBtn a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        position: absolute;
        right: 25px;
        top: 50%; }
      .index2ndBasicBtn a:before {
        content: "";
        display: block;
        width: calc(100% - 60px);
        height: 100%;
        background-color: #f7f6f4;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0; }
      .index2ndBasicBtn a span {
        display: -webkit-box;
        display: flex;
        color: #000;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 1em;
        -webkit-box-align: center;
                align-items: center; }
      .index2ndBasicBtn a[target="_blank"]:after {
        width: 25px;
        height: 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: none;
        background-image: url(/library/images/legal_advice/icon-blank.png);
        right: 17px; }
  .flow {
    border: 2px solid #f4866f;
    padding: 20px;
    position: relative;
    margin-bottom: 30px; }
    .flow .title {
      line-height: 1.3; }
    .flow:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-right: 2px solid #f4866f;
      border-bottom: 2px solid #f4866f;
      background-color: #fff;
      position: absolute;
      -webkit-transform: rotate(45deg) translateX(-50%);
              transform: rotate(45deg) translateX(-50%);
      bottom: -20px;
      left: 50%; }
    .flow.start {
      border-radius: 10px 10px 0 0; }
    .flow.end {
      border-radius: 0 0 10px 10px; }
      .flow.end:after {
        display: none; }
    .flow .title {
      margin-bottom: 16px;
      padding: 5px 10px 5px 20px;
      font-weight: bold;
      font-size: 18px;
      border-left: 9px solid #f4866f; }
  .splitGroup {
    margin-bottom: 30px; }
    .splitGroup .splitItem {
      margin-top: 1em; }
    .splitGroup .splitItem {
      text-align: center; }
      .splitGroup .splitItem img {
        max-width: 100%;
        width: auto;
        height: auto; }
  .contactFormBlock table {
    border: none; }
    .contactFormBlock table td, .contactFormBlock table th {
      border: none; }
    .contactFormBlock table table, .contactFormBlock table tr, .contactFormBlock table th, .contactFormBlock table td {
      display: block;
      width: 100%; }
  .more {
    width: 90%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .more a {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      width: 80%;
      height: 45px;
      border-radius: 5px;
      background-color: #f4866f;
      color: #fff;
      position: relative; }
      .more a:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0; }
    .more.under a {
      text-decoration: none; }
      .more.under a:after {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
  .bgGray {
    background-color: #f7f6f4;
    padding: .5em; }
  .bgYellow {
    background-color: #fff6e6;
    padding: .5em; } }

@media screen and (max-width: 599px) and (max-width: 949px) {
  .mapJP {
    width: 100%;
    margin: 0 auto; }
    .mapJP .map {
      display: none; }
    .mapJP .area {
      margin-bottom: 20px; }
      .mapJP .area .title {
        font-size: 20px;
        font-weight: 700;
        border-bottom: 2px solid #e7e7e7;
        position: relative;
        margin-bottom: 16px;
        padding-bottom: 10px; }
        .mapJP .area .title:after {
          content: "";
          display: block;
          width: 70px;
          height: 2px;
          background-color: #f4866f;
          position: absolute;
          left: 0;
          bottom: -2px; }
      .mapJP .area .spot {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap; }
        .mapJP .area .spot span,
        .mapJP .area .spot a {
          width: 4em;
          padding-left: 1em;
          position: relative; }
          .mapJP .area .spot span:before,
          .mapJP .area .spot a:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            top: 8px;
            left: 0px;
            border-top: 2px solid #f48a74;
            border-right: 2px solid #f48a74;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); } }

@media screen and (max-width: 599px) and (min-width: 950px) {
  .mapJP {
    width: 950px;
    border: 2px solid #f48a74;
    position: relative;
    height: 600px; }
    .mapJP .map {
      width: 445px;
      height: 396px;
      overflow: hidden;
      position: absolute;
      top: 60px;
      left: 250px;
      margin: 0 auto; }
      .mapJP .map span {
        display: block;
        width: 445px;
        height: 396px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .mapJP .map span.visible {
          opacity: 1; }
    .mapJP .area {
      position: absolute;
      background-color: #fff;
      border: 2px solid #f48a74;
      width: 190px;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .mapJP .area .title {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        padding: 5px 0;
        background-color: #fff;
        color: #f4866f;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-bottom: 2px solid #f48a74; }
      .mapJP .area .spot {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        padding-left: .8em;
        padding-bottom: .5em; }
        .mapJP .area .spot span,
        .mapJP .area .spot a {
          width: 5em;
          padding-left: 1em;
          position: relative; }
          .mapJP .area .spot span:before,
          .mapJP .area .spot a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            left: 5px;
            background-color: #f48a74;
            -webkit-transition: all .3s;
            transition: all .3s; }
      .mapJP .area:hover .title {
        background-color: #f4866f;
        color: #fff; }
      .mapJP .area#hokkaidoArea {
        top: 20px;
        right: 20px; }
      .mapJP .area#tohokuArea {
        top: 220px;
        right: 20px; }
      .mapJP .area#kantoArea {
        top: 360px;
        right: 20px; }
      .mapJP .area#chubuArea {
        width: 220px;
        top: 70px;
        left: 290px; }
      .mapJP .area#kinkiArea {
        width: 220px;
        bottom: 20px;
        left: 480px; }
      .mapJP .area#chugokuArea {
        width: 220px;
        top: 210px;
        left: 30px; }
      .mapJP .area#shikokuArea {
        bottom: 20px;
        left: 220px; }
      .mapJP .area#kyushuArea {
        left: 20px;
        bottom: 20px; }
    .mapJP.kodomo .area {
      border-radius: 4px;
      border-width: 3px; }
      .mapJP.kodomo .area .title {
        background-color: transparent;
        color: #fff;
        border: none; }
      .mapJP.kodomo .area .spot {
        background-color: #fff;
        border-radius: 7px; }
        .mapJP.kodomo .area .spot a {
          color: #000; }
      .mapJP.kodomo .area#hokkaidoArea {
        border-color: #2589e1;
        background-color: #2589e1; }
        .mapJP.kodomo .area#hokkaidoArea a:before {
          background-color: #2589e1; }
      .mapJP.kodomo .area#tohokuArea {
        border-color: #57afef;
        background-color: #57afef; }
        .mapJP.kodomo .area#tohokuArea a:before {
          background-color: #57afef; }
      .mapJP.kodomo .area#kantoArea {
        border-color: #5ab05a;
        background-color: #5ab05a; }
        .mapJP.kodomo .area#kantoArea a:before {
          background-color: #5ab05a; }
      .mapJP.kodomo .area#chubuArea {
        border-color: #c1c103;
        background-color: #c1c103; }
        .mapJP.kodomo .area#chubuArea a:before {
          background-color: #c1c103; }
      .mapJP.kodomo .area#kinkiArea {
        border-color: #f8b329;
        background-color: #f8b329; }
        .mapJP.kodomo .area#kinkiArea a:before {
          background-color: #f8b329; }
      .mapJP.kodomo .area#chugokuArea {
        border-color: #f39890;
        background-color: #f39890; }
        .mapJP.kodomo .area#chugokuArea a:before {
          background-color: #f39890; }
      .mapJP.kodomo .area#shikokuArea {
        border-color: #ea7e78;
        background-color: #ea7e78; }
        .mapJP.kodomo .area#shikokuArea a:before {
          background-color: #ea7e78; }
      .mapJP.kodomo .area#kyushuArea {
        border-color: #e879a4;
        background-color: #e879a4; }
        .mapJP.kodomo .area#kyushuArea a:before {
          background-color: #e879a4; } }

@media screen and (max-width: 599px) {
  #mapWorld {
    margin-bottom: 30px; }
    #mapWorld ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #mapWorld ul li {
        margin: 0;
        padding: 0; } }
  @media screen and (max-width: 599px) and (max-width: 949px) {
    #mapWorld ul li a {
      display: block;
      min-height: 60px;
      background-color: #f7f6f4;
      position: relative;
      display: -webkit-box;
      display: flex;
      margin-top: 20px;
      -webkit-box-align: center;
              align-items: center;
      padding: 0 1em;
      color: #000;
      text-decoration: none; }
      #mapWorld ul li a:before {
        content: "";
        display: block;
        width: 60px;
        height: 100%;
        background-color: #f4866f;
        position: absolute;
        top: 0;
        right: 0; }
      #mapWorld ul li a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 30px; } }
  @media screen and (max-width: 599px) and (min-width: 950px) {
    #mapWorld {
      width: 950px;
      height: 500px;
      background-image: url(../images/map/world/world-pink.png); }
      #mapWorld ul {
        width: 950px;
        height: 500px;
        position: relative; }
        #mapWorld ul li {
          position: absolute; }
          #mapWorld ul li a {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            padding: 5px 0;
            min-width: 6em;
            border: 2px solid #f4866f;
            line-height: 1;
            color: #f4866f;
            font-weight: 700;
            text-decoration: none;
            background-color: #fff;
            -webkit-transition: all .3s;
            transition: all .3s; }
            #mapWorld ul li a span {
              display: none; }
            #mapWorld ul li a:hover {
              background-color: #f4866f;
              color: #fff; }
          #mapWorld ul li:after {
            content: "";
            display: block;
            background-image: url(../images/map/anc.png);
            height: 42px;
            background-position: 50% 0;
            background-repeat: no-repeat;
            margin-top: 5px; }
          #mapWorld ul li.Asia {
            top: 200px;
            left: 330px; }
          #mapWorld ul li.Africa {
            top: 250px;
            left: 70px; }
          #mapWorld ul li.Europe {
            top: 60px;
            left: 110px; }
          #mapWorld ul li.Oceania {
            top: 320px;
            left: 430px; }
          #mapWorld ul li.Middle_East {
            top: 160px;
            left: 150px; }
          #mapWorld ul li.Latin_America {
            top: 270px;
            left: 770px; }
          #mapWorld ul li.North_America {
            top: 130px;
            left: 660px; } }

@media screen and (max-width: 599px) {
  #sitemapWrap .sitemapItem {
    margin-top: 40px; }
    #sitemapWrap .sitemapItem .title {
      font-size: 18px;
      font-weight: 700;
      border-bottom: 2px solid #f4866f; }
    #sitemapWrap .sitemapItem .menuList {
      margin-top: 20px; }
      #sitemapWrap .sitemapItem .menuList a {
        display: block;
        position: relative;
        padding-left: 1em; }
        #sitemapWrap .sitemapItem .menuList a:after {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-top: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          position: absolute;
          top: 9px;
          left: 0px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  #spFooterBtn {
    background-color: rgba(21, 96, 187, 0.7);
    display: -webkit-box;
    display: flex;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999; }
    #spFooterBtn .spSodan {
      width: 50%; }
      #spFooterBtn .spSodan#web {
        margin-right: 1px; }
      #spFooterBtn .spSodan#tel {
        margin-left: 1px; }
      #spFooterBtn .spSodan a {
        display: block;
        padding: 10px;
        background-color: #fff; }
        #spFooterBtn .spSodan a img {
          width: 100%;
          height: auto; }
  .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; }
  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;
						}
					}
				}
			}
			*/ }
  .jfCatDate {
    font-size: 14px;
    white-space: nowrap; }
  .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; }
  .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; }
  .pbLeftArea, .pbRightArea {
    min-height: auto; }
  .mb0 {
    margin-bottom: 0 !important; }
  .mb10 {
    margin-bottom: 10px !important; }
  .mb20 {
    margin-bottom: 20px !important; }
  .mb30 {
    margin-bottom: 30px !important; }
  .diaryPlugin {
    display: none; }
  .diaryBanner {
    text-align: center; }
    .diaryBanner a {
      display: inline-block; }
      .diaryBanner a img {
        max-width: 90%;
        width: auto;
        height: auto; }
  .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px; }
    .ytWrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .pbNestedWrapper, .pbLeftArea {
    overflow: inherit; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .diaryPlugin {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .breadcrumb {
    width: 100%;
    background-color: #397dd1;
    padding-left: 270px;
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .breadcrumb .breadInner {
      width: 95%;
      margin: 0 auto;
      line-height: 1;
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400; }
      .breadcrumb .breadInner .parentTitle {
        position: relative;
        z-index: 100;
        color: #fff; }
      .breadcrumb .breadInner .arrow {
        display: inline-block;
        width: 20px;
        text-align: center;
        font-size: .8em;
        color: #0d407d; }
  .pbLeftArea {
    float: none;
    display: block;
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    position: relative; }
    .pbLeftArea #area2 {
      width: 360px; }
      .pbLeftArea #area2 .subMenuTitle {
        width: 240px;
        background-color: #397dd1;
        border-left: 2px solid #1560bb;
        border-right: 2px solid #1560bb;
        padding: 10px 18px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        margin-top: -60px; }
        .pbLeftArea #area2 .subMenuTitle #subMenuBtn {
          width: 40px;
          height: 40px;
          position: relative;
          background-color: #1560bb;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .pbLeftArea #area2 .subMenuTitle #subMenuBtn span {
            width: 18px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            left: 11px;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(1) {
              top: 13px; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(2) {
              top: 19px; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(3) {
              top: 25px; }
        .pbLeftArea #area2 .subMenuTitle #catName {
          -webkit-box-flex: 1;
                  flex: 1;
          font-size: 18px;
          color: #fff;
          padding-left: 1em; }
        .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn {
          background-color: #fff; }
          .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span {
            background-color: #1560bb; }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(1) {
              top: 19px;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(2) {
              opacity: 0; }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(3) {
              top: 19px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
      .pbLeftArea #area2 .subMenuBody {
        background-color: #1560bb;
        padding: 25px;
        display: none;
        position: absolute;
        width: 360px;
        z-index: 100; }
        .pbLeftArea #area2 .subMenuBody .pbBlockMenu {
          background-color: #397dd1; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu + .pbBlockMenu {
            margin-top: 3px; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu a {
            color: #fff;
            font-size: 16px;
            display: block;
            padding: 5px 10px; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu.jfContentsListMenu02 {
            background-color: #fff; }
            .pbLeftArea #area2 .subMenuBody .pbBlockMenu.jfContentsListMenu02 a {
              color: #1560bb; }
        .pbLeftArea #area2 .subMenuBody .subChild {
          display: none;
          background-color: #fff; }
          .pbLeftArea #area2 .subMenuBody .subChild a {
            color: #000;
            display: block;
            position: relative;
            padding-left: 25px;
            padding-right: 30px; }
            .pbLeftArea #area2 .subMenuBody .subChild a:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              border-top: 1px solid #1560bb;
              border-right: 1px solid #1560bb;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              position: absolute;
              right: 15px;
              top: 0;
              bottom: 0;
              margin: auto 0; }
        .pbLeftArea #area2 .subMenuBody .subParent {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center; }
          .pbLeftArea #area2 .subMenuBody .subParent a {
            pointer-events: none; }
        .pbLeftArea #area2 .subMenuBody .subParent span:nth-of-type(1) {
          -webkit-box-flex: 1;
                  flex: 1; }
        .pbLeftArea #area2 .subMenuBody .arrow {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          width: 20px;
          height: 20px;
          position: relative; }
          .pbLeftArea #area2 .subMenuBody .arrow.isOpen:before {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        .pbLeftArea #area2 .subMenuBody .arrow:before {
          content: "";
          display: block;
          width: 2px;
          height: 12px;
          background-color: #fff;
          position: absolute;
          top: 4px;
          left: 9px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .pbLeftArea #area2 .subMenuBody .arrow:after {
          content: "";
          display: block;
          height: 2px;
          width: 12px;
          background-color: #fff;
          position: absolute;
          top: 9px;
          left: 4px; }
        .pbLeftArea #area2 .subMenuBody.archiveMenu .subParent {
          display: none; }
        .pbLeftArea #area2 .subMenuBody.archiveMenu .subChild.pbBlockMenu {
          display: block; }
  #areaWrapper2 {
    margin: 0; }
    #areaWrapper2 .pbTitleBlock {
      min-height: 162px;
      padding: 20px 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      background-color: #fff6e6;
      position: relative;
      width: 100vw;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: 20px; }
      #areaWrapper2 .pbTitleBlock h1 {
        width: 90%;
        font-size: 28px;
        line-height: 1.3; }
    #areaWrapper2 #area0 {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 100px; }
  h1, h2, h3, h4, h5, h6, p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0; }
  .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; }
  #area0 h2 {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #e7e7e7;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 10px; }
    #area0 h2:after {
      content: "";
      display: block;
      width: 70px;
      height: 2px;
      background-color: #f4866f;
      position: absolute;
      left: 0;
      bottom: -2px; }
  #area0 h3 {
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 10px 20px;
    background: #f4866f;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative; }
    #area0 h3::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 15px;
      height: 100%;
      background: #f6ad9e; }
  #area0 h4 {
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 5px 10px 5px 20px;
    font-weight: bold;
    font-size: 18px;
    border-left: 9px solid #f4866f; }
  #area0 h5, #area0 h6, #area0 h7 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #f6ad9e;
    margin-bottom: 16px;
    padding-bottom: 5px;
    line-height: 1.3; }
  #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: 20px; }
    #area0 ul li {
      position: relative;
      vertical-align: middle;
      vertical-align: middle;
      /*
			&:before{
				content: "";
				display: block;
				width: .4em;
				height: .4em;
				border-radius: 50%;
				background-color: #1560bb;
				position: absolute;
				top: .6em;
				left: .2em;
			}
*/ }
      #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 ul.anchorMenu {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      background-color: #f5f5f5;
      padding: 0 1em .5em;
      margin: 0 0 20px 0;
      list-style: none; }
      #area0 ul.anchorMenu li {
        padding: 0;
        margin-top: .5em; }
        #area0 ul.anchorMenu li:before {
          display: none; }
        #area0 ul.anchorMenu li a {
          display: block;
          position: relative;
          padding-left: 1em; }
          #area0 ul.anchorMenu li a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-right: 3px solid #f48973;
            border-bottom: 3px solid #f48973;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 7px;
            left: 0; }
      #area0 ul.anchorMenu.mokuji10col {
        -webkit-box-pack: start;
                justify-content: flex-start; }
        #area0 ul.anchorMenu.mokuji10col li {
          width: 17%; }
      #area0 ul.anchorMenu.mokuji4col li {
        width: 49%; }
      #area0 ul.anchorMenu.mokuji3col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokuji2col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokuji1col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokujiNoCol {
        padding: 0 1em .5em 0; }
        #area0 ul.anchorMenu.mokujiNoCol li {
          margin: .5em 0 0 1em; }
  #area0 ol {
    counter-reset: my-counter;
    list-style: decimal;
    padding: 0 0 0 1em; }
    #area0 ol li {
      padding-left: 4px;
      position: relative;
      margin: 0 0 5px; }
      #area0 ol li ul.iconList li {
        padding: 0 0 0 20px; }
  .secondContentsMenu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .secondContentsMenu .pbBlockMenu {
      width: 49%;
      min-height: 60px;
      background-color: #f7f6f4;
      position: relative;
      display: -webkit-box;
      display: flex;
      margin-bottom: 20px; }
      .secondContentsMenu .pbBlockMenu span:nth-of-type(1) {
        -webkit-box-flex: 1;
                flex: 1; }
        .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          width: 100%;
          height: 100%;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s;
          z-index: 5;
          padding: 0 15px;
          color: #000;
          text-decoration: none; }
          .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            background-color: #f4866f;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            z-index: -1; }
          .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:hover {
            color: #fff; }
            .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:hover:before {
              width: 100%; }
      .secondContentsMenu .pbBlockMenu span.arrow {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 60px;
        background-color: #f4866f;
        position: relative; }
        .secondContentsMenu .pbBlockMenu span.arrow:after {
          width: 8px;
          height: 8px;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          content: "";
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  a {
    /*
		&[target = "_blank"]{
			display: inline-block;
			position: relative;
			padding-right: 1.2em;

			&:after{
				content: "";
				display: block;
				width: 1em;
				height: 1em;
				background-image: url(/library/images/icon/ico_tab.png);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: 50% 50%;
				position: absolute;
				top: 0;
				right: 0;
			}
		}

		&[href $= ".pdf"]{
			display: inline-block;
			position: relative;
			padding-right: 1.2em;

			&:after{
				content: "";
				display: block;
				width: 1em;
				height: 1em;
				background-image: url(/library/images/icon/ico_pdf.png);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: 50% 50%;
				position: absolute;
				top: 0;
				right: 0;
			}
		}
*/ }
    a.noIcon {
      padding-left: 0; }
      a.noIcon:after {
        display: none; }
    a.link {
      display: inline-block;
      position: relative;
      padding-left: 1.2em; }
      a.link:before {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        background-image: url(/library/images/icon/ico_link.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 50%;
        position: absolute;
        top: 6px;
        left: 0; }
  .tableWrapper {
    width: 100%; }
    .tableWrapper table {
      border: 1px solid #999;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      margin-bottom: 20px; }
      .tableWrapper table tr th, .tableWrapper table tr td {
        border: 1px solid #999;
        border-collapse: collapse;
        border-spacing: 0;
        padding: 5px; }
      .tableWrapper table tr th {
        background-color: #eee; }
      .tableWrapper table.pbWhatsnewTable {
        border: none; }
        .tableWrapper table.pbWhatsnewTable tr td {
          border: none; }
          .tableWrapper table.pbWhatsnewTable tr td:nth-of-type(1) {
            font-size: 14px;
            white-space: nowrap;
            vertical-align: top; }
          .tableWrapper table.pbWhatsnewTable tr td a {
            font-size: 16px;
            white-space: normal; }
  .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(2) {
      -webkit-box-flex: 1;
              flex: 1 1 0px; }
  .w4e {
    width: 4em; }
  .small {
    font-size: 12px !important; }
  .red {
    color: #f00 !important; }
  .blockMenu {
    width: 100%;
    margin: 80px auto 0; }
    .blockMenu .optionTitle {
      font-size: 24px;
      font-weight: 700;
      text-align: center; }
    .blockMenu .basicMenu {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      background-color: #fff;
      /*
			&.col3{
				.basicMenuItem{
					width: calc(100% / 3);

					&:nth-of-type(1){
						border-top: 2px solid $c-pink;
						border-left: 2px solid $c-pink;
						border-right: 2px solid $c-pink;
						border-bottom: 2px solid $c-pink;
					}

					&:nth-of-type(2),
					&:nth-of-type(3){
						border-top: 2px solid $c-pink;
						border-right: 2px solid $c-pink;
						border-bottom: 2px solid $c-pink;
					}

					&:nth-of-type(n + 4){
						border-right: 2px solid $c-pink;
						border-bottom: 2px solid $c-pink;
					}

					&:nth-of-type(3n + 1){
						border-right: 2px solid $c-pink;
						border-bottom: 2px solid $c-pink;
						border-left: 2px solid $c-pink;
					}
				}
			}
			*/ }
      .blockMenu .basicMenu .basicMenuItem .linkWrap {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        height: 100%;
        width: 100%;
        padding: 20px; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .infoTxt {
          -webkit-box-flex: 1;
                  flex: 1;
          display: block;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          pointer-events: none; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .infoTxt img {
            float: left;
            margin-right: 10px; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .icon {
          width: 100%;
          height: 120px;
          overflow: hidden;
          margin: 20px auto 0; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .icon img {
            width: 100%;
            height: auto; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .linkInner {
          width: 100%;
          display: -webkit-box;
          display: flex; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .sideIcon {
          margin: 0 20px 0 0; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .sideIcon img {
            max-width: 100%;
            width: auto;
            height: auto; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn, .blockMenu .basicMenu .basicMenuItem .linkWrap a {
          width: 100%;
          height: 60px;
          display: -webkit-box;
          display: flex;
          position: relative;
          background-color: #f4866f;
          margin-top: 20px;
          color: #000;
          text-decoration: none; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .txt, .blockMenu .basicMenu .basicMenuItem .linkWrap a .txt {
            -webkit-box-flex: 1;
                    flex: 1;
            height: 60px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            padding: 0 20px;
            position: relative;
            z-index: 2;
            font-size: 16px;
            -webkit-transition: all .3s;
            transition: all .3s;
            font-weight: 400; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a:before {
            content: "";
            display: block;
            width: calc(100% - 60px);
            height: 60px;
            background-color: #f7f6f4;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all .3s;
            transition: all .3s; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .arrow, .blockMenu .basicMenu .basicMenuItem .linkWrap a .arrow {
            width: 60px;
            height: 60px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                    justify-content: center; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .arrow:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a .arrow:before {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn:hover .txt, .blockMenu .basicMenu .basicMenuItem .linkWrap a:hover .txt {
            color: #fff; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn:hover:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a:hover:before {
            width: 0; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn[target=_blank], .blockMenu .basicMenu .basicMenuItem .linkWrap a[target=_blank] {
            padding: 0; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn[target=_blank]:after, .blockMenu .basicMenu .basicMenuItem .linkWrap a[target=_blank]:after {
              display: none; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn[target=_blank] .arrow:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a[target=_blank] .arrow:before {
              width: 25px;
              height: 25px;
              border: none;
              -webkit-transform: rotate(0);
                      transform: rotate(0);
              background-image: url(/library/images/legal_advice/icon-blank.png);
              background-repeat: no-repeat;
              background-position: 50% 50%; }
      .blockMenu .basicMenu.col2 .basicMenuItem, .blockMenu .basicMenu.col3 .basicMenuItem {
        width: 50%; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(1), .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(1) {
          border-top: 2px solid #f4866f;
          border-left: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(2), .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(2) {
          border-top: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(n + 3), .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(n + 3) {
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(2n + 1), .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(2n + 1) {
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f;
          border-left: 2px solid #f4866f; }
    .blockMenu.blue .basicMenuHeader {
      border: 2px solid #1560ba;
      border-width: 2px 2px 0 2px;
      padding: 50px;
      background-color: #fff; }
      .blockMenu.blue .basicMenuHeader .title {
        text-align: center;
        font-size: 28px;
        font-weight: 700; }
      .blockMenu.blue .basicMenuHeader p {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
        font-weight: 700;
        margin-top: 40px; }
    .blockMenu.blue .basicMenu {
      border-color: #1560ba; }
      .blockMenu.blue .basicMenu .basicMenuItem {
        border-color: #1560ba; }
        .blockMenu.blue .basicMenu .basicMenuItem .linkWrap .btn {
          background-color: #1560ba; }
    .blockMenu .splitMenu {
      width: 100%;
      margin: 50px auto 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .blockMenu .splitMenu .splitItem {
        width: 49.5%;
        border: 2px solid #f4866f;
        background-color: #fff; }
        .blockMenu .splitMenu .splitItem .splitTitle {
          font-size: 20px;
          font-weight: 700;
          text-align: center;
          padding: 20px 30px;
          border-bottom: 2px solid #f4866f;
          width: 100%;
          color: #f4866f; }
        .blockMenu .splitMenu .splitItem .btnWrap {
          padding: 30px;
          width: 100%; }
          .blockMenu .splitMenu .splitItem .btnWrap .read {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 700; }
            .blockMenu .splitMenu .splitItem .btnWrap .read + a.btn, .blockMenu .splitMenu .splitItem .btnWrap .read + a {
              margin-top: 20px; }
          .blockMenu .splitMenu .splitItem .btnWrap a.btn, .blockMenu .splitMenu .splitItem .btnWrap a {
            display: -webkit-box;
            display: flex;
            width: 100%;
            position: relative;
            color: #000;
            text-decoration: none; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn .txt, .blockMenu .splitMenu .splitItem .btnWrap a .txt {
              -webkit-box-flex: 1;
                      flex: 1;
              height: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              padding: 10px;
              font-size: 16px;
              background-color: #f7f6f4;
              font-weight: 700; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn .arrow, .blockMenu .splitMenu .splitItem .btnWrap a .arrow {
              width: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                      justify-content: center;
              background-color: #f4866f; }
              .blockMenu .splitMenu .splitItem .btnWrap a.btn .arrow:before, .blockMenu .splitMenu .splitItem .btnWrap a .arrow:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn + .btn, .blockMenu .splitMenu .splitItem .btnWrap a + .btn {
              margin-top: 30px; }
  .baseInner950 {
    width: 100%;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center; }
    .baseInner950 .baseImg {
      width: 50%; }
      .baseInner950 .baseImg .img {
        display: block; }
        .baseInner950 .baseImg .img img {
          width: 100%; }
    .baseInner950 .baseTitle {
      background: #f6ad9e;
      display: -webkit-box;
      display: flex;
      width: 100%; }
      .baseInner950 .baseTitle span {
        display: -webkit-box;
        display: flex;
        background-color: #f4866f;
        height: 60px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        -webkit-box-align: center;
                align-items: center;
        padding: 0 20px;
        min-width: 255px; }
        .baseInner950 .baseTitle span:before {
          content: "";
          display: block;
          width: 1px;
          height: 1em;
          background-color: #fff;
          margin-right: 1em; }
    .baseInner950 .baseTxt {
      font-size: 16px;
      font-weight: 700;
      width: 50%;
      padding: 20px;
      -webkit-box-align: center;
              align-items: center; }
      .baseInner950 .baseTxt br {
        display: none; }
      .baseInner950 .baseTxt p {
        font-size: 16px;
        font-weight: 400; }
    .baseInner950 .btn a {
      display: -webkit-box;
      display: flex;
      height: 60px;
      position: relative;
      bottom: -20px;
      left: 5%;
      z-index: 5;
      width: 90%;
      color: #000;
      text-decoration: none; }
      .baseInner950 .btn a span:nth-of-type(1) {
        background-color: #f7f6f4;
        -webkit-box-flex: 1;
                flex: 1;
        height: 60px;
        padding: 0 10px 0 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        font-size: 16px;
        line-height: 1;
        position: relative;
        z-index: 2;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .baseInner950 .btn a span:nth-of-type(2) {
        width: 60px;
        height: 60px;
        background-color: #f4866f;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        background-color: #f4866f; }
        .baseInner950 .btn a span:nth-of-type(2):after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
    .baseInner950.yellow {
      background-color: #fff6e6; }
      .baseInner950.yellow .baseImg {
        -webkit-box-ordinal-group: 3;
                order: 2; }
      .baseInner950.yellow .baseTitle {
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .baseInner950.yellow .baseTxt {
        -webkit-box-ordinal-group: 4;
                order: 3; }
  .txtBlock {
    margin-bottom: 30px; }
    .txtBlock .txtBlockInner {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      flex-wrap: wrap; }
      .txtBlock .txtBlockInner.imgLeft .text {
        -webkit-box-ordinal-group: 3;
                order: 2; }
      .txtBlock .txtBlockInner.imgLeft .img {
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .txtBlock .txtBlockInner.imgLeft .link {
        -webkit-box-ordinal-group: 4;
                order: 3; }
      .txtBlock .txtBlockInner .text {
        width: 50%; }
        .txtBlock .txtBlockInner .text .title {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 20px; }
        .txtBlock .txtBlockInner .text .mainTxt {
          font-size: 16px;
          line-height: 1.8; }
      .txtBlock .txtBlockInner .img {
        width: 45%; }
        .txtBlock .txtBlockInner .img img {
          width: 100%;
          height: auto; }
      .txtBlock .txtBlockInner .link {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        margin-top: 20px; }
        .txtBlock .txtBlockInner .link.flexStart {
          -webkit-box-pack: start;
                  justify-content: flex-start; }
        .txtBlock .txtBlockInner .link a.btn {
          display: -webkit-box;
          display: flex;
          height: 60px;
          background-color: #f4866f;
          min-width: 310px;
          position: relative;
          color: #000;
          text-decoration: none; }
          .txtBlock .txtBlockInner .link a.btn:before {
            content: "";
            display: block;
            width: calc(100% - 60px);
            height: 60px;
            background-color: #f7f6f4;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            -webkit-transition: all .3s;
            transition: all .3s; }
          .txtBlock .txtBlockInner .link a.btn span:nth-of-type(1) {
            height: 60px;
            padding: 0 80px 0 20px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            font-size: 16px;
            line-height: 1;
            position: relative;
            z-index: 2;
            -webkit-transition: all .3s;
            transition: all .3s;
            -webkit-box-flex: 1;
                    flex: 1; }
          .txtBlock .txtBlockInner .link a.btn span:nth-of-type(2) {
            width: 60px;
            height: 60px;
            background-color: #f4866f;
            position: relative;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                    justify-content: center; }
            .txtBlock .txtBlockInner .link a.btn span:nth-of-type(2):after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
          .txtBlock .txtBlockInner .link a.btn:visited {
            color: #000;
            text-decoration: none; }
    .txtBlock.border {
      border: 2px solid #f4866f;
      padding: 20px; }
  .imgCenter {
    text-align: center;
    margin-bottom: 20px; }
    .imgCenter .imgCenterInner img {
      max-width: 100%; }
  .yellowBlock {
    background-color: #fff6e6;
    padding: 20px; }
    .yellowBlock .yellowInner {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .yellowBlock .yellowInner .img {
        width: 30%;
        padding-right: 20px; }
        .yellowBlock .yellowInner .img img {
          width: 100%;
          height: auto; }
      .yellowBlock .yellowInner .txt {
        -webkit-box-flex: 1;
                flex: 1;
        -ms-flex: 0 1 auto; }
        .yellowBlock .yellowInner .txt .title {
          font-size: 18px;
          font-weight: 700;
          border-left: 5px solid #f4866f;
          padding-left: 5px;
          margin-bottom: 20px; }
        .yellowBlock .yellowInner .txt .mainTxt {
          font-size: 16px;
          vertical-align: middle;
          line-height: 1.8; }
          .yellowBlock .yellowInner .txt .mainTxt img {
            vertical-align: middle;
            padding-bottom: 3px; }
      .yellowBlock .yellowInner .more {
        width: 100%;
        margin: 20px auto 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center; }
        .yellowBlock .yellowInner .more a {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          width: 200px;
          height: 45px;
          border-radius: 5px;
          background-color: #f4866f;
          color: #fff;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .yellowBlock .yellowInner .more a:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto 0; }
  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 {
        background-image: url(/library/images/sub/arrow_blue_1.gif);
        background-position: -4px 7px; }
  dl.tnList {
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px; }
    dl.tnList dd {
      line-height: 1.8;
      padding: 0 0 0 20px;
      -webkit-box-flex: 1;
              flex: 1;
      vertical-align: middle; }
      dl.tnList dd a {
        display: inline-block; }
      dl.tnList dd img {
        vertical-align: middle; }
    dl.tnList.tnRight dt {
      -webkit-box-ordinal-group: 3;
              order: 2; }
    dl.tnList.tnRight dd {
      -webkit-box-ordinal-group: 2;
              order: 1;
      padding: 0 20px 0 0;
      vertical-align: middle; }
      dl.tnList.tnRight dd a {
        display: inline-block; }
      dl.tnList.tnRight dd img {
        vertical-align: middle; }
  .customTable table, .customTable th, .customTable td {
    border: 1px solid #000;
    border-collapse: collapse; }
  .customTable th {
    background-color: #dadada;
    text-align: center;
    font-weight: 400;
    padding: 3px; }
  .customTable td {
    padding: 3px; }
  .customTable table {
    width: 100%; }
  table tr td {
    vertical-align: middle; }
    table tr td img {
      vertical-align: middle;
      padding-bottom: 3px; }
  #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; }
  .tobiraInner {
    width: 90%;
    margin: 0 auto; }
  .index2ndBasicBtn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: 950px;
    width: 100%;
    margin: 0 auto; }
    .index2ndBasicBtn a {
      margin-bottom: 20px;
      display: block;
      width: 49%;
      position: relative;
      padding-right: 60px;
      background-color: #f4866f;
      min-height: 60px;
      font-size: 16px;
      text-decoration: none; }
      .index2ndBasicBtn a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        position: absolute;
        right: 30px;
        top: 50%; }
      .index2ndBasicBtn a:before {
        content: "";
        display: block;
        width: calc(100% - 60px);
        height: 100%;
        background-color: #f7f6f4;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .index2ndBasicBtn a span {
        display: -webkit-box;
        display: flex;
        color: #000;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 1em;
        -webkit-box-align: center;
                align-items: center; }
      .index2ndBasicBtn a[target="_blank"]:after {
        width: 25px;
        height: 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: none;
        background-image: url(/library/images/legal_advice/icon-blank.png);
        right: 17px; }
  .flow {
    border: 2px solid #f4866f;
    padding: 20px;
    position: relative;
    margin-bottom: 30px; }
    .flow .title {
      line-height: 1.3; }
    .flow:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-right: 2px solid #f4866f;
      border-bottom: 2px solid #f4866f;
      background-color: #fff;
      position: absolute;
      -webkit-transform: rotate(45deg) translateX(-50%);
              transform: rotate(45deg) translateX(-50%);
      bottom: -20px;
      left: 50%; }
    .flow.start {
      border-radius: 10px 10px 0 0; }
    .flow.end {
      border-radius: 0 0 10px 10px; }
      .flow.end:after {
        display: none; }
    .flow .title {
      font-size: 20px;
      font-weight: 700; }
  .splitGroup {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .splitGroup .splitItem {
      margin-top: 1em; }
    .splitGroup.col2 {
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .splitGroup.col2 .splitItem {
        width: 48%;
        text-align: center; }
        .splitGroup.col2 .splitItem img {
          max-width: 100%;
          width: auto;
          height: auto; }
    .splitGroup.col3 {
      -webkit-box-pack: start;
              justify-content: flex-start; }
      .splitGroup.col3 .splitItem {
        width: 32%;
        text-align: center; }
        .splitGroup.col3 .splitItem img {
          max-width: 100%;
          width: auto;
          height: auto; }
  .contactFormBlock table {
    border: none; }
    .contactFormBlock table td, .contactFormBlock table th {
      border: none; }
  .more {
    width: 90%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .more a {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      width: 200px;
      height: 45px;
      border-radius: 5px;
      background-color: #f4866f;
      color: #fff;
      position: relative; }
      .more a:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0; }
    .more.under a {
      text-decoration: none; }
      .more.under a:after {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
  .bgGray {
    background-color: #f7f6f4;
    padding: .5em; }
  .bgYellow {
    background-color: #fff6e6;
    padding: .5em; } }

@media screen and (min-width: 600px) and (max-width: 1000px) and (max-width: 949px) {
  .mapJP {
    width: 100%;
    margin: 0 auto; }
    .mapJP .map {
      display: none; }
    .mapJP .area {
      margin-bottom: 20px; }
      .mapJP .area .title {
        font-size: 20px;
        font-weight: 700;
        border-bottom: 2px solid #e7e7e7;
        position: relative;
        margin-bottom: 16px;
        padding-bottom: 10px; }
        .mapJP .area .title:after {
          content: "";
          display: block;
          width: 70px;
          height: 2px;
          background-color: #f4866f;
          position: absolute;
          left: 0;
          bottom: -2px; }
      .mapJP .area .spot {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap; }
        .mapJP .area .spot span,
        .mapJP .area .spot a {
          width: 4em;
          padding-left: 1em;
          position: relative; }
          .mapJP .area .spot span:before,
          .mapJP .area .spot a:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            top: 8px;
            left: 0px;
            border-top: 2px solid #f48a74;
            border-right: 2px solid #f48a74;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); } }

@media screen and (min-width: 600px) and (max-width: 1000px) and (min-width: 950px) {
  .mapJP {
    width: 950px;
    border: 2px solid #f48a74;
    position: relative;
    height: 600px; }
    .mapJP .map {
      width: 445px;
      height: 396px;
      overflow: hidden;
      position: absolute;
      top: 60px;
      left: 250px;
      margin: 0 auto; }
      .mapJP .map span {
        display: block;
        width: 445px;
        height: 396px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .mapJP .map span.visible {
          opacity: 1; }
    .mapJP .area {
      position: absolute;
      background-color: #fff;
      border: 2px solid #f48a74;
      width: 190px;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .mapJP .area .title {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        padding: 5px 0;
        background-color: #fff;
        color: #f4866f;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-bottom: 2px solid #f48a74; }
      .mapJP .area .spot {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        padding-left: .8em;
        padding-bottom: .5em; }
        .mapJP .area .spot span,
        .mapJP .area .spot a {
          width: 5em;
          padding-left: 1em;
          position: relative; }
          .mapJP .area .spot span:before,
          .mapJP .area .spot a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            left: 5px;
            background-color: #f48a74;
            -webkit-transition: all .3s;
            transition: all .3s; }
      .mapJP .area:hover .title {
        background-color: #f4866f;
        color: #fff; }
      .mapJP .area#hokkaidoArea {
        top: 20px;
        right: 20px; }
      .mapJP .area#tohokuArea {
        top: 220px;
        right: 20px; }
      .mapJP .area#kantoArea {
        top: 360px;
        right: 20px; }
      .mapJP .area#chubuArea {
        width: 220px;
        top: 70px;
        left: 290px; }
      .mapJP .area#kinkiArea {
        width: 220px;
        bottom: 20px;
        left: 480px; }
      .mapJP .area#chugokuArea {
        width: 220px;
        top: 210px;
        left: 30px; }
      .mapJP .area#shikokuArea {
        bottom: 20px;
        left: 220px; }
      .mapJP .area#kyushuArea {
        left: 20px;
        bottom: 20px; }
    .mapJP.kodomo .area {
      border-radius: 4px;
      border-width: 3px; }
      .mapJP.kodomo .area .title {
        background-color: transparent;
        color: #fff;
        border: none; }
      .mapJP.kodomo .area .spot {
        background-color: #fff;
        border-radius: 7px; }
        .mapJP.kodomo .area .spot a {
          color: #000; }
      .mapJP.kodomo .area#hokkaidoArea {
        border-color: #2589e1;
        background-color: #2589e1; }
        .mapJP.kodomo .area#hokkaidoArea a:before {
          background-color: #2589e1; }
      .mapJP.kodomo .area#tohokuArea {
        border-color: #57afef;
        background-color: #57afef; }
        .mapJP.kodomo .area#tohokuArea a:before {
          background-color: #57afef; }
      .mapJP.kodomo .area#kantoArea {
        border-color: #5ab05a;
        background-color: #5ab05a; }
        .mapJP.kodomo .area#kantoArea a:before {
          background-color: #5ab05a; }
      .mapJP.kodomo .area#chubuArea {
        border-color: #c1c103;
        background-color: #c1c103; }
        .mapJP.kodomo .area#chubuArea a:before {
          background-color: #c1c103; }
      .mapJP.kodomo .area#kinkiArea {
        border-color: #f8b329;
        background-color: #f8b329; }
        .mapJP.kodomo .area#kinkiArea a:before {
          background-color: #f8b329; }
      .mapJP.kodomo .area#chugokuArea {
        border-color: #f39890;
        background-color: #f39890; }
        .mapJP.kodomo .area#chugokuArea a:before {
          background-color: #f39890; }
      .mapJP.kodomo .area#shikokuArea {
        border-color: #ea7e78;
        background-color: #ea7e78; }
        .mapJP.kodomo .area#shikokuArea a:before {
          background-color: #ea7e78; }
      .mapJP.kodomo .area#kyushuArea {
        border-color: #e879a4;
        background-color: #e879a4; }
        .mapJP.kodomo .area#kyushuArea a:before {
          background-color: #e879a4; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  #mapWorld {
    margin-bottom: 30px; }
    #mapWorld ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #mapWorld ul li {
        margin: 0;
        padding: 0; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) and (max-width: 949px) {
    #mapWorld ul li a {
      display: block;
      min-height: 60px;
      background-color: #f7f6f4;
      position: relative;
      display: -webkit-box;
      display: flex;
      margin-top: 20px;
      -webkit-box-align: center;
              align-items: center;
      padding: 0 1em;
      color: #000;
      text-decoration: none; }
      #mapWorld ul li a:before {
        content: "";
        display: block;
        width: 60px;
        height: 100%;
        background-color: #f4866f;
        position: absolute;
        top: 0;
        right: 0; }
      #mapWorld ul li a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 30px; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) and (min-width: 950px) {
    #mapWorld {
      width: 950px;
      height: 500px;
      background-image: url(../images/map/world/world-pink.png); }
      #mapWorld ul {
        width: 950px;
        height: 500px;
        position: relative; }
        #mapWorld ul li {
          position: absolute; }
          #mapWorld ul li a {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            padding: 5px 0;
            min-width: 6em;
            border: 2px solid #f4866f;
            line-height: 1;
            color: #f4866f;
            font-weight: 700;
            text-decoration: none;
            background-color: #fff;
            -webkit-transition: all .3s;
            transition: all .3s; }
            #mapWorld ul li a span {
              display: none; }
            #mapWorld ul li a:hover {
              background-color: #f4866f;
              color: #fff; }
          #mapWorld ul li:after {
            content: "";
            display: block;
            background-image: url(../images/map/anc.png);
            height: 42px;
            background-position: 50% 0;
            background-repeat: no-repeat;
            margin-top: 5px; }
          #mapWorld ul li.Asia {
            top: 200px;
            left: 330px; }
          #mapWorld ul li.Africa {
            top: 250px;
            left: 70px; }
          #mapWorld ul li.Europe {
            top: 60px;
            left: 110px; }
          #mapWorld ul li.Oceania {
            top: 320px;
            left: 430px; }
          #mapWorld ul li.Middle_East {
            top: 160px;
            left: 150px; }
          #mapWorld ul li.Latin_America {
            top: 270px;
            left: 770px; }
          #mapWorld ul li.North_America {
            top: 130px;
            left: 660px; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  #sitemapWrap .sitemapItem {
    margin-top: 40px; }
    #sitemapWrap .sitemapItem .title {
      font-size: 18px;
      font-weight: 700;
      border-bottom: 2px solid #f4866f; }
    #sitemapWrap .sitemapItem .menuList {
      margin-top: 20px; }
      #sitemapWrap .sitemapItem .menuList a {
        display: block;
        position: relative;
        padding-left: 1em; }
        #sitemapWrap .sitemapItem .menuList a:after {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-top: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          position: absolute;
          top: 9px;
          left: 0px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  #spFooterBtn {
    background-color: rgba(21, 96, 187, 0.7);
    display: -webkit-box;
    display: flex;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999; }
    #spFooterBtn .spSodan {
      width: 50%; }
      #spFooterBtn .spSodan#web {
        margin-right: 1px; }
      #spFooterBtn .spSodan#tel {
        margin-left: 1px; }
      #spFooterBtn .spSodan a {
        display: block;
        padding: 10px;
        background-color: #fff; }
        #spFooterBtn .spSodan a img {
          width: 100%;
          height: auto; }
  .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; }
  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;
						}
					}
				}
			}
			*/ }
  .jfCatDate {
    font-size: 14px;
    white-space: nowrap; }
  .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; }
  .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; }
  .pbLeftArea, .pbRightArea {
    min-height: auto; }
  .mb0 {
    margin-bottom: 0 !important; }
  .mb10 {
    margin-bottom: 10px !important; }
  .mb20 {
    margin-bottom: 20px !important; }
  .mb30 {
    margin-bottom: 30px !important; }
  .diaryPlugin {
    display: none; }
  .diaryBanner {
    text-align: center; }
    .diaryBanner a {
      display: inline-block; }
      .diaryBanner a img {
        max-width: 90%;
        width: auto;
        height: auto; }
  .ytWrap {
    position: relative;
    padding-bottom: 56.25%; }
    .ytWrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; } }

@media print, screen and (min-width: 1001px) {
  .pbNestedWrapper, .pbLeftArea {
    overflow: inherit; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .diaryPlugin {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .breadcrumb {
    width: 100%;
    background-color: #397dd1;
    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;
      color: #fff;
      padding-left: 270px;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400; }
      .breadcrumb .breadInner .parentTitle {
        position: relative;
        z-index: 100;
        color: #fff; }
      .breadcrumb .breadInner .arrow {
        display: inline-block;
        width: 20px;
        text-align: center;
        font-size: .8em;
        color: #0d407d; }
  .pbLeftArea {
    float: none;
    display: block;
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    position: relative; }
    .pbLeftArea #area2 {
      width: 360px; }
      .pbLeftArea #area2 .subMenuTitle {
        width: 240px;
        background-color: #397dd1;
        border-left: 2px solid #1560bb;
        border-right: 2px solid #1560bb;
        padding: 10px 18px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        margin-top: -60px;
        cursor: pointer; }
        .pbLeftArea #area2 .subMenuTitle #subMenuBtn {
          width: 40px;
          height: 40px;
          position: relative;
          background-color: #1560bb;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .pbLeftArea #area2 .subMenuTitle #subMenuBtn span {
            width: 18px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            left: 11px;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(1) {
              top: 13px; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(2) {
              top: 19px; }
            .pbLeftArea #area2 .subMenuTitle #subMenuBtn span:nth-of-type(3) {
              top: 25px; }
        .pbLeftArea #area2 .subMenuTitle #catName {
          -webkit-box-flex: 1;
                  flex: 1;
          font-size: 18px;
          color: #fff;
          padding-left: 1em; }
        .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn {
          background-color: #fff; }
          .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span {
            background-color: #1560bb; }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(1) {
              top: 19px;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(2) {
              opacity: 0; }
            .pbLeftArea #area2 .subMenuTitle.isOpen #subMenuBtn span:nth-of-type(3) {
              top: 19px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
        .pbLeftArea #area2 .subMenuTitle:hover, .pbLeftArea #area2 .subMenuTitle.isOpen {
          background-color: #1560bb; }
      .pbLeftArea #area2 .subMenuBody {
        background-color: #1560bb;
        padding: 25px;
        display: none;
        position: absolute;
        width: 360px;
        z-index: 100; }
        .pbLeftArea #area2 .subMenuBody .pbBlockMenu {
          background-color: #397dd1; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu + .pbBlockMenu {
            margin-top: 3px; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu a {
            color: #fff;
            font-size: 16px;
            display: block;
            padding: 5px 10px; }
          .pbLeftArea #area2 .subMenuBody .pbBlockMenu.jfContentsListMenu02 {
            background-color: #fff; }
            .pbLeftArea #area2 .subMenuBody .pbBlockMenu.jfContentsListMenu02 a {
              color: #1560bb; }
        .pbLeftArea #area2 .subMenuBody .subChild.pbBlockMenu {
          display: none;
          background-color: #fff;
          margin-top: 0; }
          .pbLeftArea #area2 .subMenuBody .subChild.pbBlockMenu a {
            color: #000;
            display: block;
            position: relative;
            padding-left: 25px;
            padding-right: 40px;
            margin: 0 10px;
            border-bottom: 1px solid #e7e7e7; }
            .pbLeftArea #area2 .subMenuBody .subChild.pbBlockMenu a:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              border-top: 1px solid #1560bb;
              border-right: 1px solid #1560bb;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              position: absolute;
              right: 21px;
              top: 0;
              bottom: 0;
              margin: auto 0; }
        .pbLeftArea #area2 .subMenuBody .subParent {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          cursor: pointer; }
          .pbLeftArea #area2 .subMenuBody .subParent a {
            pointer-events: none; }
        .pbLeftArea #area2 .subMenuBody .subParent span:nth-of-type(1) {
          -webkit-box-flex: 1;
                  flex: 1; }
        .pbLeftArea #area2 .subMenuBody .arrow {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          width: 20px;
          height: 20px;
          position: relative;
          margin-right: 14px; }
          .pbLeftArea #area2 .subMenuBody .arrow.isOpen:before {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        .pbLeftArea #area2 .subMenuBody .arrow:before {
          content: "";
          display: block;
          width: 1px;
          height: 12px;
          background-color: #fff;
          position: absolute;
          top: 4px;
          left: 9px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .pbLeftArea #area2 .subMenuBody .arrow:after {
          content: "";
          display: block;
          height: 1px;
          width: 12px;
          background-color: #fff;
          position: absolute;
          top: 9px;
          left: 4px; }
        .pbLeftArea #area2 .subMenuBody.archiveMenu .subParent {
          display: none; }
        .pbLeftArea #area2 .subMenuBody.archiveMenu .subChild.pbBlockMenu {
          display: block; }
  #areaWrapper2 {
    margin: 0; }
    #areaWrapper2 .pbTitleBlock {
      min-height: 162px;
      padding: 40px 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      background-color: #fff6e6;
      position: relative;
      width: 100vw;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: 30px; }
      #areaWrapper2 .pbTitleBlock h1 {
        max-width: 950px;
        width: 90%;
        font-size: 32px;
        line-height: 44px; }
    #areaWrapper2 #area0 {
      max-width: 950px;
      width: 90%;
      margin: 0 auto;
      padding-bottom: 100px;
      float: none; }
  h1, h2, h3, h4, h5, h6, p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0; }
  .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; }
  #area0 h2 {
    line-height: 1.3;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 2px solid #e7e7e7;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 10px; }
    #area0 h2:after {
      content: "";
      display: block;
      width: 70px;
      height: 2px;
      background-color: #f4866f;
      position: absolute;
      left: 0;
      bottom: -2px; }
  #area0 h3 {
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 10px 30px;
    background: #f4866f;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: relative; }
    #area0 h3::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 20px;
      height: 100%;
      background: #f6ad9e; }
  #area0 h4 {
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 5px 10px 5px 20px;
    font-weight: bold;
    font-size: 18px;
    border-left: 9px solid #f4866f; }
  #area0 h5, #area0 h6, #area0 h7 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #f6ad9e;
    margin-bottom: 16px;
    padding-bottom: 5px;
    line-height: 1.3; }
  #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: 20px; }
    #area0 ul li {
      position: relative;
      vertical-align: middle;
      vertical-align: middle;
      /*
			&:before{
				content: "";
				display: block;
				width: .4em;
				height: .4em;
				border-radius: 50%;
				background-color: #1560bb;
				position: absolute;
				top: .6em;
				left: .2em;
			}
*/ }
      #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 ul.anchorMenu {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      background-color: #f5f5f5;
      padding: 0 1em .5em;
      margin: 0 0 20px 0;
      list-style: none; }
      #area0 ul.anchorMenu li {
        padding: 0;
        margin-top: .5em; }
        #area0 ul.anchorMenu li:before {
          display: none; }
        #area0 ul.anchorMenu li a {
          display: block;
          position: relative;
          padding-left: 1em; }
          #area0 ul.anchorMenu li a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-right: 3px solid #f48973;
            border-bottom: 3px solid #f48973;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 7px;
            left: 0; }
      #area0 ul.anchorMenu.mokuji10col {
        -webkit-box-pack: start;
                justify-content: flex-start; }
        #area0 ul.anchorMenu.mokuji10col li {
          width: 8.5%; }
      #area0 ul.anchorMenu.mokuji4col li {
        width: 23.5%; }
      #area0 ul.anchorMenu.mokuji3col li {
        width: 32.5%; }
      #area0 ul.anchorMenu.mokuji2col li {
        width: 48%; }
      #area0 ul.anchorMenu.mokuji1col li {
        width: 100%; }
      #area0 ul.anchorMenu.mokujiNoCol {
        padding: 0 1em .5em 0; }
        #area0 ul.anchorMenu.mokujiNoCol li {
          margin: .5em 0 0 1em; }
  #area0 ol {
    counter-reset: my-counter;
    list-style: decimal;
    padding: 0 0 0 1em; }
    #area0 ol li {
      padding-left: 4px;
      position: relative;
      margin: 0 0 5px; }
      #area0 ol li ul.iconList li {
        padding: 0 0 0 20px; }
  .secondContentsMenu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 20px; }
    .secondContentsMenu .pbBlockMenu {
      width: 49%;
      min-height: 60px;
      background-color: #f7f6f4;
      position: relative;
      display: -webkit-box;
      display: flex;
      margin-top: 20px; }
      .secondContentsMenu .pbBlockMenu a {
        color: #000;
        text-decoration: none; }
      .secondContentsMenu .pbBlockMenu span:nth-of-type(1) {
        -webkit-box-flex: 1;
                flex: 1; }
        .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          width: 100%;
          height: 100%;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s;
          z-index: 5;
          padding: 0 15px; }
          .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            background-color: #f4866f;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            z-index: -1; }
          .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:hover {
            color: #fff; }
            .secondContentsMenu .pbBlockMenu span:nth-of-type(1) a:hover:before {
              width: 100%; }
      .secondContentsMenu .pbBlockMenu span.arrow {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 60px;
        height: 100%;
        background-color: #f4866f;
        position: relative; }
        .secondContentsMenu .pbBlockMenu span.arrow:after {
          width: 8px;
          height: 8px;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          content: "";
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  a {
    /*
		&[target = "_blank"]{
			display: inline-block;
			position: relative;
			padding-right: 1.2em;

			&:after{
				content: "";
				display: block;
				width: 1em;
				height: 1em;
				background-image: url(/library/images/icon/ico_tab.png);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: 50% 50%;
				position: absolute;
				top: 0;
				right: 0;
			}
		}

		&[href $= ".pdf"]{
			display: inline-block;
			position: relative;
			padding-right: 1.2em;

			&:after{
				content: "";
				display: block;
				width: 1em;
				height: 1em;
				background-image: url(/library/images/icon/ico_pdf.png);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: 50% 50%;
				position: absolute;
				top: 0;
				right: 0;
			}
		}
*/ }
    a.noIcon {
      padding-left: 0; }
      a.noIcon:after {
        display: none; }
    a.link {
      display: inline-block;
      position: relative;
      padding-left: 1.2em; }
      a.link:before {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        background-image: url(/library/images/icon/ico_link.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 50%;
        position: absolute;
        top: 6px;
        left: 0; }
  .tableWrapper {
    width: 100%; }
    .tableWrapper table {
      border: 1px solid #999;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      margin-bottom: 20px; }
      .tableWrapper table tr th, .tableWrapper table tr td {
        border: 1px solid #999;
        border-collapse: collapse;
        border-spacing: 0;
        padding: 5px; }
      .tableWrapper table tr th {
        background-color: #eee; }
      .tableWrapper table.pbWhatsnewTable {
        border: none; }
        .tableWrapper table.pbWhatsnewTable tr td {
          border: none; }
          .tableWrapper table.pbWhatsnewTable tr td:nth-of-type(1) {
            font-size: 14px;
            white-space: nowrap;
            vertical-align: top; }
          .tableWrapper table.pbWhatsnewTable tr td a {
            font-size: 16px;
            white-space: normal; }
    .tableWrapper table {
      width: 100%; }
      .tableWrapper table td.per20, .tableWrapper table th.per20 {
        width: 20%; }
      .tableWrapper table td.per30, .tableWrapper table th.per30 {
        width: 30%; }
      .tableWrapper table td.per40, .tableWrapper table th.per40 {
        width: 40%; }
      .tableWrapper table td.per50, .tableWrapper table th.per50 {
        width: 50%; }
  .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(2) {
      -webkit-box-flex: 1;
              flex: 1 1 0px; }
  .w4e {
    width: 4em; }
  .small {
    font-size: 12px !important; }
  .red {
    color: #f00 !important; }
  .blockMenu {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 30px;
    padding-top: 30px; }
    .blockMenu .basicMenu {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      background-color: #fff; }
      .blockMenu .basicMenu .basicMenuItem .linkWrap {
        height: 100%;
        width: 100%;
        padding: 20px;
        display: block;
        position: relative;
        padding-bottom: 100px; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .infoTxt {
          width: 100%;
          display: block;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          pointer-events: none; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .infoTxt img {
            float: left;
            margin-right: 10px; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .icon {
          width: 100%;
          height: 120px;
          overflow: hidden;
          margin: 20px auto 0;
          display: block; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .icon img {
            width: 100%;
            height: auto; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .linkInner {
          width: 100%;
          display: -webkit-box;
          display: flex; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap .sideIcon {
          margin: 0 20px 0 0; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap .sideIcon img {
            max-width: 100%;
            width: auto;
            height: auto; }
        .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn, .blockMenu .basicMenu .basicMenuItem .linkWrap a {
          width: calc(100% - 40px);
          height: 60px;
          display: -webkit-box;
          display: flex;
          position: relative;
          background-color: #f4866f;
          margin-top: 20px;
          color: #000;
          text-decoration: none;
          position: absolute;
          left: 20px;
          bottom: 20px; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .txt, .blockMenu .basicMenu .basicMenuItem .linkWrap a .txt {
            -webkit-box-flex: 1;
                    flex: 1;
            height: 60px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            padding: 0 20px;
            position: relative;
            z-index: 2;
            font-size: 16px;
            -webkit-transition: all .3s;
            transition: all .3s;
            font-weight: 400; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a:before {
            content: "";
            display: block;
            width: calc(100% - 60px);
            height: 60px;
            background-color: #f7f6f4;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all .3s;
            transition: all .3s; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .arrow, .blockMenu .basicMenu .basicMenuItem .linkWrap a .arrow {
            width: 60px;
            height: 60px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                    justify-content: center; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn .arrow:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a .arrow:before {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn:hover .txt, .blockMenu .basicMenu .basicMenuItem .linkWrap a:hover .txt {
            color: #fff; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn:hover:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a:hover:before {
            width: 0; }
          .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn[target=_blank], .blockMenu .basicMenu .basicMenuItem .linkWrap a[target=_blank] {
            padding: 0; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn[target=_blank]:after, .blockMenu .basicMenu .basicMenuItem .linkWrap a[target=_blank]:after {
              display: none; }
            .blockMenu .basicMenu .basicMenuItem .linkWrap a.btn[target=_blank] .arrow:before, .blockMenu .basicMenu .basicMenuItem .linkWrap a[target=_blank] .arrow:before {
              width: 25px;
              height: 25px;
              border: none;
              -webkit-transform: rotate(0);
                      transform: rotate(0);
              background-image: url(/library/images/legal_advice/icon-blank.png);
              background-repeat: no-repeat;
              background-position: 50% 50%; }
      .blockMenu .basicMenu.col2 .basicMenuItem {
        width: 50%; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(1) {
          border-top: 2px solid #f4866f;
          border-left: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(2) {
          border-top: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(n + 3) {
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col2 .basicMenuItem:nth-of-type(2n + 1) {
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f;
          border-left: 2px solid #f4866f; }
      .blockMenu .basicMenu.col3 .basicMenuItem {
        width: 33.33%; }
        .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(1) {
          border-top: 2px solid #f4866f;
          border-left: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(2), .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(3) {
          border-top: 2px solid #f4866f;
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(n + 4) {
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f; }
        .blockMenu .basicMenu.col3 .basicMenuItem:nth-of-type(3n + 1) {
          border-right: 2px solid #f4866f;
          border-bottom: 2px solid #f4866f;
          border-left: 2px solid #f4866f; }
    .blockMenu.blue .basicMenuHeader {
      border: 2px solid #1560ba;
      border-width: 2px 2px 0 2px;
      padding: 50px;
      background-color: #fff; }
      .blockMenu.blue .basicMenuHeader .title {
        text-align: center;
        font-size: 28px;
        font-weight: 700; }
      .blockMenu.blue .basicMenuHeader p {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
        font-weight: 700;
        margin-top: 40px; }
    .blockMenu.blue .basicMenu {
      border-color: #1560ba; }
      .blockMenu.blue .basicMenu .basicMenuItem {
        border-color: #1560ba; }
        .blockMenu.blue .basicMenu .basicMenuItem .linkWrap a.btn, .blockMenu.blue .basicMenu .basicMenuItem .linkWrap a {
          background-color: #1560ba; }
    .blockMenu .splitMenu {
      width: 100%;
      margin: 50px auto 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .blockMenu .splitMenu .splitItem {
        width: 48%;
        border: 2px solid #f4866f;
        background-color: #fff; }
        .blockMenu .splitMenu .splitItem .splitTitle {
          font-size: 20px;
          font-weight: 700;
          text-align: center;
          padding: 20px 30px;
          border-bottom: 2px solid #f4866f;
          width: 100%;
          color: #f4866f; }
        .blockMenu .splitMenu .splitItem:nth-of-type(1) .btnWrap {
          padding: 40px 40px 40px 50px; }
        .blockMenu .splitMenu .splitItem:nth-of-type(2) .btnWrap {
          padding: 40px 50px 40px 40px; }
        .blockMenu .splitMenu .splitItem .btnWrap {
          padding: 30px;
          width: 100%; }
          .blockMenu .splitMenu .splitItem .btnWrap .read {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 700; }
            .blockMenu .splitMenu .splitItem .btnWrap .read + .btn {
              margin-top: 20px; }
          .blockMenu .splitMenu .splitItem .btnWrap a.btn, .blockMenu .splitMenu .splitItem .btnWrap a {
            display: -webkit-box;
            display: flex;
            width: 100%;
            height: 60px;
            background-color: #f4866f;
            position: relative;
            color: #000;
            text-decoration: none;
            /*
						&[target="_blank"]{
						
							.arrow{
								
								&:before{
									display: none;
								}
							}
						}
						*/ }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn .txt, .blockMenu .splitMenu .splitItem .btnWrap a .txt {
              -webkit-box-flex: 1;
                      flex: 1;
              height: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              padding: 0 20px;
              font-size: 16px;
              position: relative;
              z-index: 2;
              font-weight: 700; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn:before, .blockMenu .splitMenu .splitItem .btnWrap a:before {
              content: "";
              display: block;
              width: calc(100% - 60px);
              height: 60px;
              background-color: #f7f6f4;
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transition: all .3s;
              transition: all .3s; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn .arrow, .blockMenu .splitMenu .splitItem .btnWrap a .arrow {
              width: 60px;
              height: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                      justify-content: center; }
              .blockMenu .splitMenu .splitItem .btnWrap a.btn .arrow:before, .blockMenu .splitMenu .splitItem .btnWrap a .arrow:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn:visited, .blockMenu .splitMenu .splitItem .btnWrap a:visited {
              color: #000; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn:hover .txt, .blockMenu .splitMenu .splitItem .btnWrap a:hover .txt {
              color: #fff; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn:hover:before, .blockMenu .splitMenu .splitItem .btnWrap a:hover:before {
              width: 0; }
            .blockMenu .splitMenu .splitItem .btnWrap a.btn + .btn, .blockMenu .splitMenu .splitItem .btnWrap a.btn + a, .blockMenu .splitMenu .splitItem .btnWrap a + .btn, .blockMenu .splitMenu .splitItem .btnWrap a + a {
              margin-top: 30px; }
  .baseInner950 {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 40px;
    display: -ms-grid;
    display: grid;
    padding-bottom: 90px;
    -ms-grid-rows: 70px 1fr;
        grid-template-rows: 70px 1fr;
    -ms-grid-columns: 52% 48%;
        grid-template-columns: 52% 48%; }
    .baseInner950 .baseImg {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3; }
    .baseInner950 .baseTitle {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2; }
    .baseInner950 .baseTxt {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2; }
    .baseInner950 .baseImg .img {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .baseInner950 .baseImg .img img {
        width: 100%;
        height: auto; }
    .baseInner950 .baseTitle {
      background: #f6ad9e;
      display: -webkit-box;
      display: flex; }
      .baseInner950 .baseTitle span {
        display: -webkit-box;
        display: flex;
        background-color: #f4866f;
        height: 70px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        -webkit-box-align: center;
                align-items: center;
        padding: 0 20px 0 25px;
        min-width: 255px; }
        .baseInner950 .baseTitle span:before {
          content: "";
          display: block;
          width: 1px;
          height: 1em;
          background-color: #fff;
          margin-right: 19px; }
    .baseInner950 .baseTxt {
      font-size: 18px;
      font-weight: 700;
      padding: 20px 50px 20px 20px;
      line-height: 1.3; }
      .baseInner950 .baseTxt p {
        margin-top: 20px;
        line-height: 1.8;
        font-weight: 400; }
    .baseInner950 .btn a {
      display: -webkit-box;
      display: flex;
      height: 60px;
      position: relative;
      background-color: #f4866f;
      min-width: 310px;
      margin-top: 30px;
      color: #000; }
      .baseInner950 .btn a:before {
        content: "";
        display: block;
        width: calc(100% - 60px);
        height: 60px;
        background-color: #f7f6f4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .baseInner950 .btn a span:nth-of-type(1) {
        height: 60px;
        padding: 0 80px 0 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        font-size: 16px;
        line-height: 1;
        position: relative;
        z-index: 2;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-box-flex: 1;
                flex: 1; }
      .baseInner950 .btn a span:nth-of-type(2) {
        width: 60px;
        height: 60px;
        background-color: #f4866f;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; }
        .baseInner950 .btn a span:nth-of-type(2):after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .baseInner950 .btn a:visited {
        color: #000;
        text-decoration: none; }
      .baseInner950 .btn a:hover {
        text-decoration: none; }
        .baseInner950 .btn a:hover:before {
          width: 0; }
        .baseInner950 .btn a:hover span:nth-of-type(1) {
          color: #fff; }
    .baseInner950.yellow {
      background-color: #fff6e6;
      padding-bottom: 50px;
      -ms-grid-rows: 70px 1fr;
          grid-template-rows: 70px 1fr;
      -ms-grid-columns: 48% 52%;
          grid-template-columns: 48% 52%; }
      .baseInner950.yellow .baseImg {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; }
        .baseInner950.yellow .baseImg a .btn {
          right: -30px;
          left: inherit; }
      .baseInner950.yellow .baseTitle {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; }
      .baseInner950.yellow .baseTxt {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        padding: 20px 20px 20px 50px; }
  .txtBlock {
    margin-bottom: 30px; }
    .txtBlock .txtBlockInner {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      flex-wrap: wrap; }
      .txtBlock .txtBlockInner.imgLeft .text {
        -webkit-box-ordinal-group: 3;
                order: 2; }
      .txtBlock .txtBlockInner.imgLeft .img {
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .txtBlock .txtBlockInner.imgLeft .link {
        -webkit-box-ordinal-group: 4;
                order: 3; }
      .txtBlock .txtBlockInner .text {
        width: 50%; }
        .txtBlock .txtBlockInner .text .title {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 20px; }
        .txtBlock .txtBlockInner .text .mainTxt {
          font-size: 16px;
          line-height: 1.8; }
      .txtBlock .txtBlockInner .img {
        width: 45%; }
        .txtBlock .txtBlockInner .img img {
          width: 100%;
          height: auto; }
      .txtBlock .txtBlockInner .link {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        margin-top: 20px; }
        .txtBlock .txtBlockInner .link.flexStart:after {
          content: "";
          display: block;
          height: 60px;
          width: 48%; }
        .txtBlock .txtBlockInner .link a.btn {
          display: -webkit-box;
          display: flex;
          height: 60px;
          background-color: #f4866f;
          width: 48%;
          position: relative;
          color: #000;
          text-decoration: none; }
          .txtBlock .txtBlockInner .link a.btn:before {
            content: "";
            display: block;
            width: calc(100% - 60px);
            height: 60px;
            background-color: #f7f6f4;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            -webkit-transition: all .3s;
            transition: all .3s; }
          .txtBlock .txtBlockInner .link a.btn span:nth-of-type(1) {
            height: 60px;
            padding: 0 80px 0 20px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            font-size: 16px;
            line-height: 1.4;
            position: relative;
            z-index: 2;
            -webkit-transition: all .3s;
            transition: all .3s;
            -webkit-box-flex: 1;
                    flex: 1; }
          .txtBlock .txtBlockInner .link a.btn span:nth-of-type(2) {
            width: 60px;
            height: 60px;
            background-color: #f4866f;
            position: relative;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                    justify-content: center; }
            .txtBlock .txtBlockInner .link a.btn span:nth-of-type(2):after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
          .txtBlock .txtBlockInner .link a.btn:visited {
            color: #000;
            text-decoration: none; }
          .txtBlock .txtBlockInner .link a.btn:hover {
            text-decoration: none; }
            .txtBlock .txtBlockInner .link a.btn:hover:before {
              width: 0; }
            .txtBlock .txtBlockInner .link a.btn:hover span:nth-of-type(1) {
              color: #fff; }
    .txtBlock.border {
      border: 2px solid #f4866f;
      padding: 20px; }
  .imgCenter {
    text-align: center;
    margin-bottom: 20px; }
    .imgCenter .imgCenterInner img {
      max-width: 100%; }
  .yellowBlock {
    background-color: #fff6e6;
    padding: 20px; }
    .yellowBlock .yellowInner {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .yellowBlock .yellowInner .img {
        width: 30%;
        padding-right: 20px; }
        .yellowBlock .yellowInner .img img {
          width: 100%;
          height: auto; }
      .yellowBlock .yellowInner .txt {
        -webkit-box-flex: 1;
                flex: 1;
        -ms-flex: 0 1 auto; }
        .yellowBlock .yellowInner .txt .title {
          font-size: 20px;
          font-weight: 700;
          border-left: 5px solid #f4866f;
          padding-left: 5px;
          margin-bottom: 20px; }
        .yellowBlock .yellowInner .txt .mainTxt {
          font-size: 16px;
          vertical-align: middle;
          line-height: 1.8; }
          .yellowBlock .yellowInner .txt .mainTxt img {
            vertical-align: middle;
            padding-bottom: 3px; }
      .yellowBlock .yellowInner .more {
        width: 100%;
        margin: 20px auto 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center; }
        .yellowBlock .yellowInner .more a {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          width: 200px;
          height: 45px;
          border-radius: 5px;
          background-color: #f4866f;
          color: #fff;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .yellowBlock .yellowInner .more a:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto 0; }
          .yellowBlock .yellowInner .more a:hover {
            opacity: .7; }
  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 {
        background-image: url(/library/images/sub/arrow_blue_1.gif);
        background-position: -4px 7px; }
  dl.tnList {
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px; }
    dl.tnList dd {
      line-height: 1.8;
      padding: 0 0 0 20px;
      flex-shrink: 25;
      vertical-align: middle; }
      dl.tnList dd a {
        display: inline-block; }
      dl.tnList dd img {
        vertical-align: middle; }
    dl.tnList.tnRight dt {
      -webkit-box-ordinal-group: 3;
              order: 2; }
    dl.tnList.tnRight dd {
      -webkit-box-ordinal-group: 2;
              order: 1;
      padding: 0 20px 0 0;
      vertical-align: middle; }
      dl.tnList.tnRight dd a {
        display: inline-block; }
      dl.tnList.tnRight dd img {
        vertical-align: middle; }
  .customTable table, .customTable th, .customTable td {
    border: 1px solid #000;
    border-collapse: collapse; }
  .customTable th {
    background-color: #dadada;
    text-align: center;
    font-weight: 400;
    padding: 3px; }
  .customTable td {
    padding: 3px; }
  .customTable table {
    width: 100%; }
  table tr td {
    vertical-align: middle; }
    table tr td img {
      vertical-align: middle;
      padding-bottom: 3px; }
  #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; }
  .tobiraInner {
    width: 90%;
    margin: 0 auto;
    max-width: 950px; }
  .index2ndBasicBtn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: 950px;
    width: 100%;
    margin: 0 auto; }
    .index2ndBasicBtn a {
      margin-bottom: 20px;
      display: block;
      width: 49%;
      position: relative;
      padding-right: 60px;
      background-color: #f4866f;
      min-height: 60px;
      font-size: 16px;
      text-decoration: none; }
      .index2ndBasicBtn a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        position: absolute;
        right: 30px;
        top: 50%; }
      .index2ndBasicBtn a:before {
        content: "";
        display: block;
        width: calc(100% - 60px);
        height: 100%;
        background-color: #f7f6f4;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .index2ndBasicBtn a span {
        display: -webkit-box;
        display: flex;
        color: #000;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 1em;
        -webkit-box-align: center;
                align-items: center; }
      .index2ndBasicBtn a:hover:before {
        width: 0; }
      .index2ndBasicBtn a:hover span {
        color: #fff; }
      .index2ndBasicBtn a[target="_blank"]:after {
        width: 25px;
        height: 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: none;
        background-image: url(/library/images/legal_advice/icon-blank.png);
        right: 17px; }
  .flow {
    border: 2px solid #f4866f;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
    .flow .title {
      line-height: 1.3; }
    .flow:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-right: 2px solid #f4866f;
      border-bottom: 2px solid #f4866f;
      background-color: #fff;
      position: absolute;
      -webkit-transform: rotate(45deg) translateX(-50%);
              transform: rotate(45deg) translateX(-50%);
      bottom: -20px;
      left: 50%; }
    .flow.start {
      border-radius: 10px 10px 0 0; }
    .flow.end {
      border-radius: 0 0 10px 10px; }
      .flow.end:after {
        display: none; }
    .flow .title {
      margin-bottom: 16px;
      padding: 5px 10px 5px 20px;
      font-weight: bold;
      font-size: 18px;
      border-left: 9px solid #f4866f; }
  .splitGroup {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .splitGroup .splitItem {
      margin-top: 1em; }
    .splitGroup.col2 {
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .splitGroup.col2 .splitItem {
        width: 48%;
        text-align: center; }
        .splitGroup.col2 .splitItem img {
          max-width: 100%;
          width: auto;
          height: auto; }
    .splitGroup.col3 {
      -webkit-box-pack: start;
              justify-content: flex-start; }
      .splitGroup.col3 .splitItem {
        width: calc(100% / 3);
        text-align: center; }
        .splitGroup.col3 .splitItem img {
          max-width: 95%;
          width: auto;
          height: auto; }
  .contactFormBlock table {
    border: none; }
    .contactFormBlock table td, .contactFormBlock table th {
      border: none; }
  .more {
    max-width: 1220px;
    width: 90%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .more a {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      width: 200px;
      height: 45px;
      border-radius: 5px;
      background-color: #f4866f;
      color: #fff;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .more a:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0; }
      .more a:hover {
        opacity: .7; }
    .more.under a {
      text-decoration: none; }
      .more.under a:after {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
  .bgGray {
    background-color: #f7f6f4;
    padding: .5em; }
  .bgYellow {
    background-color: #fff6e6;
    padding: .5em; } }

@media screen and (min-width: 1001px) and (max-width: 949px) {
  .mapJP {
    width: 100%;
    margin: 0 auto; }
    .mapJP .map {
      display: none; }
    .mapJP .area {
      margin-bottom: 20px; }
      .mapJP .area .title {
        font-size: 20px;
        font-weight: 700;
        border-bottom: 2px solid #e7e7e7;
        position: relative;
        margin-bottom: 16px;
        padding-bottom: 10px; }
        .mapJP .area .title:after {
          content: "";
          display: block;
          width: 70px;
          height: 2px;
          background-color: #f4866f;
          position: absolute;
          left: 0;
          bottom: -2px; }
      .mapJP .area .spot {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap; }
        .mapJP .area .spot span,
        .mapJP .area .spot a {
          width: 4em;
          padding-left: 1em;
          position: relative; }
          .mapJP .area .spot span:before,
          .mapJP .area .spot a:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            top: 8px;
            left: 0px;
            border-top: 2px solid #f48a74;
            border-right: 2px solid #f48a74;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); } }

@media print, screen and (min-width: 1001px) and (min-width: 950px) {
  .mapJP {
    width: 950px;
    border: 2px solid #f48a74;
    position: relative;
    height: 600px; }
    .mapJP .map {
      width: 445px;
      height: 396px;
      overflow: hidden;
      position: absolute;
      top: 60px;
      left: 250px;
      margin: 0 auto; }
      .mapJP .map span {
        display: block;
        width: 445px;
        height: 396px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .mapJP .map span.visible {
          opacity: 1; }
    .mapJP .area {
      position: absolute;
      background-color: #fff;
      border: 2px solid #f48a74;
      width: 190px;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .mapJP .area .title {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        padding: 5px 0;
        background-color: #fff;
        color: #f4866f;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-bottom: 2px solid #f48a74; }
      .mapJP .area .spot {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        padding-left: .8em;
        padding-bottom: .5em; }
        .mapJP .area .spot span,
        .mapJP .area .spot a {
          width: 5em;
          padding-left: 1em;
          position: relative; }
          .mapJP .area .spot span:before,
          .mapJP .area .spot a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            left: 5px;
            background-color: #f48a74;
            -webkit-transition: all .3s;
            transition: all .3s; }
      .mapJP .area:hover .title {
        background-color: #f4866f;
        color: #fff; }
      .mapJP .area#hokkaidoArea {
        top: 20px;
        right: 20px; }
      .mapJP .area#tohokuArea {
        top: 220px;
        right: 20px; }
      .mapJP .area#kantoArea {
        top: 360px;
        right: 20px; }
      .mapJP .area#chubuArea {
        width: 220px;
        top: 70px;
        left: 290px; }
      .mapJP .area#kinkiArea {
        width: 220px;
        bottom: 20px;
        left: 480px; }
      .mapJP .area#chugokuArea {
        width: 220px;
        top: 210px;
        left: 30px; }
      .mapJP .area#shikokuArea {
        bottom: 20px;
        left: 220px; }
      .mapJP .area#kyushuArea {
        left: 20px;
        bottom: 20px; }
    .mapJP.kodomo .area {
      border-radius: 4px;
      border-width: 3px; }
      .mapJP.kodomo .area .title {
        background-color: transparent;
        color: #fff;
        border: none; }
      .mapJP.kodomo .area .spot {
        background-color: #fff;
        border-radius: 7px; }
        .mapJP.kodomo .area .spot a {
          color: #000; }
      .mapJP.kodomo .area#hokkaidoArea {
        border-color: #2589e1;
        background-color: #2589e1; }
        .mapJP.kodomo .area#hokkaidoArea a:before {
          background-color: #2589e1; }
      .mapJP.kodomo .area#tohokuArea {
        border-color: #57afef;
        background-color: #57afef; }
        .mapJP.kodomo .area#tohokuArea a:before {
          background-color: #57afef; }
      .mapJP.kodomo .area#kantoArea {
        border-color: #5ab05a;
        background-color: #5ab05a; }
        .mapJP.kodomo .area#kantoArea a:before {
          background-color: #5ab05a; }
      .mapJP.kodomo .area#chubuArea {
        border-color: #c1c103;
        background-color: #c1c103; }
        .mapJP.kodomo .area#chubuArea a:before {
          background-color: #c1c103; }
      .mapJP.kodomo .area#kinkiArea {
        border-color: #f8b329;
        background-color: #f8b329; }
        .mapJP.kodomo .area#kinkiArea a:before {
          background-color: #f8b329; }
      .mapJP.kodomo .area#chugokuArea {
        border-color: #f39890;
        background-color: #f39890; }
        .mapJP.kodomo .area#chugokuArea a:before {
          background-color: #f39890; }
      .mapJP.kodomo .area#shikokuArea {
        border-color: #ea7e78;
        background-color: #ea7e78; }
        .mapJP.kodomo .area#shikokuArea a:before {
          background-color: #ea7e78; }
      .mapJP.kodomo .area#kyushuArea {
        border-color: #e879a4;
        background-color: #e879a4; }
        .mapJP.kodomo .area#kyushuArea a:before {
          background-color: #e879a4; } }

@media print, screen and (min-width: 1001px) {
  #mapWorld {
    margin-bottom: 30px; }
    #mapWorld ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #mapWorld ul li {
        margin: 0;
        padding: 0; } }
  @media screen and (min-width: 1001px) and (max-width: 949px) {
    #mapWorld ul li a {
      display: block;
      min-height: 60px;
      background-color: #f7f6f4;
      position: relative;
      display: -webkit-box;
      display: flex;
      margin-top: 20px;
      -webkit-box-align: center;
              align-items: center;
      padding: 0 1em;
      color: #000;
      text-decoration: none; }
      #mapWorld ul li a:before {
        content: "";
        display: block;
        width: 60px;
        height: 100%;
        background-color: #f4866f;
        position: absolute;
        top: 0;
        right: 0; }
      #mapWorld ul li a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 30px; } }
  @media print, screen and (min-width: 1001px) and (min-width: 950px) {
    #mapWorld {
      width: 950px;
      height: 500px;
      background-image: url(../images/map/world/world-pink.png); }
      #mapWorld ul {
        width: 950px;
        height: 500px;
        position: relative; }
        #mapWorld ul li {
          position: absolute; }
          #mapWorld ul li a {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            padding: 5px 0;
            min-width: 6em;
            border: 2px solid #f4866f;
            line-height: 1;
            color: #f4866f;
            font-weight: 700;
            text-decoration: none;
            background-color: #fff;
            -webkit-transition: all .3s;
            transition: all .3s; }
            #mapWorld ul li a span {
              display: none; }
            #mapWorld ul li a:hover {
              background-color: #f4866f;
              color: #fff; }
          #mapWorld ul li:after {
            content: "";
            display: block;
            background-image: url(../images/map/anc.png);
            height: 42px;
            background-position: 50% 0;
            background-repeat: no-repeat;
            margin-top: 5px; }
          #mapWorld ul li.Asia {
            top: 200px;
            left: 330px; }
          #mapWorld ul li.Africa {
            top: 250px;
            left: 70px; }
          #mapWorld ul li.Europe {
            top: 60px;
            left: 110px; }
          #mapWorld ul li.Oceania {
            top: 320px;
            left: 430px; }
          #mapWorld ul li.Middle_East {
            top: 160px;
            left: 150px; }
          #mapWorld ul li.Latin_America {
            top: 270px;
            left: 770px; }
          #mapWorld ul li.North_America {
            top: 130px;
            left: 660px; } }

@media print, screen and (min-width: 1001px) {
  #sitemapWrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap; }
    #sitemapWrap .sitemapItem {
      width: 48%;
      margin-top: 40px; }
      #sitemapWrap .sitemapItem .title {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 2px solid #f4866f; }
      #sitemapWrap .sitemapItem .menuList {
        margin-top: 20px; }
        #sitemapWrap .sitemapItem .menuList a {
          display: block;
          position: relative;
          padding-left: 1em; }
          #sitemapWrap .sitemapItem .menuList a:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-top: 2px solid #f4866f;
            border-right: 2px solid #f4866f;
            position: absolute;
            top: 9px;
            left: 0px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
  #spFooterBtn {
    background-color: rgba(21, 96, 187, 0.7);
    display: -webkit-box;
    display: flex;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999; }
    #spFooterBtn .spSodan {
      width: 50%; }
      #spFooterBtn .spSodan#web {
        margin-right: 1px; }
      #spFooterBtn .spSodan#tel {
        margin-left: 1px; }
      #spFooterBtn .spSodan a {
        display: block;
        padding: 10px;
        background-color: #fff; }
        #spFooterBtn .spSodan a img {
          width: 100%;
          height: auto; }
  .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; }
  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;
						}
					}
				}
			}
			*/ }
  .jfCatDate {
    font-size: 14px;
    white-space: nowrap; }
  .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; }
  .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; }
  .pbLeftArea, .pbRightArea {
    min-height: auto; }
  .mb0 {
    margin-bottom: 0 !important; }
  .mb10 {
    margin-bottom: 10px !important; }
  .mb20 {
    margin-bottom: 20px !important; }
  .mb30 {
    margin-bottom: 30px !important; }
  .diaryBanner {
    display: none; }
  .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin: 40px auto 0;
    width: 600px;
    height: 338px;
    padding: 0; }
    .ytWrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .splitGroup.col2 .splitItem .ytWrap {
    width: 100%;
    padding-bottom: 56.25%; } }

@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; }
  #area0 ul, #area0 ol {
    font-size: 3.5mm; } }

/*# sourceMappingURL=map/second-common.css.map */
