@charset "UTF-8";
/* -----------------------------------------------
イベン太詳細のみ適応CSS
-------------------------------------------------- */

.row h1, .row h2, .row h3, .row h4, .row h5 {
  text-align: left;
}
table tr th{
    white-space: nowrap;
}
#main .download a[href$=".pdf"]:after {
    content: none;
}

/* -----------------------------------------------
eventa_list（写真なし）
-------------------------------------------------- */
/*eventa*/
ul#eventa_list{
	padding:0;
}
ul#eventa_list li{
    width: 100%;
	box-sizing: border-box;
    border-bottom: 1px solid var(--line);
    padding:1em;
    list-style: none;
    line-height: 2
}
ul#eventa_list a {
    position: relative;
    display: block;
	color: #000;
	text-decoration: none;
    padding-right: 2em
}
ul#eventa_list li a::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #595959;
    border-right: solid 2px #595959;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 0;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

ul#eventa_list li a:active{
    /* ボタンをクリックしたときに沈むように見える動き */
    box-shadow: 0 0 0 #C62828;
}
ul#eventa_list li a:hover {
	color: #40403F;
}
ul#eventa_list li span.date{
	display:block;
	font-weight: 400;
	color: #000;
  font-family: 'Roboto', sans-serif;
}
ul#eventa_list li span.date.new{
	background-image: url(../eventa/images/icon_new.svg);
	background-size: auto 22px, auto 15px;
	background-repeat: no-repeat;
	background-position: 6.5em 05px;
}
ul#eventa_list li span.title{
	display:block;
}
ul#eventa_list.no_date li span.title{
	display:block;
    padding-left: 0
}
/* イベン太icon設定*/
.ei, .ei02, .ei03{
	background-repeat: no-repeat;
	background-position: 6.5em 05px;
    background-size: 90px 
}
.ei {background-image: url("../images/e_icon01.png");}
.ei02 {background-image: url("../images/e_icon02.png");}
.ei03 {background-image: url("../images/e_icon03.png");}

/* イベン太icon＋new設定*/
ul#eventa_list li span.date.new.ei,
ul#eventa_list li span.date.new.ei02,
ul#eventa_list li span.date.new.ei03{
	background-image: url("../images/e_icon01.png"), url(../images/icon_new.svg);
	background-position: 6.5em 5px, 13em 8px;
	background-size: auto 22px, auto 15px;
	background-repeat: no-repeat,no-repeat;
}
ul#eventa_list li span.date.new.ei02{background-image: url("../images/e_icon02.png"), url(../images/icon_new.svg);}
ul#eventa_list li span.date.new.ei03{background-image: url("../images/e_icon03.png"), url(../images/icon_new.svg);}

/* -----------------------------------------------
eventa_list_recruit（リクルート用）
-------------------------------------------------- */
/*eventa*/
ul#eventa_list_recruit{
	padding:0;
}
ul#eventa_list_recruit li{
    width: 100%;
	box-sizing: border-box;
    border: 2px solid #D10312;
    padding:1.5em 2em;
    list-style: none;
    line-height: 2;
    border-radius: 10px;
    margin-bottom: .5em
}
ul#eventa_list_recruit a {
    position: relative;
    display: block;
	color: #000;
	text-decoration: none;
    padding-right: 2em;
    font-size: 22px
}
ul#eventa_list_recruit li a::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #595959;
    border-right: solid 2px #595959;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 0;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

ul#eventa_list_recruit li a:active{
    /* ボタンをクリックしたときに沈むように見える動き */
    box-shadow: 0 0 0 #C62828;
}
ul#eventa_list_recruit li a:hover {
	color: #40403F;
}
ul#eventa_list_recruit li span.date{
	display:block;
	font-weight: 400;
	color: #000;
  font-family: 'Roboto', sans-serif;
}
ul#eventa_list_recruit li span.date.new{
	background-image: url(../eventa/images/icon_new.svg);
	background-size: auto 22px, auto 15px;
	background-repeat: no-repeat;
	background-position: 6.5em 05px;
}
ul#eventa_list_recruit li span.title{
	display:block;
}
ul#eventa_list_recruit.no_date li span.title{
	display:block;
    padding-left: 0
}
/* イベン太icon＋new設定*/
ul#eventa_list_recruit li span.date.new.ei,
ul#eventa_list_recruit li span.date.new.ei02,
ul#eventa_list_recruit li span.date.new.ei03{
	background-image: url("../images/e_icon01.png"), url(../images/icon_new.svg);
	background-position: 6.5em 5px, 13em 8px;
	background-size: auto 22px, auto 15px;
	background-repeat: no-repeat,no-repeat;
}
ul#eventa_list_recruit li span.date.new.ei02{background-image: url("../images/e_icon02.png"), url(../images/icon_new.svg);}
ul#eventa_list_recruit li span.date.new.ei03{background-image: url("../images/e_icon03.png"), url(../images/icon_new.svg);}


/* -----------------------------------------------
（サムネイル付）
-------------------------------------------------- */
ul#eventa{
    display: flex;
   flex-wrap: wrap;
	margin:0;
	padding:0;
   box-sizing: border-box;
    margin-bottom: 3em
}
ul#eventa li{
    display: block;
    width: 31%;
    margin: 0 1% 1em 1%;
	background-color: #FFF;
	overflow: visible;
}
ul#eventa li div{
	margin:0.5em 1em;
}
ul#eventa a {
	color: #000;
	text-decoration: none;
	font-size: 16px
}
ul#eventa li a:hover {
	color: #40403F;
}
ul#eventa li span.date{
	display:block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
    margin: 7px 0;
}
ul#eventa li span.photo{
    display:block;
    margin-bottom: 0.5em;
	text-align:center;
	z-index: 100;
	width: 100%;
}
ul#eventa li span.date.new{
	background-image: url(../eventa/images/icon_new.svg);
	background-size: 42px 14px;
	background-repeat: no-repeat;
	background-position: right top 0.4em;
}
ul#eventa li span.title{
	display:block;
    font-size: 14px
}
/*---サムネイル写真のリサイズ---*/

.resize {
  object-fit: cover;
  width: 100%;
  height: 230px;
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
  }


/* eventa_detail
---------------------------------------------*/
#eventa_detail h1, #eventa_detail h2, #eventa_detail h3, #eventa_detail h4{
    text-align: left;
}
#eventa_detail h2[ttl]{
    text-align: center;
}
/*文中に配置する写真の大きさ*/
.photoinner img{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 1em auto;
    text-align: center
}
.photoinner p{
    text-align: center
}
div.imagebox_right, div.imagebox_left {
	font-size: 80%;
	color: gray;
 }
ul.link {
	margin: 10px 0;
	}
ul.link li {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	}
ul.link li a {
	background-image: url(../eventa/images/icon_arrow.png);
	padding-left: 1.2em;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.download {
	margin: 0px;
}
ul.download li {
	list-style-type: none;
}
ul.download li a {
	text-decoration: underline
}
ul.download li img {
    display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
p .caption{
    display: block;
	font-size: 100%;
	padding-bottom: 10px;
}
.e_ttl{
	border-bottom:1px solid #ccc;
	letter-spacing: 0;
	margin-bottom: 1em
}


/* links
-----------------------------------------------	*/
a.red:link{
	color: #CC0000;
	text-decoration: none;
}
a.red:visited{
	color: #CC0000;
	text-decoration: none;
}
a.red:hover{
	text-decoration: underline;
	color:#CC0000;
}
a.red:active{
 color:#009;
}

/* table
-----------------------------------------------	*/
/*table {
	width: 100%;
	border: #CCC 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
table tr th,
table tr td {
	padding: 4px 8px;
	border: #CCC 1px solid;
}
table thead tr th {
	background-color: #EFEFEB;
}
table tfoot tr th, 
table tfoot tr td {
	background-color: #EFEFEB;
}
table tbody tr th {
	background-color: #EFEFEB;
}
table tfoot tr td.tdC,
table tbody tr td.tdC {
	text-align: center;
}
table tfoot tr td,
table tbody tr td {
	text-align: left;
}
table tfoot tr td.tdR,
able tbody tr td.tdR {
	text-align: right;
}*/
.bg_dgray{
	background-color: #E1E0DD;
}
.bg_gray{
	background-color: #EFEFEB;
}

/* -----------------------------------------------
 color style
-------------------------------------------------- */

.col_green {
	color: #00984B;
}
.col_gold {
	color: #963;
}
.col_red {
	color: #E93012;
}
.col_greenL {
	color: #7AA722;
	font-size: 1.231em;
	font-weight: bold;
}
.col_goldL{
	color: #963;
	font-size: 1.231em;
	font-weight: bold;
}
.col_redL {
	color: #E93012;
	font-size: 1.231em;
	font-weight: bold;
}
.mb30 {
	margin-bottom:30px;
}

/* -----------------------------------------------
 common style
-------------------------------------------------- */
/* notes1 */
.notes1 {
	line-height: 1.3;
	font-size: 85%;
}
*:first-child + html .notes1 { /*for IE7*/
	font-size: 70%;
}
* html .notes1 { /*for IE6*/
	font-size: 70%;
} 

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



/* line */
.lineC {
	text-align: center;
}
.lineR {
	text-align: right;
}

/* blank */
.blank1 {
	margin-bottom: 13px;
}
.blank2 {
	margin-bottom: 26px;
}
.line_btm{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/* button */
button {
background-color: #242424;
color: #fff;
border: 0;
border-radius: 50px;
padding: 0 2em;
font-size: 16px;
cursor: pointer;
margin: 2em
}


/* -----------------------------------------------
 768px/tablet
-------------------------------------------------- */

 @media screen and (max-width: 768px) {
ul#eventa_list li span.date{
    width: 100%;
    float: none;
}
ul#eventa_list li span.title{
    padding-left: 0
}

/* ---（サムネイル付）--- */

ul#eventa li{
    display: block;
    width: 48%;
    margin: 0 1% 1em 1%;
}
ul#eventa li div{
	margin:0.5em 1em;
}
.resize {
  max-width: 320px;
  height: 200px
  }

/* ---テーブルヘッダ固定用--- */
.table_box{
	overflow-x: auto;
	width:100%;
  -webkit-overflow-scrolling: touch;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
	 }
.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #CCCCCC;
  background: #EFEFEB;
  z-index: -1;
}

}

 @media screen and (max-width: 576px) {

ul#eventa li{
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
}
.resize {
  min-width: 300px;
  height: 220px
  }
	 
}
