@charset "UTF-8";
/* =================================
Layout: レイアウト
================================= */
/* Header
---------------------------------------------------------- */
.strHeader {
  border-bottom: 4px solid #003d79;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .strHeader {
      border: none; } }

.headerWrap {
  display: block;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto; }

.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 0; }
  .headerInner_col:nth-child(1) {
    width: 100px;
    margin-top: -8px; }
  .headerInner_col:nth-child(2) {
    width: calc(100% - 480px);
    padding-left: 20px; }
  .headerInner_col:nth-child(3) {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .headerInner_col:nth-child(4) {
    display: none; }
  @media screen and (max-width: 768px) {
    .headerInner {
      padding: 10px; }
      .headerInner_col:nth-child(1) {
        width: 56px;
        height: 58px;
        margin-top: 0; }
      .headerInner_col:nth-child(2) {
        width: calc(100% - 140px);
        padding-left: 8px; }
      .headerInner_col:nth-child(3) {
        display: none; }
      .headerInner_col:nth-child(4) {
        display: block;
        width: 90px; } }

.headerMenu {
  font-size: 0; }
  .headerMenu > li {
    display: inline-block;
    vertical-align: top; }
    .headerMenu > li:not(:first-child) {
      margin-left: 4px; }
    .headerMenu > li > a {
      display: inline-block; }
      .headerMenu > li > a > img {
        width: 42px; }
  .headerMenu_menu.isFixed {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 199; }

.headerLogo > a {
  display: inline-block;
  width: 100%; }
  .headerLogo > a > img {
    max-width: 100%; 
    padding-top: 6px;}
  @media screen and (max-width: 768px) {
  .headerLogo > a > img {
    padding-top: 0px;}
  }

.headerLogo2 {
  position: relative;
  width: 100px;
  float: right; }
.headerLogo2 img{
  position: absolute;
  top: 7px;
  margin-left: 7px}

.headerLead {
  font-size: 1.4rem;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .headerLead {
      display: none; } }

.headerLead2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 10px; }
  .headerLead2 > em {
    font-size: 3.2rem;
    color: #fb7e33; }
   .headerLead2 > a {
    color: #333;
   }
   .headerLead2 > a:hover {
    text-decoration: none;
    opacity: 0.8;
   }
  .headerLead2 > a > em {
    font-size: 3.2rem;
    color: #fb7e33; }

  .headerLead2 br {
    display: none; }
  @media screen and (max-width: 768px) {
    .headerLead2 {
      font-weight: bold;
      color: #063d78;
      font-size: 1.2rem;
      margin-top: 0; }
      .headerLead2 > em {
        color: #063d78;
        font-size: 1.2rem; }
      .headerLead2 > a {
      font-weight: bold;
      color: #063d78;
      font-size: 1.2rem;
   }
      .headerLead2 > a:hover {
        opacity: 1;}
      .headerLead2 > a > em {
        color: #063d78;
        font-size: 1.2rem;}

      .headerLead2 br {
        display: inline-block; } }

.headerSearch {
  position: relative;
  width: 255px;
  float: left; }
  .headerSearch input[type="text"] {
    font-size: 1.3rem;
    width: 100%;
    padding: 0.4em 3em 0.4em 1em; }
  .headerSearch input[type="submit"] {
    position: absolute;
    top: 0;
    right: 4px;
	  width: 32px;
	  height: 32px;
      padding: 6px;
	  background:url(/hikkoshi/img/cmn/cmn_ico03.png) no-repeat 6px 6px;}
    .headerSearch button > img {
      display: block; }

.headerButton {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px; }
  .headerButton > a {
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.3rem;
    text-align: center;
    padding: 6px; }
    .headerButton > a:hover {
      opacity: 0.8; }
    .headerButton > a > img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      position: relative;
      top: -2px;
    }
  .headerButton_button {
    width: 120px;
    color: #fff;
    background: #ed6c00; }
  .headerButton_button2 {
    width: 120px;
    color: #063d78;
    background: #ebf0f5; }
  .headerButton_button3 {
    width: 130px;
    color: #fff;
    background: #2F5597;
  }

.headerNav {
  text-align: center;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 10px 0; }
  .headerNav > ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .headerNav > ul:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 14px;
      background: #ccc;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .headerNav > ul > li {
      position: relative; }
      .headerNav > ul > li:nth-child(1) {
        width: 15%; }
      .headerNav > ul > li:nth-child(2) {
        width: 15%; }
      .headerNav > ul > li:nth-child(3) {
        width: 17%; }
      .headerNav > ul > li:nth-child(4) {
        width: 15%; }
      .headerNav > ul > li:nth-child(5) {
        width: 15%; }
      .headerNav > ul > li:nth-child(6) {
        width: 11%; }
      .headerNav > ul > li:nth-child(7) {
        width: 12%; }
      .headerNav > ul > li:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        background: #ccc;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .headerNav > ul > li > a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: inherit;
        padding: 15px 2px;
        font-size: 1.7rem; }
  .headerNav_drop > a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 8px;
    background: url("/hikkoshi/img/cmn/cmn_ico04.png") no-repeat center center;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  @media screen and (max-width: 768px) {
    .headerNav {
      display: none; } }

.headerNavSp {
  display: none; }
  @media screen and (max-width: 768px) {
    .headerNavSp {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 120vh;
      z-index: 99999999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 0.1s;
      transition: opacity 0.1s; }
      .headerNavSp.isOpen {
        right: 0;
        opacity: 1; }
        .headerNavSp.isOpen .headerNavSp_inner {
          right: 0; }
      .headerNavSp_close {
        width: 100%;
        height: 100%;
        padding-right: 260px;
        position: fixed;
        top: 0;
        text-align: right;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        .headerNavSp_close > a {
          padding: 10px;
          height: 100%;
          display: block; }
          .headerNavSp_close > a > img {
            width: 42px; }
      .headerNavSp_inner {
        background: #003d79;
        color: #fff;
        width: 100%;
        height: 100%;
        margin-left: calc(100% - 260px);
        padding: 10px 10px calc(20vh + 20px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 1;
        right: -100%;
        -webkit-transition: right 0.5s;
        transition: right 0.5s; }
        .headerNavSp_inner a {
          color: #fff; }
      .headerNavSp_search {
        position: relative; }
        .headerNavSp_search input[type="text"] {
          width: 100%;
          padding: 0.65em 3em 0.65em 1em;
          border: none;
          font-size: 1.3rem; }
        .headerNavSp_search input[type="submit"]{
			position: absolute;
			top: 3px;
			right: 4px;
			width: 32px;
			height: 32px;
			padding: 6px;
			border: none;
			background: url(/hikkoshi/img/cmn/cmn_ico03.png) no-repeat 6px 6px;}
          .headerNavSp_search button > img {
            display: block; }
      .headerNavSp_list {
        margin-top: 10px; }
        .headerNavSp_list > li > a {
          text-decoration: none;
          padding: 0.6em 1em 0.6em 2px;
          display: block;
          font-size: 1.6rem;
          border-bottom: 1px solid #839ebc;
          position: relative; }
          .headerNavSp_list > li > a:after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 13px;
            background: url("/hikkoshi/img/cmn/cmn_ico08sp.png") no-repeat center center;
            background-size: 100% 100%;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .headerNavSp_list > li.mypage {
          margin-left: -10px;
          margin-right: -10px;
          background: #4e8dd9; }
          .headerNavSp_list > li.mypage > a {
            padding-right: calc(1em + 10px);
            padding-left: 12px;
            border-bottom: none; }
            .headerNavSp_list > li.mypage > a:after {
              right: 10px; }
            .hNStoggle {
				cursor: pointer!important;
			}
			.headerNavSp_list > li.hNStoggle > a:before, .headerNavSp_list > li.hNStoggle > a:after {
				content: "";
				background-color: #fff;
				position: absolute;
				width: 16px;
				height: 2px;
				top: 50%;
				right: 0px;
			}
			.headerNavSp_list > li.hNStoggle > a::after {
				-webkit-transform: rotate(-90deg);
				-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
				-webkit-transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
			}
			.headerNavSp_list > li.hNStoggle > a.active::after {
				-webkit-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			.headerNavSp_list > li > a.active {
				border-bottom: none;
			}
			.hNStoggle_inner {
				display: none;
				background-color: #fff;
				width: calc(100% + 20px); /* 親要素のpaddingの合計を加算 */
				margin-left: -10px; /* 左側のpadding分を引く */
				margin-right: -10px; /* 右側のpadding分を引く */
				box-sizing: border-box;
			}
			.hNStoggle_inner li {
				padding: 0 10px;
			}
			.hNStoggle_inner a {
				position: relative;
				display: block;
				color: #003d79;
				padding: 10px;
				border-bottom: 1px solid #003d79;
			}
			.hNStoggle_inner li:last-child a {
				border-bottom: none;
			}
			.hNStoggle_inner li a:after {
				content: "";
				display: inline-block;
				width: 8px;
				height: 13px;
				background: url(/hikkoshi/img/cmn/cmn_ico05sp.png) no-repeat center center;
				background-size: 100% 100%;
				position: absolute;
				top: 50%;
				right: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}
      .headerNavSp_list2 {
        margin-top: 20px; }
        .headerNavSp_list2 > li {
          margin-top: 10px; }
          .headerNavSp_list2 > li > a {
            text-decoration: none;
            padding: 10px;
            display: block;
            font-size: 1.3rem;
            border: 1px solid #839ebc; }
            .headerNavSp_list2 > li > a.pc:after {
              content: "";
              display: inline-block;
              width: 13px;
              height: 9px;
              background: url("/hikkoshi/img/cmn/cmn_ico12sp.png") no-repeat center center;
              background-size: cover;
              vertical-align: middle;
              margin-left: 6px; }
            .headerNavSp_list2 > li > a .icon {
              width: 20px;
              margin-right: 10px; } }

.headerDrop {
  position: relative; }
  .headerDrop_over {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 200px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9; }
  .headerDrop_item {
    position: relative;
    padding: 1.8em 10px 2em;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .headerDrop_item > * {
      position: relative;
      z-index: 10; }
    .headerDrop_item:after {
      content: "";
      display: block;
      width: 100vw;
      min-width: 1220px;
      height: 100%;
      background: #ebf0f5;
      position: absolute;
      border-top: 4px solid #003d79;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 9; }
  .headerDrop_label {
    font-size: 2.8rem;
    color: #003d79;
    font-weight: bold;
    position: relative;
    display: inline-block; }
    .headerDrop_label > a:after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 13px;
      margin-left: 10px;
      background: url("/hikkoshi/img/cmn/cmn_ico05.png") no-repeat center center;
      vertical-align: middle;
      position: relative;
      top: -3px; }
  .headerDrop_list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.2em; }
    .headerDrop_list > li {
      padding: 0 10px;
      width: 33.33333%; }
      .headerDrop_list > li > a {
        display: block;
        text-decoration: none;
        color: inherit; }
        .headerDrop_list > li > a:hover .headerDrop_image {
          opacity: 0.8; }
        .headerDrop_list > li > a:hover .headerDrop_text2 {
          text-decoration: underline; }
  .headerDrop_text {
    margin-top: 0.8em; }
  .headerDrop_text2 {
    font-weight: bold;
    color: #003d79;
    font-size: 1.8rem;
    margin-top: 0.2em; }
    .headerDrop_text2:after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 13px;
      margin-left: 8px;
      background: url("/hikkoshi/img/cmn/cmn_ico05.png") no-repeat center center;
      vertical-align: middle;
      position: relative;
      top: -1px; }
  .headerDrop_list2 {
    border-top: 1px solid #ccc;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5em; }
    .headerDrop_list2 > li {
      padding: 0 10px;
      width: 33.33333%;
      margin-top: 0.8em; }
      .headerDrop_list2 > li > a {
        display: block;
        text-decoration: none;
        font-weight: bold; }
        .headerDrop_list2 > li > a:hover {
          text-decoration: underline; }
        .headerDrop_list2 > li > a:after {
          content: "";
          display: inline-block;
          width: 8px;
          height: 13px;
          margin-left: 8px;
          background: url("/hikkoshi/img/cmn/cmn_ico05.png") no-repeat center center;
          vertical-align: middle;
          position: relative;
          top: -1px; }
  @media screen and (max-width: 768px) {
    .headerDrop {
      display: none; } }

.headerCampaign {
  background: #4e8dd9;
  color: #fff;
  text-align: center; }
  .headerCampaign_inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0.62em 30px 0.62em 10px; }
  .headerCampaign_text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block; }
    .headerCampaign_text > span {
      font-weight: normal;
      display: inline-block;
      background: #fff;
      border-radius: 4px;
      padding: 0.1em 1em;
      color: #4e8dd9;
      margin-left: 1em;
      position: relative;
      top: -2px;
      font-size: 1.2rem; }
  .headerCampaign_close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block; }
    .headerCampaign_close:hover {
      opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .headerCampaign_inner {
      padding: 0.5em 30px 0.5em 10px; }
    .headerCampaign_text {
      font-size: 1.2rem; }
      .headerCampaign_text > span {
        top: 0;
        font-size: 1rem; } }

/* Footer
---------------------------------------------------------- */
.strFooter {
  background: #fff;
  overflow-x: hidden;
  padding-top: 33px; }
  @media screen and (max-width: 768px) {
    .strFooter {
      display: none; } }

.footerSitemap {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 10px;
  font-weight: bold;
  position: relative; }
  .footerSitemap:before {
    content: "";
    display: block;
    width: 100vw;
    min-width: 1220px;
    height: 3px;
    background: #003d79;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footerSitemap a {
    color: inherit; }
  .footerSitemap_link {
    width: 100%; }
    .footerSitemap_link > a {
      display: inline-block;
      color: #003d79;
      font-size: 2.2rem; }
  .footerSitemap_list {
    width: calc(100% / 4); }
    .footerSitemap_list > li {
      margin-top: 1.4em; }
      .footerSitemap_list > li > a {
        display: inline-block; }

.footerService {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding: 30px 10px; }
  .footerService:before {
    content: "";
    display: block;
    width: 100vw;
    min-width: 1220px;
    height: 100%;
    background: #e9effb;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footerService > * {
    position: relative; }
  .footerService_list {
    margin-top: 1em; }
    .footerService_list > li {
      margin: 0 20px;
      display: inline-block; }
      .footerService_list > li > a {
        display: inline-block; }

.footerBottom {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 25px 10px; }
  .footerBottom a {
    color: #fff; }
  .footerBottom:before {
    content: "";
    display: block;
    width: 100vw;
    min-width: 1220px;
    height: 100%;
    background: #003d79;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footerBottom > * {
    position: relative; }
  .footerBottom_list > li {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1; }
    .footerBottom_list > li:not(:first-child) {
      border-left: 1px solid #fff;
      margin-left: 0.8em;
      padding-left: 1em; }
    .footerBottom_list > li > a {
      display: inline-block; }

.footerCopy {
  margin-top: 5px; }
  .footerCopy > small {
    font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .footerCopy > small {
      font-size: 0.6rem; } }

.footerPagetop {
  width: 50px;
  height: 50px;
  height: 0;
  position: relative;
  top: -50px;
  left: calc(100% - 70px); }
  @media screen and (min-width: 1339px) {
    .footerPagetop.isFixed {
      position: fixed;
      bottom: 0;
      left: auto;
      top: auto;
      right: 20px;
      height: auto;
      z-index: 101; } }
  .footerPagetop > a {
    display: block; }

.strFooterSp {
  display: none; }
  @media screen and (max-width: 768px) {
    .strFooterSp {
      display: block;
      text-align: center;
      overflow-x: hidden;
      padding-top: 27px; } }

.footerBottomSp {
  padding: 10px;
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .footerLinkSp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    border-bottom: 3px solid #003d79;
    border-top: 1px solid #cacaca;
    background: #f4f4f4; }
    .footerLinkSp > li {
      width: 50%;
      padding: 0 5px; }
      .footerLinkSp > li:nth-child(2n) {
        padding: 0 10px 0 0; }
      .footerLinkSp > li > a {
        display: block;
        position: relative;
        padding: 8.5px 20px 8.5px 5px;
        font-size: 1.2rem; }
        .footerLinkSp > li > a:after {
          content: "";
          display: inline-block;
          width: 6px;
          height: 10px;
          background: url("/hikkoshi/img/cmn/cmn_ico05.png") no-repeat center center;
          background-size: 100% 100%;
          position: absolute;
          top: 50%;
          right: 2px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .footerLinkSp > li > a.pc:after {
          width: 14px;
          height: 12px;
          right: 0;
          background-image: url("/hikkoshi/img/cmn/cmn_ico11sp.png"); }
        .footerLinkSp > li > a[target="_blank"]:after {
          width: 12px;
          height: 12px;
          right: 0;
          background-image: url("/hikkoshi/img/cmn/cmn_ico02sp.png"); } }

@media screen and (max-width: 768px) {
  .footerLink2Sp {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left; }
    .footerLink2Sp > li {
      padding: 0 5px;
      width: 50%; }
      .footerLink2Sp > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: relative;
        padding: 10px 20px 10px 0;
        border-bottom: 1px solid #cacaca;
        font-size: 1.2rem;
        height: 100%;
        line-height: 1.3; }
        .footerLink2Sp > li > a:after {
          content: "";
          display: inline-block;
          width: 6px;
          height: 10px;
          background: url("/hikkoshi/img/cmn/cmn_ico05.png") no-repeat center center;
          background-size: 100% 100%;
          position: absolute;
          top: 50%;
          right: 2px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .footerLink2Sp > li > a.pc:after {
          width: 14px;
          height: 12px;
          right: 0;
          background-image: url("/hikkoshi/img/cmn/cmn_ico11sp.png"); }
        .footerLink2Sp > li > a[target="_blank"]:after {
          width: 12px;
          height: 12px;
          right: 0;
          background-image: url("/hikkoshi/img/cmn/cmn_ico02sp.png"); } }

@media screen and (max-width: 768px) {
  .footerLogo {
    text-align: center; }
    .footerLogo img {
      max-width: 80px; } }
.bnr {
	display: none;
}
.bnr.isFixed {
	display: block;
	position: fixed;
	max-width: 1220px;
	bottom: 128px;
	left: 0;
	padding: 16px;
	z-index: 100; }
	.bnr img {
		box-shadow: 0 0 10px rgba(51, 50, 47, 0.5);
		-webkit-box-shadow: 0 0 10px rgba(51, 50, 47, 0.5);
		-moz-box-shadow: 0 0 10px rgba(51, 50, 47, 0.5); }
	.bnr a:hover > img:only-child {
		opacity: 1; }
	.bnr .bnr_close {
		position: relative;
		top: -84px;
		right: 12px;
		width: 20px;
		height: 20px;
		padding: 4px 6px;
		background: #595959;
		border-radius: 80px;
		text-align: center;
		color: #fff; }
	.bnr .bnr_close:hover {
		opacity: 0.8;
		text-decoration: none; }

@media screen and (max-width: 768px) {
	.bnr.isFixed {
		bottom: 120px;
		padding: 0;	}
	.bnr img {
		width: 80%; }
	.bnr .bnr_close {
		top: -80px;
		right: 16px;
		padding: 4px 8px 6px; } }

/* Contents
---------------------------------------------------------- */
.strContent {
  overflow-x: hidden; }
  .strContent .strMain {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-bottom: 1.5em; }
  @media screen and (max-width: 768px) {
    .strContent .strMain {
      padding: 0; } }

.navPath {
  background: #ebf0f5;
  font-size: 1.3rem; }
  .navPath > ol {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 8px 10px; }
    .navPath > ol > li {
      display: inline-block; }
      .navPath > ol > li:not(:first-child):before {
        content: ">";
        display: inline-block;
        color: inherit;
        margin: 0 1em; }
      .navPath > ol > li > a {
        display: inline-block; }
      .navPath > ol > li > em {
        font-weight: normal; }
  @media screen and (max-width: 768px) {
    .navPath {
      border-top: 2px solid #003d79;
      font-size: 1rem; }
      .navPath > ul > li {
        display: inline;
        line-height: 1.8; }
        .navPath > ul > li > a,
        .navPath > ul > li > em {
          display: inline; } }
