@charset "utf-8";
/*----------------------------------
  セミナー情報一覧　アーカイブ共通
-------------------------------------*/
section:nth-of-type(1) .box p a,
section:nth-of-type(2) .box{
  background: #000;
  font-weight: 700;
  border-radius: 4px;
}
section:nth-of-type(1) .box p a,
section:nth-of-type(2) .box a{
  color: #fff;
  display: block;
  text-align: center;
  /*追記*/
  position: relative;
  /*  width: calc(100% /2 - 20px);*/
width: 100%;
  padding: 20px 30px 20px 20px;
}
@media (max-width: 768px){
section:nth-of-type(1) .box p a,
section:nth-of-type(2) .box a{
  width: 100%;
}
}

section:nth-of-type(1) .box p a:after,
section:nth-of-type(2) .box a:after{
  content: url(../common/img/arrow.svg);
  margin-left: 13px;
  /*追記*/
    position: absolute;
    top: 50%;
    margin-top: -7px;
}
section:nth-of-type(1) .box p a:hover,
section:nth-of-type(2) .box a:hover{
  text-decoration: none;
  opacity: 0.7;
}
/*----------------------------------
  セミナー情報一覧
-------------------------------------*/
h1 + p{
	text-align:center;
	margin: 15px auto 40px;
}
/*.container .col-6 {
  width: 570px;
  max-width: none;
}*/
section .box p a {
text-decoration: none;
}

section:nth-of-type(1) .box {
  background: #e8e8e8;
}
section:nth-of-type(1) .box h2 {
  padding: 0;
  padding-bottom: 1px;
  background: #fff;
}
section:nth-of-type(1) .box h2:before {
  display: none
}

section:nth-of-type(1) .box p {
  padding: 0 26px;
  min-height: 56px;
}
@media (max-width: 768px){
section:nth-of-type(1) .box p {
  padding: 0 20px;
  line-height: 1.5;
}
}

section:nth-of-type(1) .box p a {
  padding: 20px 31px;
/*  line-height: 0;*/
  line-height: 1;
}
@media (max-width: 768px) {
  section:nth-of-type(1) .box p a {
    padding: 17px 31px;
  }
}

section:nth-of-type(1) .box p a:after {
  margin-left: 13px;
}
section:nth-of-type(1) p a:nth-of-type(2):after{
  content: url(../common/img/arrow_w.svg);
}
section:nth-of-type(1) .box p:nth-of-type(2) {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 23px;
/*  margin-bottom: 31px;*/
}
section:nth-of-type(1) .box p a.se {background-color: #81b900;}
section:nth-of-type(1) .box p a.ji {background-color: #2ba8d0;}
section:nth-of-type(1) .box p a.di {background-color: #eab33b;}
section:nth-of-type(1) .box p a.sp {background-color: #81b900;}
section:nth-of-type(1) .box p a.twothree_point {background-color: #7dbfb6;}
section:nth-of-type(1) .box p a:nth-of-type(1) {
  margin-right: 10px;
  /*追記*/
  max-width: 258px;
}
@media (max-width: 1199px){
  section:nth-of-type(1) .box p:nth-of-type(2) {
    display: block;
  }
  section:nth-of-type(1) .box p a:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    max-width: 100%;
  }
}


/*----------------------------------
  セミナーのアーカイブ
-------------------------------------*/
section:nth-of-type(2) h2{
  color:#81b900;
  text-align: center;
  padding: 93px 0 13px;
  line-height: 1.3;
}
@media (max-width: 768px){
section:nth-of-type(2) h2{
  padding: 30px 0 10px;
}
}

section:nth-of-type(2) h2:before{
  display:none
}
section:nth-of-type(2) .box a{
/*  padding: 10px 23px 10px 3px;*/
    padding: 10px 0;
  position: relative;
/*  line-height: 1.5;*/
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 768px) {
section:nth-of-type(2) .box a{
  padding: 17px 23px 17px 13px;
}
}


section:nth-of-type(2) .box a:after{
  position: absolute;
/*  right: 11px;*/
  top: 50%;
  margin-top: -7px;
}
section:nth-of-type(2) .box a:hover{
  opacity: 0.7;
}
section:nth-of-type(2) .col-4{
  margin-top:20px;
}