/* ==========================================================================
   .c5-grayBox
   ========================================================================== */
.c5-grayBox {
  padding: 20px;
  background: #E4E7EC;
}

.c5-inline__block{
  display: inline-block;
}

ul.s5-FOCUSPurchaseTab__menu li {
  /*padding: 14px 100px 12px;*/
  padding: 14px 90px 12px;
}

@media screen and (max-width: 1200px) {
  ul.s5-FOCUSPurchaseTab__menu li {
    padding: 14px 80px 12px;
  }
}

@media screen and (max-width: 1100px) {
  ul.s5-FOCUSPurchaseTab__menu li {
    padding: 14px 70px 12px;
  }
}

@media screen and (max-width: 1000px) {
  ul.s5-FOCUSPurchaseTab__menu li {
    padding: 14px 50px 12px;
  }
}

@media screen and (max-width: 639px) {
  .s5-FOCUSPurchaseTab__header:after {
    border-bottom: none;
  }

  ul.s5-FOCUSPurchaseTab__menu {
    border-right: 1px solid #e4e8eb;
    border-bottom: 1px solid #e4e8eb;
    border-spacing: 0;
    margin: 0 10px;
    display: block;
  }

  ul.s5-FOCUSPurchaseTab__menu li {
    display: block;
    border-top: 1px solid #e4e8eb;
    border-right: none;
    border-left: 1px solid #e4e8eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px !important;
  }

  ul.s5-FOCUSPurchaseTab__menu li.s5-FOCUSPurchaseTab__menuItem--current {
    border-top: 1px solid #e4e8eb;
    border-left: 4px solid #000;
    background: #fbfbfd;
  }

  ul.s5-FOCUSPurchaseTab__menu a {
    margin: 0;
    padding: 0;
  }
}
.c5-map {
  padding: 10px;
}
.c5-map .c5-map__map {
  margin: 0 0 15px 0;
  height: 300px;
}
@media screen and (max-width: 639px) {
  .c5-map .c5-map__map {
    height: 200px;
  }
}

.c5-tab {
  margin: 80px 0 0 0;
}
.c5-tab .c5-tab__list {
  cursor: pointer;
}
.c5-tab .c5-tab__link {
  margin: 30px  0 0 0;
}
.c5-tab .c5-tab__link .s5-icon-down:before {
  content: "\f0d7" !important;
}



/*カレンダー周り*/

.c5-month__text{
  margin-top: 50px;
  border-left: solid 4px #f25529;
  padding-left: 15px;
}

.c5-Calendar__table{
  margin-top: 30px;
}

.c5-Calendar__table table{
  width: 100%;
  border: solid 1px #e4e8eb;
  border-collapse:separate;
  border-spacing:1px;
  background: #e4e8eb;
  /*border-collapse: collapse;
  border-spacing: 0;*/
}

.c5-Calendar__table table tr th{
  /*border: solid 1px #e4e8eb;*/
  font-weight: normal;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background: #fbfbfd;
  /*border-collapse: collapse;
  border-spacing: 0;*/
}

@media screen and (max-width: 380px) {
  .c5-Calendar__table table tr th{
    font-size: 11px;
  }
}

@media screen and (max-width: 350px) {
  .c5-Calendar__table table tr th{
    font-size: 10px;
  }
}

.c5-Calendar__table table tr th:first-child{
  color: #c93434!important;
}

.c5-Calendar__table table tr th:last-child{
  color: #3a5897!important;
}


.c5-Calendar__table table tr td{
  /*border: solid 1px #e4e8eb;*/
  font-weight: normal;
  padding: 13px 10px 10px;
  text-align: center;
  vertical-align: top;
  position: relative;
  min-height: 100px;
  height: 100px;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .c5-Calendar__table table tr td{
    padding: 40px 10px 10px;
  }
}

@media screen and (max-width: 639px) {
  .c5-Calendar__table table tr td{
    height: 30px;
    padding: 40px 3px 5px;
  }
}



.c5-Calendar__table table tr td .c5-info__text{
  font-size: 18px;
}

@media screen and (max-width: 639px) {
  .c5-Calendar__table table tr td .c5-info__text{
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .c5-Calendar__table table tr td .c5-info__text{
    font-size: 12px;
  }
}



.c5-Calendar__table table tr td .c5-info__text .c5--block__style{
  display:block;
}






.c5-Calendar__table table tr td .c5-info__text .c5-time__list{
  padding: 0;
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 639px) {
  .c5-Calendar__table table tr td .c5-info__text .c5-time__list{
    font-size: 10px;
  }
}

@media screen and (max-width: 546px) {
  .c5-Calendar__table table tr td .c5-info__text .c5-time__list{
    text-align: center;
  }
}



.c5-Calendar__table table tr td .c5-info__text .c5-time__list li{
  list-style: none;
  padding-bottom: 3px;
}

@media screen and (max-width: 639px) {
  .c5-Calendar__table table tr td .c5-info__text .c5-time__list li{
    line-height: 1.2;
    padding-bottom: 5px;
  }
}





.c5-Calendar__table table tr td .c5-day{
  position: absolute;
  top: 15px;
  left: 20px;
}

@media screen and (max-width: 639px) {
  .c5-Calendar__table table tr td .c5-day{
    left: 0;
    right: 0;
  }
}


.c5-Calendar__table table tr td:first-child .c5-day{
  color: #c93434!important;
}

.c5-Calendar__table table tr td:last-child .c5-day{
  color: #3a5897;
}
.c5-bg__gray{
  background: #f7f7f7 !important;
}

.c5-Maint-icon__position{
  text-align: right;
  position: absolute;
  top: 8px;
  right: 0;
}

.c5-relative__Box{
  position: relative;
}




/*カレンダー周り_end*/


.c5-tel__Box{
  margin: 30px 0 50px 0;
  padding: 0;
}

.c5-tel__Box dt{
  margin: 0;
  padding: 0;
  font-size: 36px;
}

.c5-tel__Box dd{
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 18px;
}


.c5-borderbox--red{
    padding: 0px 15px;
    margin-top: 15px;
    border:  solid 1px #c93434;
}


/*pdf周り*/

.c5-mainte-Link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 101.4%;
}
@media screen and (max-width: 639px) {
 .c5-mainte-Link {
   display: block;
 }
}

.c5-mainte-Link li {
  flex-basis: 18.333%;
  margin: 0.7% 0.7%;
}
@media screen and (max-width: 1148px) {
 .c5-mainte-Link li {
   flex-basis: 31.93%;
   margin: 0.7% 0.7% 25px;
 }
}
@media screen and (max-width: 639px) {
 .c5-mainte-Link li {
   margin: 0 0 25px;
 }
}

.c5-mainte-Link li a {
  display: flex;
  align-items: center;
  /* height: 100%; */
  font-weight: bold;
}

@media screen and (max-width: 712px) {
 .c5-mainte-Link li a {
   min-height: 62px;
 }
}
@media screen and (max-width: 639px) {
 .c5-mainte-Link li a {
   min-height: auto;
 }
}

.c5-mainte-Link li a .s5-icon-window {
  margin-left: 2%;
}

.s5-p3 {
  display: block;
}

.s5-buttonContainer  {
  display: flex;
  justify-content: center;
}

.s5-buttonContainer ul {
  display: flex;
}

@media screen and (max-width: 819px) {
  .s5-buttonContainer ul {
    display: block;
  }
}

.s5-buttonContainer ul li {
  display: block;
  text-align: center;
}
