@charset "shift-jis";

/* common-header */
.common-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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: -webkit-gradient(linear, left top, right top, from(#1e93d2), to(#001c87));
  background: linear-gradient(90deg, #1e93d2, #001c87);
}

.common-header-globalmenu {
  width: 44px;
  height: 44px;
  background: url(/img/header/common_header_globalmenu.png) no-repeat;
}

.common-header-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 44px;
  text-align: center;
  color: #fff;
  background: url(/img/header/common_header_logo.png) no-repeat left;
  background-size: 126px 16px;
  text-indent: -9999px;
  margin-left: 15px;
}

.common-header-title a {
  display: block;
  width: 247;
  height: 44px
}

.common-header-contact {
  text-align: center;
  color:white;
  height: 26px;
  font-size: 14px;
}

.common-header-contact a {
  width: 100%;
  height: 100%; 
  line-height: 26px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.common-header-title.with-search {
  margin-left: 44px;
}

.common-header-search {
  width: 44px;
  height: 44px;
  background: url(/img/header/common_header_search.png) no-repeat center;
  background-size: 16px 16px;
}

.common-header-push {
  width: 44px;
  height: 44px;
  background: url(/img/header/common_header_push.png) no-repeat center;
  background-size: 16px 16px;
}

.common-header.type-search .common-header-search a {
  display:block;
  width: 44px;
  height: 44px;
}

.common-header.type-search .common-header-globalmenu {
  width: 64px;
  height: 44px;
  background: url(/img/header/common_header_globalmenu.png) no-repeat left center;
}

.common-header.type-search .common-header-search {
  width: 44px;
  height: 44px;
  background: url(/img/header/common_header_search.png) no-repeat center center;
  background-size: 16px 16px;
}

.common-header.type-search .common-header-push {
  width: 44px;
  height: 44px;
  background: url(/img/header/common_header_push.png) no-repeat center;
  background-size: 16px 16px;
}

/* common-footer */
.common-footer {
  padding: 30px 26px 0;
  background: #e1e3e6;
  /* common-footer-bottom */
}

.common-footer ul {
  list-style:none;
}

.common-footer-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  margin: 0;
  color: #3d474d;
}

.common-footer-items {
  border-top: 1px solid #cacbcc;
  padding: 5px 0;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.common-footer-items-long {
  padding: 0;
  margin: 0 0 30px;
}

.common-footer-items.items-no-border {
  border: none;
}

.common-footer-items.items-harf {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
}

.common-footer-items.items-harf .top-footer-item {
  width: 110px;
}

.common-footer-item {
  font-size: 14px;
  padding: 7px 0;
  width: 130px;
}

.common-footer-item-long {
  font-size: 14px;
  padding: 7px 0;
  width: 190px;
}

.common-footer-item-simple {
  font-size: 14px;
  padding: 7px 0;
  width: 130px;
}

.common-footer-item-simple-bold {
  font-size: 14px;
  padding: 7px 0;
  width: 130px;
}

.common-footer-item.item-all {
  width: 100%;
}

.common-footer-item .item-wrapper {
  color: #3d474d;
  text-decoration: none;
  position: relative;
  display: block;
}

.common-footer-item-long .item-wrapper {
  color: #3d474d;
  text-decoration: none;
  position: relative;
  display: block;
}

.common-footer-item-simple .item-wrapper-none {
  color: #3d474d;
  text-decoration: none;
  position: relative;
  display: block;
}

.common-footer-item-simple-bold .item-wrapper-none {
  color: #3d474d;
  text-decoration: none;
  position: relative;
  display: block;
  font-weight: bold;
}

.common-footer-item .item-wrapper::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23999%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%20class%3D%22cls-1%22%20d%3D%22M7.591%2C7.044L2.5%2C10.884v3.109l8.02-6.355V6.472L2.5%2C0.117V3.226Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.common-footer-item-long .item-wrapper::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23999%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%20class%3D%22cls-1%22%20d%3D%22M7.591%2C7.044L2.5%2C10.884v3.109l8.02-6.355V6.472L2.5%2C0.117V3.226Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}

#footer .footer-menu {
  line-height:1.5;
  width:100%;
  margin:0 0 30px;
  font-size: 14px;
  color: #3d474d;
}
#footer .footer-menu dl dt {
  font-weight:700;
  text-align:center;
  padding: 0 0 10px;
}
#footer .footer-menu dl dd {
  border-top: 1px #cacbcc solid;
  padding:15px 0 0;
  margin:0;
}
#footer .footer-menu dl dd a {
  color:#007bbd;
}


.common-footer-bottom {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
}

.common-footer-bottom .bottom-title {
  width: 116px;
  height: 18px;
  border: 0;
  padding: 0;
  margin: 0;
  background: url(/smart/img/common/footer/common_footer_logo.png) no-repeat;
  background-size: 116px;
  display: inline-block;
  text-indent: -9999px;
}

.common-footer-bottom .bottom-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-footer-bottom .share-tw {
  width: 18px;
  height: 18px;
  background: url(/img/footer/common_footer_tw.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin: 0 10px 0 0;
}

.common-footer-bottom .share-fb {
  width: 18px;
  height: 18px;
  background: url(/img/footer/common_footer_fb.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.common-footer-bottom .bottom-copyright {
  width: 100%;
  font-size: 12px;
  font-style: normal;
  margin: 8px 0 20px 0;
}

.footer-mark {
    text-align: center;
}

.footer-mark .mark-pb {
    display:inline-block;
    width: 62px;
    height: 66px;
}

.footer-mark .mark-ss {
    display:inline-block;
    width: 62px;
    height: 66px;
}

.common-footer-bottom .footer-sns {
  background-size: contain;
  margin: 0 0 0 15px;
}

.common-footer-bottom .footer-sns img {
  width: 27px;
  height: 27px;
}

.common-footer-bottom .footer-sns a {
  display: block;
  width: 27px;
  height: 27px;
}

.common-footer-bottom .bottom-copyright {
  width: 100%;
  font-size: 12px;
  margin: 8px 0 20px 0;
}

#footer .common-footer-bottom .bottom-title a {
  display: block;
  width: 116px;
  height: 18px;
}

/* .questionnaire {
  font-size: 15px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: right;
}
@media (max-width: 639px) {
  .questionnaire{
    font-size: calc(0.625rem + ((1vw - 3.7px) * 1.8519));
    text-decoration: none;
  }
} */