@charset "UTF-8";


/*-----------------------------------------
 見出し
-----------------------------------------*/
.sec-headline_h1 {
    height: 150px;
    margin: 0 0 60px 0;
    display: flex;
    align-items: center;
    background: #F7F1E2;
}

.sec-headline_h1::before {
    content: '';
    width: 150vw;
    height: 100%;
    background: #F7F1E2;
    top: 0;
    left: -50vw;
}

.sec-headline_h1::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/img/usr/common/event_title_bg.png") right center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: calc(50vw - 600px);
}

.sec-headline_h1 h1 {
    padding: 0;
    margin: 0;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

html[data-browse-mode="S"] .sec-headline_h1 {
	height: 100px;
    min-height: 100px;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    background: #F7F1E2;
    position: relative;
}

html[data-browse-mode="S"] .sec-headline_h1::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/img/usr/common/event_title_bg.png") left center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 20%;
}

html[data-browse-mode="S"] .sec-headline_h1 h1{
	padding: 0 15px;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

h2.sec-headline {
    font-size: 24px;
    font-weight: bold;
    margin: 60px 0 15px;
    padding: 10px 0 10px;
background: none;
color:#111111;
    border-bottom: 3px solid #CC0000;
}

html[data-browse-mode="S"] h2.sec-headline {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px;
    padding: 10px 0 10px;
background: none;
color:#111111;
line-height: 1.3;
    border-bottom: 3px solid #CC0000;
}

h3.sec-headline {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 15px;
    padding: 0 0 0 10px;
    line-height: 32px;
    background: none;
    color: #111111;
    border-bottom:none;
    border-left: 4px solid #CC0000;
}

html[data-browse-mode="S"] h3.sec-headline {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 15px;
    padding: 0 0 0 10px;
    line-height: 1.3;
    background: none;
    color: #111111;
    border-bottom:none;
    border-left: 4px solid #CC0000;
}

h4.sec-headline {
    background: none;
    border-bottom: none;
    border-left: 4px solid #e5e5e5;
    padding: 0 0 0 10px;
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #111111;
}

h4.sec-headline:before{
    content:unset;
}

html[data-browse-mode="S"] h4.sec-headline {
    background: none;
    border-bottom: none;
    border-left: 4px solid #e5e5e5;
    padding: 0 0 0 10px;
    margin: 20px 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #111111;
}

/*-----------------------------------------
 リスト
-----------------------------------------*/
.numList {
   counter-reset: count 0;
list-style:none;
}
.numList>li {
    padding: 0 0 0 1.8em !important;
    position: relative;
}
.numList > li:before {
    content: counter(count) ". ";
  counter-increment: count 1;
    display: inline-block;
    width: 1.8em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    white-space: nowrap;
}

.numList_br {
   counter-reset: count 0;
list-style:none;
}
.numList_br>li {
    padding: 0 0 0 2.8em !important;
    position: relative;
}
.numList_br > li:before {
    content: "（"counter(count)"） ";
  counter-increment: count 1;
    display: inline-block;
    width: 1.8em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    white-space: nowrap;
}

.noteList {
list-style:none;
}
.noteList>li {
    padding: 0 0 0 1.2em !important;
    position: relative;
}
.noteList > li:before {
    content: "※";
    display: inline-block;
    width: 1.2em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

.List {
list-style:none;
}
.List>li {
    padding: 0 0 0 1.2em !important;
    position: relative;
}
.List > li:before {
    content: "・";
    display: inline-block;
    width: 1.2em;
    padding-right: 0.2em;
    position: absolute;
    top: 0.95em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

/*-----------------------------------------
 SP表示
-----------------------------------------*/
html[data-browse-mode="S"] .for-pc { display: none;}

html[data-browse-mode="S"] #freepage { max-width: auto; margin: 0 15px 40px;}
html[data-browse-mode="S"] #freepage .freepage_header { padding: 0; margin: 30px 0 20px !important; font-size: 28px; font-weight: bold; text-align: center;}

/*-----------------------------------------
 カラム
-----------------------------------------*/
.clm {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

.clm .col+.col {
    margin-left: 20px;
}

html[data-browse-mode="S"] .clm-reverce_sp {flex-direction: column-reverse;}

html[data-browse-mode="S"] .clm-reverce_sp .col+.col {
    margin: 0;
}

html[data-browse-mode="S"] .clm-reverce_sp .col {
    margin-top: 10px;
}

/*-----------------------------------------
 テーブル
-----------------------------------------*/
.freepage-frame .table_tyoe_A th{
	border: #ccc 1px solid;
	background-color: #111111;
    color: #fff;
}

.freepage-frame .table_tyoe_A td{
	border: #ccc 1px solid;
}
/*-----------------------------------------
 リンク
-----------------------------------------*/
.txtLink {
    padding: 0 20px 0 0;
    position: relative;
}

.txtLink:hover{
    text-decoration: underline;
    color: #111;
}

.txtLink::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #111;
    border-top: 1px solid #111;
    position: absolute;
    top: calc(50% - 5px);
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 3px;
}