@charset "Shift_JIS";

/*フォントサイズ変更に必要*/
body.fontsize-large {
  font-size: 125%;
}

body.fontsize-default {
  font-size: 100%;
}
/*フォントサイズ変更に必要*/

* {
  padding: 0;
  margin: 0;
}

header ul, footer ul {
  list-style: none;
}

header, footer, main, section, header div, footer div, main div, section div, header a, footer a, main a, section a, nav.globalmenu-sp .ad-menu, .foot-nav .ad-menu, #pagetop-sp.sp-top a {
  box-sizing: border-box;
}

header, footer, main {
  font-size: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Verdana, "sans-serif";
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

header a, footer a {
  transition: .2s;
  color: #333333;
  text-decoration: none;
  font-family: 'Noto sans JP';
}

header a:hover, footer a:hover {
  opacity: .7;
}

header, footer {
  font-family: 'Noto sans JP';
  background: #FFFFFF;
}

header img, footer img {
  max-width: 100%;
}

header label, footer label {
  position: relative;
}

header input[type="radio"], header input[type="checkbox"], footer input[type="radio"], footer input[type="checkbox"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}


header,
footer,
main {
  color: #333;
  letter-spacing: .02em;
  min-width: 980px;
}

@media screen and (max-width:767px) {
  header,
  footer,
  main {
    min-width: inherit;
  }
}


/*header*/

.head-wrapper {
  border-bottom: 1px solid #eef3fd;
}

.head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 0;
}

nav.pc-display {
  border-bottom: 1px solid #eef3fd;
}

.head-wrap a:hover, .head-wrap a:active {
  text-decoration: underline;
}

.header-menu {
  width: 38%;
}

.head-wrap a, .head-wrap>span {
  font-size: 75%;
}

.head-wrap .fontsize a {
  font-size: 170.7%;
}

.head-wrap .fontsize a:hover {
  background-color: #143C85;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.head-wrap .trigone-right {
  margin-right: 14px;
}

.head-logo a {
  width: 200px;
  min-width: 200px;
}

.head-wrap .zeikan-icon {
  width: 26px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
}

.head-wrap .i-size {
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  height: 28px;
}

.head-wrap .z-icon {
  width: 30px;
  height: 28px;
}

.head-wrap .inq-icon {
  width: 28px;
  height: 28px;
}

.head-wrap .m-icon {
  width: 24px;
}

.head-wrap a img {
  display: block;
  width: 100%;
}

.head-logo {
  display: flex;
  align-items: center;
  line-height: 1;
  width: 22%;
}

.g-nav .nav-li>a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(135deg);
}

@media screen and (max-width:1120px) {
  .head-wrap {
    margin: 0 4%;
  }
  .header-menu {
    width: 48%;
  }
  .head-logo {
    width: 23%;
  }
}

.clearfix-new {
  display: flex;
}

@media screen and (max-width:1070px) {
  .head-logo {
    width: 26%;
  }
  .head-wrap a, .head-wrap>span {
    font-size: 68.75%;
  }
  .fontsize dt {
    font-size: 68.75%;
  }
  .head-wrap .fontsize a {
    font-size: 157.14%;
  }
}

@media screen and (max-width:1120px) {
  .head-logo {
    width: 18%;
    margin-right: 1%;
  }
  .head-logo a {
    width: auto;
    min-width: inherit;
  }
  .head-wrap a, .head-wrap>span {
    font-size: 68.75%;
  }
  .fontsize dt {
    font-size: 68.75%;
  }
  .head-wrap .fontsize a {
    font-size: 157.14%;
  }
}

.clearfix-new li {
  width: 100px;
  min-width: 70px;
  margin-right: 2%;
}

.clearfix-new li:last-child {
  margin-right: 0;
}

.clearfix-new>li>a {
  font-style: normal;
  font-weight: bold;
  width: 100%;
  padding: 20% 0;
  display: block;
  background: linear-gradient( 327.8deg, #143C85 2.64%, #345DA9 62.38%);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  height: 90px;
}

.clearfix-new>li>a:hover, .clearfix-new>li>a:active {
  background: linear-gradient( 327.8deg, #345DA9 2.64%, #143C85 62.38%);
  opacity: 1;
  text-decoration: none;
}

#headSearch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.headMenu {
  display: flex;
  justify-content: space-between;
}

form.allSearch-Form {
  display: flex;
  width: 230px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input.all-Search {
  width: 77%;
  padding: 4px 4px 4px 12px;
  font-size: 81.75%;
  border: none;
}

input.Search-btn {
  width: 24%;
  font-size: 75%;
  background-color: #143C85;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  text-align: center;
  cursor: pointer;
}

input.Search-btn:hover {
  opacity: .8;
}

.head-wrap .fontsize .active {
  background-color: #143C85;
  color: #fff;
  border-radius: 4px;
  padding: 1px 12px;
}

.head-wrap .fontsize .inactive {
  border: 1px solid #143C85;
  color: #143C85;
  border-radius: 4px;
  padding: 0 12px;
}

.fontsize dt {
  font-size: 171.4%;
  /*12px*/
  margin-right: 14px;
  font-weight: bold;
  font-family: 'Noto sans JP';
}

.fontsize dd {
  margin-right: 6px;
}

.fontsize dd:last-of-type {
  margin-right: 0;
}

@media screen and (max-width:1070px) {
  .fontsize dt {
    font-size: 157.14%;
  }
}

@media screen and (max-width: 1040px) {
  .head-wrap {
    margin: 0;
  }
}

.pc-display .nav-li {
  display: block;
  width: 100%;
  text-align: center;
}

.g-nav .nav-li>a {
  position: relative;
  display: block;
  padding: 20px 0;
  transition: unset;
}

.g-nav .nav-li>a:hover {
  background-color: #eef3fd;
}

.g-nav .nav-li>a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(135deg);
}

.g-nav .nav-li>a:hover:before {
  bottom: 8%;
}

.nav-detaile {
  position: relative;
  font-size: 77.5%;
  font-weight: bold;
  color: #333;
  font-family: 'Noto sans JP';
}

.bread-list {
  border-bottom: 1px solid #eef3fd;
  background-color: #fff;
}

.bread-crumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 75%;
  height: 40px;
  overflow: auto;
  margin: 0 4%;
}

.bread-crumb li {
  position: relative;
}

.bread-crumb li:not(:last-of-type) {
  margin-right: 20px;
}

.bread-crumb li a {
  display: block;
}

.bread-crumb li:not(:last-of-type) a {
  padding-right: 20px;
}

.bread-crumb li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -2px;
  right: 0;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

.headtop-wrap {
  z-index: 3;
  width: 100%;
}

.header-menu .lunguage {
  position: relative;
  padding: 0 0 0 25px;
}

.header-menu .lunguage:before {
  content: '';
  background: url(../img/global/lunguage.svg);
  background-repeat: no-repeat;
  ;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0px;
}

.header-menu .hm-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 16px;
}

.header-menu li {
  display: flex;
  align-items: center;
}

.header-menu .hm-inner li:not(:last-of-type) {
  border-right: 1px solid #CCCCCC;
  padding-right: 18px;
  margin-right: 18px;
}

@media screen and (max-width:1120px) {
  .header-menu .hm-inner li:not(:last-of-type) {
    padding-right: 14px;
    margin-right: 14px;
  }
}

@media screen and (max-width:1070px) {
  .header-menu .hm-inner li:not(:last-of-type) {
    padding-right: 14px;
    margin-right: 14px;
  }
}

.header-menu ul dl {
  display: flex;
  font-size: 43.75%;
}

.header-menu a {
  position: relative;
  color: #333;
  font-weight: bold;
}

.header-menu .trigone:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 4px 0 4px;
  left: -12px;
  top: 5px;
  border-color: #143C85 transparent transparent transparent;
}

.header-menu .trigone-right:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 5px;
  border-style: solid;
  border-width: 4px 0 4px 5.5px;
  border-color: transparent transparent transparent #143C85;
}

.clearfix-new a span {
  display: block;
  line-height: 1.2;
  font-family: 'Noto sans JP';
}

.clearfix-new a .global-kanzei {
  font-size: 90%;
  margin-top: -4px;
}

@media screen and (min-width:768px) {
  .sp-display {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .pc-display {
    display: none;
  }
  .sp-display {
    z-index: 3;
    width: 100%;
  }
  .sp-display .sp-head {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #e4e6ec;
    position: relative;
    background-color: #fff;
  }
  .sp-display .sp-head>ul {
    display: flex;
    margin-right: 60px;
  }
  .sp-display .sp-head a {
    display: block;
  }
  .sp-display .sp-head a img {
    width: 100%;
    vertical-align: unset;
  }
  .sp-display .sp-head span {
    display: block;
    font-family: 'Noto sans JP';
    font-weight: normal;
  }
  .sp-display .sp-head .sp-inquiry {
    width: 25px;
    margin: 0 auto 4px;
  }
  .sp-display .sp-head .sp-mituyu {
    width: 18px;
    margin: 0 auto;
  }
  .sp-display .sp-head .sp-serch {
    width: 20px;
    margin: 0 auto 4px;
  }
  .sp-display strong {
    position: absolute;
    width: 50px;
    right: 6px;
    bottom: 8px;
    font-size: 62.5%;
  }
  .sphead-logo a {
    padding: 0px 0 0px 6px;
    width: 125px;
  }
  .head-list>li:first-child>a {
    border-left: 1px solid #e4e6ec;
  }
  .head-list>li>a {
    padding: 11px 0;
    height: 60px;
    width: 60px;
    line-height: 1.2;
    border-right: 1px solid #e4e6ec;
  }
  .head-list span {
    font-size: 62.5%;
    text-align: center;
    color: #143c85;
  }
  .menu-display {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger-icon {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background-color: #143c85;
    color: #fff;
  }
  .hamburger-icon span {
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 17px;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .hamburger-icon span:nth-child(1) {
    top: 10px;
  }
  .hamburger-icon span:nth-child(2) {
    top: 20px;
  }
  .hamburger-icon span:nth-child(3) {
    top: 30px;
  }
  .hamburger-icon.active span:nth-child(1) {
    top: 22px;
    left: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger-icon.active span:nth-child(2), .hamburger-icon.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalmenu-sp {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    transform: translateY(-100%);
    transition: all .6s;
    width: 100%;
    overflow: auto;
    height: 580px;
    font-size: 100%;
  }
  nav.globalmenu-sp dl {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    padding-bottom: 40px;
  }
  nav.globalmenu-sp dt {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e4e6ec;
  }
  nav.globalmenu-sp dt:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalmenu-sp dt {
    color: #fff;
    text-decoration: none;
  }
  nav.globalmenu-sp dd {
    position: relative;
    display: none;
  }
  nav.globalmenu-sp .h-open {
    display: block;
  }
  nav.globalmenu-sp dd a {
    position: relative;
    font-size: 75%;
    display: block;
    padding: 20px 8% 20px 40px;
    background-color: #eef3fd;
    border-bottom: 1px solid #e4e6ec;
    text-align: left;
    font-family: 'Noto sans JP';
    color: #333333;
    line-height: 1.45;
  }
  nav.globalmenu-sp dd a::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 6px;
    top: 28px;
    margin-top: -6px;
    left: 26px;
    border: 1px solid;
    border-color: transparent transparent #143C85 #143C85;
  }
  nav.globalmenu-sp dd a::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    border: 2px solid;
    border-color: #143c85 #143c85 transparent transparent;
    transform: rotate(45deg);
    z-index: 2;
  }
  nav.globalmenu-sp .ad-menu {
    position: relative;
    font-size: 75%;
    display: block;
    padding: 20px 4% 20px 60px;
    cursor: pointer;
    text-align: left;
    font-family: 'Noto sans JP';
    line-height: 1.45;
  }
  nav.globalmenu-sp .ad-menu:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -10px;
    left: 24px;
  }
  nav.globalmenu-sp .icon-kanzeikyoku:before {
    content: '';
    background: url(../img/global/kanzei-zeikanicon.svg) no-repeat;
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -10px;
    left: 24px;
  }
  nav.globalmenu-sp .icon-hourei:before {
    background: url(../img/global/sp/sp-hourei-seisaku.svg) no-repeat;
    left: 22px;
  }
  .globalmenu-sp .text-small {
    font-size: 62.5%;
  }
  nav.globalmenu-sp .ad-menu.icon-01:before {
    background: url(../img/global/sp/sp-trip.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-02:before {
    background: url(../img/global/sp/sp-inout.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-03:before {
    background: url(../img/global/sp/sp-hyouka.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-04:before {
    background: url(../img/global/sp/sp-jizen.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-05:before {
    background: url(../img/global/sp/sp-waterside.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-06:before {
    background: url(../img/global/sp/sp-orijinrule.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-07:before {
    background: url(../img/global/sp/sp-aeo.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-08:before {
    background: url(../img/global/sp/sp-hinmoku.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-09:before {
    background: url(../img/global/sp/sp-kani.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-10:before {
    background: url(../img/global/sp/sp-faq.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu.icon-11:before {
    background: url(../img/global/sp/sp-zeikan.svg) no-repeat;
  }
  nav.globalmenu-sp .ad-menu:after {
    content: '';
    background: url(../img/global/sp/sp-ellipse.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: 24px;
  }
  nav.globalmenu-sp .ad-menu.open:after {
    background: url(../img/top/icon-close-w.png);
    background-size: cover;
  }
  nav.globalmenu-sp.active {
    background-color: #143c85;
    font-weight: bold;
    transform: translateY(60px);
  }
  .close-btn {
    position: relative;
    font-size: 87.5%;
    font-weight: bold;
    background-color: #fff;
    width: 126px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 40px;
    padding: 8px 0 8px 10px;
    margin-bottom: 40px;
    cursor: pointer;
    font-family: 'Noto sans JP';
  }
  .close-btn:before, .close-btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 32px;
    width: 2px;
    height: 14px;
    margin-top: -6px;
    background: #143C85;
  }
  .close-btn::before {
    transform: rotate(-45deg);
  }
  .close-btn::after {
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 450px) {
  .sphead-logo a {
    width: 108px;
  }
}

.kyotei-panel input[type="radio"] {
  display: none;
}

.tab_wrap {
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none) {
  .head-logo {
    width: 24%;
  }
  .header-menu {
    width: 44%;
  }
  .clearfix-new li {
    width: 110px;
  }
  .head-wrap a, .head-wrap>span {
    font-size: 73%;
  }
}

@media screen and (max-width:767px) {
  .sphead-logo {
    display: flex;
    align-items: center;
    max-width: 150px;
  }
}


/*footer*/

footer {
  font-size: 100%;
}

footer a:hover, footer a:active {
  text-decoration: underline;
}

.f-detaile {
  color: #fff;
  background-color: #333;
  padding: 5% 0 3% 0;
}

.f-detaile a {
  color: #fff;
}

footer small {
  font-size: 62.5%;
  text-align: center;
  display: block;
  font-family: 'Noto sans JP';
}

.sns-icon {
  border-bottom: 1px solid #e4e6ec;
  padding: 30px 0;
  margin-bottom: 60px;
}

.sns-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-icon .zeikan-activity {
  font-size: 87.5%;
  font-weight: bold;
}

.sns-icon ul a {
  display: block;
  line-height: 1;
}

.sns-icon li {
  margin-right: 50px;
}

.sns-icon .custom-image {
  margin-right: 0;
}

.sns-icon ul .custom-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #143C85;
  border-radius: 6px;
  color: #ffffff;
  padding: 8px 14px;
  text-align: left;
  text-decoration: none;
}

.sns-icon ul .custom-image .custom-photo img {
  display: block;
  width: 100%;
}

.sns-icon ul .custom-image .detaile-h1 {
  font-size: 62.5%;
  margin-bottom: 6px;
  line-height: 1.4;
}

.sns-icon ul .custom-image .detaile-p {
  font-size: 93.75%;
}

.sns-icon ul .custom-image span {
  display: block;
}

.sns-icon ul .custom-image .custom-photo {
  margin-right: 12px;
  width: 20%;
}

.twitter-guideline {
  display: block;
  text-align: center;
}

.twitter-guideline a {
  position: relative;
  font-size: 75%;
  color: #333333;
  margin-right: 40px;
}

.twitter-guideline a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  left: -10%;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

footer .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.sp-footer {
  display: none;
}

footer .right dl {
  width: calc(100% / 6 - 34px);
  margin-right: 40px;
  margin-bottom: 40px;
}

footer .right dl:nth-child(6) {
  margin-right: 0;
}

footer .right dl:last-child {
  margin-right: 0;
}

footer .right dt {
  color: #143C85;
  font-weight: bold;
  font-size: 87.5%;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #e4e6ec;
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 18px;
  height: 40px;
  display: flex;
  align-items: center;
}

.foot-nav .f-link-only {
  color: #143c85;
  font-size: 87.5%;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #e4e6ec;
  text-align: left;
  font-family: 'Noto sans JP';
  line-height: 1.45;
}

.foot-nav .f-link-only::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -5px;
  right: 24px;
  border: 2px solid;
  border-color: #143c85 #143c85 transparent transparent;
  transform: rotate(45deg);
  z-index: 2;
}

footer .right dl dt {
  padding-left: 26px;
}

footer .right dt a {
  color: #143C85;
  font-weight: bold;
}

footer .kanzeikyoku-mg {
  margin-bottom: 40px;
}

footer .right dl dt:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

footer .right dl dt:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -14px;
  left: 0%;
  background: #143C85;
  border-radius: 50%;
  z-index: -1;
}

footer .right li {
  position: relative;
  margin-bottom: 20px;
  margin-left: 22px;
  text-align: left;
}

footer .right a {
  color: #333;
  font-size: 87.5%;
  font-weight: normal;
}

@media screen and (max-width: 1120px) {
  footer .right {
    padding: 0 2% 20px 2%;
    justify-content: flex-start;
  }
}

.address {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.address span {
  font-size: 87.5%;
  margin-right: 2%;
}

.address a {
  position: relative;
  border-radius: 20px;
  padding: 6px 15px 6px 25px;
  background: #ffffff;
  color: #333;
  font-size: 75%;
  text-align: center;
}

.address a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  left: 9%;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

.f_bottom {
  margin-bottom: 3%;
}

.f_bottom ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: .8;
}

.f_bottom li:not(:last-of-type) {
  border-right: 2px solid #bfc7d3;
  margin-right: 20px;
  padding-right: 20px;
}

.f_bottom a {
  font-size: 75%;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .sns-icon .custom-image {
    width: 100%;
    max-width: 200px;
  }
  .sp-footer {
    display: block;
  }
  .sns-icon {
    padding: 20px 4%;
    margin-bottom: 0;
  }
  .sns-icon .pr-zeikan {
    font-size: 87.5%;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .sns-icon ul {
    margin-bottom: 10px;
  }
  .sns-icon li:nth-child(3) {
    margin-right: 30px;
  }
  .twitter-guideline {
    text-align: left;
    margin-left: 10px;
  }
  .twitter-guideline a {
    margin-right: 0
  }
  .foot-nav {
    background-color: #f4f6fb;
  }
  .foot-nav dl {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .foot-nav dt {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e4e6ec;
  }
  .foot-nav dt:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .foot-nav dt {
    color: #143c85;
    font-size: 87.5%;
    font-weight: bold;
    text-decoration: none;
  }
  .foot-nav dd {
    position: relative;
    display: none;
  }
  .foot-nav .h-open {
    display: block;
  }
  .foot-nav dd a {
    position: relative;
    font-size: 75%;
    font-weight: bold;
    display: block;
    padding: 20px 20px 20px 40px;
    background-color: #eef3fd;
    border-bottom: 1px solid #e4e6ec;
    text-align: left;
    color: #333333;
    font-family: 'Noto sans JP';
    line-height: 1.45;
  }
  .foot-nav dd a::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 6px;
    top: 28px;
    margin-top: -6px;
    left: 26px;
    border: 1px solid;
    border-color: transparent transparent #143C85 #143C85;
  }
  .foot-nav dd a::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    border: 2px solid;
    border-color: #143c85 #143c85 transparent transparent;
    transform: rotate(45deg);
    z-index: 2;
  }
  .foot-nav .ad-menu {
    position: relative;
    display: block;
    padding: 20px;
    cursor: pointer;
    text-align: left;
    font-family: 'Noto sans JP';
    line-height: 1.45;
  }
  .foot-nav .text-small {
    font-size: 62.5%;
  }
  .foot-nav v.globalmenu-sp .ad-menu:after {
    content: '';
    background: url(../img/global/sp/sp-ellipse.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: 24px;
  }
  .foot-nav .ad-menu:after {
    content: '';
    background: url(../img/global/sp/sp-ellipseft.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: 24px;
  }
  .foot-nav .ad-menu.open:after {
    background: url(../img/top/icon-close.png) no-repeat;
    background-size: contain;
  }
  .address {
    display: block;
    padding: 0 20px 32px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .address a {
    display: block;
    max-width: 130px;
  }
  .f_bottom ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1;
  }
  .f-detaile {
    padding: 40px 0;
  }
  .f_bottom {
    margin-bottom: 26px;
    padding: 0 20px 32px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .f_bottom li {
    margin-bottom: 20px;
  }
  .address span {
    display: block;
  }
  .address>span {
    margin-right: 0;
    line-height: 1.8;
    text-align: left;
    font-family: 'Noto sans JP';
  }
  .sub-text {
    margin-left: 6px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:480px) {
  .sns-icon ul .custom-image .detaile-p {
    font-size: 75%;
  }
  .sns-icon li {
    margin-right: 30px;
  }
  .sns-icon ul .custom-image .custom-photo {
    width: 46px;
    margin-right: 6px;
  }
  .sns-icon ul .custom-image a {
    width: auto;
    padding: 14px 8px;
  }
}

@media screen and (max-width:430px) {
  .sns-icon ul .custom-image .detaile-p {
    font-size: 75%;
  }
}


/*　メガメニュー　*/

.menu .menu_list {
  width: 33.33%;
}

.menu .menu_list>a {
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  text-align: center;
  transition: .3s;
}

.pc-display .g-nav {
  display: flex;
  justify-content: space-around;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.menu_contents {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0 !important;
  position: absolute;
  top: 64px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .26);
  border-radius: 4px;
  z-index: 103;
}

.menu_contents li {
  font-size: 87.5%;
  font-weight: bold;
  width: 32%;
  text-align: left;
}

.menu_contents li a {
  font-size: 87.5%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 26px;
  display: inline-block;
  text-align: left;
  position: relative;
  color: #333333;
}

.menu_contents li a:hover, .menu_contents li a:active {
  text-decoration: underline;
  color: #333333;
  transition: .2s;
  opacity: .7;
}

.menu_contents li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  left: 14px;
  border: 1px solid;
  border-color: transparent transparent #143C85 #143C85;
}

.menu_contents .m-drop {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}


/*　モーダル　*/

.modal-display {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal-bg {
  background: #dde2f061;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  border-radius: 6px;
  border: 2px solid #143c85;
  box-shadow: 0 0 20px rgba(0, 0, 0, .26);
}

.close-btn {
  position: relative;
  font-size: 87.5%;
  font-weight: bold;
  background-color: #fff;
  width: 120px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 8px 0 8px 10px;
  margin-bottom: 40px;
  cursor: pointer;
  border: 1px solid #b1b6bc;
  font-family: 'Noto sans JP';
}

.close-btn::before {
  transform: rotate(-45deg);
}

.close-btn::after {
  transform: rotate(45deg);
}

.close-btn:before, .close-btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 32px;
  width: 2px;
  height: 14px;
  margin-top: -6px;
  background: #143C85;
}

.modal-content .modal-ttl {
  position: relative;
  display: block;
  color: #fff;
  background-color: #143c85;
  font-size: 100%;
  padding: 38px 0;
  text-align: center;
}

.modal-content .modal-ttl span {
  position: relative;
}

.modal-content .modal-ttl span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -80px;
  top: 30%;
  margin-top: -22px;
  width: 60px;
  height: 60px;
}

.modal-content .modal-ttl .micon-zeikan:before {
  background: url(../img/global/global_map.svg) no-repeat;
  background-size: cover;
  width: 36px;
  height: 32px;
  margin-top: -8px;
  left: -54px;
}

.modal-content .modal-ttl .micon-inquery:before {
  background: url(../img/global/minquery.svg) no-repeat;
}

.modal-content .modal-ttl .micon-01:before {
  background: url(../img/top/m-icon1.svg) no-repeat;
}

.modal-content .modal-ttl .micon-02:before {
  background: url(../img/top/m-icon2.svg) no-repeat;
}

.modal-content .modal-ttl .micon-03:before {
  background: url(../img/top/m-icon3.svg) no-repeat;
}

.modal-content .modal-ttl .micon-04:before {
  background: url(../img/top/m-icon4.svg) no-repeat;
}

.modal-content .modal-ttl .micon-05:before {
  background: url(../img/top/m-icon5.svg) no-repeat;
}

.modal-content .modal-ttl .micon-06:before {
  background: url(../img/top/m-icon6.svg) no-repeat;
}

.modal-content .modal-ttl .micon-07:before {
  background: url(../img/top/m-icon7.svg) no-repeat;
}

.modal-content .modal-ttl .micon-08:before {
  background: url(../img/top/m-icon8.svg) no-repeat;
}

.modal-content .modal-ttl .micon-09:before {
  background: url(../img/top/m-icon9.svg) no-repeat;
}

.modal-content .modal-ttl .micon-10:before {
  background: url(../img/top/m-icon10.svg) no-repeat;
}

.modal-content .modal-ttl .micon-saiyo:before {
  background: url(../img/top/m-saiyou-joho.svg) no-repeat;
}

.mtext-br {
  display: none;
}

.modal-content .content-inner .modal-inner-ttl {
  margin-bottom: 0px;
}

.modal-inner-li {
  position: relative;
}

.modal-inner-li a {
  padding-left: 30px;
}

.modal-inner-li::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -6px;
  left: 0px;
  border: 2px solid;
  border-color: transparent transparent #143C85 #143C85;
}

@media screen and (max-width:430px) {
  .mtext-br {
    display: block;
  }
  .modal-content .modal-ttl span {
    text-align: center;
    display: inline-block;
  }
}

@media screen and (min-width:540px) {
  .sp-display2 {
    display: none;
  }
}

.modal-content .content-inner {
  padding: 40px;
  display: block;
}

.modal-content .content-inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.modal-content .content-inner ul li {
  width: calc(100% / 3 - 30px);
  display: block;
  text-align: left;
  margin-bottom: 18px;
  margin-right: 40px;
}

.modal-content .content-inner ul li:nth-child(3n) {
  margin-right: 0;
}

.modal-content .content-inner ul a {
  position: relative;
  font-size: 87.5%;
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #e4e6ec;
  padding-right: 18px;
  padding-bottom: 18px;
}

.modal-content .content-inner ul a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -13px;
  right: 4px;
  border: 2px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

.modal-close.close-btn {
  margin-bottom: 0;
}

.modal-content .p-close {
  position: absolute;
}

.modal-content .p-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 3;
  width: 36px;
  cursor: pointer;
}

.modal-content .p-close img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .modal-content .content-inner ul li {
    width: calc(100% / 3 - 38px);
  }
}

@media screen and (max-width:1000px) {
  .modal-content .content-inner ul {
    display: block;
  }
  .modal-content .content-inner ul li {
    width: 100%;
  }
  .modal-content .content-inner {
    padding: 40px 40px 20px 40px;
    height: 270px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 100%;
  }
  .modal-content .content-inner ul a {
    min-height: inherit;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .modal-content .content-inner ul a:after {
    margin-top: -12px;
  }
}

@media screen and (max-width:767px) {
  .modal-content .modal-ttl .micon-findout {
    padding-left: 66px;
    display: inline-block;
    text-align: left;
  }
  .modal-content .modal-ttl span {
    padding-left: 60px;
  }
  .modal-content .modal-ttl .micon-findout:before {
    top: 22px;
  }
  .modal-content .modal-ttl span:before {
    left: -16px;
  }
  .modal-content .content-inner {
    padding: 20px;
  }
  .modal-content {
    width: 80%;
  }
  .modalunliset-list li:first-child a {
    border-left: none;
  }
  .head-list .modalunliset-list a {
    padding: 0;
    height: auto;
    width: auto;
    line-height: 1;
    border-right: none;
  }
  .head-list .modalunliset-list:first-child a {
    border-left: none;
    line-height: 1.6;
  }
  .sp-display .sp-head .modalunliset-list {
    margin-right: 0;
  }
}

@media print {
  .sp-display {
    display: none;
  }
}

.h-under {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


/*追加記述*/

@media only screen and (max-width:767px) {
  .globalmenu-sp a.link-only {
    position: relative;
    font-size: 75%;
    display: block;
    padding: 20px 4% 20px 20px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #e4e6ec;
    text-align: left;
  }
  .globalmenu-sp a.link-only::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    z-index: 2;
  }
}

.sns-icon ul img {
  max-width: 100%;
}

@media screen and (max-width:540px) {
  .modal-content .modal-ttl span {
    padding-left: 60px;
  }
  .modal-content .modal-ttl span:before {
    left: -16px;
  }
  .modal-content .modal-ttl .micon-findout:before {
    left: -12px;
    top: 30px;
  }
}


/*SP検索窓*/

input#gsc-i-id1 {
  font-size: 81.75%;
}

tr .gsib_a {
  padding: 0 0 0 8px;
}

.gsst_b {
  display: flex;
}

a.gsst_a {
  display: flex;
  align-items: center;
}

tr .gsst_a:hover .gscb_a, tr .gsst_a:focus .gscb_a, tr .gsst_a .gscb_a {
  color: #143C85;
}

tr .gscb_a {
  line-height: 18px;
}

tr .gsc-input {
  width: 174px;
}

table.gsc-search-box tr td.gsc-input {
  padding-right: 0;
  width: 208px;
}

tr .gsc-search-button-v2, tr .gsc-search-button-v2:hover, tr .gsc-search-button-v2:focus {
  background-color: #143C85;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  text-align: center;
  cursor: pointer;
  padding: 6px 21px;
  margin-left: 0;
}

tr td.gsc-search-button:hover {
  opacity: .8;
}

tr input.gsc-input, tr .gsc-input-box, tr .gsc-input-box-hover, tr .gsc-input-box-focus {
  border-radius: 4px 0 0 4px;
}

#modal-spseaerch tr input.gsc-input, #modal-spseaerch tr .gsc-input-box, #modal-spseaerch tr .gsc-input-box-hover, #modal-spseaerch tr .gsc-input-box-focus {
  padding: 8px 0;
}

#modal-spseaerch table.gsc-search-box tr td {
  padding-right: 0;
  width: 200px;
}

#modal-spseaerch tr .gsc-search-button-v2 {
  padding: 12px 21px;
}

#modal-spseaerch tr .gscb_a {
  line-height: 18px;
  font-size: 187.5%;
}

#modal-spseaerch #headSearch {
  justify-content: center;
  padding-top: 30px;
  margin: 0 auto;
}

#modal-spseaerch .modal-content .content-inner {
  height: auto;
  overflow-y: auto;
}

#modal-spseaerch input#gsc-i-id1 {
  font-size: 100%;
}

#modal-spseaerch .close-btn {
  padding: 4px 0 4px 10px;
}

#modal-spseaerch .gsc-search-button-v2 svg {
  height: 18px;
  width: 18px;
}

#modal-spseaerch #___gcse_1 {
  max-width: 267px;
  margin: 0 auto;
}

@media only screen and (max-width:767px) {
  #modal-spseaerch tr .gsc-input-box {
    width: 200px;
    height: 100%;
  }
  #modal-spseaerch table.gsc-search-box tr td {
    width: 100%;
  }
}

table.gsc-search-box td {
  width: auto;
  max-width: 207px;
}

input#gsc-i-id1 {
  width: 172px;
  max-width: 172px;
}

@media all and (max-width: 767px) and (-ms-high-contrast: none) {
  table.gsc-search-box td {
    max-width: 252px;
  }
}


/*SP検索窓ここまで*/

@media screen and (max-width:375px) {
  .sphead-logo {
    position: relative;
  }
  .sphead-logo a {
    width: 108px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  .head-list>li>a {
    width: 50px !important;
  }
  h1.sphead-logo span {
    width: 94px;
  }
  .sphead-logo {
    width: 100px;
  }
}


/*ページトップに戻る*/

#page_top.pc-top {
  width: 160px;
  height: 46px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 5;
}

#page_top a {
  width: 160px;
  height: 46px;
  font-size: 75%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, .25));
  border-radius: 6px;
  background: #143c85;
  padding-left: 16px;
  font-family: 'Noto sans JP';
}

#page_top a:hover:before, #page_top a:active:before {
  margin-top: -12px;
}

#page_top a:before {
  content: '';
  background: url(../img/global/pagetop-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 23px;
  top: 50%;
  margin-top: -8px;
  left: 12px;
}

#pagetop-sp {
  width: 52px;
  height: 52px;
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 5;
  font-size: 100%;
}

#pagetop-sp a {
  width: 160px;
  height: 46px;
  font-size: 75%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, .25));
  border-radius: 6px;
  background: #143c85;
  padding-left: 16px;
  font-family: 'Noto sans JP';
}

#pagetop-sp a:before {
  content: '';
  background: url(../img/global/pagetop-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 23px;
  top: 50%;
  margin-top: -16px;
  left: 19px;
}

#pagetop-sp a:hover:before, #pagetop-sp a:active:before {
  margin-top: -18px;
}

@media screen and (min-width:768px) {
  #pagetop-sp.sp-top {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .pc-top {
    display: none !important;
  }
  #pagetop-sp.sp-top a {
    width: 52px;
    height: 52px;
    padding-top: 14px;
    border-radius: 50%;
    padding-left: 0;
    font-size: 37.5%;
    position: absolute;
    right: 0;
  }
  #page_top a:before {
    margin-top: -14px;
    left: 20px;
  }
}

#page_top.pc-top {
  width: auto;
  height: auto;
}

#page_top a {
  width: auto;
  height: auto;
  padding: 11px 15px 11px 30px;
  display: block;
}

#page_top a:before {
  left: 10px;
}

@media print {
  #pagetop-sp a {
    display: none;
  }
}


/*buttonキー選択*/

#page_top.pc-top, #pagetop-sp.sp-top {
  z-index: 10;
}

.menu-flex {
  display: flex;
  width: 100%;
}

.menu-flex-in {
  width: 33.3333%;
  padding-top: 20px;
}

.menu-flex .menu-flex-in li {
  width: 100%;
}


/*header検索調節*/

header #headSearch input#gsc-i-id1 {
  height: 19px !important;
}

header .gsst_a {
  text-decoration: none!important;
}

/*header-footer-線*/

footer .title_01 a::before, footer .list_arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  left: -14px;
  border: 1px solid;
  border-color: transparent transparent #143C85 #143C85;
}

header .menu_contents li p {
  font-size: 87.5%;
  margin-bottom: 20px;
  padding-left: 26px;
  display: block;
  text-align: left;
  position: relative;
  color: #333;
  font-family: 'Noto sans JP';
}

header .menu_contents li p:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  left: 14px;
  border: 1px solid;
  border-color: transparent transparent #143C85 #143C85;
}

header .drop-inner {
  margin-left: 20px;
}

@media all and (max-width:1200px) and (-ms-high-contrast: none) {
  header .header-menu .hm-inner li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media all and (max-width:1130px) and (-ms-high-contrast: none) {
  header .head-wrap {
    margin: 0;
  }
}

@media all and (max-width:1120px) and (-ms-high-contrast: none) {
  header .head-logo {
    width: 18%;
  }
}


/*カスタムアンサー検索窓*/

header #headSearch {
  width: 300px;
}

header #log_siteallj {
  display: flex;
}

header #headSearch #cse-search-box {
  border-style: solid;
  border-color: #dfe1e5;
  border-width: 1px;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 230px;
  display: flex;
}

header #cse-search-box input[name="q"]::-ms-clear {
  display: none;
}

header #clearButton, header #clearButton-sp {
  top: 1px;
  left: 141px;
  width: 15px;
  padding-top: 8px;
  padding-bottom: 16px;
  background-image: url(/common2018/img/clear-button.png);
  background-repeat: no-repeat;
  background-position-y: center;
  cursor: pointer;
  box-sizing: border-box;
  visibility: hidden;
  margin-left: 5px;
  position: static;
}

header #headSearch input[type="submit"] {
  border: none;
  background-color: white;
  background-image: url(/common2018/img/btn-google-search.svg);
  background-repeat: no-repeat;
  padding-right: 0px;
  width: 54.1px;
  fill-opacity: 0;
  padding-left: 0px;
  padding-bottom: 1px;
  top: 1px;
  left: 165px;
  position: static;
}

header #headSearch #cse-search-box input[name="q"]:focus {
  outline: none;
}

header #cse-search-box input[name="q"]:focus {
  outline: none;
}

header #headSearch #cse-search-box input[name="q"] {
  border-style: none;
}

header .headSearchSubmit {
  cursor: pointer;
}

/*カスタムアンサー検索窓SP*/

@media screen and (max-width:767px) {
  header #headSearch input[type="submit"] {
    background-image: url(../img/customsanswer/head-search-glass-buttonsp.png);
    border: 1px solid #143c85;
    border-radius: 0px 6px 6px 0px;
    height: 44px;
  }

  header .customsanswer-headsearch input[type="text"] {
    border-style: none;
    padding: 13px;
    border: 1px solid #dfe1e5;
  }

  header .customsanswer-headsearch #cse-search-box-sp{
    position: relative;
  }

  header #clearButton, header #clearButton-sp {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: auto;
    width: 15px;
    height: 15px;
    right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    visibility: hidden;
    margin-left: 5px;
    position: absolute;
  }

}


/*原産地ポータル品目別原産地規則の検索欄*/

header #headSearch .gsib_a {
  padding-bottom: 1px!important;
}

/*後程カスタムスアンサーcssに移動するかも*/
.customs-search-form input#gsc-i-id1 {
  width: 100%;
  max-width: 780px;
}

header .customsanswer-headsearch #cse-search-box input[name="q"] {
  width: 100%;
}

/*後程カスタムスアンサーcssに移動ここまで*/
