@charset "UTF-8";

/* briefing.css
---------------------------------- */
.parent_area {
  max-width: 960px;
  width: 90%;
  margin: 80px auto 80px;
  background-color: #d9ebf6;
  padding: 15px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.parent_area h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 1em;
}

.parent_area br {
  display: none;
}

@media all and (max-width: 767px) {
  .parent_area {
    flex-direction: column;
    padding: 15px;
    margin: 40px auto 40px;
  }

  .parent_area h2 {
    font-size: 2rem;
    margin-right: 0;
  }

  .parent_area p {
    text-align: center;
    font-size: 1.4rem;
  }

  .parent_area br {
    display: block;
  }
}

.content_area_s h2 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 2.2rem;
  background-color: var(--main-color);
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .content_area_s h2 {
    font-size: 2rem;
  }
}

.content_area_s h2::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 10px;
  margin: auto;
}

.content_area_s h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--main-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}

.content_area_s > h3 {
  font-size: 2.2rem;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 26px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px dotted #333333;
}

.content_area_s > h3 span {
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  float: right;
}

.content_area_s > h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--main-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.briefing_set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px;
}

.briefing_set > li {
  width: 48%;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.5;
  position: relative;
}

.briefing_set > li .ttl {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border: 3px solid var(--main-color);
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .briefing_set {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .briefing_set > li {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.5;
    position: relative;
  }

  .briefing_set > li img {
    display: block;
    margin: auto;
  }

  .briefing_set > li .ttl {
    margin: 0 0 10px 0;
  }
}

.briefing_info_set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.briefing_info_set > li:first-child {
  width: 27%;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.5;
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  min-height: 120px;
  font-size: 1.8rem;
  line-height: 120px;
}

.briefing_info_set > li:last-child {
  width: 70%;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.5;
}

.briefing_info_set > li .tel {
  padding: 0 0 0 50px;
  margin: 26px 0 0 0;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.briefing_info_set > li .tel a {
  font-size: 3.3rem;
}

.briefing_info_set > li .mail {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-size: 1.5rem;
}

.briefing_info_set > li .mail span {
  font-size: 2.1rem;
  font-weight: bold;
}

dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
}

dt {
  width: 16%;
  padding-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
}

dt span {
  background-color: #000000;
  color: #ffffff;
  display: block;
  width: 100%;
}

dd {
  padding-bottom: 5px;
  margin: 0;
  width: 84%;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  dl {
    flex-flow: column nowrap;
  }

  dt,
  dd {
    width: 100%;
  }

  dd {
    border-left: none;
  }
}

.briefing_info_set > li .tel:before {
  content: url(../img/briefing/briefing_ico_01.gif);
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
}

.briefing_info_set > li .tel span {
  font-size: 1.8rem;
  display: inline-block;
}

@media all and (max-width: 960px) {
  .briefing_info_set > li:first-child {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1.5;
    background-color: var(--main-color);
    color: #ffffff;
    text-align: center;
    min-height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }

  .briefing_info_set > li:last-child {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1.5;
  }

  .briefing_info_set > li .tel {
    padding: 0 0 0 50px;
    margin: 10px 0 0 0;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
  }

  .briefing_info_set > li .mail {
    padding: 0;
    margin: 10px 0 10px 0;
    line-height: 1.2;
    font-size: 1.5rem;
  }
}

.briefing_btn_set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.briefing_btn_set > li {
  width: 100%;
  height: 53px;
  margin: 0 0 20px 0;
}

@media all and (max-width: 767px) {
  .briefing_btn_set > li {
    width: 100%;
    height: 53px;
    margin: 0 0 20px 0;
  }
}

.briefing_btn_set > li a {
  background: url(../img/briefing/briefing_bg_01.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-weight: bold;
  background-color: #b9e4f7;
  position: relative;
  line-height: 53px;
  padding: 0 0 0 0;
  box-sizing: border-box;
}

.briefing_btn_set > li a:hover {
  background: url(../img/briefing/briefing_bg_02.png) no-repeat;
  color: #333;
  background-color: #efefef;
  background-position: right center;
  background-size: auto 100%;
  transition-property: all;
  transition: 0s linear;
}
@media all and (max-width: 768px) {
  .briefing_btn_set > li a {
    margin-bottom: 20px;
    line-height: 1.4;
    padding: 10px 0;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.ib {
  display: inline-block;
}

.clr01 {
  color: #c83030;
}

.clr02 {
  color: var(--main-color);
}

.calender_area {
  align-self: flex-end;
}

.calender_area > p {
  font-size: 1.2rem;
  padding-top: 15px;
}

.calender_area > p i {
  font-size: 1.6rem;
}

.calender_area > p i:nth-child(1) {
  color: #59c2e8;
}

.calender_area > p i:nth-child(2) {
  color: #c83030;
}

.calender_area > p i:nth-child(3) {
  color: #529642;
}

.sbc-calendar-month {
  float: none;
  padding: 0px !important;
  width: 100% !important;
  border: 0px solid #ccc !important;
  background-color: inherit !important;
  margin-right: 0px !important;
}

.sbc-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: #59c2e8 !important;
}

#sbc-calendar {
  width: 100%;
  float: none !important;
  margin: 0 !important;
}

#sbc-calendar table {
  width: 100%;
  border-top: none !important;
  border-collapse: separate !important;
  /* border: 1px solid #999; */
  box-sizing: border-box !important;
  background-color: #59c2e8;
}

#sbc-calendar table thead {
  background-color: #59c2e8;
  border: 1px solid #59c2e8 !important;
}

#sbc-calendar table thead th {
  border: 1px solid #59c2e8 !important;
  font-size: 1.4rem !important;
}

.sbc-status-free {
  background-color: #f2f2f2 !important;
  /* border: 1px solid #999!important; */
}

#sbc-calendar table tbody td {
  padding: 10px !important;
  /* border: 1px solid #999!important; */
  font-size: 1.2rem !important;
  vertical-align: top !important;
  text-align: left;
}

#sbc-calendar table tfoot {
  display: none;
}

#sbc-calendar-wrapper .sbc-status-booked {
  background-color: #f2f2f2 !important;
  position: relative;
}

#sbc-calendar-wrapper .sbc-status-booked::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #59c2e8;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#sbc-calendar-wrapper .sbc-status-changeover {
  background-color: #f2f2f2 !important;
  position: relative;
}

#sbc-calendar-wrapper .sbc-status-changeover::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #db3136;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#sbc-calendar-wrapper .sbc-status-afternoon {
  /* color: #529642; */
  position: relative;
  background-color: #f2f2f2;
}

#sbc-calendar-wrapper .sbc-status-afternoon::after {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #529642;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pad {
  color: #fff !important;
  background-color: #fff !important;
}

.sbc-prev-month,
.sbc-next-month {
  display: none;
}

h2.sbc-title {
  background-color: #113561;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  font-size: 1.4rem;
}

h2.sbc-title::before,
h2.sbc-title::after {
  display: none;
}

em.ind {
  display: inline-block;
}

@media all and (max-width: 767px) {
  em.ind {
    display: none;
  }
}
