@media screen and (max-width: 600px) {
  #secondHeader, #area2 {
    width: 100%;
    background-image: url(../images/second/second-top-bg.jpg);
    background-size: cover;
    background-position: 50%;
  }
  #secondHeader .inner, #area2 .inner {
    width: 90%;
    margin: 0 auto;
  }
  #secondHeader .inner h1, #secondHeader .inner #h1, #area2 .inner h1, #area2 .inner #h1 {
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
  }
  #secondHeader #topSub, #area2 #topSub {
    background-color: #d5e0ee;
  }
  #secondHeader #topSub .inner, #area2 #topSub .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  #secondHeader #topSub .inner > .pbNested, #area2 #topSub .inner > .pbNested {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  #secondHeader #topSub .inner #subMenu, #area2 #topSub .inner #subMenu {
    order: 2;
    position: relative;
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle button, #area2 #topSub .inner #subMenu #subMenuTitle button {
    background-color: #b3cdee;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 11"><path fill="%23155fbb" d="M15.5,1h-15C0.2,1,0,0.8,0,0.5S0.2,0,0.5,0h15C15.8,0,16,0.2,16,0.5S15.8,1,15.5,1z"></path><path fill="%23155fbb" d="M15.5,11h-15C0.2,11,0,10.8,0,10.5S0.2,10,0.5,10h15c0.3,0,0.5,0.2,0.5,0.5S15.8,11,15.5,11z"></path><path fill="%23155fbb" d="M15.5,6h-15C0.2,6,0,5.8,0,5.5S0.2,5,0.5,5h15C15.8,5,16,5.2,16,5.5S15.8,6,15.5,6z"></path></svg>');
    background-size: 15px 10px;
    background-position: 10px 50%;
    color: #155fbb;
    font-size: 18px;
    width: 100%;
    height: 37px;
    background-repeat: no-repeat;
    padding-left: 40px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle button.isOpen, #area2 #topSub .inner #subMenu #subMenuTitle button.isOpen {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 11"><path fill="%23155fbb" d="M14.5,9.2L8.9,5.5l5.6-3.7c0.2-0.2,0.3-0.5,0.1-0.7c-0.2-0.2-0.5-0.3-0.7-0.1l-6,4l-6-4 C1.8,0.8,1.5,0.9,1.3,1.1C1.2,1.3,1.2,1.6,1.5,1.8l5.6,3.7L1.5,9.2C1.2,9.4,1.2,9.7,1.3,9.9s0.5,0.3,0.7,0.1l6-4l6,4 c0.2,0.2,0.5,0.1,0.7-0.1S14.8,9.4,14.5,9.2z"></path></svg>');
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody, #area2 #topSub .inner #subMenu .subMenuBody {
    display: none;
    list-style: none !important;
    background-color: #b3cdee;
    padding: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 37px;
    z-index: 5;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody li, #area2 #topSub .inner #subMenu .subMenuBody li {
    list-style: none !important;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent, #area2 #topSub .inner #subMenu .subMenuBody .subParent {
    background-color: #f6f7f9;
    margin-top: 2px;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.2 9"><polygon fill="%23155fbb"  points="0.7,9 0,8.2 3.8,4.5 0,0.7 0.7,0 5.2,4.5 "></polygon></svg>');
    background-repeat: no-repeat;
    background-position: 95% 19px;
    background-size: 6px 9px;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent.hasChild, #area2 #topSub .inner #subMenu .subMenuBody .subParent.hasChild {
    background-image: none;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon, #area2 #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon {
    display: block;
    width: 30px;
    height: 47px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><polygon fill="%23155fbb" points="10,4.5 5.5,4.5 5.5,0 4.5,0 4.5,4.5 0,4.5 0,5.5 4.5,5.5 4.5,10 5.5,10 5.5,5.5 10,5.5 "></polygon></svg>');
    background-position: 50% 19px;
    background-size: 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon.isOpen, #area2 #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon.isOpen {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><rect fill="%23155fbb" y="4.5" width="10" height="1"/></svg>');
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent > a, #area2 #topSub .inner #subMenu .subMenuBody .subParent > a {
    padding-right: 30px;
    font-size: 15px;
    color: #09376d;
    text-decoration: none;
    display: block;
    padding: 10px;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent .subChildBody, #area2 #topSub .inner #subMenu .subMenuBody .subParent .subChildBody {
    list-style: none;
    font-size: 14px;
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
    display: none;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild + .subChild, #area2 #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild + .subChild {
    border-top: 1px solid #d5e0ee;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild a, #area2 #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild a {
    display: block;
    padding: 10px 40px 10px 10px;
    color: #858585;
    text-decoration: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.2 9"><polygon fill="%23155fbb"  points="0.7,9 0,8.2 3.8,4.5 0,0.7 0.7,0 5.2,4.5 "></polygon></svg>');
    background-repeat: no-repeat;
    background-position: 100% 19px;
    background-size: 6px 9px;
  }
  #secondHeader #topSub .inner .pankuzu, #area2 #topSub .inner .pankuzu {
    width: 90%;
    margin: 0 auto;
    order: 1;
    font-size: 13px;
    color: #09376d;
    padding: 3px 0;
  }
  #secondHeader #topSub .inner .pankuzu a, #area2 #topSub .inner .pankuzu a {
    color: #09376d;
    text-decoration: none;
  }
  /*
  .aboutArea2{
  	@if $type == sp{
  	}
  	@if $type == pc{
  		#area2{
  			background-image: url(../images/second/about-top-bg.jpg);
  		}
  	}
  }

  .newsArea2{
  	@if $type == sp{
  	}
  	@if $type == pc{
  		#area2{
  			background-image: url(../images/second/about-top-bg.jpg);
  		}
  	}
  }
  */
  .wpMokuji {
    list-style: none;
  }
  .wpMokuji li {
    display: inline-block;
    margin-right: 1em;
  }
  .wpMokuji li a {
    display: block;
    padding-left: 1em;
    position: relative;
  }
  .wpMokuji li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #09376d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 11px;
  }
  .mokuji {
    list-style: none;
    padding: 0;
  }
  .mokuji li {
    list-style: none;
    list-style-type: none !important;
  }
  .mokuji li ul li {
    margin-top: 0.5em;
  }
  .mokuji li ul li a:before {
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #09376d;
    border-right: 1px solid #09376d;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    background-color: transparent;
    top: 0.4em;
  }
  .mokuji > li {
    margin-top: 1em;
  }
  .mokuji > li a {
    display: block;
    padding-left: 1em;
    position: relative;
  }
  .mokuji > li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #09376d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 0.6em;
  }
  .newsCatBtn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #09376d;
    line-height: 1;
    padding: 15px 30px 15px 20px;
    position: relative;
    min-width: 200px;
  }
  .newsCatBtn:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #09376d;
    border-right: 1px solid #09376d;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
  }
  :root .pbAreaWrapper2 {
    margin: 0;
  }
  #area0 {
    margin-top: 60px;
  }
  #areaWrapper1 {
    width: 100%;
    margin: 0px auto 0;
  }
  #areaWrapper1 .pbLeftArea {
    display: block;
    float: none;
    width: 100%;
    overflow: visible;
  }
  #areaWrapper1 #mainArea {
    width: 90%;
    margin: 0 auto;
  }
  #areaWrapper1 #mainArea h1 {
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #707070;
    position: relative;
    padding-left: 20px;
    padding-bottom: 6px;
  }
  #areaWrapper1 #mainArea h1:before {
    content: "";
    display: block;
    width: 3px;
    height: calc((100% - 25px) * 0.9);
    background-color: #F4866F;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  #areaWrapper1 #mainArea h1.linkTitle {
    font-size: 20px;
    padding-left: 0;
    margin-top: 40px;
  }
  #areaWrapper1 #mainArea h1.linkTitle a {
    display: block;
    text-decoration: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.5 25.5"><polygon fill="%23707070" points="11.7,0 9.6,2.1 18.7,11.3 0,11.3 0,14.3 18.7,14.3 9.6,23.4 11.7,25.5 24.5,12.8"></polygon></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
  #areaWrapper1 #mainArea h1.linkTitle:before {
    display: none;
  }
  #areaWrapper1 h2 {
    font-size: 19px;
    font-weight: 400;
    background-color: #F6F7F9;
    border-left: 20px solid #D5E0EE;
    padding: 4px 13px;
    margin-top: 40px;
  }
  #areaWrapper1 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
    margin-top: 25px;
  }
  #areaWrapper1 h3:before {
    content: "";
    display: block;
    width: 7px;
    height: 70%;
    background-color: #f4866f;
    position: absolute;
    top: 0.3em;
    left: 0;
  }
  #areaWrapper1 h4 {
    font-size: 18px;
    color: #f4866f;
    margin-top: 20px;
  }
  #areaWrapper1 a.icon {
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding-left: 1.3em;
    background-size: auto 1em;
  }
  #areaWrapper1 a.icon[href$=pdf] {
    background-image: url(../images/common/icon-pdf.png);
  }
  #areaWrapper1 a.icon[href$=xls], #areaWrapper1 a.icon[href$=xlsx] {
    background-image: url(../images/common/icon-xls.png);
  }
  #areaWrapper1 a.blank:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23155FBB" d="M1.8,0v12.2H14V0H1.8z M13.1,11.3H2.7V0.9h10.4L13.1,11.3z"></path><path fill="%23155FBB" d="M13.1,13.1H0.9V0.9c0-0.2-0.2-0.4-0.4-0.4S0,0.6,0,0.9v12.7C0,13.8,0.2,14,0.4,14c0,0,0,0,0,0 h12.7c0.2,0,0.4-0.2,0.4-0.4S13.3,13.1,13.1,13.1L13.1,13.1z"></path><path fill="%23155FBB" d="M5.2,9.2c0.1,0,0.2,0,0.3-0.1l4.8-4.8v3c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4v-4 c0-0.1,0-0.1,0-0.2v0c0-0.1-0.1-0.2-0.2-0.2h0c-0.1,0-0.1,0-0.2,0h-4c-0.2,0-0.4,0.2-0.4,0.4s0.2,0.4,0.4,0.4h3L4.9,8.4 C4.7,8.6,4.7,8.9,4.9,9C4.9,9.1,5.1,9.2,5.2,9.2L5.2,9.2z"></path></svg>');
    background-size: 1em 1em;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-left: 0.3em;
    vertical-align: text-bottom;
  }
  #areaWrapper1 .fax {
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.2 20"><path fill="%23707070" d="M20.2,6.1h-4.2l0-6.1H4.2v6.1H0V20h20.2L20.2,6.1z M19.2,7.2v4.3h-3.1l0-4.3H19.2z M15,1.1v10.4H5.2V1.1H15z M4.2,7.2v4.3H1.1V7.2H4.2z M1.1,19v-6.5h18.1V19H1.1z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 0 0.3em;
    padding-left: 1.3em;
  }
  #areaWrapper1 .tel {
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23707070" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 21"><path fill="%23707070" d="M4.5,21c-0.7,0-1.5-0.2-2.3-0.9L0.8,19c-0.4-0.4-0.7-0.9-0.8-1.4C0,17,0.1,16.5,0.5,16l2.9-3.6 c0.7-0.9,2.1-1.1,3-0.3L7.4,13c0.2-0.1,0.5-0.3,1.1-0.8c1-0.8,1.8-1.8,2.3-2.9c0.3-0.6,0.4-0.9,0.4-1.1l-1.1-0.9 c-0.9-0.7-1-2.1-0.3-3l2.9-3.6C13,0.4,13.5,0.1,14.1,0c0.6-0.1,1.1,0.1,1.6,0.4L17,1.6c1.9,1.5,1.7,3.2,0.8,5.9l-1.2,2.6 c-1.3,2.9-3.3,5.5-5.9,7.4l-2.6,2C7,20.3,5.8,21,4.5,21z M5,12.7c-0.3,0-0.7,0.1-0.9,0.4l-2.9,3.6C1.1,16.9,1,17.2,1,17.5 c0,0.3,0.2,0.6,0.4,0.7l1.4,1.1c1.3,1,2.4,0.9,4.7-0.6l2.6-2c2.4-1.8,4.3-4.3,5.5-7l1.2-2.6c1-2.6,0.9-3.7-0.5-4.7L15,1.2 C14.8,1.1,14.5,1,14.2,1c-0.3,0-0.6,0.2-0.7,0.4L10.6,5c-0.4,0.5-0.3,1.2,0.2,1.6l1.3,1c0.4,0.3,0.2,1-0.3,2.1 c-0.6,1.3-1.5,2.4-2.6,3.3c-1.3,1-1.8,1.2-2.2,0.9l-1.3-1C5.5,12.7,5.2,12.7,5,12.7z M7.6,13.1L7.6,13.1C7.6,13.1,7.6,13.1,7.6,13.1 z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 0 0.3em;
    padding-left: 1.3em;
  }
  #areaWrapper1 .more {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  #areaWrapper1 .more a {
    display: block;
    border-bottom: 1px solid #155fbb;
    text-decoration: none;
    padding-bottom: 20px;
    position: relative;
  }
  #areaWrapper1 .more a:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: -1px;
    right: 0;
    left: auto;
    background-color: #155fbb;
    transition: all 0.3s;
  }
  #areaWrapper1 ul, #areaWrapper1 ol {
    padding-left: 1.5em;
  }
  #areaWrapper1 ul.linkList, #areaWrapper1 ol.linkList {
    list-style: none;
    padding-left: 0;
  }
  #areaWrapper1 ul.linkList li, #areaWrapper1 ol.linkList li {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 17.5"><path fill="%23155fbb" d="M6.8,4.2c0.3-0.3,0.8-0.3,1.1,0l4,4c0.3,0.3,0.3,0.8,0,1.1l-4,4c-0.3,0.3-0.8,0.3-1.1,0 c-0.3-0.3-0.3-0.8,0-1.1l0,0l3.4-3.4L6.8,5.3C6.5,5,6.5,4.5,6.8,4.2C6.8,4.2,6.8,4.2,6.8,4.2z"></path><path fill="%23155fbb" d="M0,8.7c0,4.8,3.9,8.7,8.7,8.7s8.7-3.9,8.7-8.7S13.6,0,8.7,0C3.9,0,0,3.9,0,8.7 C0,8.7,0,8.7,0,8.7z M1.3,8.7c0-4.1,3.3-7.4,7.4-7.4c2,0,3.9,0.8,5.2,2.2c2.9,2.9,2.9,7.6,0,10.5s-7.6,2.9-10.5,0l0,0 C2.1,12.6,1.3,10.7,1.3,8.7z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.3em;
    background-position: 0 0.3em;
    text-indent: 0;
  }
  #areaWrapper1 table {
    border: none;
    border-collapse: collapse;
    width: 100%;
  }
  #areaWrapper1 table th, #areaWrapper1 table td {
    border: 2px solid #fff;
    padding: 5px;
    text-wrap: 400px;
    text-align: left;
  }
  #areaWrapper1 table th {
    background-color: #EBF1FA;
    color: #000;
    font-weight: 400;
  }
  #areaWrapper1 table td {
    background-color: #F6F7F9;
  }
  #areaWrapper1 table td.noBgc {
    background-color: transparent;
  }
  #areaWrapper1 table.noBgc th, #areaWrapper1 table.noBgc td {
    background-color: transparent;
  }
  #areaWrapper1 table.wpTable {
    border: none;
    border-top: 1px dotted #e6e6e6;
  }
  #areaWrapper1 table.wpTable th, #areaWrapper1 table.wpTable td {
    border: none;
    background-color: transparent;
    border-bottom: 1px dotted #e6e6e6;
  }
  #areaWrapper1 table.wpTable th {
    width: 42px;
  }
  #areaWrapper1 table.wpTable td {
    width: 100%;
  }
  #areaWrapper1 table.wpTable td.page {
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    width: 35px;
  }
  #areaWrapper1 table.wpTable td + .page {
    width: 45px;
    text-align: right;
  }
  #areaWrapper1 .colTwo .item {
    margin-top: 30px;
  }
  #areaWrapper1 .colTwo .item img {
    width: 100%;
    height: auto;
  }
  #areaWrapper1 .img {
    text-align: center;
    margin-top: 30px;
  }
  #areaWrapper1 .img img {
    max-width: 100%;
    height: auto;
  }
  #areaWrapper1 p.imgIn img {
    max-width: 100%;
    width: auto;
    height: auto;
    padding-bottom: 1em;
  }
  #areaWrapper1 .categoriesBlock {
    background-color: #F6F7F9;
    margin-top: 40px;
  }
  #areaWrapper1 .categoriesBlock h2 {
    background-color: #09376D;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: none;
    padding: 10px;
    margin: 0;
  }
  #areaWrapper1 .categoriesBlock h2:before {
    display: none;
  }
  #areaWrapper1 .categoriesBlock .inner {
    width: 100%;
    padding: 15px;
  }
  #areaWrapper1 .categoriesBlock .inner h3 {
    font-size: 18px;
    color: #09376d;
    border: none;
    margin-top: 10px;
    padding: 0;
  }
  #areaWrapper1 .categoriesBlock .inner .indent {
    padding-left: 20px;
  }
  #areaWrapper1 .categoriesBlock .inner .bgWhite {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
  }
  .tac {
    text-align: center;
  }
  .tar {
    text-align: right;
  }
  .indexBlock .tobiramenu {
    margin-top: 20px;
  }
  .indexBlock .tobiramenu .pbBlock + .pbBlock {
    margin-top: 10px;
  }
  .indexBlock .tobiramenu a {
    display: block;
    font-size: 16px;
    padding-left: 1.5em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 17.5"><path fill="%23155FBB" d="M6.8,4.2c0.3-0.3,0.8-0.3,1.1,0l4,4c0.3,0.3,0.3,0.8,0,1.1l-4,4c-0.3,0.3-0.8,0.3-1.1,0 c-0.3-0.3-0.3-0.8,0-1.1l0,0l3.4-3.4L6.8,5.3C6.5,5,6.5,4.5,6.8,4.2C6.8,4.2,6.8,4.2,6.8,4.2z"></path><path fill="%23155FBB" d="M0,8.7c0,4.8,3.9,8.7,8.7,8.7s8.7-3.9,8.7-8.7S13.6,0,8.7,0C3.9,0,0,3.9,0,8.7 C0,8.7,0,8.7,0,8.7z M1.3,8.7c0-4.1,3.3-7.4,7.4-7.4c2,0,3.9,0.8,5.2,2.2c2.9,2.9,2.9,7.6,0,10.5s-7.6,2.9-10.5,0l0,0 C2.1,12.6,1.3,10.7,1.3,8.7z"></path></svg>');
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 1em 1em;
    text-decoration: none;
  }
  #news-archive table.pbWhatsnewTable tr {
    display: block;
  }
  #news-archive table.pbWhatsnewTable tr td {
    display: block;
    width: 100% !important;
    background-color: transparent;
  }
  #news-archive table.pbWhatsnewTable tr td.jfCatDate, #news-archive table.pbWhatsnewTable tr td:nth-of-type(1) {
    border-top: 1px solid #858585;
    font-size: 13px;
    color: #868686;
    padding: 20px 5px 5px;
  }
  #news-archive table.pbWhatsnewTable tr td.jfCatTxtTopEn, #news-archive table.pbWhatsnewTable tr td.jfCatTxt, #news-archive table.pbWhatsnewTable tr td.pb-of-visible {
    padding: 0 5px 15px;
    position: relative;
  }
  #news-archive table.pbWhatsnewTable tr td.jfCatTxtTopEn img, #news-archive table.pbWhatsnewTable tr td.jfCatTxt img, #news-archive table.pbWhatsnewTable tr td.pb-of-visible img {
    line-height: 1;
    position: absolute;
    top: -25px;
    left: 100px;
  }
  #news-archive table.pbWhatsnewTable tr td a {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #09376D;
    text-decoration: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.2 9"><polygon fill="%23155fbb"  points="0.7,9 0,8.2 3.8,4.5 0,0.7 0.7,0 5.2,4.5 "></polygon></svg>');
    background-repeat: no-repeat;
    background-position: 100% 19px;
    background-size: 6px 9px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.5 25.5"><polygon fill="%23707070" points="11.7,0 9.6,2.1 18.7,11.3 0,11.3 0,14.3 18.7,14.3 9.6,23.4 11.7,25.5 24.5,12.8"></polygon></svg>');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
  }
  .jfListArrowMenu {
    background-image: none;
  }
  .preBox {
    display: none;
  }
  #mainArea .pbBlock p {
    line-height: 1.8;
  }
  #mainArea .pbBlock h2 + p, #mainArea .pbBlock h3 + p {
    margin-top: 1.6em;
  }
}
@media print, screen and (min-width: 601px) {
  #secondHeader, #area2 {
    width: 100%;
    background-image: url(../images/second/second-top-bg.jpg);
    background-size: cover;
    background-position: 50%;
  }
  #secondHeader .inner, #area2 .inner {
    max-width: 1520px;
    width: 95%;
    margin: 0 auto;
  }
  #secondHeader .inner h1, #secondHeader .inner #h1, #area2 .inner h1, #area2 .inner #h1 {
    height: 160px;
    display: flex;
    align-items: center;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
  }
  #secondHeader #topSub, #area2 #topSub {
    background-color: #d5e0ee;
  }
  #secondHeader #topSub .inner, #area2 #topSub .inner {
    max-width: 1520px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #secondHeader #topSub .inner > .pbNested, #area2 #topSub .inner > .pbNested {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #secondHeader #topSub .inner #subMenu, #area2 #topSub .inner #subMenu {
    position: relative;
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle button, #area2 #topSub .inner #subMenu #subMenuTitle button {
    background-color: #b3cdee;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 11"><path fill="%23155fbb" d="M15.5,1h-15C0.2,1,0,0.8,0,0.5S0.2,0,0.5,0h15C15.8,0,16,0.2,16,0.5S15.8,1,15.5,1z"></path><path fill="%23155fbb" d="M15.5,11h-15C0.2,11,0,10.8,0,10.5S0.2,10,0.5,10h15c0.3,0,0.5,0.2,0.5,0.5S15.8,11,15.5,11z"></path><path fill="%23155fbb" d="M15.5,6h-15C0.2,6,0,5.8,0,5.5S0.2,5,0.5,5h15C15.8,5,16,5.2,16,5.5S15.8,6,15.5,6z"></path></svg>');
    background-size: 15px 10px;
    background-position: 10px 50%;
    color: #155fbb;
    font-size: 16px;
    width: 280px;
    height: 37px;
    background-repeat: no-repeat;
    padding-left: 40px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle button:focus, #area2 #topSub .inner #subMenu #subMenuTitle button:focus {
    outline: none;
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle button:focus-visible, #area2 #topSub .inner #subMenu #subMenuTitle button:focus-visible {
    outline: 1px solid #000;
    background-color: #77a9e8;
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle button:hover, #area2 #topSub .inner #subMenu #subMenuTitle button:hover {
    background-color: #77a9e8;
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle button.isOpen, #area2 #topSub .inner #subMenu #subMenuTitle button.isOpen {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 11"><path fill="%23155fbb" d="M14.5,9.2L8.9,5.5l5.6-3.7c0.2-0.2,0.3-0.5,0.1-0.7c-0.2-0.2-0.5-0.3-0.7-0.1l-6,4l-6-4 C1.8,0.8,1.5,0.9,1.3,1.1C1.2,1.3,1.2,1.6,1.5,1.8l5.6,3.7L1.5,9.2C1.2,9.4,1.2,9.7,1.3,9.9s0.5,0.3,0.7,0.1l6-4l6,4 c0.2,0.2,0.5,0.1,0.7-0.1S14.8,9.4,14.5,9.2z"></path></svg>');
  }
  #secondHeader #topSub .inner #subMenu #subMenuTitle .nochild, #area2 #topSub .inner #subMenu #subMenuTitle .nochild {
    background-color: #b3cdee;
    color: #155fbb;
    font-size: 16px;
    width: 280px;
    height: 37px;
    padding-left: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock, #area2 #topSub .inner #subMenu .subMenuBody,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock {
    display: none;
    list-style: none !important;
    background-color: #b3cdee;
    padding: 20px;
    position: absolute;
    min-width: 280px;
    left: 0;
    top: 37px;
    z-index: 5;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody li,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock li, #area2 #topSub .inner #subMenu .subMenuBody li,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock li {
    list-style: none !important;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent, #area2 #topSub .inner #subMenu .subMenuBody .subParent,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent {
    background-color: #f6f7f9;
    margin-top: 2px;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.2 9"><polygon fill="%23155fbb"  points="0.7,9 0,8.2 3.8,4.5 0,0.7 0.7,0 5.2,4.5 "></polygon></svg>');
    background-repeat: no-repeat;
    background-position: 95% 19px;
    background-size: 6px 9px;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent.hasChild,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent.hasChild, #area2 #topSub .inner #subMenu .subMenuBody .subParent.hasChild,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent.hasChild {
    background-image: none;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent.hasChild .icon, #area2 #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent.hasChild .icon {
    display: block;
    width: 30px;
    height: 47px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><polygon fill="%23155fbb" points="10,4.5 5.5,4.5 5.5,0 4.5,0 4.5,4.5 0,4.5 0,5.5 4.5,5.5 4.5,10 5.5,10 5.5,5.5 10,5.5 "></polygon></svg>');
    background-position: 50% 19px;
    background-size: 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon.isOpen,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent.hasChild .icon.isOpen, #area2 #topSub .inner #subMenu .subMenuBody .subParent.hasChild .icon.isOpen,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent.hasChild .icon.isOpen {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><rect fill="%23155fbb" y="4.5" width="10" height="1"/></svg>');
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent > a,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent > a, #area2 #topSub .inner #subMenu .subMenuBody .subParent > a,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent > a {
    padding-right: 30px;
    font-size: 15px;
    color: #09376d;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 10px;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent .subChildBody,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent .subChildBody, #area2 #topSub .inner #subMenu .subMenuBody .subParent .subChildBody,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent .subChildBody {
    list-style: none;
    font-size: 14px;
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
    display: none;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild + .subChild,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent .subChildBody .subChild + .subChild, #area2 #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild + .subChild,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent .subChildBody .subChild + .subChild {
    border-top: 1px solid #d5e0ee;
  }
  #secondHeader #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild a,
  #secondHeader #topSub .inner #subMenu .MSM_MenuBlock .subParent .subChildBody .subChild a, #area2 #topSub .inner #subMenu .subMenuBody .subParent .subChildBody .subChild a,
  #area2 #topSub .inner #subMenu .MSM_MenuBlock .subParent .subChildBody .subChild a {
    display: block;
    padding: 10px 40px 10px 10px;
    color: #858585;
    text-decoration: none;
  }
  #secondHeader #topSub .inner .pankuzu, #area2 #topSub .inner .pankuzu {
    font-size: 13px;
    margin: 0 0 0 auto;
    color: #09376d;
  }
  #secondHeader #topSub .inner .pankuzu a, #area2 #topSub .inner .pankuzu a {
    color: #09376d;
    text-decoration: none;
  }
  #secondHeader #topSub .inner .pankuzu a:hover, #area2 #topSub .inner .pankuzu a:hover {
    text-decoration: underline;
  }
  /*
  .aboutArea2{
  	@if $type == sp{
  	}
  	@if $type == pc{
  		#area2{
  			background-image: url(../images/second/about-top-bg.jpg);
  		}
  	}
  }

  .newsArea2{
  	@if $type == sp{
  	}
  	@if $type == pc{
  		#area2{
  			background-image: url(../images/second/about-top-bg.jpg);
  		}
  	}
  }
  */
  .wpMokuji {
    list-style: none;
  }
  .wpMokuji li {
    display: inline-block;
    margin-right: 1em;
  }
  .wpMokuji li a {
    display: block;
    padding-left: 1em;
    position: relative;
  }
  .wpMokuji li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #09376d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 11px;
  }
  .mokuji {
    list-style: none;
    padding: 0;
  }
  .mokuji li {
    list-style: none;
    list-style-type: none !important;
  }
  .mokuji li ul li {
    margin-top: 0.5em;
  }
  .mokuji li ul li a:before {
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #09376d;
    border-right: 1px solid #09376d;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    background-color: transparent;
    top: 0.4em;
  }
  .mokuji > li {
    margin-top: 1em;
  }
  .mokuji > li a {
    display: block;
    padding-left: 1em;
    position: relative;
  }
  .mokuji > li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #09376d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 0.6em;
  }
  .newsCatBtn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #09376d;
    line-height: 1;
    padding: 15px 30px 15px 20px;
    position: relative;
    min-width: 200px;
  }
  .newsCatBtn:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #09376d;
    border-right: 1px solid #09376d;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
  }
  :root .pbAreaWrapper2 {
    margin: 0;
  }
  #area0 {
    margin-top: 100px;
  }
  #areaWrapper1 {
    display: block;
    width: 100%;
  }
  #areaWrapper1 .pbLeftArea {
    display: block;
    float: none;
    width: 100%;
    overflow: visible;
  }
  #areaWrapper1 #mainArea {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
  }
  #areaWrapper1 #mainArea h1 {
    font-size: 30px;
    font-weight: 400;
    border-bottom: 1px solid #858585;
    position: relative;
    padding-left: 20px;
    padding-bottom: 6px;
    line-height: 1.3;
    color: #333;
  }
  #areaWrapper1 #mainArea h1:before {
    content: "";
    display: block;
    width: 3px;
    height: 90%;
    background-color: #F4866F;
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  #areaWrapper1 #mainArea h1.linkTitle {
    font-size: 32px;
    padding-left: 0;
    margin-top: 60px;
  }
  #areaWrapper1 #mainArea h1.linkTitle a {
    display: block;
    text-decoration: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.5 25.5"><polygon fill="%23707070" points="11.7,0 9.6,2.1 18.7,11.3 0,11.3 0,14.3 18.7,14.3 9.6,23.4 11.7,25.5 24.5,12.8"></polygon></svg>');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    transition: all 0.3s;
  }
  #areaWrapper1 #mainArea h1.linkTitle a:hover {
    opacity: 0.7;
  }
  #areaWrapper1 #mainArea h1.linkTitle:before {
    display: none;
  }
  #areaWrapper1 h2 {
    font-size: 24px;
    font-weight: 400;
    background-color: #F6F7F9;
    border-left: 20px solid #D5E0EE;
    padding: 5px 15px;
    margin-top: 60px;
  }
  #areaWrapper1 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
  }
  #areaWrapper1 h3:before {
    content: "";
    display: block;
    width: 7px;
    height: 70%;
    background-color: #f4866f;
    position: absolute;
    top: 0.3em;
    left: 0;
  }
  #areaWrapper1 h4 {
    margin-top: 25px;
    font-size: 18px;
    color: #f4866f;
  }
  #areaWrapper1 a.icon {
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding-left: 1.3em;
    background-size: auto 1em;
    text-decoration: none;
  }
  #areaWrapper1 a.icon[href$=pdf] {
    background-image: url(../images/common/icon-pdf.png);
  }
  #areaWrapper1 a.icon[href$=xls], #areaWrapper1 a.icon[href$=xlsx] {
    background-image: url(../images/common/icon-xls.png);
  }
  #areaWrapper1 a.icon[href$=doc], #areaWrapper1 a.icon[href$=docx] {
    background-image: url(../images/common/icon-doc.png);
  }
  #areaWrapper1 a.blank {
    text-decoration: none;
  }
  #areaWrapper1 a.blank:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23155FBB" d="M1.8,0v12.2H14V0H1.8z M13.1,11.3H2.7V0.9h10.4L13.1,11.3z"></path><path fill="%23155FBB" d="M13.1,13.1H0.9V0.9c0-0.2-0.2-0.4-0.4-0.4S0,0.6,0,0.9v12.7C0,13.8,0.2,14,0.4,14c0,0,0,0,0,0 h12.7c0.2,0,0.4-0.2,0.4-0.4S13.3,13.1,13.1,13.1L13.1,13.1z"></path><path fill="%23155FBB" d="M5.2,9.2c0.1,0,0.2,0,0.3-0.1l4.8-4.8v3c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4v-4 c0-0.1,0-0.1,0-0.2v0c0-0.1-0.1-0.2-0.2-0.2h0c-0.1,0-0.1,0-0.2,0h-4c-0.2,0-0.4,0.2-0.4,0.4s0.2,0.4,0.4,0.4h3L4.9,8.4 C4.7,8.6,4.7,8.9,4.9,9C4.9,9.1,5.1,9.2,5.2,9.2L5.2,9.2z"></path></svg>');
    background-size: 1em 1em;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-left: 0.3em;
    vertical-align: text-bottom;
  }
  #areaWrapper1 a:hover {
    text-decoration: underline;
  }
  #areaWrapper1 .fax {
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.2 20"><path fill="%23707070" d="M20.2,6.1h-4.2l0-6.1H4.2v6.1H0V20h20.2L20.2,6.1z M19.2,7.2v4.3h-3.1l0-4.3H19.2z M15,1.1v10.4H5.2V1.1H15z M4.2,7.2v4.3H1.1V7.2H4.2z M1.1,19v-6.5h18.1V19H1.1z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 0 0.3em;
    padding-left: 1.3em;
  }
  #areaWrapper1 .tel {
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23707070" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 21"><path fill="%23707070" d="M4.5,21c-0.7,0-1.5-0.2-2.3-0.9L0.8,19c-0.4-0.4-0.7-0.9-0.8-1.4C0,17,0.1,16.5,0.5,16l2.9-3.6 c0.7-0.9,2.1-1.1,3-0.3L7.4,13c0.2-0.1,0.5-0.3,1.1-0.8c1-0.8,1.8-1.8,2.3-2.9c0.3-0.6,0.4-0.9,0.4-1.1l-1.1-0.9 c-0.9-0.7-1-2.1-0.3-3l2.9-3.6C13,0.4,13.5,0.1,14.1,0c0.6-0.1,1.1,0.1,1.6,0.4L17,1.6c1.9,1.5,1.7,3.2,0.8,5.9l-1.2,2.6 c-1.3,2.9-3.3,5.5-5.9,7.4l-2.6,2C7,20.3,5.8,21,4.5,21z M5,12.7c-0.3,0-0.7,0.1-0.9,0.4l-2.9,3.6C1.1,16.9,1,17.2,1,17.5 c0,0.3,0.2,0.6,0.4,0.7l1.4,1.1c1.3,1,2.4,0.9,4.7-0.6l2.6-2c2.4-1.8,4.3-4.3,5.5-7l1.2-2.6c1-2.6,0.9-3.7-0.5-4.7L15,1.2 C14.8,1.1,14.5,1,14.2,1c-0.3,0-0.6,0.2-0.7,0.4L10.6,5c-0.4,0.5-0.3,1.2,0.2,1.6l1.3,1c0.4,0.3,0.2,1-0.3,2.1 c-0.6,1.3-1.5,2.4-2.6,3.3c-1.3,1-1.8,1.2-2.2,0.9l-1.3-1C5.5,12.7,5.2,12.7,5,12.7z M7.6,13.1L7.6,13.1C7.6,13.1,7.6,13.1,7.6,13.1 z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 0 0.3em;
    padding-left: 1.3em;
  }
  #areaWrapper1 .tel a {
    pointer-events: none;
    color: #707070;
    text-decoration: none;
  }
  #areaWrapper1 .more {
    margin-top: 100px;
    display: flex;
    justify-content: center;
  }
  #areaWrapper1 .more a {
    display: block;
    border-bottom: 1px solid #155fbb;
    text-decoration: none;
    padding-bottom: 20px;
    position: relative;
  }
  #areaWrapper1 .more a:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: -1px;
    right: 0;
    left: auto;
    background-color: #155fbb;
    transition: all 0.3s;
  }
  #areaWrapper1 .more a:hover {
    color: #155fbb;
  }
  #areaWrapper1 .more a:hover:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  #areaWrapper1 ul:not(.linkList) li {
    list-style-type: disc;
  }
  #areaWrapper1 ul, #areaWrapper1 ol {
    padding-left: 1.5em;
  }
  #areaWrapper1 ul li, #areaWrapper1 ol li {
    text-indent: 0;
  }
  #areaWrapper1 ul.linkList, #areaWrapper1 ol.linkList {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
  }
  #areaWrapper1 ul.linkList li, #areaWrapper1 ol.linkList li {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 17.5"><path fill="%23155fbb" d="M6.8,4.2c0.3-0.3,0.8-0.3,1.1,0l4,4c0.3,0.3,0.3,0.8,0,1.1l-4,4c-0.3,0.3-0.8,0.3-1.1,0 c-0.3-0.3-0.3-0.8,0-1.1l0,0l3.4-3.4L6.8,5.3C6.5,5,6.5,4.5,6.8,4.2C6.8,4.2,6.8,4.2,6.8,4.2z"></path><path fill="%23155fbb" d="M0,8.7c0,4.8,3.9,8.7,8.7,8.7s8.7-3.9,8.7-8.7S13.6,0,8.7,0C3.9,0,0,3.9,0,8.7 C0,8.7,0,8.7,0,8.7z M1.3,8.7c0-4.1,3.3-7.4,7.4-7.4c2,0,3.9,0.8,5.2,2.2c2.9,2.9,2.9,7.6,0,10.5s-7.6,2.9-10.5,0l0,0 C2.1,12.6,1.3,10.7,1.3,8.7z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.3em;
    background-position: 0 0.3em;
    list-style: none;
  }
  #areaWrapper1 ul.linkList li a, #areaWrapper1 ol.linkList li a {
    text-decoration: none;
  }
  #areaWrapper1 ul.linkList li a:hover, #areaWrapper1 ol.linkList li a:hover {
    text-decoration: underline;
  }
  #areaWrapper1 table {
    border: none;
    border-collapse: collapse;
    width: 100%;
  }
  #areaWrapper1 table th, #areaWrapper1 table td {
    border: 2px solid #fff;
    padding: 5px;
    text-wrap: 400px;
    text-align: left;
  }
  #areaWrapper1 table th {
    background-color: #EBF1FA;
    color: #000;
    font-weight: 400;
  }
  #areaWrapper1 table td {
    background-color: #F6F7F9;
  }
  #areaWrapper1 table td.noBgc {
    background-color: transparent;
  }
  #areaWrapper1 table.noBgc th, #areaWrapper1 table.noBgc td {
    background-color: transparent;
  }
  #areaWrapper1 table.wpTable {
    border: none;
    border-top: 1px dotted #e6e6e6;
  }
  #areaWrapper1 table.wpTable th, #areaWrapper1 table.wpTable td {
    border: none;
    background-color: transparent;
    border-bottom: 1px dotted #e6e6e6;
  }
  #areaWrapper1 table.wpTable th {
    width: 42px;
  }
  #areaWrapper1 table.wpTable td {
    width: 100%;
  }
  #areaWrapper1 table.wpTable td.page {
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    width: 35px;
  }
  #areaWrapper1 table.wpTable td + .page {
    width: 45px;
    text-align: right;
  }
  #areaWrapper1 .colTwo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 50px 80px;
    margin-top: 40px;
  }
  #areaWrapper1 .colTwo .item img {
    max-width: 100%;
    height: auto;
  }
  #areaWrapper1 .img {
    text-align: center;
    margin-top: 40px;
  }
  #areaWrapper1 .img img {
    max-width: 100%;
    height: auto;
  }
  #areaWrapper1 p.imgIn img {
    float: left;
    padding: 0 20px 20px 0;
  }
  #areaWrapper1 .categoriesBlock {
    background-color: #F6F7F9;
    margin-top: 40px;
  }
  #areaWrapper1 .categoriesBlock h2 {
    background-color: #09376D;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    border: none;
    padding: 10px;
    margin: 0;
  }
  #areaWrapper1 .categoriesBlock h2:before {
    display: none;
  }
  #areaWrapper1 .categoriesBlock .inner {
    width: 100%;
    padding: 15px 30px 30px;
  }
  #areaWrapper1 .categoriesBlock .inner h3 {
    font-size: 16px;
    color: #09376d;
    border: none;
    margin-top: 10px;
    padding: 0;
  }
  #areaWrapper1 .categoriesBlock .inner .indent {
    padding-left: 25px;
  }
  #areaWrapper1 .categoriesBlock .inner .bgWhite {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
  }
  .tac {
    text-align: center;
  }
  .tar {
    text-align: right;
  }
  .indexBlock .tobiramenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin-top: 60px;
  }
  .indexBlock .tobiramenu:before {
    content: "";
    display: block;
    width: 50%;
  }
  .indexBlock .tobiramenu .pbBlock + .pbBlock {
    margin-top: 10px;
  }
  .indexBlock .tobiramenu a {
    display: block;
    font-size: 18px;
    padding-left: 1.5em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 17.5"><path fill="%23155FBB" d="M6.8,4.2c0.3-0.3,0.8-0.3,1.1,0l4,4c0.3,0.3,0.3,0.8,0,1.1l-4,4c-0.3,0.3-0.8,0.3-1.1,0 c-0.3-0.3-0.3-0.8,0-1.1l0,0l3.4-3.4L6.8,5.3C6.5,5,6.5,4.5,6.8,4.2C6.8,4.2,6.8,4.2,6.8,4.2z"></path><path fill="%23155FBB" d="M0,8.7c0,4.8,3.9,8.7,8.7,8.7s8.7-3.9,8.7-8.7S13.6,0,8.7,0C3.9,0,0,3.9,0,8.7 C0,8.7,0,8.7,0,8.7z M1.3,8.7c0-4.1,3.3-7.4,7.4-7.4c2,0,3.9,0.8,5.2,2.2c2.9,2.9,2.9,7.6,0,10.5s-7.6,2.9-10.5,0l0,0 C2.1,12.6,1.3,10.7,1.3,8.7z"></path></svg>');
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 1em 1em;
    text-decoration: none;
  }
  #news-archive table.pbWhatsnewTable tr {
    display: block;
  }
  #news-archive table.pbWhatsnewTable tr td {
    display: block;
    width: 100% !important;
    background-color: transparent;
  }
  #news-archive table.pbWhatsnewTable tr td.jfCatDate, #news-archive table.pbWhatsnewTable tr td:nth-of-type(1) {
    border-top: 1px solid #858585;
    font-size: 13px;
    color: #868686;
    padding: 20px 5px 5px;
  }
  #news-archive table.pbWhatsnewTable tr td.jfCatTxtTopEn, #news-archive table.pbWhatsnewTable tr td.jfCatTxt, #news-archive table.pbWhatsnewTable tr td.pb-of-visible {
    padding: 0 5px 15px;
    position: relative;
  }
  #news-archive table.pbWhatsnewTable tr td.jfCatTxtTopEn img, #news-archive table.pbWhatsnewTable tr td.jfCatTxt img, #news-archive table.pbWhatsnewTable tr td.pb-of-visible img {
    line-height: 1;
    position: absolute;
    top: -25px;
    left: 100px;
  }
  #news-archive table.pbWhatsnewTable tr td a {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #09376D;
    text-decoration: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.2 9"><polygon fill="%23155fbb"  points="0.7,9 0,8.2 3.8,4.5 0,0.7 0.7,0 5.2,4.5 "></polygon></svg>');
    background-repeat: no-repeat;
    background-position: 100% 19px;
    background-size: 6px 9px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.5 25.5"><polygon fill="%23707070" points="11.7,0 9.6,2.1 18.7,11.3 0,11.3 0,14.3 18.7,14.3 9.6,23.4 11.7,25.5 24.5,12.8"></polygon></svg>');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
  }
  .jfListArrowMenu {
    background-image: none;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #707070;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #mainArea .pbBlock p {
    line-height: 1.8;
  }
  #mainArea .pbBlock h2 + p, #mainArea .pbBlock h3 + p {
    margin-top: 1.6em;
  }
}
/*# sourceMappingURL=map/second.css.map */
