/*---------------------------------------------------------------------
　キッズページ-ご利用案内
---------------------------------------------------------------------*/
.guide #tabContArea h3 {
  background: #FFF462;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  padding: .125em 1em;
  border: 2px solid #000;
  margin: 1em 0;
}

.guide #tabContArea h4 {
  padding: 10px 0 5px 0;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}

.guide #tabContArea h4::before {
  background: #FFF462;
  position: absolute;
  display: block;
  content: '';
  top: 17px;
  left: 3px;
  width: 14px;
  height: 14px;
  border: 1.5px solid #333;
}

.guide .btnWrap {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
  z-index: 0;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #000;
}

.guide .btnWrap li a {
  display: inline-block;
  padding: 22px 50px 11px;
  background: url(../images/btn_arrow.svg) no-repeat right 5px center;
  background-size: 20px;
  background-color: #EF858C;
  border: 3px solid #000;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.guide .btnWrap li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_stripe.png) repeat center;
  z-index: -1;
  left: 5px;
  top: 7px;
  border: 1px solid #231815;
}

@media all and (-ms-high-contrast: none) {

  .guide .btnWrap li a {
    background-size: 50px;
  }
}


.guide #tabContArea table {
  width: 100%;
  border: 2px solid;
  border-top: 1px solid;
  border-spacing: inherit;
  margin-bottom: 10px;
  border-collapse: collapse;
  margin-top: 20px;
}

.guide #tabContArea table th {
  border: 1px solid;
  padding: 5px;
  background-color: #FFF462;
  vertical-align: middle;
}

.guide #tabContArea table caption {
  border: 2px solid;
  border-bottom: none;
  font-weight: bold;
  padding: 5px;
  background-color: #FFF462;
  vertical-align: middle;
}

.guide #tabContArea table td {
  border: 1px solid;
  padding: 5px;
}

.guide .guideFlexBox1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.guide .guideFlexBox1 .guideItem2 {
  text-align: center;
}

.guide .guideItem2 {
  margin-left: 15px;
}

.guide .guideFlexBox1 .guideItem2 p {
  text-align: left;
}

.guide .guideFlexBox2 {
  display: flex;
  justify-content: space-between;
}

.guide .guideItem1map {
  width: 50%;
}

.guide #tabContArea ul > li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}

.guide #tabContArea ul > li:before {
  background: #FFF462;
  position: absolute;
  display: block;
  content: '';
  top: 19px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  border: 1.5px solid #333;
}

.guide #tabContArea ul > li.btn:before {
  display: none;
}

.guide #tabContArea ul > li.btn {
  padding-left: 0;
}

.guide .btnR {
  margin-left: 20px;
}

.guide .btnWrap li {
  margin: 0 10px 20px;
}

.guide .naiyou {
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width:896px) {

  .guide .guideFlexBox1,
  .guide .guideFlexBox2 {
    display: block;
  }

  .guide .guideItem1map {
    width: 100%;
  }

  .guide .guideFlexBox2 .guideItem2 {
    text-align: right;
    margin-bottom: 15px;
  }

}

/*  Q&A
--------------------------------*/

/*ラベル*/
.qa .accbox label {
  display: block;
  margin: 2px 0;
  padding: 10px 12px 11px 13px;
  background: #fffab8;
  cursor: pointer;
  color: #000;
}

/*ラベルホバー時*/
.qa .accbox label:hover {
  background: #fff462;
}

/*チェックは隠す*/
.qa .accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.qa .accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

/*クリックで中身表示*/
.qa .cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.qa .accbox {
   page-break-inside: avoid;
}

.qa .accbox .accshow p {
  margin: 15px 10px
}

.qa .Q_no {
  font-size: 1.3rem;
}

.qa .Q_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.qa .Q_text {
  margin: 0 20px 0 15px !important;
  font-size: 1.2rem;
}

.qa .link_faq {
  text-align: center;
  margin-top: 20px;
}

.qa .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.qa .btnWrap li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none) {
  .qa .btnWrap li a {
    background-size: 50px;
  }
}

@media screen and (max-width:896px) {
  .qa .textBox {
    display: block;
  }

  .qa .img {
    text-align: center;
  }

  .qa .Q_text {
    font-size: 100%;
  }
}

/*  検索
--------------------------------*/

.search .kensakuPage #searchArea form {
  width: 450px;
}

.search .kensakuPage #searchArea .input input {
  height: 30px;
}

.search .kensakuPage #searchArea {
  display: inline-block;
}

.search .kensakuPage {
  text-align: center;
}

.search .kensakuPage .search_submit {
  cursor: pointer;
}

.search .kensakuPage .search_submit:hover {
  opacity: 0.8;
}

.search .kensakuPage #searchArea button.search_submit img {
  border: 1px solid #404040;
  width: 31px;
  height: 31px;
  padding: 2px;
}

.search .kensakuPage #searchArea button {
  margin-left: 13px;
}


@media screen and (max-width:896px) {
  .search .kensakuPage #searchArea form {
    width: 100%;
  }
}