@charset "utf-8";
/***************************************************
information
  filename : seminar.css;
***************************************************/
@media screen and (max-width:896px){
}

.sem_list{
  background: linear-gradient(90deg, var(--app-bg-cr1), var(--app-bg-cr2));
}
@media screen and (max-width:896px){
  .sem_list{
    background: linear-gradient(180deg, var(--app-bg-cr1), var(--app-bg-cr2));
  }
}
.sem_list #wrapper{
  background: transparent;
}
.sem_list .headerSec .ptLayoutInn.FlexL,
.sem_det .headerSec .ptLayoutInn.FlexL{
  justify-content: space-between;
  padding: 1.0rem 0;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width:896px){
  .sem_list .headerSec .ptLayoutInn.FlexL,
  .sem_det .headerSec .ptLayoutInn.FlexL{
    border-bottom: none;
  }
}
.sem_list .headerSec .site_logo,
.sem_det .headerSec .site_logo{
  margin-left: 10px;
}
.sem_list .headerSec .sem_login,
.sem_det .headerSec .sem_login{
  font-weight: 600;
  border: 1px solid var(--app-main-cr1);
  border-radius: 9999px;
  padding: 5px 35px;
  margin-right: 10px;
}
.sem_list .headerSec .sem_login a,
.sem_det .headerSec .sem_login a{
  display: block;
  margin-left: 20px;
  position: relative;
  text-decoration: none;
}
.sem_list .headerSec .sem_login a:visited,
.sem_list .headerSec .sem_login a:hover,
.sem_det .headerSec .sem_login a:visited,
.sem_det .headerSec .sem_login a:hover{
  opacity: 0.6;
}
.sem_list .headerSec .sem_login a::before,
.sem_det .headerSec .sem_login a::before{
  position: absolute; 
  content: "";
  background-image: url(../../images/icon_login.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform .4s;
}
.sem_list .sem_pan_navi a:visited,
.sem_list .sem_pan_navi a:hover,
.sem_det .sem_pan_navi a:visited,
.sem_det .sem_pan_navi a:hover{
  text-decoration: none;
  opacity: 0.7;
}


/****************** セミナー一覧ページ ******************/
.sem_list .headerSec{
  background: #fff;
}
.sem_list #headerSub .ptMgS{
  margin: 0;
}
.sem_list section.mainTi{
  border-bottom: none;
  margin: 0 auto;
  width: 100%;
}
.sem_list section.mainTi p.mainTiInn,
.sem_list section.mainTi h1.mainTiInn{
  text-align: left;
  font-size: 3.5rem;
}
@media screen and (max-width:800px){
  .sem_list section.mainTi p.mainTiInn,
  .sem_list section.mainTi h1.mainTiInn{
    margin-top: 4.0rem;
    margin-bottom: 4.0rem;
    font-size: 2.5rem;
  }
}
.sem_list .ListBox.ListType1.liwbg01 .column,
.sem_list .ListBox figure.image{
  border: none;
  box-shadow: none;
}
.sem_list .ListBox{
  padding: 0;
}
.sem_list .ListSubhDet dl{
  display: flex;
}


/****************** セミナー詳細ページ ******************/
.sem_det #wrapper{
  background: transparent;
}
.sem_det #contents{
  padding: 0;
}
.sem_det #main{
  width: 100%;
}
.sem_det .ClmblckArea{
  width: 100%;
  margin: 0;
  background: linear-gradient(90deg, var(--app-bg-cr1), var(--app-bg-cr2));
}
@media screen and (max-width:896px){
  .sem_det .ClmblckArea{
    background: linear-gradient(180deg, var(--app-bg-cr1), var(--app-bg-cr2));
  }
}
.sem_det .ClmblckArea .ptLayoutInn.clear_fix{
  width: 65%;
  padding: 75px 0 50px;
  margin: 0 auto;
}
@media screen and (max-width:896px){
  .sem_det .ClmblckArea .ptLayoutInn.clear_fix{
    width: 90%;
  }
}
.sem_det .mainTi{
  border: none;
}
.sem_det .mainTi .mainTiInn{
  border: 1px solid #707070;
  width: 12.0rem;
  padding: 10px 0;
  text-align: center;
}
.sem_det .semTitleArea{
  font-size: 2.0rem;
  margin: 10px 0;
}
@media screen and (max-width:896px){
  .sem_det .semTitleArea{
    text-align: left;
  }
}
@media screen and (max-width:896px){
  .sem_det .ord_artBox{
    width: 100%;
  }
}
.sem_det .ord_art_reg.cnt{
  background: transparent;
  border: 1px solid var(--app-main-cr1);
  color: var(--app-main-cr1);
}
.sem_det.ord_art .BtM button{
  font-size: 1.4rem;
  display: block;
  width: 300px;
  background: var(--app-main-cr1);
  border-radius: 9999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 20px 70px;
  margin: 0 auto;
}
.sem_det.ord_art .BtM button:visited,
.sem_det.ord_art .BtM button:hover{
  box-shadow: none;
}
.sem_det .sem_detail_oth{
  width: 65%;
  margin: 75px auto 20px;
}
@media screen and (max-width:896px){
  .sem_det .sem_detail_oth{
    width: 90%;
  }
}
.sem_det .SemDLBox dl.clear_fix{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 10px auto;
}
.sem_det .SemDLBox dl.clear_fix dt{
  width: 20%;
  background: #ECEFF1;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width:896px){
  .sem_det .SemDLBox dl.clear_fix dt{
    width: 100px;
    padding: 20px 10px;
    margin: 0 auto;
  }
}
.sem_det .SemDLBox dl.clear_fix dd{
  width: 80%;
  background: #F9F9F9;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width:896px){
  .sem_det .SemDLBox dl.clear_fix dd{
    width: calc(100%-100px);
  }
}
.sem_det .SemDLBox dl.clear_fix dd::after{
  display: none;
}
@media screen and (max-width:896px){
  .sem_det .SemDLBox span.MdIcBg{
    width: 12.0rem;
  }
}
.sem_det .sem_detail{
  width: 65%;
  margin: 0 auto 100px;
}
@media screen and (max-width:896px){
  .sem_det .sem_detail{
    width: 90%;
  }
}
.sem_det .sem_list_bkbt{
  width: 65%;
  margin: 0 auto 75px;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width:896px){
  .sem_det .sem_list_bkbt{
    width: 90%;
  }
}
.sem_det .sem_list_bkbt a{
  display: block;
  width: 250px;
  border: 1px solid #333333;
  border-radius: 9999px;
  text-align: center;
  padding: 20px 70px;
  margin: 50px auto 20px;
  text-decoration: none;
  font-weight: 700;
}
.sem_det .sem_list_bkbt a:visited,
.sem_det .sem_list_bkbt a:hover{
  opacity: 0.6;
}
.sem_det #footer.footerMain{
  background: linear-gradient(90deg, var(--app-bg-cr1), var(--app-bg-cr2));
}
@media screen and (max-width:896px){
  .sem_det #footer.footerMain{
    background: linear-gradient(180deg, var(--app-bg-cr1), var(--app-bg-cr2));
  }
}
