/* I don't use SASS */
#container .unit .list-event2 li:first-child .list-event2__cont {
    border-top: 0;
}
.p-shdl {
  margin-bottom: 100px;
}
@media screen and (max-width: 720px) {
  .p-shdl {
    margin-top: 16vw;
    margin-bottom: 15vw;
  }
}
.p-shdl dt {
  font-size: 3rem;
  color: #c01c25;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 720px) {
  #container .p-shdl dt {
    font-size: 6.1vw;
  }
}
.p-shdl dd {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.p-shdl dd a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c01c25;
  color: #fff;
  width: 200px;
  height: 120px;
  font-size: 2rem;
  transition: background .25s;
}
.p-shdl.is dd a {
  height: auto;
  padding: .5em 0;
}
.p-shdl dd a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}
.p-shdl dd a span {
  font-size: 4rem;
}
.p-shdl dd a .icon--arrow-white2 {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (hover: hover){
  .p-shdl dd a:hover {
    background: #d43025;
  }
}
@media screen and (min-width: 721px) {
  .p-shdl dd a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 720px) {
  #container .p-shdl dd {
    justify-content: space-between;
  }
  #container .p-shdl dd a {
    width: 44vw;
    height: 24.6vw;
    font-size: 4vw;
    margin-bottom: 2.6vw;
  }
  #container .p-shdl dd a span {
    font-size: 8vw;
  }
}
.p-search {
  background: #f6f6f6;
  border: 1px solid #c01c25;
  margin-bottom: 65px;
}
@media screen and (max-width: 720px) {
  .p-search {
    margin-bottom: 10vw;
  }
}
.p-search__ttl {
  color: #c01c25;
  font-size: 1.8rem;
  padding: .6em 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #container .p-search__ttl {
    font-size: 3.3vw;
  }
}

#container .p-search__ttl .icon--arrow {
  position: relative;
  top: 1.4em;
  right: inherit;
  display: inline-block;
  margin-left: 1.4em;
  transform: rotate(135deg);
}
@media screen and (max-width: 720px) {
  #container .p-search__ttl .icon--arrow {
    top: 1.1em;
    margin-left: 1em;
  }
}
#container .p-search__ttl.active .icon--arrow {
  transform: rotate(-45deg);
  top: 2em;
}
@media screen and (max-width: 720px) {
  #container .p-search__ttl.active .icon--arrow {
    top: 1.5em;
  }
}

.p-search .accordion__target {
  display: none;
}
.p-search__body {
  background: #f2f2f2;
  padding: 15px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.p-search__body select {
  height: 50px;
  border: 1px solid #ccc;
  appearance: none;
  font-size: 1.6rem;
  color: #999;
  background: #fff url('/assets/images/icon/icon-arrow-btm.svg') calc(100% - 16px) 50% no-repeat;
  padding: 0 36px 0 20px;
}
@media screen and (min-width: 719px) {
  .p-search__body select {
    margin: 0 20px 10px 0;
  }
}
.p-search__body select[name="theme"] {
  width: 330px;
}
.p-search__body select[name="faculty"] {
  width: 220px;
}
.p-search__body select[name="target"] {
  width: 248px;
}
.p-search__body select[name="place"] {
  width: 530px;
}
.p-search__body select[name="field"] {
  width: 530px;
} 
.p-search__body select.yy {
  width: 148px;
}
.p-search__body select.mm {
  width: 120px;
}
@media screen and (max-width: 720px) {
  #container .p-search__body select {
    background-position: calc(100% - 2.6vw) 50%;
    background-size: 3.6vw auto;
    margin-bottom: 2.6vw;
    margin-right: 4%;
    font-size: 3.4vw;
    padding: 0 7vw 0 4vw;
    width: 48%;
    height: 10vw;
  }
  #container .p-search__body select:nth-child(2n) {
    margin-right: 0;
  }
  #container .p-search__body select.yy,
  #container .p-search__body select.mm {
    width: 34%;
  }
  #container .p-search__body select.field {
    width: 100%;
  }
}
.p-search__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #c01c25;
  color: #fff;
  font-size: 1.6rem;
  width: 140px;
  height: 50px;
  text-align: left;
  padding: 0 16px 0 18px;
  transition: background .25s;
}
@media (hover: hover){
  .p-search__btn:hover {
    background: #d43025;
  }
}
@media screen and (max-width: 720px) {
  #container .p-search__btn {
    width: 100%;
    height: 12vw;
    font-size: 3.4vw;
    padding: 0 4vw 0 4vw;
  }

}
@media screen and (max-width: 720px) {
  #container .pager .current {
    width: 36vw;
    background: #c01c25;
    color: #fff;
    line-height: 2;
    font-weight: normal;
  }
}

/*詳細*/
.p-event {
  color: #333;
}
.p-event img {
  height: auto;
}
@media screen and (min-width: 721px) {
  .p-event {
    padding-top: 50px;
  }
}

.p-event__share {
  margin-top: 3em;
  text-align: right;
}
.p-event__share * {
  vertical-align: top; 
}
@media screen and (max-width: 720px) {
  .p-event__share {
    margin-top: 1.5em;
  }
}

.fb_iframe_widget > span,
.fb_iframe_widget iframe {
  width: 160px !important;
}
.p-event__hdr {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 720px) {
  .p-event__hdr {
    margin-bottom: 7.3vw;
    padding-bottom: 4vw;
  }
}
.p-event__ttl {
  margin: 16px 0;
  font-size: 3.4rem;
  color: #c01c25;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 720px) {
  .p-event__ttl {
    margin: 4vw 0;
    font-size: 5.3vw;
  }
}
.p-event__meta > * {
  margin-right: .5em;
  min-width: 136px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #container .p-event__meta > * {
    min-width: 24vw;
    font-size: 2.4vw;
  }
}
.p-event__tax {
  display: inline-block;
  padding: 5px 10px;
  color: #c01c25;
  border: 1px solid #c01c25;
  line-height: 1.1;
  font-size: 1.6rem;
}

.p-event__state {
  display: inline-block;
  padding: 7px 10px;
  line-height: 1.1;
  font-size: 1.6rem;
}

.p-event__state.is-open {
  color: #fff;
  background: #c01c25;
}

.p-event__state.is-entry {
  color: #fff;
  background: #000;
}

.p-event__state.is-end {
  background: #f2f2f2;
}
.p-event__range {
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  #container .p-event__range {
    font-size: 3.4vw;
  }
}
.p-event__info {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #999999;
}
.p-event__info >li {
  display: inline-block;
  margin-right: 1em;
  line-height: 1.1;
}
@media screen and (max-width: 720px) {
  #container .p-event__info {
    font-size: 2.9vw;
  }
  .p-event__info >li {
    display: block;
    margin-bottom: 2.2vw;
  }
}
.p-event__info >li span {
  position: relative;
  top: -.15em;
  display: inline-block;
  color: #fff;
  background: #c01c25 5px 50% / auto 80% no-repeat;
  padding: 4px 10px 4px 34px;
  margin-right: .3em;
  vertical-align: middle;
  letter-spacing: .3em;
}

.p-event__info >li span.is-place {
  background-image: url('/assets/images/icon/icon-pin2-w.svg');
}
.p-event__info >li span.is-target {
  background-image: url('/assets/images/icon/icon-men-w.svg');
}
@media screen and (max-width: 720px) {
  .p-event__info >li span {
    padding: .3em 2.6vw .3em 7vw;
  }
  .p-event__info >li span.is-place {
    background-position: 1.8vw 50%;
  }
}

@media screen and (min-width: 721px) {
  .p-event__body {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 721px) {
  .p-event__wtxt {
    flex-basis: 600px;
    flex-grow: 1;
  }
}
.p-event__wtxt * {
  font-size: 1.6rem;
  line-height: 2;
}

.p-event__wtxt a {
  color: #c01c25;
  text-decoration: underline;
}

@media (hover: hover){
  .p-event__wtxt a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 720px) {
  #container .p-event__wtxt * {
    font-size: 2.9vw;
  }
}
.p-event__txt {
  margin-bottom: 3em;
}
.p-event__txt p {
  margin-bottom: 1em;
}

.p-event__table {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.p-event__table th,
.p-event__table td {
  padding: 20px;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.p-event__table th {
  color: #fff;
  background: #c01c25;
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 721px) {
  .p-event__table th {
    width: 160px;
  }
}
@media screen and (max-width: 720px) {
  .p-event__table th,
  .p-event__table td {
    padding: 3.4vw;
  }
  .p-event__table th {
    width: 28vw;
  }
}

.p-event__updated {
  margin-top: 1em;
  font-size: 1.5rem;
  text-align: right;
  line-height: 1.2;
}

.p-event__body .compo-border-box {
  margin-top: 50px;
}
.p-event__body .compo-border-box .string {
  color: #c01c25;
  font-weight: normal;
  font-size: 2.2rem;
}
@media screen and (min-width: 721px) {
  .p-event__fig {
    padding-left: 60px;
    width: 380px;
  }
}
@media screen and (max-width: 720px) {
  .p-event__body .compo-border-box {
    margin-top: 7vw;
  }
  #container .p-event__body .compo-border-box .string {
    font-size: 3.4vw;
  }
}
.p-event__figcap {
  margin-top: .8em;
  text-align: right;
  font-size: 1.5rem;
}
.p-event__figcap a {
  color: #c01c25;
  text-decoration: underline;
}
@media (hover: hover){
  .p-event__figcap a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 720px) {
  .p-event__fig {
    text-align: center;
    margin-bottom: 5.3vw;
  }
  .p-event__fig img {
    width: 48vw;
  }
  #container .p-event__figcap {
    font-size: 2.4vw;
    text-align: center;
  }
  #container .p-event__figcap .icon--blank,
  #container .p-event__figcap .icon--blank::before {
    width: 2vw;
    height: 2vw;
  }
  #container .p-event__figcap .icon--blank {
    top: .6vw;
    width: 2.4vw;
  }
  #container .p-event__figcap .icon--blank::before {
    height: 1.2vw;
  }
}

.p-eventrel {
  margin-top: 100px;
  margin-bottom: 120px;
}

.p-eventrel__ttl {
  text-align: center;
  color: #c01c25;
  font-weight: normal;
  font-size: 3rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 720px) {
  .p-eventrel {
    margin-top: 14vw;
    margin-bottom: 14vw;
  }
  .p-eventrel__ttl {
    font-size:6vw;
    margin-bottom: 8vw;
  }
}