@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Bold.ttf") format("truetype");
}
body {
  font-size: 1.5rem;
  width: 100%;
  min-width: 320px;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media (max-width: 767px) {
  body {
    color: #46525f;
    line-height: 1;
    background-color: #fff;
    text-align: left;
    font-size: 1.1rem;
  }
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

#main {
  position: relative;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  height: 150px;
}
@media (max-width: 767px) {
  #header {
    height: auto;
    letter-spacing: 0.025em;
    display: block;
    background: #fff;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #header .logo {
    float: left;
    margin: 20px 0;
    display: block;
    width: 184px;
    height: 42px;
  }
  #header .logo:hover {
    opacity: 0.7;
  }
}
@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:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  #header .logo {
    margin: 11px 10px 6px;
    display: block;
    float: left;
    width: 133px;
    height: 33px;
  }
}

@media only screen and (min-width: 1200px) {
  #header .logo img {
    width: 184px;
    height: 42px;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .logo img {
    width: 184px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  #header .logo img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #header .sevenLogo {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .sevenLogo {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) and (max-width: 1000px) and (min-width: 768px) {
  #header .sevenLogo {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #header .sevenLogo {
    float: left;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  #header .siteMap {
    float: right;
    color: #64717f;
    width: 490px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .siteMap {
    float: right;
    font-size: 1.4rem;
    color: #64717f;
    max-width: 490px;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  #header .siteMap a {
    display: block;
    color: #64717f;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .siteMap a {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  #header .siteMap .lang {
    font-size: 1.4rem;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 20px 6px;
    letter-spacing: 0.07em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: right;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .siteMap .lang {
    font-size: 1.4rem;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 20px 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: right;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) and (max-width: 1000px) and (min-width: 768px) {
  #header .siteMap .lang {
    margin: 18px 5px 6px;
  }
}

@media only screen and (min-width: 678px) {
  #header .siteMap .lang li:first-child {
    border-right: 1px solid;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 678px) {
  #header .siteMap .lang li:last-child {
    padding-left: 6px;
  }
}

@media only screen and (min-width: 678px) {
  #header .siteMap .lang a:hover {
    color: #2e6194;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1200px) {
  #header .siteMap .site {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 678px) {
  #header .siteMap .site {
    width: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) and (max-width: 1000px) and (min-width: 768px) {
  #header .siteMap .site {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  #header .siteMap .site li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 678px) {
  #header .siteMap .site li {
    position: relative;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}

@media only screen and (min-width: 678px) {
  #header .siteMap .site li a:hover {
    color: #2e6194;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 678px) {
  #header .siteMap img {
    margin: 20px 0 23px 16px;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch {
    margin: 20px 0;
    width: 235px;
  }
}

@media only screen and (min-width: 1200px) {
  #header .sitesearch .gsc-control-cse {
    padding: 0;
    width: 235px;
    display: block;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .sitesearch .gsc-control-cse {
    padding: 0;
    width: 235px;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  #header .gsc-search-box.gsc-search-box-tools {
    padding: 0;
    width: 235px;
    display: block;
    padding-left: 3px;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .gsc-search-box.gsc-search-box-tools {
    padding: 0;
    width: 235px;
    display: block;
    padding-left: 3px;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch .gsc-search-box td {
    display: block;
  }
}

@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .sitesearch .gsc-search-box tr {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  #header .gsc-input-box {
    width: 190px !important;
  }
}
@media (max-width: 767px) {
  #header .gsc-input-box {
    height: 45px;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}
@media only screen and (min-width: 1200px) {
  #header .sitesearch .gsc-search-box td.gsc-input,
  #header .sitesearch .gsc-search-box td.gsc-input .gstl_50 {
    width: 190px !important;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch .gsc-search-box .gsib_a {
    width: 195px !important;
    padding: 0 !important;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .sitesearch .gsc-search-box .gsib_a {
    width: 190px !important;
    height: 36px;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch .gsc-search-box td#gs_tti51 {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch .gsc-search-box td.gsc-search-button {
    width: 36px !important;
    height: 36px;
    float: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #header .sitesearch .gsc-search-box td.gsc-search-button {
    margin-left: 0;
    display: inline-block;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
    visibility: hidden;
  }
}

@media only screen and (min-width: 678px) {
  #header .sitesearch .gsc-search-box .gsib_b {
    position: absolute;
    width: 20px;
    top: 7px;
    right: 8px;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}

@media only screen and (min-width: 1200px) {
  #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;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #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;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox {
    background: #62707f;
    z-index: 100;
    border-left: none;
    padding: 40px 10px 40px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox {
    padding: 40px 0;
    width: 1200px;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox a {
    padding: 0;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navTop {
    width: 260px;
    height: 320px;
    padding: 90px 20px 90px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navTop {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navTop .hnavTtl {
    color: #fff;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navTop .hnavTtl em {
    font-size: 1.6rem;
    color: #a4abb3;
    font-family: gidole;
    font-style: normal;
    letter-spacing: 0.045em;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navTop .topBtn {
    padding: 10px 5px;
    text-align: center;
    display: block;
    background: #fff;
    color: #46525f;
    margin-top: 40px;
    font-size: 1.6rem;
    min-width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navTop .topBtn {
    margin-right: 50px;
    min-width: auto;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navTop .topBtn:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenu {
    border-left: 1px solid #a4abb3;
    width: 940px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenu {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .flexBox .navMenu a {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 678px) {
  #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;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenu a .navImg {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenu a .nName {
    position: relative;
  }
}

@media only screen and (min-width: 678px) {
  #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%;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}
@media only screen and (min-width: 678px) {
  #header .flexBox .navMenu a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB {
    border-left: 1px solid #a4abb3;
    width: 940px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenuB {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenuB a {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 678px) {
  #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%;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB a.pointer {
    border: none;
    font-size: 1.5rem;
    margin-left: 0px;
    margin-bottom: 0;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenuB a.pointer {
    margin-left: 10px;
  }
}

@media (max-width: 1125px) {
  #header .flexBox .navMenuB a.pointer:after {
    top: 30% !important;
    left: 35% !important;
  }
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #header .flexBox .navMenuB a.pointer:after {
    top: 15% !important;
    left: 35% !important;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenuB a.pointer:after {
    left: 35%;
    top: 16%;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 {
    border-left: 1px solid #a4abb3;
    width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenuB2 {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenuB2 a {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 678px) {
  #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%;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 a.navAft {
    border: none;
    font-size: 1.5rem;
    margin-left: 10px;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 a.navAft:after {
    left: 68%;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 a.bbn {
    border: 1px solid #a4abb3;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 .newsYear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 20px;
    gap: 15px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #header .flexBox .navMenuB2 .newsYear {
    gap: 0;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 .newsYear li {
    display: block !important;
    overflow: visible;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}

@media only screen and (min-width: 678px) {
  #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;
  }
}

@media only screen and (min-width: 678px) {
  #header .flexBox .navMenuB2 .newsYear li a:hover {
    display: block !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  #header .gNavi .mn {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  #header .gNavi .mn {
    position: relative;
    text-align: center;
    width: 17%;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #e9f0f4;
    text-align: center;
    color: #fff;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  #header .gNavi .mn.fg {
    padding: 0px 10px;
  }
}
@media (min-width: 768px) {
  #header .gNavi .mn.fg {
    padding: 0px 10px;
  }
}

@media (min-width: 768px) {
  #header .gNavi {
    background: #7b94a6;
    position: static;
  }
  #header .gNavi .gWrap {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  #header .gNavi .mn a {
    color: #fff;
    padding: 26px 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 0 20px;
  }
  #header .headwrap .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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: 678px) and (max-width: 1199px) {
  #header .gWrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  #header .sitesearch .gsc-search-box {
    position: relative;
  }
  #header .gsc-search-button-v2 {
    margin-top: 0;
    line-height: 1;
  }
  #header .flexBox .navTop.smallPack .topBtn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #header.fixed {
    position: fixed;
    top: 0;
  }
  #header:after {
    display: block;
    clear: both;
    content: "";
  }
  #header .rBox {
    float: right;
    width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .rBox .hcontact {
    background: #61bdcf;
    color: #fff;
    padding: 9px 0;
    height: 50px;
    line-height: 1.5;
    width: 50px;
    display: block;
    text-align: center;
    word-break: break-all;
  }
  #header .sitesearchSp {
    margin: 20px 0;
  }
  #header .sitesearchSp .gsc-control-cse {
    padding: 0;
    width: 100%;
    height: 45px;
    display: block;
    background: none;
    border: none !important;
  }
  #header .sitesearchSp .gsc-search-box {
    position: relative;
    width: 100%;
  }
  #header .sitesearchSp .gsc-search-box tr,
  #header .sitesearchSp .gsc-search-box td {
    display: block;
  }
  #header .gsc-search-box {
    width: 100%;
  }
  #header .sitesearchSp .gsc-control-cse.gsc-control-cse-ja {
    height: 45px;
    border: none;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-input,
  #header .sitesearchSp .gsc-search-box td.gsc-input .gstl_50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85% !important;
    padding: 0 !important;
    margin-right: 0px;
    height: 45px !important;
    vertical-align: top;
    float: left;
    display: inline-block;
  }
  #header .sitesearchSp .gsc-search-box .gsib_a {
    width: 85% !important;
    padding: 0 5px !important;
    left: 0;
  }
  #header .sitesearchSp .gsc-search-box .gsib_a input {
    height: 40px !important;
  }
  #header .sitesearchSp .gsc-search-box .gsc-input-box {
    border: 1px solid #a4abb3 !important;
    border-right: none !important;
  }
  #header .sitesearchSp .gsc-search-box input#gsc-i-id1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px !important;
    padding: 10px !important;
    background-position: 5px center !important;
  }
  #header .sitesearchSp .gsc-search-box td#gs_tti51 {
    margin-bottom: 5px;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-search-button {
    margin-left: 0;
    width: 15% !important;
    height: 45px;
    float: left;
    display: inline-block;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
  }
  #header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
    visibility: hidden;
  }
  #header .sitesearchSp .gsc-search-box .gsib_b {
    position: absolute;
    width: 20px;
    top: 10px;
    left: 75%;
  }
  #header .sitesearchSp .gsc-search-box .gsc-input-box,
  #header .sitesearchSp .gsc-search-box .gsc-input-box-hover,
  #header .sitesearchSp .gsc-search-box .gsc-input-box-focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #header .sitesearchSp .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-iconsp.png") center no-repeat;
    background-size: 24px;
    cursor: pointer;
  }
  #header .sitesearchSp .gsc-search-box input.gsc-search-button-v2,
  #header .sitesearchSp .gsc-search-box input.gsc-search-button {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    opacity: 0;
    margin: 0 auto;
  }
  #header .award img {
    display: none;
  }
  #header .alterna img {
    display: none;
  }
  /* google検索窓上書き */
  #header .gsc-input-box {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #header .sitesearchSp .gsc-search-box td#gs_tti51 {
    background-color: #fff;
  }
  #contact .menuBox .contactBtn {
    color: #fff;
  }
}
/*------------------------------------------------------------
	SpNavi
------------------------------------------------------------*/
@media (max-width: 767px) {
  .menuBtn {
    position: relative;
    width: 50px;
    height: 50px;
    background: #dce9f3;
    z-index: 100;
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menuBtn .changeB {
    display: none;
  }
  .menuBtn em {
    position: absolute;
    color: #7b94a6;
    bottom: 8px;
    left: 6px;
    font-size: 1rem;
    font-style: normal;
  }
  .menuBtn i {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    width: 23px;
    margin: 0 auto;
    height: 2px;
    content: "";
    display: block;
    background-color: #7b94a6;
    border-radius: 4px;
  }
  .menuBtn i:nth-of-type(1) {
    top: 11px;
  }
  .menuBtn i:nth-of-type(2) {
    top: 18px;
  }
  .menuBtn i:nth-of-type(3) {
    bottom: 23px;
  }
  .menuBtn.active .changeA {
    display: none;
  }
  .menuBtn.active .changeB {
    display: block;
    left: 10px;
  }
  .menuBtn.active i:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .menuBtn.active i:nth-of-type(2) {
    opacity: 0;
  }
  .menuBtn.active i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  .menuBox {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #dce9f3;
    overflow-y: scroll;
    z-index: 100;
  }
  .menuBox .contactBtn {
    margin: 20px 0 30px;
  }
  .menuBox .sitesearchSp {
    margin: 20px 0;
  }
  .menuBox .sitesearchSp .gsc-control-cse {
    padding: 0;
    width: 100%;
    height: 45px;
    display: block;
    background: none;
    border: none !important;
  }
  .menuBox .lang {
    font-size: 1.8rem;
    width: 184px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menuBox .lang a {
    color: #64717f;
  }
  .menuBox .lang li:first-child {
    border-right: 1px solid;
    padding-right: 20px;
  }
  .spNavi {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .spNavi li {
    border-bottom: 1px solid #64717f;
    font-size: 1.6rem;
    display: block;
    color: #64717f;
  }
  .spNavi li span {
    display: block;
    padding: 15px 0 15px 20px;
    position: relative;
  }
  .spNavi li span:after, .spNavi li span:before {
    display: block;
    content: "";
    position: absolute;
    background: #7b94a6;
    right: 12px;
    top: 50%;
  }
  .spNavi li span:before {
    height: 2px;
    width: 16px;
  }
  .spNavi li span:after {
    height: 16px;
    width: 2px;
    top: 38%;
    right: 19px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .spNavi li span.closeBtn:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -webkit-transform: translateY(0px) rotate(-90deg);
            transform: translateY(0px) rotate(-90deg);
  }
  .spNavi li a {
    font-size: 1.6rem;
    display: block;
    color: #64717f;
    padding: 15px 0 15px 20px;
    position: relative;
  }
  .spNavi li a.nFont:after {
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #7b94a6;
    border-right: 2px solid #7b94a6;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    top: 40%;
  }
  .spNavi li a.sFont {
    font-size: 1.3rem;
    padding: 12px 0 12px 20px;
  }
  .spNavi li a.sFont:after {
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #7b94a6;
    border-right: 2px solid #7b94a6;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    top: 40%;
  }
  .spNavi li .acMenu {
    display: none;
  }
  .spNavi li .acMenu li:last-child {
    border-bottom: none;
  }
  .spNavi li .acMenu li:first-child {
    border-top: 1px solid #64717f;
  }
  .spNavi li .acMenu .sFont {
    padding-left: 40px;
  }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  background: #dce9f3;
}
@media (max-width: 767px) {
  #pagePath {
    border-top: 1px solid #fff;
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 300px) {
  #pagePath {
    margin-top: 100px;
  }
}

#pagePath ol {
  width: 1200px;
  margin: 0 auto;
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #pagePath ol {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 7px 20px;
  }
}
@media (max-width: 767px) {
  #pagePath ol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 15px;
  }
}

#pagePath li {
  display: inline-block;
  font-size: 1.3rem;
}
@media only screen and (min-width: 678px) and (max-width: 1199px) {
  #pagePath li {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  #pagePath li {
    display: inline;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  #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 (max-width: 767px) {
  #pagePath li a {
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .coverbg {
    position: absolute;
    z-index: -1;
    height: 100%;
    display: none;
  }
}

.coverbg.tt {
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 90;
  display: block;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
@media (max-width: 767px) {
  #main.scrl {
    display: none;
  }
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pagetop {
  width: 70px;
  height: 70px;
  padding: 30px 0 10px;
  font-size: 1rem;
  text-align: center;
  background: #7b94a6;
  color: #fff !important;
  margin-left: auto;
  line-height: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
@media (max-width: 767px) {
  .pagetop {
    display: block;
    width: 50px;
    height: 50px;
    padding: 23px 0 0;
  }
}

@media (min-width: 768px) {
  .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: "";
  }
}

@media (max-width: 767px) {
  .pagetop:after {
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    display: block;
    content: "";
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  position: relative;
  background: #dce9f3;
}

#footer a {
  color: #7b94a6;
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer .fInner {
    padding: 36px 20px 130px 20px;
  }
}
@media (min-width: 768px) {
  #footer .fInner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 180px;
    padding-top: 36px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  #footer #fmNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -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 {
  border-top: 1px solid #7b94a6;
  padding: 20px;
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer #contactBox {
    width: 33%;
    height: auto;
    right: 5%;
    bottom: 33%;
  }
}
@media (min-width: 768px) {
  #footer #contactBox {
    width: 370px;
    height: 111px;
    background: #fff;
    border-top: none;
    padding: 0;
    position: absolute;
    bottom: 140px;
    right: 0;
  }
  #footer #contactBox::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (max-width: 767px) {
  #footer #contactBox {
    border-top: 1px solid #7b94a6;
    padding: 20px;
  }
}

#footer #contactBox .fcttl {
  text-align: center;
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer #contactBox .fcttl {
    word-wrap: break-word;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  #footer #contactBox .fcttl {
    background: #7b94a6;
    color: #fff;
    margin-bottom: 15px;
    padding: 8px 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #footer #contactBox .fcttl {
    color: #64717f;
    padding-block: 0px 15px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer #contactBox .spInner {
    display: block;
    width: 90%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #footer #contactBox .spInner {
    width: 340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  #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: 2rem;
    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;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer #contactBox .ftel {
    padding-top: 0px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #footer #contactBox .ftel {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #7b94a6;
    border-radius: 30px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 8px 0;
    color: #46525f;
  }
}
@media only screen and (min-width: 961px) {
  #footer #contactBox .ftel {
    margin-bottom: inherit;
    padding: inherit;
  }
}
@media (max-width: 767px) {
  #footer #contactBox .ftel {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #7b94a6;
    border-radius: 30px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 8px 0;
    color: #46525f;
  }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer #contactBox .contactBtn {
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 767px) {
  #footer #contactBox .contactBtn {
    color: #fff;
    padding: 15px 15px 15px 0;
  }
}

@media (max-width: 767px) {
  #footer #contactBox .ftel span {
    font-size: 2.1rem;
  }
  #footer #contactBox .contactBtn:after {
    top: 30%;
  }
}
#footer .addBox {
  font-size: 1.3rem;
  border-top: none;
  border-bottom: none;
  position: absolute;
  right: 0;
  bottom: 55px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media only screen and (min-width: 961px) {
  #footer .addBox {
    width: 370px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer .addBox {
    bottom: 55px;
    width: 32%;
    right: 5%;
    bottom: 8%;
  }
}
@media (max-width: 767px) {
  #footer .addBox {
    position: static;
    inset: auto;
    color: #7b94a6;
    font-size: 1.2rem;
    border-top: 1px solid #7b94a6;
    border-bottom: 1px solid #7b94a6;
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  #footer .fSiteBox {
    padding: 4px 20px;
  }
}
@media (min-width: 768px) {
  #footer .fSiteBox {
    border-top: 1px solid #6e7b89;
    padding: 8px 0;
  }
}

@media (min-width: 768px) {
  #footer .addBox .add {
    margin-left: 10px;
    color: #7b94a6;
  }
  #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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -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;
  }
}
@media (max-width: 767px) {
  #footer .fNavi {
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .fNavi li {
    font-size: 1.2rem;
    position: relative;
    margin-right: 15px;
  }
  #footer .fNavi li:last-child {
    margin-right: 0;
  }
  #footer .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: 0;
  }
  #footer .fNavi li a {
    display: block;
    padding-left: 7px;
  }
  #footer .addBox p {
    margin-left: 10px;
    color: #7b94a6;
  }
}
#footer .fSiteBoxSns {
  float: right;
  width: 610px;
  list-style-type: none;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .fSiteBoxSns {
    float: none;
    width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 3%;
    margin-bottom: 20px;
    text-align: left;
  }
}

#footer .fSiteBoxSns li {
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .fSiteBoxSns li {
    display: block;
    width: 48%;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .fSiteBoxSns li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #7b94a6;
    color: #fff !important;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  #footer .fSiteBoxSns li + li {
    margin-left: 10px;
  }
}

#footer .copyright {
  background: #7b94a6;
  padding: 15px 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .copyright {
    font-size: inherit;
  }
}/*# sourceMappingURL=layout.css.map */