@charset "UTF-8";
/*------------------------------------------------------------
sitepolicy
------------------------------------------------------------*/
@media (max-width: 767px) {
  #sitepolicy .mainTtlB {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
privacypolicy
------------------------------------------------------------*/
@media (max-width: 767px) {
  #privacypolicy .mainTtlB {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#privacypolicy .infoContact {
  width: 410px;
  margin-top: 17px;
  padding: 15px 20px;
  background: #eee;
}

@media (max-width: 767px) {
  #privacypolicy .infoContact {
    width: inherit;
    margin-top: 15px;
    padding: 8px 10px;
  }
}

#privacypolicy .infoContact p {
  font-size: 1.6rem;
  color: #46525f;
  line-height: 1.625;
}

@media (max-width: 767px) {
  #privacypolicy .infoContact p {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  #privacypolicy .otherBlock:nth-last-child(5) {
    margin-bottom: 40px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
sitemap
------------------------------------------------------------*/
@media (max-width: 767px) {
  #sitemap .mainTtlB {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#sitemap .conts {
  margin-top: 50px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #sitemap .conts {
    margin-top: 20px;
  }
}

/*--------------------sitemapWrapper-------------------*/
.sitemapWrapper {
  overflow: hidden;
}

.sitemapWrapper .left {
  width: 460px;
  margin-right: 40px;
  float: left;
}

@media (max-width: 767px) {
  .sitemapWrapper .left {
    width: inherit;
    float: none;
    margin-right: 0;
  }
}

.sitemapWrapper .right {
  width: 460px;
  float: right;
}

@media (max-width: 767px) {
  .sitemapWrapper .right {
    width: inherit;
    float: none;
  }
}

.sitemapWrapper .sitemapBlock {
  width: inherit;
  margin-bottom: 40px;
  border: 1px solid #a4abb3;
}

@media (max-width: 767px) {
  .sitemapWrapper .sitemapBlock {
    margin-bottom: 20px;
  }
}

.sitemapWrapper .sitemapBlock h2 {
  font-weight: normal;
}

.sitemapWrapper .sitemapBlock h2 a {
  display: block;
  font-size: 2.4rem;
  color: #2e6194;
  padding: 14.5px 0 14.5px 20px;
  position: relative;
}

.sitemapWrapper .sitemapBlock ul .icon-newtab a,
.sitemapWrapper .sitemapBlock.icon-newtab h2 a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.sitemapWrapper .sitemapBlock ul .icon-newtab a::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../img/common/icon_newtab_gray.png) center no-repeat;
  background-size: contain;
}
.sitemapWrapper .sitemapBlock.icon-newtab h2 a::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../img/common/icon_newtab_navy.png) center no-repeat;
  background-size: contain;
}

.sitemapWrapper .sitemapBlock h2 a:after {
  width: 20px;
  height: 20px;
  content: '';
  background: url("/img/sitemap/sitemap_icon.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

@media (max-width: 767px) {
  .sitemapWrapper .sitemapBlock h2 a:after {
    background: url("/img/sitemap/sitemap_icon_sp.png") no-repeat;
    background-size: 18px 18px;
  }
}

.sitemapWrapper .sitemapBlock h2 a:hover {
  color: #2e6194;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sitemapWrapper .sitemapBlock h2 a {
    font-size: 1.7rem;
    padding: 19px 0 19px 10px;
  }
}

@media (max-width: 767px) {
  .sitemapWrapper .sitemapBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.sitemapWrapper .sitemapBlock ul li {
  border-top: dotted 1px #a4abb3;
}

@media (max-width: 767px) {
  .sitemapWrapper .sitemapBlock ul li {
    width: 50%;
    float: left;
    border-left: dotted 1px #a4abb3;
  }
  .sitemapWrapper .sitemapBlock ul li:nth-child(2n+1) {
    border-left: none;
  }
  .sitemapWrapper .sitemapBlock ul li.br {
    border-right: dotted 1px #a4abb3;
  }
    .sitemapWrapper .sitemapBlock ul li.bb {
    border-bottom: dotted 1px #a4abb3;
  }
  .sitemapWrapper .sitemapBlock ul li.sitemapSpec {
    width: 100%;
  }

}

.sitemapWrapper .sitemapBlock ul a {
  display: block;
  font-size: 1.6rem;
  padding: 8px 0 8px 20px;
  position: relative;
}

.sitemapWrapper .sitemapBlock ul a:after {
  width: 10px;
  height: 15px;
  content: '';
  background: url("/img/sitemap/sitemap_arrow01.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media (max-width: 767px) {
  .sitemapWrapper .sitemapBlock ul a:after {
    width: 11px;
    height: 13px;
    background: url("/img/sitemap/sitemap_arrow01_sp.png") no-repeat;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: 10px;
    background-size: cover;
  }
}

.sitemapWrapper .sitemapBlock ul a:hover {
  color: #2e6194;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sitemapWrapper .sitemapBlock ul a {
    font-size: 1.2rem;
    padding: 11px 15px 11px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    height: 100%;
  }
}

.sitemapWrapper .subLink {
  margin-top: -10px;
  overflow: hidden;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .sitemapWrapper .subLink {
    margin-top: 10px;
  }
}

.sitemapWrapper .subLink li {
  width: 175px;
  float: left;
}

@media (max-width: 767px) {
  .sitemapWrapper .subLink li {
    float: none;
    width: 100%;
  }
  .sitemapWrapper .subLink li:last-child {
    margin-top: 10px;
  }
}

.sitemapWrapper .subLink li a {
  font-size: 1.6rem;
  color: #46525f;
  line-height: 35px;
  position: relative;
  padding-left: 15px;
}

.sitemapWrapper .subLink li a:after {
  width: 6px;
  height: 12px;
  content: '';
  background: url("/img/sitemap/sitemap_arrow02.png") no-repeat;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .sitemapWrapper .subLink li a:after {
    width: 16px;
    height: 24px;
    background: url("/img/sitemap/sitemap_arrow02_sp.png") no-repeat;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.sitemapWrapper .subLink li a:hover {
  color: #2e6194;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sitemapWrapper .subLink li a {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
notfound
------------------------------------------------------------*/
#notfound .title1 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 767px) {
  #notfound .title1 {
    width: inherit;
    margin-top: 56px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  #notfound .sitemapWrapper {
    padding: 0 20px;
  }
}

.error {
  margin-top: 20px;
}

.error p {
  text-align: center;
  font-size: 1.6rem;
  color: #46525f;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .error p {
    font-size: 1.2rem;
    line-height: 2.1;
  }
}

.homeLink {
  margin-top: 55px;
  margin-bottom: 44px;
  text-align: center;
}

@media (max-width: 767px) {
  .homeLink {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.homeLink a {
  font-size: 1.6rem;
  color: #46525f;
  line-height: 1.875;
  padding-right: 20px;
  position: relative;
}

.homeLink a:after {
  width: 10px;
  height: 15px;
  content: '';
  background: url("/img/404/402.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

@media (max-width: 767px) {
  .homeLink a {
    font-size: 1.2rem;
  }
}

.homeLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

.search {
  width: 960px;
  text-align: center;
  background: #eee;
  height: 120px;
  position: relative;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .search {
    width: inherit;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

.search .searchTerm {
  width: 470px;
  height: 46px;
  margin-top: 37px;
  margin-bottom: 37px;
  padding-left: 8px;
}

@media (max-width: 767px) {
  .search .searchTerm {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.search .searchBtn {
  width: 44px;
  height: 44px;
  position: absolute;
  background: #dce9f3;
  top: 38px;
  right: 246px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .search .searchBtn {
    height: 38px;
    right: 31px;
    top: 41px;
  }
}

.search .gsc-control-cse {
  padding: 0;
  width: 100%;
  height: 45px;
  display: block;
  background: none;
  border: none !important;
}

.search .gsc-search-box {
  position: relative;
}

.search .gsc-search-box tr,
.search .gsc-search-box td {
  display: block;
}

.search .gsc-search-box {
  width: 470px;
  margin: 0 auto;
}

.search .gsc-search-box td.gsc-search-button {
  margin-left: 0;
}
.search .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}
.search .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
  visibility: hidden;
}

@media (max-width: 767px) {
  .search .gsc-search-box {
    width: 100%;
  }
}

.search .gsc-input-box {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search .gsc-control-cse.gsc-control-cse-ja {
  height: 45px;
  border: none;
}

.search .gsc-search-box td.gsc-input {
  height: 30px;
}

.search .gsc-search-box td.gsc-input,
.search .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;
}

.search .gsc-search-box .gsib_a {
  width: 85% !important;
  padding: 0 5px !important;
  left: 0;
}

.search .gsc-search-box .gsib_a input {
  height: 40px !important;
}

.search .gsc-search-box .gsc-input-box {
  border: 1px solid #a4abb3 !important;
  border-right: none !important;
}

.search .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;
}

.search .gsc-search-box td#gs_tti51 {
  margin-bottom: 5px;
}

.search .gsc-search-box td.gsc-search-button {
  width: 10% !important;
  height: 45px;
  float: left;
  display: inline-block;
}
@media (max-width: 767px) {
  .search .gsc-search-box td.gsc-search-button {
    width: 15% !important;
  }
}
.search .gsc-search-box .gsib_b {
  position: absolute;
  width: 20px;
  top: 10px;
  left: 78%;
}

@media (max-width: 767px) {
  .search .gsc-search-box .gsib_b {
    left: 75%;
    top: 12px;
  }
}

.search .gsc-search-box .gsc-input-box,
.search .gsc-search-box .gsc-input-box-hover,
.search .gsc-search-box .gsc-input-box-focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search .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 (max-width: 767px) {
  .search .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;
  }
}
.search .gsc-search-box input.gsc-search-button-v2,
.search .gsc-search-box input.gsc-search-button {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  opacity: 0;
  margin: 0 auto;
}




/* 
------------------------------------------------------------*/
#other .pc-only {
  display: block;
}

@media (max-width: 767px) {
  #other .pc-only {
    display: none;
  }
}

#other .sp-only {
  display: none;
}

@media (max-width: 767px) {
  #other .sp-only {
    display: block;
  }
}

#other p {
  font-size: 1.6rem;
  color: #46525f;
  line-height: 1.875;
  text-align: left;
}

@media (max-width: 767px) {
  #other p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

#other .otherHead {
  margin-bottom: 45px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  #other .otherHead {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

#other .list2 {
  margin: 0 auto 35px auto;
}

#other .list2 li {
  padding-left: 15px;
  position: relative;
}

#other .list2 li:after {
  width: 10px;
  height: 10px;
  background: url("/img/sitepolicy/sitepolicy_icon.png") no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 767px) {
  #other .list2 li:after {
    top: 6px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #other .list2 {
    margin-bottom: 20px;
  }
}

#other .txtOther {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #other .txtOther {
    margin-bottom: 10px;
  }
}

#other .linkLeft {
  margin-top: 25px;
}

#other .linkLeft:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  #other .linkLeft {
    margin-top: 10px;
  }
}

.otherBlock {
  margin-bottom: 50px;
}

.otherBlock:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .otherBlock {
    margin-bottom: 35px;
  }
}

.otherBlock .title2 {
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .otherBlock .title2 {
    margin-bottom: 15px;
    border-left: 4px solid #2e6194;
  }
}

.otherBlock h3 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2e6194;
  margin-bottom: 10px;
}
