body {
  background-color: #e3e3e3;
}
body, body main {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

dl, ol, ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1010px;
  }
}


.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

main img {
  max-width: 100%;
}
#globalheader .container {
  max-width: 980px;
}
#browsebar-name {
  margin-top: 12px;
}
#browsebar-name p {
  margin-bottom: 4px;
}
/*#browsebar-in .container {
  padding-right: 0;
  padding-left: 0;
}*/
.titlenavigation .local-mega-navigation .navlist.line1-placeholder {
  float: right;
}
.section.titlenavelement a:hover {
  text-decoration: none;
}

#search-normal #searchformhead input[type=text] {
  vertical-align: top;
}
#search-normal #searchformhead button.submit {
  top: -2px;
}

main h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
main .sec {
  padding: 50px 0;
}
main .sec.bg-b {
  background-color: #ECF6FC;
}
main .sec.bg-g {
  background-color: #F7F7F7;
}

main .btn-default {
  border-radius: 0;
  background-color: #333;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 15px;
  min-width: 240px;
}
.btn-default:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 12px;
  background-size: 6px 12px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-right-2.svg);
  top: 40%;
  right: 20px;
}

.basic-page .btn-default:link,
.basic-page .btn-default:visited {
  color: #fff;
  text-decoration: none;
}
.btn-default.arr-left:after {
  content: none;
}
.btn-default.arr-left:before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 12px;
  background-size: 6px 12px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-left.svg);
  top: 40%;
  left: 20px;
}

main .vis-head .ht-content{
  position: relative;
  color: #fff;
  height: 200px;

  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.vis-head .ht, .vis-head .container, .vis-head .row,.vis-head .row .col {
  height: 100%;
}
.vis-head .ht {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vis-head .ht h1 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 2px;
  letter-spacing: 7.5px;
}
.vis-head .ht span {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.7;
  letter-spacing: 6px;
}

/* breadcrumb */
.con-bc {
  background-color: #F7F7F7;
  padding: 6px 0;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding:0;
  font-size: 11px;
  line-height: 17px;
  color:#333;
}
.basic-page .breadcrumb a:link,.basic-page .breadcrumb a:visited {
  color:#333;
  text-decoration: none;
}
.basic-page .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline-block;
  vertical-align: bottom;
}
.breadcrumb ul li:after {
  content:"＞";
  display: inline-block;
  font-size:10px;
  margin-left: 5px;
  margin-right: 2px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li span {
  padding: 2px 4px;
}


.info-list {
  padding: 50px 0;
  line-height: 24px;
}
.info-list ul {
  border-top: 1px solid #bbb;
}
.info-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #bbb;
}
.info-list .date {
  padding-left: 30px;
}
.info-list .cate, .info.detail .st .cate {
  display: inline-block;
  background-color: #275D91;
  color: #fff;
  padding:1px 2px;
  min-width: 120px;
  text-align: center;
}
.basic-page .info-list li a:link,.basic-page .info-list li a:visited {
  color: #333;
  text-decoration: none;
}
.basic-page .info-list li a:hover {
  color: #5378c6;
  text-decoration: underline;
}
.first.info.detail .st {
  text-align: center;
}
.first.info.detail .st h2 {
  margin-bottom: 15px;
}
.first.info.detail .st .sub {
  margin-bottom: 40px;
}
.info.detail .st .date {
  display: inline-block;
  margin-right: 16px;
}

.sec .st h2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 44px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.sec .st h2:after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 70px;
  background: #275D91;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.sec p {
  text-align: justify;
}
.sec .text-center p {
  text-align: center;
}

.item-g1 dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.item-g1 dl dt,.item-g1 dl dd {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.item-g1 dl dt {
  vertical-align: middle;
  box-sizing: border-box;
  width: 25%;
  padding: 16px 18px;
  background: #275D91;
  font-weight: normal;
  color: #fff;
}
.item-g1 dl dd {
  vertical-align: middle;
  box-sizing: border-box;
  width: 75%;
  padding: 17px 14px;
  line-height: 26px;
  word-break: break-all;
  font-size: 15px;
  background-color: #F7F7F7;
  display: block;
}

.sec.bg-b .box2 {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 26px 34px;
  margin-bottom: 36px;
  position: relative;
}
.sec.bg-b .box2:before {
  position: absolute;
  content: " ";
  background-color: #275D91;
  left: 0;
  top: 10%;
  height: 80%;
  width: 3px;
}

#globalfooter-terms, #globalfooter-terms .links li {
  line-height: 12px;
}
#globalfooter-terms .copyright {
  margin-bottom: 0;
}
#globalfooter-terms .links li a {
  vertical-align: middle;
}


@media (max-width: 1199px) {
  #globalheader .container {
    max-width: 900px;
  }
  #globalheader-utils .wrapper {
    width: auto;
  }
  main .vis-head .ht-content {
    height: 154px;
  }
}

@media (max-width: 992px) {
  html.touch-device body,
  html.touch-device #page,#page {
    min-width: auto;
    max-width: none;
    width: auto;
  }
  #search-normal {
    right: 15px;
  }
  #globalheader-secondarynav nav {
    padding-right: 15px;
  }
  #browsebar.fix {
    min-width: auto;
  }
  .titlenavigation .local-mega-navigation .navlist.line1-placeholder {
    margin-right: -15px;
  }
  main .vis-head .ht-content {
    height: 125px;
  }
  .vis-head .ht h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6px;
    margin-bottom: 0;
  }

  #globalfooter-nav .print {
    width: 26%;
  }
}
@media (max-width: 767px) {
  html.touch-device body,
  html.touch-device #pag,#page {
    width: auto;
    min-width: auto;
  }
  main .vis-head .ht-content {
    background-size: cover;
    background-position: 50%;
  }
  .sec .st h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .item-g1 dl dt {
    padding: 10px;
  }
  .item-g1 dl dd {
    padding: 12px;
  }
  .info-list .date {
    padding-left: 0;
  }
  .info-list li a {
    display: inline-block;
    padding-top: 4px;
  }
  /* breadcrumb */
  .con-bc {
    display: none;
  }
}