@charset "UTF-8";
/* ======== common settings ======== */
/* ----- settings ----- */
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  min-width: 1000px;
  background-color: #FFFFFF;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  word-break: break-all;
  overflow: auto;
}

@media screen and (min-width: 1000px) {
  body {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  html.js-sclNone {
    height: 100vh;
  }
  body.js-sclNone {
    height: 100vh;
    overflow-y: hidden;
    position: fixed;
  }
}

img {
  vertical-align: bottom;
}

a,
.item.textSize > button,
.btnLists > button {
  color: #000000;
  text-decoration: none;
}

a.link {
  color: #05338E;
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

a.mapLink {
  color: #05338E;
  display: inline-block;
  padding-left: 20px;
  background: url(../img/icon_map_link.svg) no-repeat left center;
}

a.mapLink:hover {
  color: #267CA7;
  text-decoration: underline;
}

/* ======== utility style ======== */
/* ----- media display ----- */
.sp {
  display: none !important;
}

/* ----- clearfix ----- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/* ----- margin ----- */
.width100 {
  width: 100%;
}

.width95 {
  width: 95%;
}

.width90 {
  width: 90%;
}

.width85 {
  width: 85%;
}

.width80 {
  width: 80%;
}

.width75 {
  width: 75%;
}

.width70 {
  width: 70%;
}

.width65 {
  width: 65%;
}

.width60 {
  width: 60%;
}

.width55 {
  width: 55%;
}

.width50 {
  width: 50%;
}

.width45 {
  width: 45%;
}

.width40 {
  width: 40%;
}

.width35 {
  width: 35%;
}

.width30 {
  width: 30%;
}

.width25 {
  width: 25%;
}

.width20 {
  width: 20%;
}

.width15 {
  width: 15%;
}

.width10 {
  width: 10%;
}

.width5 {
  width: 5%;
}

/* ----- margin ----- */
/* margin-top */
.mgTLL {
  margin-top: 100px !important;
}

.mgT80 {
  margin-top: 80px !important;
}

.mgT70 {
  margin-top: 70px !important;
}

.mgT60 {
  margin-top: 60px !important;
}

.mgTL {
  margin-top: 50px !important;
}

.mgTML {
  margin-top: 35px !important;
}

.mgTMM {
  margin-top: 30px !important;
}

.mgTM {
  margin-top: 25px !important;
}

.mgTS {
  margin-top: 15px !important;
}

.mgTSS {
  margin-top: 10px !important;
}

.mgT0 {
  margin-top: 0 !important;
}

/* margin-bottom */
.mgBLL {
  margin-bottom: 100px !important;
}

.mgB80 {
  margin-bottom: 80px !important;
}

.mgB70 {
  margin-bottom: 70px !important;
}

.mgB60 {
  margin-bottom: 60px !important;
}

.mgBL {
  margin-bottom: 50px !important;
}

.mgBML {
  margin-bottom: 35px !important;
}

.mgBMM {
  margin-bottom: 30px !important;
}

.mgBM {
  margin-bottom: 25px !important;
}

.mgBSM {
  margin-bottom: 20px !important;
}

.mgBS {
  margin-bottom: 15px !important;
}

.mgBSS {
  margin-bottom: 10px !important;
}

.mgB0 {
  margin-bottom: 0 !important;
}

/* margin-left */
.mgL100 {
  margin-left: 100px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgL35 {
  margin-left: 35px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL25 {
  margin-left: 25px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL5 {
  margin-left: 5px !important;
}

.mgL0 {
  margin-left: 0 !important;
}

/* margin-right */
.mgR100 {
  margin-right: 100px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgR35 {
  margin-right: 35px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR25 {
  margin-right: 25px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR15 {
  margin-right: 15px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR5 {
  margin-right: 5px !important;
}

.mgR0 {
  margin-right: 0 !important;
}

/* ----- padding ----- */
/* padding-top */
.pdTLL {
  padding-top: 100px !important;
}

.pdTL {
  padding-top: 50px !important;
}

.pdTM {
  padding-top: 25px !important;
}

.pdTS {
  padding-top: 15px !important;
}

.pdTSS {
  padding-top: 10px !important;
}

/* padding-bottom */
.pdBLL {
  padding-bottom: 100px !important;
}

.pdBL {
  padding-bottom: 50px !important;
}

.pdBM {
  padding-bottom: 25px !important;
}

.pdBS {
  padding-bottom: 15px !important;
}

.pdBSS {
  padding-bottom: 10px !important;
}

/* padding-left */
.pdL5 {
  padding-left: 5px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.pdL15 {
  padding-left: 15px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pdL25 {
  padding-left: 25px !important;
}

.pdL30 {
  padding-left: 30px !important;
}

.pdL35 {
  padding-left: 35px !important;
}

.pdL40 {
  padding-left: 40px !important;
}

.pdL45 {
  padding-left: 45px !important;
}

.pdL50 {
  padding-left: 50px !important;
}

/* padding-right */
.pdR5 {
  padding-right: 5px !important;
}

.pdR10 {
  padding-right: 10px !important;
}

.pdR15 {
  padding-right: 15px !important;
}

.pdR20 {
  padding-right: 20px !important;
}

.pdR25 {
  padding-right: 25px !important;
}

.pdR30 {
  padding-right: 30px !important;
}

.pdR35 {
  padding-right: 35px !important;
}

.pdR40 {
  padding-right: 40px !important;
}

.pdR45 {
  padding-right: 45px !important;
}

.pdR50 {
  padding-right: 50px !important;
}

/* ----- text ----- */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.lhLL {
  line-height: 2 !important;
}

.lhL {
  line-height: 1.8 !important;
}

.lhM {
  line-height: 1.5 !important;
}

.lhS {
  line-height: 1 !important;
}

/* ----- indent ----- */
.pdL5 {
  text-indent: 0.5em;
}

.indent1em {
  text-indent: 1em;
}

.indent1-5em {
  text-indent: 1.5em;
}

.indent2em {
  text-indent: 2em;
}

.indent2-5em {
  text-indent: 2.5em;
}

/* ======== form reset ======== */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  /*display: none;*/
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 1px dotted #000000;
}

/* ----- form setting ----- */
input[type="text"] {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 8px 10px;
  border: 1px solid #D8D8D8;
}

input[type="text"]::placeholder {
  color: #B1B1B1;
}

input[type="text"]::-ms-input-placeholder {
  color: #B1B1B1;
}

input[type="text"]:-ms-input-placeholder {
  color: #B1B1B1;
}

button {
  display: block;
  background: #FFFDF2;
  border: 2px solid #FFE474;
  border-radius: 30px;
  padding: 6px 10px 5px;
  text-align: center;
  transition: 0.3s;
  color: #000000;
}

button:hover:enabled {
  opacity: 1.0;
  color:#006F86;
  border-color:#267CA7;
  background:#CEE6C1;
}

.closeBtn > button{
    display: block;
    background: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
    transition: 0.3s;
}
.closeBtn > button:hover {
	opacity: 0.7;
    color: initial;
    border-color: initial;
    background: initial;
}

.button > .modoru > button, 
.button > .kettei > button,
.button > .joken  > button {
    display: block;
    width: 300px;
    margin: 0 auto;
    background: #FFFDF2;
    border: 2px solid #FFE474;
    padding: 10px 10px 9px;
    text-align: center;
    transition: 0.3s;
    border-radius: 30px;
    margin-top: 30px;
}
.button > .modoru > button:hover, 
.button > .kettei > button:hover,
.button > .joken  > button:hover {
	opacity: 1.0;
    color: #006F86;
    border-color: #267CA7;
    background: #CEE6C1;
}

/* ======== layout ======== */
.partslistHeading {
  max-width: 1000px;
  margin: 30px auto;
}

.partslistHeading > .heading {
  background: #000000;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
}

/* ----- breadcrumb ----- */
.breadcrumb {
  padding: 3px 0 5px;
  background: #D6EDFF;
}

.breadcrumb > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumb > .inner ul {
  letter-spacing: -0.4em;
  line-height: normal;
}

.breadcrumb > .inner ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 1.2rem;
}

.breadcrumb > .inner ul li:after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.breadcrumb > .inner ul li:last-child:after {
  display: none;
}

.breadcrumb > .inner ul li a {
  text-decoration:none;
}

.breadcrumb > .inner ul li a:hover {
  text-decoration: underline;
  color: #267CA7;
}

/* ----- bnrBox ----- */
.bnrBox {
  padding: 30px 0 10px;
}

.bnrBox > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.bnrBox > .inner ul {
  list-style: none;
  letter-spacing: -0.4em;
}

.bnrBox > .inner ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 184px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.bnrBox > .inner ul li:nth-child(5n) {
  margin-right: 0;
}

.bnrBox > .inner ul li a {
  transition: 0.3s;
}

.bnrBox > .inner ul li a:hover {
  opacity: 0.7;
}

.bnrBox > .inner ul li a img {
  width: auto;
  max-width: 100%;
  max-height: 65px;
}

/* ----- searchBox ----- */
.searchBox {
  background: #D6EDFF;
  padding: 30px 0;
}

.searchBox > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.searchBox > .inner .heading {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #05338E;
}

.searchBox > .inner .heading:first-of-type {
  margin-top: 0;
}

.searchBox > .inner ul {
  list-style: none;
  margin-top: 12px;
  letter-spacing: -0.4em;
}

.searchBox > .inner ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.searchBox > .inner ul li a {
  display: block;
  border-bottom: 1px solid #B2CEE5;
  background: url(../img/icon_arrow_link.svg) no-repeat right center/5px auto;
  transition: 0.3s;
}

.searchBox > .inner ul li a:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
}

@media screen and (min-width: 768px) {
  .searchBox > .inner ul.pc_col5 li {
    width: 184px;
    margin-right: 20px;
  }
  .searchBox > .inner ul.pc_col5 li:nth-child(5n) {
    margin-right: 0;
  }
  .searchBox > .inner ul.pc_col7 li {
    width: 124px;
    margin-right: 22px;
  }
  .searchBox > .inner ul.pc_col7 li:nth-child(7n) {
    margin-right: 0;
  }
}

/* ======== page ======== */
/* ----- common ----- */
.bgGY {
  background-color: #F8F8F8 !important;
}

.bgWH {
  background-color: #FFFFFF !important;
}

.contents section {
  padding: 30px 0;
}

.contents section h2.heading {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #05338E;
}

.contents section h2.heading.pt02 {
  text-align: left;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 15px;
}

.contents section h2.heading.pt02 > .required {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #AF0000;
  color: #AF0000;
  font-size: 1.4rem;
  background: #FFFFFF;
  line-height: 1;
  padding: 4px 5px 2px;
  font-weight: normal;
  margin-left: 10px;
}

/* ======== #46112 ======== */
.contents section h2.heading.pt03 {
  text-align: left;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0px;
}

.contents section h2.heading.pt03-message {
  text-align: left;
  font-size: 100%;
  color: #000000;
  margin-bottom: 15px;
}

.contents section h2.heading.fsBig {
  font-size: 3rem;
}

.contents section h3.heading {
  font-size: 1.8rem;
  font-weight: bold;
}

.contents section h3.heading .iconDisc {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.contents section > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.btn,
.iBtn {
  margin-top: 30px;
}

.btn > a {
  display: block;
  width: 300px;
  margin: 0 auto;
  background: #FFFDF2;
  border: 2px solid #FFE474;
  padding: 10px 10px 9px;
  text-align: center;
  transition: 0.3s;
  border-radius: 30px;
}

.btn > a:hover {
  opacity: 1.0;
  color:#006F86;
  border-color:#267CA7;
  background:#CEE6C1;
}

.iBtn > button,
.btn > button {
  display: block;
  width: 300px;
  height:51.79px;
  margin: 0 auto;
  background: #FFFDF2;
  border: 2px solid #FFE474;
  padding: 10px 10px 9px;
  text-align: center;
  transition: 0.3s;
  border-radius: 30px
}
.iBtn > button:hover,
.btn > button:hover {
  opacity: 1.0;
  color:#006F86;        
  border-color:#267CA7;
  background:#CEE6C1;
}
.btm > .btn >button{
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
  background: #FFFDF2;
  border: 2px solid #FFE474;
  padding: 10px 10px 9px;
  text-align: center;
  transition: 0.3s;
  border-radius: 30px;
}
.btm > .btn >button:hover{
  opacity: 1.0;
  color:#006F86;        
  border-color:#267CA7;
  background:#CEE6C1;
}
/* ----- index ----- */
.topSearchBox {
  padding: 20px 0;
  background: #D6EDFF;
  background-size: cover;
  background-position: center center;
}

.topSearchBox > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.topSearchBox > .inner .tabMenu {
  letter-spacing: -0.4em;
}

.topSearchBox > .inner .tabMenu > .tab {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  width: 49%;
  margin-right: 2%;
}

.topSearchBox > .inner .tabMenu .tab:last-child {
  margin-right: 0;
}

.topSearchBox > .inner .tabMenu .tab a,
.topSearchBox > .inner .tabMenu button {
  display: block;
  background: #FFFFFF;
  border-radius: 4px 4px 0 0;
  padding: 5px 10px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border:0;
  transition:0s;
}

.topSearchBox > .inner .tabMenu .tab a:hover,
.topSearchBox > .inner .tabMenu button:hover {
  opacity: 1.0;
  color: #FFFFFF;
  background: #05338E;
}

.topSearchBox > .inner .tabMenu .tab.js-active a,
.topSearchBox > .inner .tabMenu>  .tab.js-active {
  padding: 10px;
  color: #FFFFFF;
  background: #05338E;
}

.topSearchBox > .inner .tabContents {
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #05338E;
  border-radius: 0 0 4px 4px;
}

.topSearchBox > .inner .tabContents .tabContent {
  display: none;
  letter-spacing: -0.4em;
  position: relative;
}

.topSearchBox > .inner .tabContents .tabContent.js-active {
  display: block;
}

.topSearchBox > .inner .tabContents .tabContent:after {
  content: "";
  height: calc(100% - 40px);
  width: 1px;
  background: #05338E;
  position: absolute;
  top: 20px;
  left: 50%;
}

.topSearchBox > .inner .tabContents .tabContent .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  padding: 0 5px;
}

.topSearchBox > .inner .tabContents .tabContent .col .item {
  padding: 20px 0;
  border-top: 1px solid #05338E;
}

.topSearchBox > .inner .tabContents .tabContent .col .item:first-child {
  border-top: none;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > a,
.topSearchBox > .inner .tabContents .tabContent .col .item > button {
  display: block;
  background: url(../img/icon_arrow_link.svg) no-repeat right center/6px auto;
  transition: 0.3s;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > a:hover,
.topSearchBox > .inner .tabContents .tabContent .col .item > button:hover {
  opacity: 1.0;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading {
  font-size: 2rem;
  color: #05338E;
  display: inline-block;
  vertical-align: middle;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading + p {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span {
  display: inline-block;
  padding-left: 30px;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span.iconKeyword {
  background: url(../img/icon_search_keyword.svg) no-repeat left center;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span.iconHurry {
  background: url(../img/icon_search_hurry.svg) no-repeat left center;
}
.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span.iconHurry:hover {
  text-decoration: underline;
  color: #267CA7;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span.iconHurryIryoKikan {
  background: url(../img/icon_search_hurry.svg) no-repeat left center;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span.iconCarefully {
  background: url(../img/icon_search_carefully.svg) no-repeat left center;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span.iconRegulardoctor {
  background: url(../img/icon_search_regulardoctor.svg) no-repeat left center;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .heading > span.iconArea {
  background: url(../img/icon_search_area.svg) no-repeat left center;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .searchKeyword {
  margin-top: 10px;
  letter-spacing: -0.4em;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .searchKeyword .searchTxt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 80%;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .searchKeyword .searchBtn {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 18%;
  margin-left: 2%;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists {
  display: block;
  list-style: none;
  letter-spacing: -0.4em;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 49%;
  margin-right: 2%;
  margin-top: 10px;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists > li:nth-child(2n) {
  margin-right: 0;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists > li > a,
.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists > li > button  {
  display: block;
  background: #FFFDF2;
  border: 2px solid #FFE474;
  border-radius: 30px;
  padding: 6px 10px 5px;
  text-align: center;
  transition: 0.3s;
  width: 99%;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists > li > a:hover,
.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists > li > button:hover {
  opacity: 1.0;
  color:#006F86;
  border-color:#267CA7;
  background:#CEE6C1;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists1 > li > a {
  display: block;
  background: url(../img/icon_arrow_link.svg) no-repeat right center / 5px auto;
  border-bottom: 1px solid #B2CEE5;
  vertical-align: baseline;
  transition: 0.3s;
  width: 100%;
  font-size: 85%;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists1 {
  margin-left: 32px;
  margin-right: 10%;
  list-style: none;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnListsHurry > li > a {
  display: block;
  background: url(../img/icon_arrow_link.svg) no-repeat right center / 5px auto;
  border-bottom: 1px solid #B2CEE5;
  vertical-align: baseline;
  transition: 0.3s;
  width: 100%;
  font-size: 85%;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnListsHurry {
  margin-left: 32px;
  margin-right: 10%;
  list-style: none;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > p.bunruilabel{
  font-size: 82%;
  margin-top: 8px;
  letter-spacing: 0em;
  margin-left: 15px;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .flex{
	display: block;
}

.topSearchBox > .inner .tabContents .tabContent .col .item .flex > .todoname{
	display: block;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.areaLists {
  display: block;
  list-style: none;
  letter-spacing: -0.4em;
}
.topSearchBox > .inner .tabContents .tabContent .col .item .flex .todoname > ul.areaLists {
  display: block;
  list-style: none;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.areaLists > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 8px;
}
.topSearchBox > .inner .tabContents .tabContent .col .item .flex .tiki> ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 8px;
}
.topSearchBox > .inner .tabContents .tabContent .col .item .flex .todoname > ul.areaLists > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 8px;
  word-break: normal;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.areaLists > li a {
  display: block;
  border-bottom: 1px solid #B2CEE5;
  background: url(../img/icon_arrow_link.svg) no-repeat right center/5px auto;
  font-size: 1.4rem;
  transition: 0.3s;
}
.topSearchBox > .inner .tabContents .tabContent .col .item .flex .tiki > ul li{
  display: block;
  font-size: 1.4rem;
  height: 26.19px;
}
.topSearchBox > .inner .tabContents .tabContent .col .item .flex .todoname > ul.areaLists > li a {
  display: block;
  border-bottom: 1px solid #B2CEE5;
  background: url(../img/icon_arrow_link.svg) no-repeat right center/5px auto;
  font-size: 1.4rem;
  transition: 0.3s;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.areaLists > li a:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
  
}
.topSearchBox > .inner .tabContents .tabContent .col .item .flex .todoname > ul.areaLists > li a:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
  
}

@media screen and (min-width: 768px) {
  .topSearchBox > .inner .tabContents .tabContent .col .item > ul.areaLists.pc_col6 li {
    width: 15%;
    margin-right: 2%;
  }
  .topSearchBox > .inner .tabContents .tabContent .col .item > ul.areaLists.pc_col6 li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .topSearchBox > .inner .tabContents .tabContent .col .item .flex .todoname > ul.areaLists.pc_col6 li {
    width: 15.5%;
    font-size: 1.4rem;
  }
  .topSearchBox > .inner .tabContents .tabContent .col .item .flex .todoname > ul.areaLists.pc_col6 li:nth-child(6n) {
  }
}

.topSearchBox.areaTop {
  padding-top: 0;
}

.topSearchBox.areaTop .breadcrumb {
  background: transparent;
  margin-bottom: 10px;
}

.topSearchBox.areaTop > .inner {
  letter-spacing: -0.4em;
}

.topSearchBox.areaTop > .inner .left {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 485px;
}

.topSearchBox.areaTop > .inner .left .tabContents .tabContent:after {
  display: none;
}

.topSearchBox.areaTop > .inner .left .tabContents .tabContent .col {
  width: 100%;
}

.topSearchBox.areaTop > .inner .right {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 460px;
  margin-left: 50px;
}

.topSearchBox.areaTop > .inner .right .catchcopy {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.subMenuBox {
  padding: 30px 0;
}

.subMenuBox > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.subMenuBox > .inner ul {
  display: flex;
  align-items: stretch;
  list-style: none;
}

.subMenuBox > .inner ul li {
  width: 23.5%;
  margin-right: 2%;
  background: #FFFDF2;
  border: 1px solid #FFE474;
  border-radius: 4px;
  overflow: hidden;
}

.subMenuBox > .inner ul li:nth-child(4n) {
  margin-right: 0;
}

.subMenuBox > .inner ul li a {
  display: block;
  transition: 0.3s;
}

.subMenuBox > .inner ul li a:hover {
  opacity: 1.0;
  background-color: #AFDFE4;
}

.subMenuBox > .inner ul li a .heading {
  text-align: center;
  font-size: 1.3rem;
  background: url(../img/icon_arrow_link.svg) no-repeat right 10px center/6px auto;
  background-color: #FFE474;
}

.subMenuBox > .inner ul li a .heading span {
  display: block;
  padding: 3px 40px;
}

.subMenuBox > .inner ul li a .heading span.icon01 {
  background: url(../img/icon_submenu_01.svg) no-repeat left 10px center;
}

.subMenuBox > .inner ul li a .heading span.icon02 {
  background: url(../img/icon_submenu_02.svg) no-repeat left 10px center;
}

.subMenuBox > .inner ul li a .heading span.icon03 {
  background: url(../img/icon_submenu_03.svg) no-repeat left 10px center;
}

.subMenuBox > .inner ul li a .heading span.icon04 {
  background: url(../img/icon_submenu_04.svg) no-repeat left 10px center;
}

.subMenuBox > .inner ul li a p {
  display: block;
  padding: 15px 20px;
}

.newsBox > .inner ul {
  list-style: none;
}

.newsBox > .inner ul li {
  border-bottom: 1px solid #05338E;
}

.newsBox > .inner ul li:first-child {
  border-top: 1px solid #05338E;
}

.newsBox > .inner ul li a {
  display: block;
  padding: 20px 30px 20px 20px;
  background: url(../img/icon_arrow_link.svg) no-repeat right 10px center/6px auto;
  background-color: #FFFFFF;
  transition: 0.3s;
}

.newsBox > .inner ul li a:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
}

.newsBox > .inner ul li a p {
  margin-top: 5px;
  display: block;
  width: 100%;
}

.contents .pageTitle {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #05338E;
  margin-top: 30px;
}

.contents .pageTitle .kana {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
}

/* ----- search ----- */
.contents section > .inner .searchTop .dispChange {
  letter-spacing: -0.4em;
}

.contents section > .inner .searchTop .dispChange .btn {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 10px;
  margin-top: 0;
}

.contents section > .inner .searchTop .dispChange .btn a,
.contents section > .inner .searchTop .dispChange .btn button {
  width: 100%;
  min-width: 144px;
  max-width: 170px;
  padding-top: 5px;
  padding-bottom: 5px;
  height:auto;
}

.contents section > .inner .searchTop .dispChange .btn a > i,
.contents section > .inner .searchTop .dispChange .btn button > i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.contents section > .inner .searchTop .dispChange .btn a > i.iconLists,
.contents section > .inner .searchTop .dispChange .btn button > i.iconLists {
  background: url(../img/icon_disp_lists.svg) no-repeat center center #FFE474;
}

.contents section > .inner .searchTop .dispChange .btn a > i.iconMap,
.contents section > .inner .searchTop .dispChange .btn button > i.iconMap {
  background: url(../img/icon_disp_map.svg) no-repeat center center #FFE474;
}

.contents section > .inner .searchTop .dispChange .btn a > span,
.contents section > .inner .searchTop .dispChange .btn button > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.contents section > .inner .searchTop .dispChange .btn a.current,
.contents section > .inner .searchTop .dispChange .btn button.current {
  background-color: #FFE474;
}

.contents section > .inner .searchTop .dispChange .btn a.current > i,
.contents section > .inner .searchTop .dispChange .btn button.current > i {
  background-color: #FFFFFF;
}

.contents section > .inner .searchTop .searchResult {
  margin-top: 20px;
}

.contents section > .inner .searchTop .searchResult .searchNumTxt {
  font-size: 1.6rem;
}

.contents section > .inner .searchTop .searchResult .searchNumTxt > .num {
  color: #05338E;
  font-size: 1.8rem;
  font-weight: bold;
}

.contents section > .inner .searchTop .searchResult .searchSortBox {
  margin-top: 20px;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .dispNum {
  padding-top: 15px;
  float: left;
  font-size: 1.6rem;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager {
  float: right;
  letter-spacing: -0.4em;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .sortSelect,
.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .selectBox,
.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .pager {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .sortSelect {
  margin-right: 10px;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .sortSelect > a,
.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .sortSelect > button {
  display: block;
  font-size: 1.6rem;
  border: 1px solid #D8D8D8;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 8px 10px 7px 10px;
  width: 205px;
  text-align: center;
  transition: 0.3s;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .sortSelect > a:hover,
.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .sortSelect > button:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .selectBox {
  margin-right: 10px;
}

.contents section > .inner .searchTop .searchResult .searchSortBox .searchSortPager .pager {
  margin-left: 6px;
}

.contents section > .inner .resultItems {
  margin-top: 20px;
  letter-spacing: normal;
}

.contents section > .inner .resultItems .item {
  margin-top: 20px;
  background: #FFFFFF;
  border: 2px solid #05338E;
  border-radius: 4px;
  overflow: hidden;
}

.contents section > .inner .resultItems .item:first-child {
  margin-top: 0;
}

.contents section > .inner .resultItems .item .name,
.contents section > .inner .resultItems .item > .heading {
  background: #05338E;
}

.contents section > .inner .resultItems .item .name a,
.contents section > .inner .resultItems .item > .heading a,
.contents section > .inner .resultItems .item > .heading button {
  display: block;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  background:0;
  border:0;
  width: 100%;
  text-align: left;
}

.contents section > .inner .resultItems .item > .heading .delBtn{
  display: flex;
  color: buttontext;
  text-decoration: none;
  background: #FFFDF2;
  border: 2px solid #FFE474;
  border-radius: 30px;
  padding: 6px 10px 5px;
  text-align: center;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  font-weight: bold;
  height: 30px;
  width: 70px;
  margin-left: auto;
}

.contents section > .inner .resultItems .item .name a:hover,
.contents section > .inner .resultItems .item > .heading a:hover,
.contents section > .inner .resultItems .item > .heading button:hover {
  color: #267CA7;
  text-decoration: underline;
}

.contents section > .inner .resultItems .item dl {
  padding: 15px 20px;
  border-top: 1px solid #05338E;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.contents section > .inner .resultItems .item dl:first-child {
  border-top: none;
}

.contents section > .inner .resultItems .item dl.fullCol dt {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.contents section > .inner .resultItems .item dl.fullCol dt .heading {
  display: inline-block;
  font-weight: bold;
  margin-left: 20px;
}

.contents section > .inner .resultItems .item dl.fullCol dd {
  display: block;
  width: 100%;
  padding-left: 0;
}

.contents section > .inner .resultItems .item dl dt,
.contents section > .inner .resultItems .item dl dd {
  display: table-cell;
  vertical-align: middle;
}

.contents section > .inner .resultItems .item dl dt {
  width: 20px;
}

.contents section > .inner .resultItems .item dl dt img {
  vertical-align: middle;
}

.contents section > .inner .resultItems .item dl dt .vaT {
  vertical-align: top;
}

.contents section > .inner .resultItems .item dl dd {
  padding-left: 20px;
}

.contents section > .inner .resultItems .item dl dd .heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.contents section > .inner .resultItems .item dl dd .heading span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}

.contents section > .inner .resultItems .item dl dd p a {
  color: #05338E;
}

.contents section > .inner .resultItems .item dl dd p a:hover {
  text-decoration: underline;
  color:#267CA7;
}

.contents section > .inner .resultItems .item dl dd p a.mapLink {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  background: url(../img/icon_map_link.svg) no-repeat left center;
}

.contents section > .inner .resultItems .item dl dd .facilityItems {
  list-style: none;
  letter-spacing: -0.4em;
}

.contents section > .inner .resultItems .item dl dd .facilityItems li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-left: 10px;
}

.contents section > .inner .resultItems .item dl dd .facilityItems li img {
  vertical-align: middle;
}

.contents section > .inner .resultItems .item dl dd .facilityItems li:first-child {
  margin-left: 0;
}

.contents section > .inner .resultItems .item dl dd .facilityItems li.iconEx {
  margin-left: 20px;
}

.contents section > .inner .searchBtm {
  margin-top: 30px;
}

.contents section > .inner .searchBtm .searchResult .searchSortBox .backBtn {
  float: left;
}
.contents section > .inner .searchBtm .searchResult .searchSortBox .backBtn:hover {
  float: left;
  opacity: 1.0;
  color: #267CA7;
  text-decoration: underline;
}

.contents section > .inner .searchBtm .searchResult .searchSortBox .searchSortPager {
  float: right;
}

.selectBox select {
  font-size: 1.6rem;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  background: url(../img/icon_arrow_pulldown.svg) no-repeat right 10px center #F8F8F8;
  padding: 8px 15px 7px 10px;
  width: 205px;
}

.selectBox select.short {
  width: 75px;
  color:#000000;
}

.selectBox select.short:disabled {
	background-color: #a9a9a9 !important; 
}

.selectBox select + .unit {
  display: inline-block;
  margin: 0 20px 0 10px;
}

.backBtn a{
  display: block;
  padding: 7px 0 6px;
  width: 170px;
  background: #F8F8F8;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
  border: 0;
}

.backBtn button,
.searchKeyword >.backBtn {
  display: block;
  padding: 7px 0 6px;
  width: 170px;
  background: #F8F8F8;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
  border: 0;
}
.backBtn button,
.searchKeyword >.backBtn:hover {
	background: initial;
}

.backBtn button:hover,
.searchKeyword > .backBtn button:hover {
  opacity: 1.0;
  text-decoration: underline;
  background:initial;
}

.pager ul {
  letter-spacing: -0.4em;
  list-style: none;
}

.pager ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 11px;
}

.pager ul li:first-child {
  margin-left: 0;
}

.pager ul li:last-child {
  margin-right: 0;
}

.pager ul li a {
  display: inline-block;
  padding: 2px;
  color: #05338E;
  text-decoration: underline;
}

.pager ul li a:hover {
  text-decoration: none;
}

.pager ul li a.prev,
.pager ul li a.next {
  transition: 0.3s;
}

.pager ul li a.prev:hover,
.pager ul li a.next:hover {
  opacity: 0.7;
}

.pager ul li a.prev img,
.pager ul li a.next img {
  vertical-align: middle;
}

.pager ul li a.next img {
  transform: rotate(180deg);
}

.pager ul li span {
  display: inline-block;
  padding: 2px;
}

.pager ul li span.current {
  font-size: 2rem;
}

.facilityIcon table {
  list-style: none;
  background: #FFFFFF;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #D5D5D5;
}

.facilityIcon table td {
  vertical-align: middle;
  padding: 15px 25px;
  width: 50%;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}

.facilityIcon table td:nth-child(2) {
  border-right: none;
}

.facilityIcon table td .icon,
.facilityIcon table td p {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.facilityIcon table td .icon {
  width: 50px;
}

.facilityIcon table td .icon img {
  width: 100%;
}

.facilityIcon table td p {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 15px;
}

.popupMsg{
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 100;
  width: 560px;
}

.popupMsg >.floatInfoBox {
  margin-top: 10px;
  background: #FFFFFF;
  border: 2px solid #05338E;
  border-radius: 4px;
}

.floatInfoBox > .inner {
  padding: 20px;
}

.floatInfoBox > .inner .top {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.floatInfoBox > .inner .top p {
  display: table-cell;
  width: 470px;
  vertical-align: top;
  padding-right: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.floatInfoBox > .inner .top .tyuigk {
  display: table-cell;
  width: 470px;
  vertical-align: top;
  padding-right: 20px;
  text-indent: 0em;
}

.floatInfoBox > .inner .top .closeBtn {
  width: 44px;
}

.floatInfoBox > .inner .top .closeBtn a {
  transition: 0.3s;
}

.floatInfoBox > .inner .top .closeBtn a:hover {
  opacity: 0.7;
}

.floatInfoBox > .inner .btm {
  letter-spacing: -0.4em;
  text-align: right;
  margin-top: 20px;
}

.floatInfoBox > .inner .btm .dispCheck {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.floatInfoBox > .inner .btm .dispCheck .checkbox {
  font-size: 14px;
}

.floatInfoBox > .inner .btm .btn {
  margin-top: 0;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-left: 20px;
}

.floatInfoBox > .inner .btm .btn a {
  width: 100px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.floatInfoBox > .inner .btm .btn button {
  width: 100px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.floatInfoBox > .inner .btm .btn button :hover {
  opacity: 1.0;
  font-weight: bold;
  color: #FFFFFF;
  background: #05338E;
}

.checkbox {
  line-height: 1;
  position: relative;
}

.checkbox > span {
  display: inline-block;
  vertical-align: middle;
}

.checkbox .icon {
  margin-right: 10px;
  background: url(../img/icon_checkbox.svg) no-repeat left top;
  height: 20px;
  width: 20px;
  cursor: pointer;
  overflow: hidden;
}

.checkbox .icon + input[type="checkbox"] {
  /*filter: alpha(opacity=0);
      -moz-opacity:0;
      opacity:0;*/
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}

.checkbox.js-on .icon {
  background: url(../img/icon_checkbox.svg) no-repeat left bottom;
}

.disable {
  background: url(../img/icon_checkbox_disable.svg) no-repeat left bottom;
  vertical-align: middle;
  padding-top: 21px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  overflow: hidden;
}


.radio {
  line-height: 1;
  position: relative;
}

.radio > span {
  display: inline-block;
  vertical-align: middle;
}

.radio .icon {
  margin-right: 10px;
  background: url(../img/icon_radio.svg) no-repeat left top;
  height: 20px;
  width: 20px;
  cursor: pointer;
  overflow: hidden;
}

.radio .icon + input[type="radio"] {
  /*filter: alpha(opacity=0);
      -moz-opacity:0;
      opacity:0;*/
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}

.radio.js-on .icon {
  background: url(../img/icon_radio.svg) no-repeat left bottom;
}

.modal {
  display: none;
}

.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal > .inner {
  position: fixed;
/*   top: 40%; トラブル管理簿98対応*/
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  width: 1000px;
  background: #FFFFFF;
  border-radius: 4px;
}

.modal > .inner .closeBtn {
  position: absolute;
  top: -70px;
  right: 0;
}

.modal > .inner .closeBtn > button {
  transition: 0.3s;
}

.modal > .inner .closeBtn > button:hover {
	opacity: 0.7;
	color: initial;
	background: initial;
}

.modal > .inner .sclBox {
  max-height: 70vh;
  overflow: scroll;
}

.modal h3.heading {
  text-align: center;
  font-size: 2rem;
  color: #05338E;
  padding: 10px;
  border-bottom: 1px solid #05338E;
}

.modal.sortModal .sortItems {
  padding: 20px;
  letter-spacing: -0.4em;
}

.modal.sortModal .sortItems .col {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 33.3333%;
  padding-right: 20px;
}

.modal.sortModal .sortItems .col h4.heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal.sortModal .sortItems .col ul {
  margin-bottom: 20px;
  list-style: none;
}

.modal.sortModal .sortItems .col ul li a {
  color: #05338E;
  text-decoration: underline;
}

.modal.sortModal .sortItems .col ul li a:hover {
  text-decoration: none;
}

.modal.timeModal > .inner {
  padding: 20px;
}

.modal.timeModal > .inner h4.heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal.timeModal > .inner h4.heading span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}

.modal.selectModal > .inner h3.heading {
  font-size: 2rem;
}

.modal.selectModal > .inner h3.heading .posRelative {
  display: inline-block;
  position: relative;
}

.modal.selectModal > .inner h3.heading .notice {
  font-size: 1.4rem;
  color: #000000;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -10px;
  transform: translateX(100%);
}

.timeTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.timeTable th {
  border-left: 1px solid #FFFFFF;
  background: #D6EDFF;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 15px 2px;
  text-align: center;
  vertical-align: middle;
}

.timeTable th:first-child {
  border-left: none;
  text-align: left;
  width: 130px;
}

.timeTable th:last-child {
  border-right: 1px solid #FFFFFF;
}

.timeTable td {
  border: 1px solid #D6EDFF;
  text-align: center;
  vertical-align: middle;
}

.timeTable td:first-child {
  padding: 8px 15px 7px;
  text-align: left;
}

/* ----- detail ----- */
.detailTop > .inner {
  max-width: 1000px;
  margin: 10px auto 0;
}

.detailTop > .inner p > a {
  color: #000000;
  text-decoration: underline;
}

.detailTop > .inner p > span {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.4rem;
}

.detailTop > .inner p > span a {
  text-decoration: underline;
}

.detailTop > .inner p a:hover {
  text-decoration: none;
}

.detailTab .tabMenu {
  letter-spacing: -0.4em;
  border-bottom: 2px solid #05338E;
}

.detailTab .tabMenu .tab {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  width: 15%;
  margin-right: 2%;
}

.detailTab .tabMenu .tab:last-child {
  margin-right: 0;
}

.detailTab .tabMenu .tab a,
.detailTab .tabMenu .tab button {
  display: block;
  background: #F8F8F8;
  border-radius: 4px 4px 0 0;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  width: 99%;
  border:0;
}

.detailTab .tabMenu .tab a:hover,
.detailTab .tabMenu .tab button:hover {
  opacity: 1.0;
  font-weight: bold;
  color: #FFFFFF;
  background: #05338E;
}

.detailTab .tabMenu .tab.js-active a,
.detailTab .tabMenu .tab.js-active button {
  font-weight: bold;
  color: #FFFFFF;
  background: #05338E;
}

.detailTab .tabContents {
  width: 100%;
}

.detailTab .tabContents .tabContent {
  display: none;
  letter-spacing: -0.4em;
  position: relative;
}

.detailTab .tabContents .tabContent.js-active {
  display: block;
}

.detailTab .tabContents .tabContent .resultItems .item .details {
  display: none;
}

/* アコーディオン */
.acHeading a,
.acHeading button {
  text-decoration: none !important;
  transition: 0.3s;
  position: relative;
}

.acHeading a:hover,
.acHeading button:hover {
  opacity: 0.7;
}

.acHeading a .iconAccordion,
.acHeading button .iconAccordion {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_accordion.svg) no-repeat left top;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.acHeading a.js-active .iconAccordion,
.acHeading button.js-active .iconAccordion {
  background-position: left bottom;
}

@media screen and (min-width: 768px) {
  .spAcContent {
    display: block;
  }
}

/* ----- search subject ----- */
/*
.searchFormBox {
  margin-top: 30px;
}
*/

.selectFormTable {
  border: 1px solid #05338E;
  width: 100%;
  table-layout: fixed;
  line-height: 1;
}

.selectFormTable.borderNone {
  border: none;
}

.selectFormTable tr th {
  border-top: 1px solid #FFFFFF;
  text-align: left;
  width: 265px;
  background: #05338E;
  padding: 20px;
  color: #FFFFFF;
  font-weight: normal;
  vertical-align: middle;
}

.selectFormTable tr td {
  background: #FFFFFF;
  border-top: 1px solid #05338E;
  padding: 20px 20px 0;
  vertical-align: middle;
}

.selectFormTable tr:first-child th,
.selectFormTable tr:first-child td {
  border-top: none;
}

ul.rowHorizon {
  list-style: none;
  letter-spacing: -0.4em;
}

ul.rowHorizon > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  min-width: 130px;
  margin-right: 8px;
  margin-bottom: 20px;
}

ul.rowHorizon.pt02 > li {
  min-width: inherit;
  margin-right: 20px;
}

ul.rowHorizonCol4 {
  list-style: none;
  letter-spacing: -0.4em;
}

ul.rowHorizonCol4 > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 228px; 
  margin-right: 20px;
}

ul.rowHorizonCol4 > li:nth-child(4n) {
  margin-right: 0;
}

.placeSelectInner {
  margin-top: 30px;
}

.placeSelectInner:first-child {
  margin-top: 0;
}

.placeSelectInner h3.heading {
  font-size: 1.8rem;
  font-weight: bold;
}

.placeSelectInner h3.heading .iconDisc {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.placeSelectInner .rowHorizonCol4 {
  display: flex;
  flex-wrap: wrap;
}

.placeSelectInner .rowHorizonCol4 > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #05338E;
}

.placeSelectInner .rowHorizonCol4 > li > a,
.placeSelectInner .rowHorizonCol4 > li > button {
  width:100%;
  display: block;
  padding: 5px 20px 5px 0;
  color: #05338E;
  transition: 0.3s;
  background: url(../img/icon_arrow_link.svg) no-repeat right center/6px 10px;
  border:0;
  border-radius:0;
}

.placeSelectInner .rowHorizonCol4 > li > a:hover,
.placeSelectInner .rowHorizonCol4 > li > button:hover {
  opacity: 1.0;
  text-decoration: underline;
}

.placeSelectInner .rowHorizonCol4 > li > a .icon,
.placeSelectInner .rowHorizonCol4 > li > button .icon {
  display: inline-block;
  padding-left: 30px;
  line-height: 1.5;
}
.placeSelectInner .rowHorizonCol4 > li > a .icon:hover,
.placeSelectInner .rowHorizonCol4 > li > button .icon:hover {
  opacity: 1.0;
  text-decoration: underline;  
  color: #267CA7;
  }

.placeSelectInner .rowHorizonCol4 > li > a .icon.address,
.placeSelectInner .rowHorizonCol4 > li > hover .icon.address,
.placeSelectInner .rowHorizonCol4 > li > button .icon.address {
  background: url(../img/icon_select-place_address.svg) no-repeat left center;
}

.placeSelectInner .rowHorizonCol4 > li > a .icon.map,
.placeSelectInner .rowHorizonCol4 > li > hover .icon.map,
.placeSelectInner .rowHorizonCol4 > li > button .icon.map {
  background: url(../img/icon_select-place_map.svg) no-repeat left center;
}

.placeSelectInner .rowHorizonCol4 > li > a .icon.train,
.placeSelectInner .rowHorizonCol4 > li > hover .icon.train,
.placeSelectInner .rowHorizonCol4 > li > button .icon.train {
  background: url(../img/icon_select-place_train.svg) no-repeat left center;
}

.placeSelectInner .rowHorizonCol4 > li > a .icon.gps,
.placeSelectInner .rowHorizonCol4 > li > button .icon.gps {
  background: url(../img/icon_select-place_gps.svg) no-repeat left center;
}

.placeSelectInner .rowHorizonCol4 > li > a .small,
.placeSelectInner .rowHorizonCol4 > li > button .small {
  font-size: 1.2rem;
  line-height: 1;
}

/* ======== header ======== */
.skipLink {
  height: 0;
  overflow: hidden;
}

.skipLink a {
  display: inline-block;
  padding: 5px 20px;
  color: #05338E;
  text-decoration: underline;
}

header {
  width: 100%;
  border-top: 3px solid #05338E;
}

header > .inner {
  padding-left: 20px;
}

header > .inner .spBtnMenu {
  display: none;
}

header > .inner .logoArea {
  float: left;
  letter-spacing: -0.4em;
  padding-top: 10px;
}

header > .inner .logoArea .logo01,
header > .inner .logoArea .siteName {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

header > .inner .logoArea .logo01 a img {
  vertical-align: middle;
}

header > .inner .logoArea .siteName {
  margin-left: 20px;
}

header > .inner .logoArea .siteName a {
  font-size: 2rem;
  font-weight: bold;
  color: #05338E;
}

header > .inner .logoArea a {
  transition: 0.3s;
}

header > .inner .logoArea a:hover {
  opacity: 0.7;
}

header > .inner .navItems {
  float: right;
  display: table;
  width: auto;
  table-layout: fixed;
}

header > .inner .navItems .item {
  display: table-cell;
  vertical-align: middle;
  padding: 11px 20px;
  border-left: 1px solid #D8D8D8;
  font-size: 1.4rem;
}

header > .inner .navItems .item.readLink a {
  display: block;
  transition: 0.3s;
}

header > .inner .navItems .item.readLink a:hover {
  opacity: 1.0;
}

header > .inner .navItems .item.readLink span {
  display: inline-block;
  padding-right: 25px;
  background: url(../img/icon_read.svg) no-repeat right center;
}
header > .inner .navItems .item.readLink span:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
}

header > .inner .navItems .item.textSize {
  letter-spacing: -0.4em;
}

header > .inner .navItems .item.textSize span,
header > .inner .navItems .item.textSize a, 
header > .inner .navItems .item.textSize > button {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

header > .inner .navItems .item.textSize a,
header > .inner .navItems .item.textSize > button {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #D6EDFF;
  border-radius: 4px;
  transition: 0.3s;
  padding: 0;
  border: 0;
}

header > .inner .navItems .item.textSize a:hover,
header > .inner .navItems .item.textSize > button:hover {
  opacity: 1.0;
  background: #05338E;
  color: #FFFFFF;
  text-decoration: underline;
}

header > .inner .navItems .item.textSize a.current,
header > .inner .navItems .item.textSize > button.current {
  background: #05338E;
  color: #FFFFFF;
}

header > .inner .navItems .item.changeLang {
  position: relative;
}

header > .inner .navItems .item.changeLang span {
  display: inline-block;
  width: 100%;
  background-image: url(../img/icon_arrow_btm.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px auto;
  background-color: #F8F8F8;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  padding: 2px 30px 3px 10px;
  cursor: pointer;
}

header > .inner .navItems .item.changeLang ul {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  list-style: none;
}

header > .inner .navItems .item.changeLang ul li {
  border-top: 1px solid #FFFFFF;
  margin: 0 20px;
  background: #1B2B4B;
}

header > .inner .navItems .item.changeLang ul li:first-child {
  border-top: none;
}

header > .inner .navItems .item.changeLang ul li a {
  display: block;
  padding: 10px 15px;
  color: #FFFFFF;
  transition: 0.3s;
}

header > .inner .navItems .item.changeLang ul li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1000px) {
  .spMenu {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .skipLink {
    display: none !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background: #FFFFFF;
  }
  header > .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  header > .inner .logoArea {
    padding-top: 15px;
  }
  header > .inner .logoArea .logo01 {
    width: auto;
    height: 20px;
    vertical-align: top;
  }
  header > .inner .logoArea .siteName {
    margin-left: 10px;
    vertical-align: top;
  }
  header > .inner .logoArea .siteName a {
    font-size: 1.8rem;
  }
  header > .inner .navItems {
    display: none;
  }
  header > .inner .spBtnMenu {
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
  }
  header > .inner .spBtnMenu .open,
  header > .inner .spBtnMenu .close {
    display: block;
    width: 100%;
    height: 100%;
    border:0;
    border-radius:0;
  }
  header > .inner .spBtnMenu .open {
    background: url(../img/icon_nav_btn.svg) no-repeat left top;
  }
  header > .inner .spBtnMenu .close {
    display: none;
    background: url(../img/icon_nav_btn.svg) no-repeat left bottom;
  }
  header > .inner .spBtnMenu.js-active .open {
    display: none;
  }
  header > .inner .spBtnMenu.js-active .close {
    display: block;
  }
  .spMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
    background: #05338E;
    padding-top: 63px;
    width: 100%;
    height: 100vh;
  }
  .spMenu > .inner {
    height: 100%;
    padding-bottom: 50px;
    overflow-y: auto;
  }
  .spMenu > .inner nav .item {
    border-top: 1px solid #FFFFFF;
  }
  .spMenu > .inner nav .item > a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
  }
  .spMenu > .inner nav .item > button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
    background:0;
    text-align: left;
  }
  
  .spMenu > .inner nav .item.readLink > a,
  .spMenu > .inner nav .item.readLink > button {
    font-size: 1.6rem;
    font-weight: normal;
    background: url(../img/icon_arrow_round_link.svg) no-repeat right 20px center;
  }
  .spMenu > .inner nav .item.changeLang {
    position: relative;
    padding: 20px;
  }
  .spMenu > .inner nav .item.changeLang > .langSelect {
    padding: 0;
    color: #000000;
    font-weight: normal;
    font-size: 1.6rem;
  }
  .spMenu > .inner nav .item.changeLang span {
    display: inline-block;
    width: 100%;
    background-image: url(../img/icon_arrow_btm.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px auto;
    background-color: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 2px 30px 3px 10px;
    cursor: pointer;
  }
  .spMenu > .inner nav .item.changeLang ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 100;
    width: 100%;
    list-style: none;
  }
  .spMenu > .inner nav .item.changeLang ul li {
    border-top: 1px solid #FFFFFF;
    margin: 0 20px;
    background: #1B2B4B;
  }
  .spMenu > .inner nav .item.changeLang ul li:first-child {
    border-top: none;
  }
  .spMenu > .inner nav .item.changeLang ul li a,
  .spMenu > .inner nav .item.changeLang ul li button {
    display: block;
    padding: 10px 15px;
    color: #FFFFFF;
    transition: 0.3s;
  }
  .spMenu > .inner nav .item.changeLang ul li a:hover,
  .spMenu > .inner nav .item.changeLang ul li button:hover {
    opacity: 0.7;
  }
  .spMenu > .inner nav .item.hasChild > a,
  .spMenu > .inner nav .item.hasChild > button {
    padding-right: 70px;
    position: relative;
    border:0;
    border-radius:0;
  }
  .spMenu > .inner nav .item.hasChild > a .iconAccordion,
  .spMenu > .inner nav .item.hasChild > button .iconAccordion {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/icon_accordion.svg) no-repeat left top;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .spMenu > .inner nav .item.hasChild > a.js-active .iconAccordion,
  .spMenu > .inner nav .item.hasChild > button.js-active .iconAccordion {
    background: url(../img/icon_accordion.svg) no-repeat left bottom;
  }
  .spMenu > .inner nav .item.searchMenu > ul {
    display: none;
    padding: 0 20px 20px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 20px 20px;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li {
    border-bottom: 1px solid #05338E;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li.borderNone {
    border: none;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li > span {
    display: block;
    padding: 15px 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #05338E;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li > a,
  .spMenu > .inner nav .item.searchMenu > ul > li > button {
    display: block;
    padding: 15px 0;
    background: url(../img/icon_arrow_link.svg) no-repeat right center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #05338E;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li > ul {
    letter-spacing: -0.4em;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 49%;
    margin-right: 2%;
    margin-top: 10px;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li > a,
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li > button {
    display: block;
    width: 100%;
    font-size: 85%;
    border-bottom: 1px solid #05338E;
    background: url(../img/icon_arrow_link.svg) no-repeat right center/5px auto;
  }
  .spMenu > .inner .subMenu > ul {
    letter-spacing: -0.4em;
    padding: 0 10px;
  }
  .spMenu > .inner .subMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .spMenu > .inner .subMenu > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .spMenu > .inner .subMenu > ul > li > a {
    display: block;
    padding: 15px 25px 15px 20px;
    border-radius: 4px;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    background: url(../img/icon_arrow_link.svg) no-repeat right 10px center/10px auto;
    background-color: #FFE474;
  }
  .spMenu > .inner .subMenu > ul > li > button{
    display: block;
    padding: 15px 25px 15px 20px;
    border-radius: 4px;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    background: url(../img/icon_arrow_link.svg) no-repeat right 10px center/10px auto;
    background-color: #FFE474;
    text-align: left;
    border: 0;
    width: 99%;
  }
}

/* ======== footer ======== */
footer {
  background: #FFFFFF;
}

footer .pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

footer .pageTop a {
  transition: 0.3s;
}

footer .pageTop a:hover {
  opacity: 0.7;
}

footer > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

footer > .inner .top {
  padding: 20px 0;
}

footer > .inner .top .linkItems {
  list-style: none;
  letter-spacing: -0.4em;
}

footer > .inner .top .linkItems li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
}

footer > .inner .top .linkItems li a {
  color: #05338E;
}

footer > .inner .top .linkItems li a:hover {
  text-decoration: underline;
}

footer > .inner .btm {
  padding: 20px 0;
  border-top: 1px solid #D8D8D8;
  letter-spacing: -0.4em;
}

footer > .inner .btm .logo,
footer > .inner .btm .info {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

footer > .inner .btm .logo {
  width: 135px;
}

footer > .inner .btm .logo a {
  transition: 0.3s;
}

footer > .inner .btm .logo a:hover {
  opacity: 0.7;
}

footer > .inner .btm .info {
  padding-left: 30px;
}

footer > .inner .btm .info address {
  font-style: normal;
}

footer > .inner .btm .info a {
  color: #05338E;
}

footer > .inner .btm .info a:hover {
  text-decoration: underline;
}

footer .copyright {
  background: #05338E;
  font-size: 1rem;
  color: #B2CEE5;
  padding: 4px 10px;
  text-align: center;
}

.hiddenMsg {
  display: none;
}

.wrap > input{
	color:#000000;
}

/* ======== searchBox ======== */
.searchBox > .inner ul.pc_col25 {
  list-style: none;
  margin-top: 0px;
  letter-spacing: -0.4em;
}

.searchBox > .inner ul.pc_col25 li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 12px;
}

.searchBox > .inner ul.pc_col25 li {
  width:145px;
  margin-right: 20px;
}

.searchBox > .inner ul.pc_col25 li a {
  display: block;
  border-bottom: 1px solid #B2CEE5;
  background: url(../img/icon_arrow_link.svg) no-repeat right center/5px auto;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .searchBox > .inner ul.sp_col45 li {
   width: 30%;
   margin-right: 3%;
  }
  
  .searchBox > .inner ul.sp_col45 li:nth-child(3n) {
    margin-right: 0;
  }
  
  .topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists1 {
    margin-left: 5%;
    margin-right: 5%;
  }
  
  .topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnListsHurry {
    margin-left: 5%;
    margin-right: 1%;
  }
}


/* ======== spMenu ======== */
@media screen and (max-width: 767px) {

  .spMenu > .inner nav .item.searchMenu > ul > li > ul {
    letter-spacing: -0.4em;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > p.bunruilabel{
    font-size: 1.5rem;
    margin-top: 8px;
    letter-spacing: 0em; 
    width:100%;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > p.bunruilabel:first-of-type{
    margin-top: initial;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 31%;
    margin-right: 2% !important;
    margin-top: 10px;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li:nth-child(-n+4){
    margin-top: initial;
  }

  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li > a {
    display: block;
    width: 100%;
    font-size: 85%;
    border-bottom: 1px solid #05338E;
    background: url(../img/icon_arrow_link.svg) no-repeat right center/5px auto;
  }

  .topSearchBox > .inner .tabContents .tabContent .col .item > p.bunruilabel{
    margin-left: 0;
    margin-right: 0;
  }
}

/* ======== tabletMenu ======== */
@media screen and (max-width: 999px) {

  .spMenu > .inner nav .item.searchMenu > ul > li > ul {
    letter-spacing: -0.4em;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > p.bunruilabel{
    font-size: 1.5rem;
    margin-top: 8px;
    letter-spacing: 0em; 
    width:100%;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > p.bunruilabel:first-of-type{
    margin-top: initial;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 31%;
    margin-right: 2% !important;
    margin-top: 10px;
  }

  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li > a {
    display: block;
    width: 100%;
    font-size: 85%;
    border-bottom: 1px solid #05338E;
    background: url(../img/icon_arrow_link.svg) no-repeat right center/5px auto;
  }
  
  .spMenu > .inner nav .item.searchMenu > ul > li > ul > li.btnListsHurryHeader {
    width: 47%;
   }
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists1 > li {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 2%;
  margin-top: 8px;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnLists1 > li > a:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnListsHurry > li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 2%;
  margin-top: 8px;
}

.topSearchBox > .inner .tabContents .tabContent .col .item > ul.btnListsHurry > li > a:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #267CA7;
}