@charset "utf-8";
/* ==========================================================================
Layout [ header / main / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/

#header {
  width: 100%;
  position: fixed;
  height: 50px;
  background-color: #fff;
  left: 0;
  top: 0;
  display: table;
  z-index: 100;
}

#header>.contCent {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.hd_top {
  overflow: hidden;
  padding: 16px 0;
}

.hd_top .hdLogo {
  float: left;
  height: 50px;
}

.hd_top .hdLogo a {
  display: block;
}

.hd_top .hdLogo a img {
  max-height: 38px;
}

.hd_top .right {
  overflow: hidden;
}

.hd_top .right .hdH_about {
  width: 100%;
  align-items:center;
  margin-top: 15px;
}

.hd_top .right .hdH_Logo img {
  margin-right: 12px;
}

.hd_top .right .hdH_Logo a {
  color: #fff;
}

.hd_top .right .hdH_about>div {
  width: 50%;
  float: left;
}

.hd_top .right .hdH_about>div>a {
  color: #ffffff;
  text-align: center;
  height: 23px;
  line-height: 23px;
  background-color: #A90C11;
  padding: 0 30px;
  display: inline-block;
  font-weight: bold;
}

.hd_top .right .hdH_fontS {
  background-color: #292929;
  position: absolute;
  right: 0;
  top: -2px;
  width: 133px;
  padding: 7px 6px 4px;
}
.hd_top .right .hdH_fontS span {
  float: left;
  color: #fff;
}

.hd_top .right .hdH_fontS span {
  float: left;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 1.7;
}

.hdH_fontS ul.fontChangeList {
  float: right;
}

.changeBtn {
  float: left;
  border: 1px solid rgba(255,255,255,.8);
  color: #fff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
}

.changeBtn:first-child {
  margin-right: 4px;
}

.changeBtn.active, .changeBtn:hover {
  color: #fff;
  background-color: rgba(114,114,114,.5);
  border: 1px solid rgba(255,255,255,.8);
  cursor: pointer;
}

.sp_infoArea {
  background-color: #292929;
  padding: 20px 10px 0;
}

.hd_bottom {
  display: block;
}

.hd_bottom li {
  display: inline;
  margin-right: 15px;
}

.hd_bottom li a {
  font-weight: bold;
  padding: 2px 0;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 87.5%;
  color: #fff;
  position: relative;
}

.hd_bottom li a:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hd_bottom li:nth-child(2) a {
  width: 54%;
  display: inline-block;
}

.hd_bottom li:nth-child(3) a:before ,
.hd_bottom li:nth-child(4) a:before {
  display: none;
}

.hd_bottom li:nth-child(3) a {
  padding-left: 24px;
  background: url(images/top/ico-home-wh.png) no-repeat 0 60%;
  background-size: 14px;
}

.hd_bottom li:nth-child(4) a {
  padding-left: 24px;
  background: url(images/top/ico-ft_mail.png) no-repeat 0 60%;
  background-size: 18px;
}

.spLogoArea {
  padding: 0;
  position: fixed;
  left: 5px;
  top: 5px;
}


/*Main*/

#container {
  overflow: hidden;
}

#main {
  width: 100%;
  padding-top: 15px;
  padding-left: 3.75%;
  padding-right: 3.75%;
}

/*Footer*/

#footer {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
  background-color: #292929;
}

.ft_bnrArea {
  padding: 30px 3.75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F6F6F6;
}

.ft_bnrArea li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.ft_bnrArea li:nth-child(2n) {
  margin-right: 0;
}

.ft_bnrArea li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.fnav_inner {
  padding: 29px 3.75% 25px;
}
.fnav_inner ul li {
  margin-right: 34px;
  margin-bottom: 15px;
}

.fnav_inner ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 87.5%;
  padding-left: 15px;
}

.fnav_sub ul li:nth-child(2) {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 20px;
}

.fnav_inner ul li a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fnav_sub ul li a {
  font-weight: bold;
  padding: 7px 0;
  color: #000000;
}

.fnav_sub ul li a:before {
  display: none;
}

.fnav_sub ul li:nth-child(2) a {
  background-color: #A90C11;
  text-align: center;
  display: inline-block;
  padding: 1px 31px;
}

.fnav_sub ul li:nth-child(3) a {
  padding-left: 34px;
  background: url(images/top/ico-ft_mail.png) no-repeat 0 40%;
}

.fnav_sub ul li:nth-child(4) a {
  padding-left: 24px;
  background: url(images/top/ico-ft_loc.png) no-repeat 0 60%;
}

.fnav_sub ul li:nth-child(5) a {
  position: relative;
  color: #fff;
  text-align: center;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 9px 35px;
  padding-left: 40px;
  font-weight: normal;
}

.fnav_sub ul li:nth-child(5) a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fnav_sub li:last-of-type {
  text-align: center;
  margin-right: 0;
  width: 100%;
  margin-bottom: 20px;
}

.fnav_sub ul li a {
  color: #fff;
}

.fnav_sub .grid {
  align-items: center;
}

.fnav_inner dl {
  display: block;
  width: 100%;
}

.fnav_inner dl dt,
.fnav_inner dl dd {
  display: block;
  line-height: 1.2;
}

.fnav_inner dl dt {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}

.copyright {
  text-align: center;
  background-color: #A80C11;
}

.copyright p {
  color: #fff;
  font-size: 87.5%;
  max-width: 70%;
  display: block;
  padding: 5px 0;
  margin: 0 auto;
}

/*Sidebar*/

#sidebar {
  width: 100%;
  margin-top: 30px;
  padding-left: 3.75%;
  padding-right: 3.75%;
}

body.sub #sidebar {
  display: none;
}

.bnrImgArea {
  margin-bottom: 30px;
}

.bnrImgArea a img {
  margin-bottom: 11px;
  display: block;
  width: 100%;
}

.sidebox {
  overflow: hidden;
  margin-bottom: 10px;
}

.sideboxInner {
  border-radius: 3px;
  border: 1px solid #D3D2D3;
  overflow: hidden;
  background-color: #fff;
}

.sidebox.column .sideboxInner{
  border-top: 4px solid #bb090d;
}

.sidebox.column {
  position: relative;
}

.side-ttl01 {
  font-size: 125%;
  color: #bb090d;
  padding-left: 10px;
  margin: 10px 0 5px;
  text-align: left;
  line-height: 1.2;
}

.side-post-list li {
  border-bottom: 1px solid #D3D2D3;
  /*padding-bottom: 12px;*/
  /*margin-bottom: 12px;*/
}

.side-post-list li:last-of-type {
  border-bottom: none;
}

.post_cat {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 87.5%;
  padding: 3px 12px;
  background-color: #bb090d;
}

.post_seeking {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  line-height: 1;
  vertical-align: top;
  padding: 6px 10px 3px;
  background: #2D4682;
  font-weight: bold;
  font-size: 100%;
}

.postBox dl.sem_list dd #timeout {
  color: #d80000;
  margin-left: 2px;
  letter-spacing: -0.03em;
}

.post_cat.block {
  display: block;
}

.side-post-list .post_date {
  text-align: right;
  color: #212121;
  float: right;
}

.post_ttl {
  font-weight: bold;
  color: #212121;
  clear: both;
  line-height: 1.3;
  display: block;
}

.post_ttl.block {
  display: block;
}

.side-post-list .post_ttl {
  margin: 8px 0 10px;
}

.poster_name {
  text-align: right;
  display: block;
  margin-top: 5px;
}

.side-post-list li:hover a {
  text-decoration: none;
}

.side-post-list li:hover .post_ttl ,
.side-post-list li:hover p {
  text-decoration: underline;
}

.sidebox .moreBtn {
  position: absolute;
  right: 16px;
  top: 10px;
}

.topics .sideboxInner {
  margin-bottom: 11px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.sidebox.topics {
  position: relative;
}

.topics .sideboxInner .post_ttl02,
.topics .sideboxInner .post_ttl,
.topics .sideboxInner p {
  padding-left: 11px;
  padding-right: 11px;
}

.topics .sideboxInner p {
  font-size: 87.5%
}

.topics .sideboxInner .post_ttl02 {
  font-weight: bold;
  color: #ba080c;
  font-size: 87.5%;
  margin: 8px 0 3px;
  display: block;
}

.topics .sideboxInner img {
  display: block;
  width: 100%;
  margin: 1px auto;
}

.topics .sideboxInner .post_date {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 3px;
  right: 3px;
  text-align: center;
  background-color: rgba(255,255,255,.4);
  color: #202020;
  padding: 0 8px;
}

.sidebox.topics .ttlType01 {
  margin: 21px 0 39px;
}

.sidebox.topics .moreBtn {
  top: 60px;
  right: 10px;
}

.topics .sideboxInner a {
  display: block;
}

.topics .sideboxInner:hover a {
  text-decoration: none;
}

.topics .sideboxInner:hover .post_ttl ,
.topics .sideboxInner:hover p {
  text-decoration: underline;
}

.bnrImgArea.sns {
  margin-top: 21px;
}

.newsList {
  height: 125px;
  overflow-y: auto;
}

.side-cat-list {
  margin-bottom: 30px;
}

.sideTagMenu {
  color: #ececec;
  font-size: 142%;
  background-color: #A90C11;
  padding: 10px 20px;
  line-height: 1.2;
  font-weight: bold;
}

.side-cat-list ul li a {
  background-color: #E8E8E8;
  border-bottom: 1px solid #D3D2D3;
  padding: 10px 17px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side-cat-list ul li a:hover {
  background-color: #292929;
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.side-cat-list ul li.active a {
  background-color: #292929;
  color: #fff;
}

.sideboxInner.type02 {
  padding: 11px 11px 15px;
}

.sideboxInner.type02 .post_ttl {
  padding: 0;
  margin: 10px 0 7px;
}

.sideboxInner.type02 .post_sub_ttl {
  color: #1f1f1f;
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
}

.sideboxInner.type02 dl.sem_list {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 4px 0;
}

.sideboxInner.type02 dl.sem_list dt,
.sideboxInner.type02 dl.sem_list dd {
  float: left;
  line-height: 1.2;
}

.sideboxInner.type02 dl.sem_list dd {
  float: none;
}

.sideboxInner.type02 dl.sem_list dd#timeout {
  color: #d80000;
}

.sideboxInner.type02 a:hover {
  text-decoration: none;
}

.sideboxInner.type02 a:hover .post_ttl,
.sideboxInner.type02 a:hover .post_sub_ttl {
  text-decoration: underline;
}

.categorySearchArea {
  margin-top: 20px;
}

.searchTtl {
  font-size: 110%;
  color: #bb090d;
  margin-bottom: 4px;
}

.pageSearch__area {
  margin-top: 20px;
}

/* ==========================================================================
Pages [ top / copnsulting / access... ]
========================================================================== */

.mv {
  position: relative;
  margin-bottom: 160px;
}

.mv .mvWrapTxt {
  position: absolute;
  right: 17%;
  top: 11%;
}

.topBnrArea img {
  overflow: hidden;
  margin-bottom: 30px;
}

.newsBox {
  margin-bottom: 0px;
}

.newsBox .lead {
  width: 100%;
  margin-bottom: 10px;
}

.lead h2  {
  font-size: 125%;
  color: #000000;
  line-height: 1.0;
  padding-top: 5px;
}

.lead .moreBtn {
  margin-top: -17px;
  padding-right: 12px;
  text-align: right;
}

.newsList li {
  margin-bottom: 10px;
}

.newsList .date {
  line-height: 1.0;
  font-size: 87.5%;
  display: inline-block;
  margin-right: 12px;
}

.newsList .label {
  text-align: center;
  color: #bb090d;
  font-size: 87.5%;
  padding: 3px 8px 1px;
  margin-right: 12px;
  display: inline-block;
  line-height: 1;
  border: 1px solid #bb090d;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.newsList p {
  color: #000;
  font-size: 87.5%;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.newsList li:hover a {
  text-decoration: none;
}

.newsList li:hover .label {
  color: #fff;
  background-color: #bb090d;
}

/*top seminar*/
.topSemArea {
  margin-bottom: 20px;
  position: relative;
  margin-top: 60px;
}

.topSemArea .moreBtn {
  position: absolute;
  right: 20px;
  top: -13px;
}

.topSemArea .ttlType01 {
  margin-bottom: 26px;
}

.topSemArea .ttlType01:after {
  content: attr(title);
  position: absolute;
  font-size: 35px;
  color: #dddddd;
  font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
  font-weight: bold;
  left: 50%;
  margin-left: -77px;
  top: -44px;
}

.postBox {
  border-radius: 3px;
  border: 1px solid #D3D2D3;
  position: relative;
  overflow: hidden;
  margin-bottom: 11px;
  background-color: #fff;
  justify-content:space-between;
}

.postBox a {
  padding: 10px;
}

.postBox .imgBox {
  display: none;
  position: relative;
}

.postBox .ico-free {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  background-color: #249E03;
  padding: 4px 11px 1px;
  font-size: 87.5%;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  display: none;
}

.postBox .imgBox img {
  width: 100%;
}

.postBox .txtBox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.postBox .txtBox .post_cat {
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.post_cat .txtBox .post_ttl {
 display: block;
}

.txtBox .post_sub_ttl {
  margin-top: 5px;
  font-size: 87.5%;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #BEBDBE;
}

.txtBox .post_sub_ttl p {
  margin-bottom: 0;
}

.postBox dl.sem_list {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 4px 0;
}

.postBox dl.sem_list dt,
.postBox dl.sem_list dd {
  float: left;
  line-height: 1.2;
  font-size: 87.5%;
  letter-spacing: 0.05em;
}

.postBox dl.sem_list dd {
  width: 78%;
}

.postBox dl.sem_list dd#timeout {
  color: #d80000;
}

.postBox a:hover {
  text-decoration: none;
}

.postBox a:hover .post_ttl,
.postBox a:hover .post_sub_ttl {
  text-decoration: underline;
}

/*top search*/
#topSearch {
  border-radius: 3px;
  border: 1px solid #D3D2D3;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}
/*カテゴリーで検索*/
.categorySearch li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.categorySearch li a {
  display: inline-block;
  color: #b9070c;
  padding: 7px 12px 7px;
  line-height: 1.4;
  font-size: 87.5%;
  background-color: #fff;
  border: 1px solid #b9070c;
}

.borderL__list li {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px!important;
  display: inline-block;
  color: #b9070c;
  padding: 7px 12px 7px;
  line-height: 1.4;
  font-size: 87.5%;
  background-color: #fff;
  border: 1px solid #b9070c;
  min-width: 200px;
  text-align: center;
}

.borderL__list li a {
  text-decoration: none;
  display: block;
  padding: 3px;
}

.borderL__list li:before {
  display: none;
}
.calendarBtn {
  text-align: left;
}

.calendarBtn ul {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}

.calendarBtn ul li {
  width: 100%;
  margin: 0px 0 10px 0;
}

.calendarBtn ul li:last-child {
  margin-bottom: 0;
}

.calendarBtn ul li a {
  display: block;
  padding: 10px 10px 10px 10px;
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #b8060c;
  border: 1px solid #b9070c;
  width: 100%;
}

.calendarBtn ul li.item01 a {
  background-image: url(images/top/ico-calendar.png);
  background-position: 15px 40%;
  background-repeat: no-repeat;
  background-size: 27px;
  color: #b8060c;
  background-color: #fff;
}

.calendarBtn ul li.item02 a:before ,
.calendarBtn ul li.item03 a:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 48%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*カレンダー一覧ページ*/
.timely a {
  color: #444444 !important;
}

.ai1ec-calendar-toolbar,
.ai1ec-pull-left,
.ai1ec-fade,
.ai1ec-event-footer {
  display: none !important;
}

.ai1ec-pagination > a.ai1ec-prev-year,
.ai1ec-pagination > a.ai1ec-next-year {
  display: none;
}

.ai1ec-pagination, .ai1ec-btn-group {
  width: 100%;
  position: relative !important;
  text-align: center !important;
  margin: 0px 0px 6px 0px !important;
}

.ai1ec-minical-trigger {
  background-color: #ffffff !important;
  cursor: default !important;
  width: 50%;
  left: 25%;
  border: none !important;
  pointer-events: none !important;
}

.ai1ec-minical-trigger > i {
  display: none;
}

.ai1ec-minical-trigger:hover {
  background-color: transparent !important;
}

.ai1ec-prev-month {
  background-color: #d6cfcb !important;
  width: 32px !important;
  position: absolute !important;
  left: 0px !important;
  text-align: center;
  border-radius: 2px !important;
  box-shadow: 1px 1px 0px #c0b5b0 !important;
}

.ai1ec-next-month {
  background-color: #d6cfcb !important;
  width: 32px !important;
  position: absolute !important;
  right: 1px !important;
  text-align: center;
  border-radius: 2px !important;
  box-shadow: 1px 1px 0px #c0b5b0 !important;
}

.ai1ec-btn-group > .ai1ec-btn:not(:first-child):not(:last-child):not(.ai1ec-dropdown-toggle) {
  border-radius: 2px !important;
}

.ai1ec-prev-month > i,
.ai1ec-next-month > i {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1 !important;
}

.ai1ec-btn-group .ai1ec-btn + .ai1ec-btn {
  margin-left: 0 !important;
}

/* カレンダー本体*/
.ai1ec-calendar-title {
  color: #444444 !important;
  font-size: 22px !important;
  display: inline !important;
}

table.ai1ec-month-view {
  margin-bottom: 0px !important;
}

.ai1ec-month-view .ai1ec-allday .ai1ec-event {
  text-shadow: none !important;
}

.ai1ec-weekday,
.ai1ec-month-view td {
  border: 1px solid #dbd6d8 !important;
}

/*top consulting*/
.top-consArea {
  margin-top: 30px;
  background-image: url(images/top/bg-top-img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 0 10px 20px 10px;
}

.top-consArea .top_consTtl {
  display: block;
  padding: 26px 0 21px;
}

.top-consArea .grid {
  justify-content:space-between;
}

.top-consArea .grid .top {
  width: 100%;
  order: 2;
  position: relative;
  background-color: rgba(255,255,255,.8);
  padding: 11px 10px 11px;
}

.top-consArea .grid .top .ttl {
  font-size: 87.5%;
  color: #1f1f1f;
  line-height: 1.3;
  margin-bottom: 9px;
}

.top-consArea .grid .top .ttl span {
  font-style: italic;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 115%;
  font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
}

.top-consArea .grid .top ul {
  overflow: hidden;
}

.top-consArea .grid .top ul li {
  border-radius: 25px;
  background-color: #249D03;
  text-align: center;
  position: relative;
  padding: 0;
  border:none;
  margin-bottom: 10px;
  overflow: hidden;
}

.top-consArea .grid .top ul li a {
  line-height: 35px;
  height: 35px;
  color: #fff;
  font-size: 87.5%;
  display: block;
}

.top-consArea .grid .top ul li:nth-child(1) {
  margin-right: 10px;
}

.top-consArea .grid .top ul li:nth-child(2) {
  background-color: #FF471F;
  margin-right: 0;
}
.top-consArea .grid .top ul li:nth-child(1) a {
  text-align: left;
  padding-left: 20px;
}

.top-consArea .grid .top ul li:nth-child(1) ,
.top-consArea .grid .top ul li:nth-child(2) {
  width: 49%;
}

.top-consArea .grid .top ul li:nth-child(1) {
  margin-right: 2%;
}

.top-consArea .grid .top ul li:nth-child(3) {
  width: 100%;
}

.top-consArea .grid .top ul li:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.top-consArea .contactBtn {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
}

.top-consArea .contactBtn img {
  width: 100%;
}

.top-consArea .grid .inner {
  order: 1;
  width: 100%;
}

.top-consArea .grid ul li {
  float: left;
  background-color: rgba(34,108,7,.48);
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 12px 7px;
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 7px;
}

.top-consArea .grid ul li a {
  color: #fff;
}

.top-consArea .grid dl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.top-consArea .grid dl dt,
.top-consArea .grid dl dd {
  display: table-cell;
  vertical-align: top;
}

.top-consArea .grid dl dt {
  border-right: 1px solid #fff;
  width: 102px;
}

.top-consArea .grid dl dd span {
  display: block;
  padding-left: 20px;
}

/*----------------------------
  COLUMN
----------------------------*/

.side-post-list.mainArea {
  margin-bottom: 18px;
}

.side-post-list.mainArea li {
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #D3D2D3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side-post-list.mainArea li:last-child {
  margin-bottom: 0;
}

.side-post-list li a ,
.side-post-list.mainArea li a {
  display: block;
  padding: 11px;
}

.side-post-list.mainArea .post_ttl {
  display: block;
  clear: both;
  margin-bottom: 6px;
}

.side-post-list li p {
  line-height: 1.3;
  font-size: 87.5%;
}

.profileArea {
  display: block;
  margin-bottom: 25px;
}

.profileArea.intro_cons {
  border-bottom: 1px solid #D3D2D3;
}

.profileArea.intro_cons:last-of-type {
  border-bottom: none;
}

.profileArea .imgBox {
  width: 40%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.profileArea .txtBox {
  width: 100%;
}

.profileArea .txtBox .ttl {
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.5;
}

.profileArea .txtBox .ttl.position {
  margin-bottom: 15px;
  display: block;
  font-size: 87%;
  line-height: 1.6;
}

.profileArea .txtBox .txt {
  font-size: 100%;
  letter-spacing: 0.02em;
}

.profileArea .txtBox .list .ttl {
  font-weight: bold;
  color: #bb090d;
  line-height: 1.2;
  margin-bottom: 5px;
}

.contactBtn {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-left: 78px;
  padding-top: 33px;
  padding-bottom: 33px;
  background: url(images/column/ico-contact-btn.png) no-repeat 91% 50% #335178;
  border-radius: 10px;
  overflow: hidden;
}

.contactBtn a {
  display: block;
  letter-spacing: 0.06em;
  color: #fff;
  font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
  font-weight: bold;
}

.contactBtn a span {
  display: block;
  font-size: 171%;
  letter-spacing: 0;
  font-weight: bold;
}

.contactBtn a:hover {
  text-decoration: none;
  opacity: .8;
}

.contactBtn {
  padding: 0;
  background-color: none;
  background: none;
  margin-top: 20px;
}

/*column single*/
.txt_rd {
  color: #b8060c;
  font-weight: bold;
}
.singleSubTtl {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}


/*----------------------------
  CALENDAR
----------------------------*/
.ai1ec-calendar-toolbar {
  display: none!important;
}


/*----------------------------
  CONSULTING
----------------------------*/
.post_label_cat {
  font-size: 100%!important;
  background-color: rgba(169,12,17,.10);
  padding: 10px 12px;
  line-height: 1.3;
  color: #000000;
  margin: 7px 0 15px;
}

.post_label_cat.type02 {
  padding: 20px 12px;
}

.listType01,
.listType05 {
  margin-bottom: 24px;
}

.listType01 li ,
.listType05 li {
  margin-right: 9px;
  margin-bottom: 9px;
  float: left;
  width: 49%;
  line-height: 1.3;
  font-size: 13px;
  margin-right: 2%;
  padding: 10px 4px;
  border: 1px solid #AA0E13;
  color: #AA0E13;
  text-align: center;
}

.listType05 li:nth-child(2n) {
  margin-right: 0;
}

.listType05 li a {
  text-decoration: none;
}

.listType05 li {
  padding: 10px 4px!important;
  color: #b9070c!important;
  margin-bottom: 8px!important;
  display: block;
}

.listType05 li:before {
  display: none;
}

.listType01 li:nth-child(2n) {
  margin-right: 0;
}

.listType02 {
  margin-bottom: 40px;
}

.listType02 li {
  color: #000000;
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}

.listType02 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #A90C11;
}

.listType03 li {
  list-style-type: none;
  counter-increment: number;
  margin-bottom: 20px;
}

.listType03 li::before{
  content: counter(number) ".";
  margin-right: 5px;
  color: #ba080c;
  font-weight: bold;
}



.checkTtl {
  padding-left: 25px;
  background: url(images/consulting/ico-cons.png) no-repeat left 6px;
  background-size: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #2db200;
  margin-bottom: 7px;
}

.checkTtl.icoNone {
  background: none;
  padding-left: 0;
}

.boxType.consulting .img-cons01 {
  margin-bottom: 31px;
  display: block;
}

.consSingle img {
  width: auto;
  margin-bottom: 50px;
}

.consSingle_box {
  padding-left: 24px;
  position: relative;
  margin-bottom: 97px;
  background: url(images/consulting/brd.png) repeat-y;
}

.consSingle_box:last-of-type {
  margin-bottom: 0;
}

.consSingle_box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 35px;
  background: url(images/consulting/arw-cons.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.consSingle_box:last-of-type:after {
  display: none;
}

.consSingle_box.type02:after {
  background: url(images/consulting/arw-cons02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ico-Ttl-bl {
  background: url(images/consulting/ico-cons01.png) no-repeat left 5px;
  padding-left: 30px;
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
  color: #353535;
  margin-bottom: 13px;
}

.consSingle_box.brType02 {
  background: url(images/consulting/brd02.png) repeat-y;
}

.ico-Ttl-bl.type02 {
  background: url(images/consulting/ico-cons02.png) no-repeat left 3px;
  background-size: 20px;
}

.ico-Ttl-bl.type03 {
  background: url(images/consulting/ico-cons03.png) no-repeat left 2px;
  background-size: 20px;
}

.ico-Ttl-bl.type04 {
  background: url(images/consulting/ico-cons04.png) no-repeat left 2px;
  background-size: 20px;
}

.checkList {
  margin-bottom: 8px;
}

.consBtn {
  margin-top: -15px;
}

.checkList li {
  background: url(images/consulting/ico-cat-cons.png) no-repeat left 3px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #bb090d!important;
  font-size: 112%;
  padding-left: 36px!important;
}

.checkList li:before {
  display: none;
}

.ser_flow ul li {
  margin-bottom: 48px;
  position: relative;
  overflow: inherit;
  padding-left: 0;
  justify-content: space-between;
}

.ser_flow ul li:before {
  display: none;
}

.ser_flow ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 35px;
  background: url(images/consulting/arw-cons03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 25px;
  bottom: -35px;
}

.ser_flow ul li:last-child:after {
  display: none;
}

.ser_flow ul li:last-child {
  margin-bottom: 0;
}

.ser_flow ul li .left {
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFC103;
}

.ser_flow ul li .left p {
  color: #fff;
  padding: 10px;
}

.ser_flow ul li .right {
  width: 510px;
  align-content: space-between;
}

.ser_flow ul li .right p.mbNone {
  margin-bottom: 0;
}

.ser_flow ul li .right p {
  position: relative;
  border: 1px solid #FFC103;
  padding: 10px;
  margin-bottom: 34px;
}

.ser_flow ul li .right p:after {
  content: '';
  position: absolute;
  width: 199px;
  height: 25px;
  left: 50%;
  margin-left: -100px;
  bottom: -31px;
  background: url(images/consulting/arw-small.png);
  background-repeat: no-repeat;
}

.ser_flow ul li .right p:last-child {
  margin-bottom: 0;
}

.ser_flow ul li .right p:last-child:after {
  display: none;
}

.sem-single img {
  width: 100%;
  margin-bottom: 10px;
}

.semSingleBox {
  margin-bottom: 28px;
}

.semSingleBox .ttlType06 {
  margin-bottom: 10px;
}

.baseDL #mapDd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:center;
}

.semMapBtn {
  padding: 3px 10px;
  margin-left: 20px;
  background-color: #bb090d;
}

.semMapBtn a {
  color: #fff;
  font-weight: bold;
  font-size: 87.5%;
}

.semLecturerArea {
  justify-content: space-between;
}

.semLecturerArea .imgBox {
  width: 150px;
}

.semLecturerArea .imgBox img {
  width: 100%;
}

.semLecturerArea .txtBox {
  width: 605px;
}

.reasonList li {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 110%;
  padding: 0!important;
}

.reasonList li:before {
  display: none;
}

.reasonList li img {
  width: 40px;
  float: left;
  clear: left;
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 0;
}
/*----------------------------
  MAGAZINE
----------------------------*/
.postBox.magazine .grid {
  padding: 10px;
  padding-top: 35px;
  position: relative;
  padding-bottom: 5px;
}

.postBox.magazine .txtBox .txt16 {
  margin-bottom: 10px;
}

.postBox.magazine .grid .post_date {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  color: #202020;
}

.postBox.magazine .txtBox {
  margin-left: 0;
  margin-right: 11px;
}

.postBox.magazine .moreBtn a {
  padding: 0;
  padding-left: 25px;
}

.postBox.magazine .imgBox {
  width: 100%;
  display: block;
}

.postBox.magazine .imgBox span {
  text-align: center;
  color: #ba080c;
  display: block;
}

.postBox.magazine .imgBox img {
  width: auto;
  display: block;
  margin: 0 auto 8px;
}

.postBox.magazine .txtBox {
  width: 635px;
}

.magaGuideBox {
  justify-content: space-between;
  margin-bottom: 26px;
}

.magaGuideBox .txtBox {
  width: 100%;
}

.magaGuideBox .imgBox {
  width: 210px;
}

.magaGuideBox .imgBox img {
  width: 100%;
}

.boxType.magazine img {
  margin: 5px 0 15px;
}

.boxType.magazine .txtBox {
  width: 100%;
  margin-right: 20px;
}

.boxType.magazine .imgBox {
  float: right;
  margin-left: 10px;
  width: 150px;
}

.boxType.magazine .imgBox a {
  display: block;
  padding: 0;
  background-image: none;
}

.boxType.magazine .imgBox img {
  width: auto;
  display: block;
  margin: 0 auto 10px;
}

.boxType.magazine .imgBox span {
  display: block;
  text-align: center;
  color: #ba080c;
}

.boxType.magazine a {
  color: #ba080c;
}

.formSubBtn ul li .subBack, .formSubBtn ul li .subSent {
  padding: 18px 5px;
  width: 170px;
  background-color: #BEBDBE;
  color: #fff;
  float: left;
  cursor: pointer;
  font-size: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  font-weight: bold;
}

.formSubBtn ul li .subBack {
  width: 100px;
}

.formSubBtn ul li .subSent {
    background-color: #A90C11;
}

input[type=radio] ,
input[type=checkbox] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  height: auto;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: auto;;
}

/*----------------------------
  LECTURE
----------------------------*/

.listType01 li a {
  color: #b9070c;
  padding: 10px 4px;
  display: block;
}

.listType01.lecture li {
  padding: 0;
}

.listType01 li a:hover {
  background-color: #b9070c;
  color: #fff;
  text-decoration: none;
}

/*----------------------------
  NEWS
----------------------------*/

.boxType.news {
  margin-bottom: 30px;
}

.archiveNewsList li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #D3D2D3;
}

.archiveNewsList li a {
  padding: 19px 0 15px;
  background: none!important;
}

.archiveNewsList li a .news_label {
  display: inline-block;
  border: 1px solid #b8060c;
  color: #b8060c;
  padding: 2px 10px;
  line-height: 1.2;
}

.archiveNewsList li a .date {
  position: absolute;
  right: 0;
  top: 10px;
  color: #333;
}

.archiveNewsList li a .txtBox {
  width: 100%;
}

.archiveNewsList li a .post_ttl {
  display: block;
  margin: 10px 0 5px;
}

.archiveNewsList li:first-of-type a {
  margin-top: -10px;
}

.archiveNewsList li:last-of-type {
  border-bottom: none;
}

.archiveNewsList li:last-of-type a {
  padding-bottom: 0;
}

.archiveNewsList li p.none {
  padding: 15px 0;
}

/*----------------------------
  NEWS
----------------------------*/
.news_SingleArea strong {
  font-weight: bold;
}

.news_SingleArea em {
  display: block;
  font-weight: bold;
  color: #ba080c;
}

.news_SingleArea a {
  color: #ba080c;
}

.news_SingleArea img {
  margin-bottom: 10px;
}

.news_SingleArea dl {
  margin-bottom: 23px;
  display: table;
  width: 100%;
}
.news_SingleArea dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 107px;
}

.news_SingleArea dl dd {
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #b8060c;
  color: #b8060c;
  padding: 5px 10px;
  line-height: 1.2;
}

/*----------------------------
  TOPICS
----------------------------*/
.topicsArea ul li {
  border-radius: 3px;
  border: 1px solid #D3D2D3;
  overflow: hidden;
  width: 100%;
  margin-bottom: 11px;
  background-color: #fff;
  justify-content: space-between;
}

.topicsArea ul li a {
  padding: 5px 5px 11px;
  display: block;
}

.topicsArea .txt_rd {
  display: block;
  margin-bottom: 5px;
  font-size: 100%;
}

.topicsArea .post_sub_ttl {
  border-bottom: none;
  padding-bottom: 0;
}

.topicsArea ul li img {
  display: block;
  margin: 0 auto 12px;
}

.topicsArea ul li .txtBox {
  padding-left: 6px;
  padding-right: 6px;
}
.topicsArea ul li .imgBox {
  position: relative;
  z-index: 1;
}

.topicsArea ul li .post_date {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 6px;
  right: 6px;
  text-align: center;
  background-color: rgba(255,255,255,.4);
  color: #202020;
  padding: 0 8px;
}

.news_SingleArea.topics {
  margin-bottom: 17px;
}

.topicsArea.taxanomy {
  margin-bottom: 20px;
}

.profileArea.topics {
  align-items: center;
}

.profileArea.topics a {
  color: #ba080c;
}

.profileArea.topics .imgBox {
  border: 1px solid #BCBCBC;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.topics a.topics_back_cat {
  text-decoration: underline;
}

.profileArea.topics .imgBox img {
  margin: 0 auto;
  display: block;
}

/*----------------------------
  COMPANY
----------------------------*/

.compnayArea {
  margin-bottom: 30px;
}

.compnayArea img {
  margin-bottom: 10px;
  width: 100%;
}

.compnayArea .ceo {
  display: block;
  overflow: hidden;
}

.compnayArea .com_map {
  overflow: hidden;
  width: 100%;
  height: 280px;
  margin-bottom: 15px;
}

.compnayArea .com_map iframe {
  width: 100%;
  height: 100%;
}

.compnayArea dl {
  border: 1px solid #D3D2D3;
  border-bottom: none;
  margin-bottom: 0;
}

.compnayArea dl:last-of-type {
  border-bottom: 1px solid #D3D2D3;
}

.compnayArea dl dt {
  text-align: left;
  border-bottom: 1px solid #D3D2D3;
}

.news_SingleArea iframe {
  width: 100%;
  height: 300px;
}

/*----------------------------
  CONTACT
----------------------------*/
#zip1 {
  width: 60px;
}

#zip2 {
  width: 70px;
}

#main.form {
  width: 100%;
  margin-right: 0;
  float: none;
}

.contactArea a.tell {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.contactArea a.tell:hover {
  opacity: .8;
  text-decoration: none;
}

.contactArea .listType02 li a {
  color: #bb090d;
}

.formCheckArea {
  margin-bottom: 20px;
}

.formCheckArea li {
  width: 30%;
  float: left;
  margin-right: 5%;
  position: relative;
  background-color: #E8E8E8;
  position: relative;
  overflow: inherit;
  color: #000000;
  text-align: center;
  padding: 12px 0;
}

.formCheckArea li:nth-child(1) {
  z-index: 3;
}

.formCheckArea li:nth-child(2) {
  z-index: 2;
}

.formCheckArea li:nth-child(3) {
  z-index: 1;
}

.formCheckArea li:last-child {
  margin-right: 0;
}

.formCheckArea li.active {
  background-color: #A90C11;
  color: #fff;
}

.formCheckArea li:before {
  content: '';
  position: absolute;
  right: -28px;
  top: 0px;
  box-sizing: border-box;
  width: 14px;
  height: 30px;
  border: 22px solid transparent;
  border-left: 6px solid #E8E8E8; 
}

.formCheckArea li:last-child:before {
  display: none;
}

.formCheckArea li.active:before {
  content: '';
  position: absolute;
  right: -28px;
  top: 0px;
  box-sizing: border-box;
  width: 14px;
  height: 30px;
  border: 22px solid transparent;
  border-left: 6px solid #A90C11;
}

.formCheckArea.seminar li {
  width: 47%;
}

.formDL {
  display: block;
  width: 100%;
  border: 1px solid #D3D2D3;
  border-bottom: none;
}

.formDL dt,
.formDL dd {
  display: block;
  padding: 13px 10px;
}

.formDL:last-of-type {
  border-bottom: 1px solid #D3D2D3;
  margin-bottom: 30px;
}
.formDL dt {
  padding-right: 0;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #D3D2D3;
  background-color: #E8E8E8;
}

.formDL dd {
  padding-right: 10px;
}

.formDL dt em {
  color: #bb090d;
  font-size: 11px;
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #bb090d;
  text-align: center;
  margin-left: 10px;
}

.formDL select {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/contact/arw-select.png);
  background-repeat: no-repeat;
  background-size: 8px;
  font-size: 10px;
  background-position: 99% 50%;
  border-radius: 3px;
  color: #666666;
  border: 1px solid #D1D1D1;
}

input ,
textarea {
  width: 100%;
  height: 40px;
  box-shadow: none;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mwform-tel-field input, 
.mwform-zip-field input {
  display: inline-block;
  width: auto;
}

textarea {
  height: 155px;
  padding: 10px;
}

input[type="text"]:focus {
  outline: 0;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #666666; }

/* Firefox 18- */
:-moz-placeholder {
    color: #666666; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #666666; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #666666; }


.privacyTxt {
  color: #bb090d;
  display: block;
}

.agreeArea {
  height: 200px;
  overflow: auto;
  margin-bottom: 25px;
}

.agreeArea .ttl {
  font-weight: bold;
  padding-top: 5px;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}

.formSubBtn {
  text-align: center;
}

.formSubBtn ul {
  width: auto;
  display: inline-block;
}

.formSubBtn ul li {
  float: left;
}

.formSubBtn ul li button {
  padding: 18px 30px;
  min-width: 151px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #BEBDBE;
  color: #fff;
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-weight: bold;
}

.formSubBtn ul li:first-child {
  margin-right: 10px;
}

.formSubBtn ul li:last-child button {
  background-color: #A90C11;
}

.formSubBtn ul li:hover {
  opacity: .8;
}

.ttlType03.thanksTtl {
  margin-top: 50px;
}

.btnType02.contact {
  margin-top: 40px;
  margin-bottom: 10px;
}

.btnType02.dpNone {
  margin: 0;
}

.mw_wp_form .error {
  border: none;
  text-align: left;
  margin-left: 0;
  padding: 0;
  font-size: 93%;
  color: #B70000;
  display: block;
}

/*キャプションレイアウト*/

.caption02 {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.caption01 .imgBox {
  width: 100%;
  overflow: hidden;
}

.caption01 .imgBox img {
  width: 100%;
  display: block;
}

.caption01 .txtBox {
  width: 100%;
}

.caption03 .inner ,
.caption04 .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.caption02 .inner {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.caption02 .inner:last-of-type ,
.caption03 .inner:last-of-type ,
.caption04 .inner:last-of-type {
  margin-right: 0;
}

.caption02 .inner .imgBox ,
.caption03 .inner .imgBox ,
.caption04 .inner .imgBox {
  margin-bottom: 10px;
}

.caption02 .inner .imgBox img,
.caption03 .inner .imgBox img,
.caption04 .inner .imgBox img {
  width: 100%;
}

.dtList_txt {
  display: block;
  font-size: 87%;
}

/*----------------------------
  PROGRAM
----------------------------*/

.programCat_list li {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.programCat_list li a {
  display: block;
}

.programCat_list li:nth-child(2n) {
  margin-right: 0;
}

.programCat_list li span.programTtl {
  color: #bb090d;
  font-size: 110%;
  font-weight: bold;
}

.programCat_list li a img {
  margin-bottom: 10px;
  display: block;
}

.pdf__dwnld {
  display: inline-block;
  padding: 10px 40px 10px 0;
  background: url(images/seminar/pdf.png) no-repeat right center;
}

.ai1ec-single-event .ai1ec-actions ,
.ai1ec-single-event .ai1ec-event-details{
  display: none!important;
}

#timeout {
  color: #d80000;
}

.ai1ec-single-event .ai1ec-event-avatar {
  display: none;
}



.mawari {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.mawari img {
	width:auto;
	margin-bottom: 20px;
}
