@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
page style
--------------------------------*/
.p-sec {
  /*
  box
  ------------------------- */
}

.p-sec .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt dl.list {
  margin-bottom: 30px;
}

.p-sec .p-ctt dl.list a {
  color: #333;
  text-decoration: none;
}

.p-sec .p-ctt dl.list a:hover {
  color: #0560bf;
}

.p-sec .p-ctt dl.list dt {
  width: 100px;
  background: url(../../common/images/arrow2.png) no-repeat 0 50%;
  color: #0560bf;
  padding-left: 24px;
  margin-bottom: 4px;
}

.p-sec .p-ctt dl.list dd {
  margin-bottom: 12px;
}

.p-sec .box {
  padding: 0px 30px;
}

.p-sec .box + .box {
  margin-top: 60px;
}

.p-sec .box table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-sec .box table th,
.p-sec .box table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.p-sec .box table th {
  width: 200px;
  background-color: #f1f1f1;
}

.p-sec .box table th::before {
  content: "■";
  color: #0560bf;
}

.p-sec .box .left_space2 {
  text-indent: -1em;
  padding-left: 1em;
}

.p-sec .box .left_space2 .btn_left a {
  text-indent: 0;
  margin-left: 1em;
}

.p-sec .box .u-red {
    color: #f00;
}
.p-sec .box .mar_t20 {
    margin-top: 20px;
}

.l-contents .important_info {
    margin: 0 30px 30px;
    text-align: center;
    border: 3px #f33 solid;
    padding: 15px;
    color: #f33;
    font-size: 16px;
    font-weight: bold;
}
.l-contents .event_cancel {
    background: #f33;
    color: #fff;
    padding: 3px 10px 1px;
    display: inline-block;
}
