@charset "UTF-8";
body {
  font-size: 1.5rem;
  /* min-width: 1200px; */
  width: 100%;
  min-width: 320px;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

#main {
  position: relative;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  height: 132px;
}

#header .gNavi {
  background: #7b94a6;
  position: static;
}

#header .gNavi .gWrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#header .gNavi .mn {
  position: relative;
  text-align: center;
  width: 17%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #e9f0f4;
  text-align: center;
  color: #fff;
}

#header .gNavi .mn.fg {
  padding: 0px 10px;
}

#header .gNavi .mn a {
  color: #fff;
  padding: 17px 0;
  display: block;
  width: 100%;
}

#header .gNavi .mn.contact {
  background: #61bdcf;
  border-right: 1px solid #e9f0f4;
  border-left: 1px solid #e9f0f4;
  padding: 0;
  display: block;
}

#header .gNavi .mn.contact:hover {
  opacity: 0.6;
}

#header .gNavi .mn.navlogo {
  display: none;
}

#header .gNavi .mn.navlogo:hover {
  opacity: 0.7;
}

#header .gNavi .select {
  background: #62707f;
}

#header .gNavi.fixed {
  position: fixed;
  display: block;
  top: 0;
  z-index: 100;
  width: 100%;
}

#header .gNavi.fixed .mn {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .gNavi.fixed .navlogo {
  padding: 0;
  background: #e8f1f9;
}

#header .gNavi.fixed .mn.navlogo a {
  padding: 9px 0 11px;
}
#header .gNavi.fixed .navlogo a:hover {
  opacity: 0.7;
}

#header .gNavi .hideBox {
  background: #62707f;
  width: 100%;
  position: absolute;
  z-index: 100;
}

#header .gNavi .hideBox li {
  display: none;
}
#header .headwrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 20px;
}
#header .headwrap .logos {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#header .award,#header .alterna{
  margin-right: 10px;
}
#header .award img{
	width: 50px;
}
#header .alterna img{
	width: 42px;
}
#header .telework img{
  width: 50px;
}

@media only screen and (min-width: 1200px) {
  #header .logo {
    float: left;
    margin: 20px 0;
    display: block;
    width: 184px;
    height: 42px;
  }
  #header .logo img {
    width: 184px;
    height: 42px;
  }
  #header .logo:hover {
    opacity: 0.7;
  }
  #header .sevenLogo {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
  }
  #header .siteMap {
    float: right;
    color: #64717f;
    width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .siteMap a {
    display: block;
    color: #64717f;
  }
  #header .siteMap .lang {
    font-size: 1.4rem;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 20px 6px;
    letter-spacing: 0.07em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: right;
  }
  #header .siteMap .lang li:first-child {
    border-right: 1px solid;
    padding-right: 6px;
  }
  #header .siteMap .lang li:last-child {
    padding-left: 6px;
  }
  #header .siteMap .lang a:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  #header .siteMap .site {
    font-size: 1.4rem;
    width: 240px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .siteMap .site li {
    position: relative;
    font-size: 1.3rem;
  }
  #header .siteMap .site li:before {
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #7b94a6;
    position: absolute;
    display: block;
    content: "";
    top: 20%;
    left: -10px;
  }
  #header .siteMap .site li a:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  #header .siteMap img {
    margin: 20px 0 23px 16px;
  }
  #header .sitesearch {
    margin: 20px 0;
    width: 235px;
  }
  #header .sitesearch .gsc-control-cse {
    padding: 0;
    width: 235px;
    display: block;
  }
  #header .gsc-search-box.gsc-search-box-tools {
    padding: 0;
    width: 235px;
    display: block;
    padding-left: 3px;
  }
  #header .sitesearch .gsc-search-box td {
    display: block;
  }
  #header .gsc-input-box {
    width: 190px !important;
  }
  #header .sitesearch .gsc-search-box td.gsc-input,
  #header .sitesearch .gsc-search-box td.gsc-input .gstl_50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 190px !important;
    padding: 0 !important;
    margin-right: 0px;
    height: 36px;
    /* margin-top: 0.25px; */
    vertical-align: top;
    float: left;
    display: inline-block;
    position: relative;
  }
  #header .sitesearch .gsc-search-box .gsib_a {
    width: 190px !important;
    padding: 0 !important;
    height: 36px;
    border-radius: 0px;
  }
  #header .sitesearch .gsc-search-box input#gsc-i-id1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px !important;
    padding: 10px !important;
    border: 1px solid #a4abb3 !important;
    border-right: none !important;
    background-position: 5px center !important;
    margin: 0 !important;
    border-radius: 0px;
  }
  #header .sitesearch .gsc-search-box td#gs_tti51 {
    margin-bottom: 5px;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button {
  	margin-left: 0;
    width: 36px !important;
    height: 36px;
    float: left;
    display: inline-block;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  	width: 100%;
  	height: 100%;
  	border: none;
    background: none;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
  	visibility: hidden;
  }
  #header .sitesearch .gsc-search-box .gsib_b {
    position: absolute;
    width: 20px;
    top: 7px;
    right: 8px;
  }
  #header .sitesearch .gsc-search-box .gsc-input-box,
  #header .sitesearch .gsc-search-box .gsc-input-box-hover,
  #header .sitesearch .gsc-search-box .gsc-input-box-focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #header .sitesearch .gsc-search-box .gsc-search-button {
    position: relative;
    border-top: 1px solid #a4abb3;
    border-right: 1px solid #a4abb3;
    border-bottom: 1px solid #a4abb3;
    background: #dce9f3 url("/img/common/search-iconpc.png") center no-repeat;
    cursor: pointer;
  }
  #header .sitesearch .gsc-search-box input.gsc-search-button-v2,
  #header .sitesearch .gsc-search-box input.gsc-search-button {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    opacity: 0;
    margin: 0 auto;
  }
  #header .flexBox {
    background: #62707f;
    z-index: 100;
    border-left: none;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
  }
  #header .flexBox a {
    padding: 0;
  }
  #header .flexBox .navTop {
    width: 260px;
    height: 320px;
    padding: 90px 0;
  }
  #header .flexBox .navTop .hnavTtl {
    color: #fff;
    font-size: 2.4rem;
  }
  #header .flexBox .navTop .hnavTtl em {
    font-size: 1.6rem;
    color: #a4abb3;
    font-family: gidole;
    font-style: normal;
    letter-spacing: 0.045em;
  }
  #header .flexBox .navTop .topBtn {
    padding: 10px 5px;
    text-align: center;
    display: block;
    background: #fff;
    color: #46525f;
    margin-top: 40px;
    margin-right: 50px;
    font-size: 1.6rem;
  }
  #header .flexBox .navTop .topBtn:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenu {
    border-left: 1px solid #a4abb3;
    width: 940px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .flexBox .navMenu a {
    font-size: 1.6rem;
    width: 200px;
    margin-left: 30px;
    border-left: none;
    text-align: left;
    color: #fff;
    display: block;
    padding: 0;
  }
  #header .flexBox .navMenu a .navImg {
    margin-bottom: 10px;
  }
  #header .flexBox .navMenu a .nName {
    position: relative;
  }
  #header .flexBox .navMenu a .nName:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0px;
    top: 18%;
  }
  #header .flexBox .navMenu a:first-of-type {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(2) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(3) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(4) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB {
    border-left: 1px solid #a4abb3;
    padding-left: 15px;
    width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .flexBox .navMenuB a {
    font-size: 1.6rem;
    border: 1px solid #a4abb3;
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    color: #fff;
    position: relative;
  }
  #header .flexBox .navMenuB a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 30%;
  }
  #header .flexBox .navMenuB a.pointer {
    border: none;
    font-size: 1.5rem;
    margin-left: 10px;
    margin-bottom: 0;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB a.pointer:after {
    left: 30%;
  }
  #header .flexBox .navMenuB a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 {
    border-left: 1px solid #a4abb3;
    padding-left: 15px;
    width: 940px;
  }
  #header .flexBox .navMenuB2 a {
    font-size: 1.6rem;
    border: 1px solid #a4abb3;
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    color: #fff;
    position: relative;
  }
  #header .flexBox .navMenuB2 a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 30%;
  }
  #header .flexBox .navMenuB2 a.navAft {
    border: none;
    font-size: 1.5rem;
    margin-left: 10px;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 a.navAft:after {
    left: 68%;
  }
  #header .flexBox .navMenuB2 a.bbn {
    border: 1px solid #a4abb3;
  }
  #header .flexBox .navMenuB2 a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 .newsYear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 30px;
  }
  #header .flexBox .navMenuB2 .newsYear li {
    display: block !important;
    overflow: visible;
  }
  #header .flexBox .navMenuB2 .newsYear li a {
    color: #fff;
    border: none;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0;
    width: 85px;
    position: relative;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 .newsYear li a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0;
    top: 0;
  }
  #header .flexBox .navMenuB2 .newsYear li a:hover {
    display: block !important;
  }
  #header .flexBox .navMenuB2 .newsYear li:first-child a {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 767px) {
  #header .gNavi .mn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .gNavi .mn.fg {
    padding: 0px 10px;
  }
}

@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .logo {
    margin: 20px 0;
    display: block;
    float: left;
    width: 184px;
    height: 42px;
  }
  #header .logo img {
    width: 184px;
    height: 42px;
  }
  #header .logo:hover {
    opacity: 0.7;
  }
  #header .sevenLogo {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
  }

  #header .gWrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #header .siteMap {
    float: right;
    font-size: 1.4rem;
    color: #64717f;
    max-width: 490px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .siteMap a {
    display: block;
  }
  #header .siteMap .lang {
    font-size: 1.4rem;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 20px 6px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: right;
  }
  #header .siteMap .lang li:first-child {
    border-right: 1px solid;
    padding-right: 5px;
  }
  #header .siteMap .lang li:last-child {
    padding-left: 6px;
  }
  #header .siteMap .lang a:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  #header .siteMap .site {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #header .siteMap .site li {
    position: relative;
  }
  #header .siteMap .site li:before {
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #7b94a6;
    position: absolute;
    display: block;
    content: "";
    top: 20%;
    left: -10px;
  }
  #header .siteMap .site li a:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  #header .siteMap img {
    margin: 20px 0 23px 16px;
  }
  #header .sitesearch {
    margin: 20px 0;
    width: 235px;
  }
  #header .sitesearch .gsc-control-cse {
    padding: 0;
    width: 235px;
    display: block;
  }
  #header .gsc-search-box.gsc-search-box-tools {
    padding: 0;
    width: 235px;
    display: block;
    padding-left: 3px;
  }
  #header .sitesearch .gsc-search-box {
    position: relative;
  }
  #header .sitesearch .gsc-search-box tr,
  #header .sitesearch .gsc-search-box td {
    display: block;
  }
  #header .sitesearch .gsc-search-box td.gsc-input,
  #header .sitesearch .gsc-search-box td.gsc-input .gstl_50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 195px !important;
    padding: 0 !important;
    margin-right: 0px;
    height: 36px;
    vertical-align: top;
    float: left;
    display: inline-block;
    position: relative;
  }
  #header .sitesearch .gsc-search-box .gsib_a {
    width: 195px !important;
    padding: 0 !important;
    border-radius: 0px;
  }
  #header .sitesearch .gsc-search-box input#gsc-i-id1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px !important;
    padding: 10px !important;
    border: 1px solid #a4abb3 !important;
    border-right: none !important;
    background-position: 5px center !important;
    margin: 0 !important;
    border-radius: 0px;
  }
  #header .sitesearch .gsc-search-box td#gs_tti51 {
    margin-bottom: 5px;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button {
    width: 36px !important;
    height: 36px;
    float: left;
  }
  #header .gsc-search-button-v2 {
    margin-top: 0;
    line-height: 1;
  }

  #header .sitesearch .gsc-search-box .gsib_b {
    position: absolute;
    width: 20px;
    top: 7px;
    right: 8px;
  }
  #header .sitesearch .gsc-search-box .gsc-input-box,
  #header .sitesearch .gsc-search-box .gsc-input-box-hover,
  #header .sitesearch .gsc-search-box .gsc-input-box-focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #header .sitesearch .gsc-search-box .gsc-search-button {
    position: relative;
    border-top: 1px solid #a4abb3;
    border-right: 1px solid #a4abb3;
    border-bottom: 1px solid #a4abb3;
    background: #dce9f3 url("/img/common/search-iconpc.png") center no-repeat;
    cursor: pointer;
  }
  #header .sitesearch .gsc-search-box input.gsc-search-button-v2,
  #header .sitesearch .gsc-search-box input.gsc-search-button {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    opacity: 0;
    margin: 0 auto;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button {
    margin-left: 0;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
  }
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
    visibility: hidden;
  }
  #header .flexBox {
    background: #62707f;
    z-index: 100;
    border-left: none;
     padding:  40px 10px 40px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  #header .flexBox a {
    padding: 0;
  }
  #header .flexBox .navTop {
    width: 260px;
    height: 320px;
    padding: 90px 20px 90px 0;
  }
  #header .flexBox .navTop.smallPack .topBtn {
    margin-top:  10px;
  }
  #header .flexBox .navTop .hnavTtl {
    color: #fff;
    font-size: 2.4rem;
  }
  #header .flexBox .navTop .hnavTtl em {
    font-size: 1.6rem;
    color: #a4abb3;
    font-family: gidole;
    font-style: normal;
    letter-spacing: 0.045em;
  }
  #header .flexBox .navTop .topBtn {
    padding: 10px 5px;
    text-align: center;
    display: block;
    background: #fff;
    color: #46525f;
    margin-top: 40px;
    /* margin-right: 50px; */
    font-size: 1.6rem;
    min-width: 150px;
  }
  #header .flexBox .navTop .topBtn:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenu {
    border-left: 1px solid #a4abb3;
    width: 940px;
    padding-left:  20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .flexBox .navMenu a {
    font-size: 1.6rem;
    width: 200px;
    margin-right: 30px;
    border-left: none;
    text-align: left;
    color: #fff;
    display: block;
    padding: 0;
  }

  #header .flexBox .navMenu a .navImg {
    margin-bottom: 10px;
  }
  #header .flexBox .navMenu a .nName {
    position: relative;
  }
  #header .flexBox .navMenu a .nName:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0px;
    top: 18%;
  }
  #header .flexBox .navMenu a:first-of-type {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(2) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(3) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:nth-of-type(4) {
    margin-bottom: 40px;
  }
  #header .flexBox .navMenu a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB {
    border-left: 1px solid #a4abb3;
    width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .flexBox .navMenuB a {
    font-size: 1.6rem;
    border: 1px solid #a4abb3;
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #fff;
    position: relative;
  }
  #header .flexBox .navMenuB a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 30%;
  }
  #header .flexBox .navMenuB a.pointer {
    border: none;
    font-size: 1.5rem;
    margin-left: 0px;
    margin-bottom: 0;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB a.pointer:after {
    left: 30%;
  }
  #header .flexBox .navMenuB a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 {
    border-left: 1px solid #a4abb3;
    width: 940px;
  }
  #header .flexBox .navMenuB2 a {
    font-size: 1.6rem;
    border: 1px solid #a4abb3;
    width: 430px;
    display: block;
    padding: 14px 0 14px 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #fff;
    position: relative;
  }
  #header .flexBox .navMenuB2 a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 90%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 20px;
    top: 30%;
  }
  #header .flexBox .navMenuB2 a.navAft {
    border: none;
    font-size: 1.5rem;
    margin-left: 10px;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 a.navAft:after {
    left: 68%;
  }
  #header .flexBox .navMenuB2 a.bbn {
    border: 1px solid #a4abb3;
  }
  #header .flexBox .navMenuB2 a:hover {
    opacity: 0.7;
  }
  #header .flexBox .navMenuB2 .newsYear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 20px;
  }
  #header .flexBox .navMenuB2 .newsYear li {
    display: block !important;
    overflow: visible;
  }
  #header .flexBox .navMenuB2 .newsYear li a {
    color: #fff;
    border: none;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0;
    width: 85px;
    position: relative;
    text-decoration: underline;
  }
  #header .flexBox .navMenuB2 .newsYear li a:after {
    background: url(/img/common/right_btn01.png) no-repeat;
    position: absolute;
    background-size: 80%;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    right: 0;
    top: 0;
  }
  #header .flexBox .navMenuB2 .newsYear li a:hover {
    display: block !important;
  }
  #header .flexBox .navMenuB2 .newsYear li:first-child a {
    margin-left: 0;
  }
}

@media only screen and (min-width: 678px) and (max-width: 1199px) and (max-width: 1000px) and (min-width: 767px) {
  #header .sevenLogo {
    margin-left: 5px;
  }
  #header .siteMap .lang {
    margin: 18px 5px 6px;
  }
  #header .siteMap .site {
    margin-right: 5px;
  }
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  background: #dce9f3;
}

#pagePath ol {
  width: 1200px;
  margin: 0 auto;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pagePath li {
  display: inline-block;
  font-size: 1.3rem;
}

#pagePath li:last-child {
  margin-left: 5px;
}

#pagePath li:first-child a {
  margin-left: 0;
}

#pagePath li a {
  text-decoration: underline;
  margin: 0 5px;
}

@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #pagePath ol {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 7px 20px;
  }
  #pagePath li {
    display: inline-block;
    font-size: 1.3rem;
  }
  #pagePath li:last-child {
    margin-left: 5px;
  }
  #pagePath li:first-child a {
    margin-left: 0;
  }
  #pagePath li a {
    text-decoration: underline;
    margin: 0 5px;
  }
}

.coverbg {
  position: absolute;
  z-index: -1;
  height: 100%;
  display: none;
}

.coverbg.tt {
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 90;
  display: block;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pagetop {
  width: 70px;
  height: 70px;
  padding: 30px 0 10px;
  font-size: 1.0rem;
  text-align: center;
  background: #7b94a6;
  color: #fff !important;
  margin-left: auto;
  line-height: 1;
  position: fixed;
  right: 0;
  bottom: 0;
}

.pagetop:before {
  margin: -10px auto 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  content: "";
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  position: relative;
  background: #dce9f3;
}

#footer a {
  color: #7b94a6;
}

#footer .fInner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
  padding-top: 36px;
  line-height: 1.2;
}

#footer #fmNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer #fmNav ul {
  width: 20%;
}

#footer #fmNav ul.smallPack {
  width: 22%;
}

#footer #fmNav ul:last-child {
  width: 18%;
}

#footer #fmNav li {
  margin: 0 0 20px;
  font-size: 1.4rem;
}

#footer #fmNav li.navTtl {
  font-size: 1.6rem;
  position: relative;
  padding-left: 18px;
  letter-spacing: -0.03em;
}

#footer #fmNav li.navTtl a {
  color: #6e7b89;
  font-weight: normal;
}

#footer #fmNav li.navTtl:after {
  position: absolute;
  background: url("/img/common/fNav_icon01.png");
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 2px;
}

#footer #fmNav a {
  display: block;
}

#footer #fmNav a:hover {
  color: #2e6194;
  text-decoration: underline;
}

#footer #contactBox {
  width: 370px;
  height: 111px;
  background: #fff;
  border-top: none;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 140px;
}

#footer #contactBox:after {
  display: block;
  clear: both;
  content: "";
}

#footer #contactBox .fcttl {
  background: #7b94a6;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#footer #contactBox .spInner {
  width: 340px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer #contactBox .spInner .ftel {
  line-height: 1.2;
  padding-top: 3px;
  border: none;
  border-radius: 0;
  font-size: 1.1rem;
}

#footer #contactBox .spInner .ftel span {
  font-size: 2.0rem;
  font-weight: normal;
}

#footer #contactBox .spInner .contactBtn {
  width: 190px;
  color: #fff;
  padding: 15px 15px 15px 0;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1;
}

#footer #contactBox .spInner .contactBtn span {
  line-height: 1;
}

#footer #contactBox .spInner .contactBtn:after {
  right: 5px;
}

#footer #contactBox .spInner .contactBtn:hover {
  opacity: 0.7;
}

#footer .addBox {
  font-size: 1.3rem;
  border-top: none;
  border-bottom: none;
  position: absolute;
  right: 0;
  bottom: 55px;
  padding: 0;
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#footer .addBox .add {
  margin-left: 10px;
  color: #7b94a6;
}

#footer .fSiteBox {
  border-top: 1px solid #6e7b89;
  padding: 8px 0;
}

#footer .fSiteBox:after {
  display: block;
  clear: both;
  content: "";
}

#footer .fSiteBox .fInner {
  padding: 0;
}

#footer .fSiteBox .fNavi {
  padding: 4px 0;
  width: 350px;
  float: left;
  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;
}

#footer .fSiteBox .fNavi li {
  font-size: 1.3rem;
  position: relative;
  margin-right: 5px;
}

#footer .fSiteBox .fNavi li:after {
  border-style: solid;
  border-width: 3.5px 0 3.5px 6.1px;
  border-color: transparent transparent transparent #7b94a6;
  position: absolute;
  display: block;
  content: "";
  top: 20%;
  left: -10px;
}

#footer .fSiteBox .fNavi li a:hover {
  color: #2e6194;
  text-decoration: underline;
}

#footer .fSiteBoxSns {
  float: right;
  width: 610px;
  list-style-type: none;
  text-align: right;
}

#footer .fSiteBoxSns li {
  display: inline-block;
}

#footer .fSiteBoxSns li + li {
  margin-left: 10px;
}

#footer .copyright {
  background: #7b94a6;
  padding: 15px 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@media only screen and (max-width: 960px) and (min-width: 767px) {
  #footer .fInner {
    padding: 36px 20px 40px 20px;
  }
  #footer #contactBox {
    width: 33%;
    height: auto;
    right: 5%;
    bottom: 33%;
  }
  #footer #contactBox .fcttl {
    word-wrap: break-word;
    margin-bottom: 7px;
  }
  #footer #contactBox .spInner {
    display: block;
    width: 90%;
    text-align: center;
  }
  #footer #contactBox .ftel {
    padding-top: 0px;
    margin-bottom: 5px;
  }
  #footer #contactBox .contactBtn {
    margin: 0 auto 10px auto;
  }
  #footer .addBox {
    bottom: 55px;
    width: 32%;
    right: 5%;
    bottom: 8%;
  }
  #footer .fSiteBox {
    padding: 4px 20px;
  }
}
