@charset "UTF-8";
/* CSS Document */
#header{
  background-color: #fff;
}
.d_menu li a{
  color: #000!important;
  text-shadow: none!important;
}
.d_menu_link li a{
  background-color:#f0f0f0 ;
}
.l-main {
  margin-top: 103px;
  overflow: hidden;
  position: relative;
}
.c-bgSkew-r {
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.c-bgSkew-r::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 100%;
  width: 300px;
  height: 100%;
  background:rgba(51, 137, 223, 0.046) ;
  transform-origin: left top;
  transform: skewX(
-40deg);
}
.p-mainHeading__ttlWrapInner{
  background-color: #f1f7ff;
  padding: 60px 0;
}

.c-heading1.-theme-lightBlue::before {
  background: #7ec8ff;
}

.l-section.-mb-lg:not(:last-child) {
  margin-bottom: 72px;
}
.c-heading2 {
  margin-bottom: 24px;
  padding: 0 0 0 16px;
  border-left: 4px solid #0065b0;
  font-size: 1.2rem;
  font-weight: 600;
}
.c-txt:not(:last-child) {
  margin-bottom: 24px;
}
.c-txt {
  line-height: 2;
}
.l-inner.-mb-lg:not(:last-child) {
  margin-bottom: 48px;
}
.c-heading1 {
  display: block;
}
.guid-detail {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 70px auto;
  text-align: left;
}
.s_07 .accordion_one .accordion_header{
  color: #000;
  text-shadow: none;
}
#home a,.font-size{
  color: #000;
  text-shadow: none;
}
.main{
  max-width: 1050px;
  height: 100%;
  margin: 100px auto;
  padding: 0 14px;
}

.meeting-list ul{
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
}
.meeting-list ul li{
  border-top:1px dotted #666;
}
.meeting-list ul li:last-child{
  border-bottom:1px dotted rgb(83, 83, 83);
}

.meeting-list ul li a:hover{
  background-color: #f1f7ff;
  opacity: 1;
}
.meeting-list a{
  color: #333;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: block;
  padding:22px 3px;
  transition: all .3s;
  font-weight: 600;
}
.day{
  margin-right: 25px;
  padding: 7px 5px;
  background-color: #edf7ff;
  font-weight: 600;
  display: inline-block;
}
.text1{
  display: inline-block;
}
.vertical{
  display: flex;
  align-items: flex-start;
}
.vertical .day{
  margin-top: 10px;
}
.vertical .text1{
  padding: 10px 0;

}
.meeting-list .vertical a{
  padding:5px 3px;
}
@media(max-width:1100px){
  .l-main{
    margin-top: 61px;
  }
}
@media(max-width:1060px){
.s_07 .accordion_one .accordion_header{
  color: #fff;
  text-shadow: none;
}
#home a,.font-size{
  color: #fff;
  text-shadow: none;
}
}


@media(max-width:768px){
.p-breadcrumb {
  justify-content: flex-start;
}
#header{
  height: 60px;
}
.s_07 .accordion_one .accordion_header{
  color: #fff;
  text-shadow: none;
}
#home a,.font-size{
  color: #fff;
  text-shadow: none;
}
.l-main__content {
  padding-top:0;
}
.c-heading1 {
  font-size: 1.6rem;
}
.main{
  margin: 50px auto;
}
.l-tile_inner {
  display: block;
}
.c-cassetteStudy .l-tile_item {
  margin: 0 auto;
}
.meeting-list a{
  display: block;
}
.day{
display: inline-block;
}
.text1{
  padding-top: 10px;
  display: block;
}
}