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

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

#header {
  position: relative;
  overflow: inherit;
  background-color: #fff;
}

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

.hd_top .hdLogo {
  float: left;
}

.hd_top .right {
  float: right;
}

.hd_top .right .hdH_Logo ,
.hd_top .right .hdH_about {
  float: left;
  margin-left: 12px;
}

.hd_top .right .hdH_about {
  margin-right: 143px;
}

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

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

.hd_top .right .hdH_about a {
  color: #ffffff;
  width: 120px;
  text-align: center;
  height: 23px;
  font-size: 87.5%;
  line-height: 25px;
  background-color: #A90C11;
  display: 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;
}

.hd_bottom {
  position: absolute;
  right: 0;
  top: 56px;
}

.hd_bottom li {
  float: left;
}

.hd_bottom li + li {
  margin-left: 29px;
}

.hd_bottom li a {
  font-weight: bold;
  padding: 7px 0;
  font-size: 87.5%;
  color: #000000;
}

.hd_bottom li:nth-child(1) a {
  padding-left: 25px;
  background: url(images/top/ico-home.png) no-repeat 0 40%;
}

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

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

.hd_bottom li:nth-child(4) a {
  position: relative;
  color: #bb090d;
  text-align: center;
  width: 115px;
  height: 23px;
  line-height: 23px;
  border:1px solid #bb090d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  padding-left: 10px;
  font-weight: normal;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hd_bottom li:nth-child(4) a:hover {
  text-decoration: none;
  border: 1px solid #fff;
  background: #bb090d;
  color: #fff;
}

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

.hd_bottom li:nth-child(4) a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;

}

/*Main*/

#container {
  overflow: hidden;
}

#main {
  width: 830px;
  float: left;
  clear: left;
  margin-right: 30px;
}

/*Footer*/

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

.ft_bnrArea {
  padding: 20px 0;
  background-color: #E7E7E7;
}

.ft_bnrArea li {
  width: 275px;
  margin-right: 20px;
  margin-bottom: 20px;
}

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

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

.fnav_inner {
  padding: 29px 0 25px;
  max-width: 915px;
}
.fnav_inner ul li {
  margin-right: 34px;
  margin-bottom: 20px;
}

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

.fnav_inner ul li a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  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;
  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;
  width: 115px;
  height: 23px;
  line-height: 23px;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  padding-left: 10px;
  font-weight: normal;
}

.fnav_sub ul li:nth-child(5) a:after {
  content: '';
  position: absolute;
  left: 5px;
  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 ul li:nth-child(5) a:hover {
  color: #292929;
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
}

.fnav_sub ul li:nth-child(5) a:hover:after {
  border-top: 1px solid #292929;
  border-right: 1px solid #292929;

}

.fnav_sub li:last-of-type {
  margin-right: 0;
}

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

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

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

.fnav_inner dl dt,
.fnav_inner dl dd {
  display: table-cell;
  vertical-align: top;
  line-height: 1.2;
}

.fnav_inner dl dt {
  width: 52px;
}

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

.copyright p {
  color: #fff;
  height: 50px;
  font-size: 87.5%;
  line-height: 50px;
  margin-bottom: 0;
}

/*Sidebar*/

#sidebar {
  float: right;
  clear: right;
  width: 300px;
}

.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;
  margin-bottom: 6px;
  font-size: 87.5%;
  display: inline-block;
  vertical-align: top;
  padding: 8px 12px 4px;
  background-color: #bb090d;
}

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

.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;
  margin-top: 7px;
}

.post_ttl.block {
  display: block;
}

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

.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;
  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: 85px;
  overflow-y: auto;
}

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

.sideTagMenu {
  color: #ececec;
  font-size: 122%;
  background-color: #A90C11;
  line-height: 1.2;
  font-weight: bold;
}

.sideTagMenu a {
  padding: 10px 20px;
  color: #fff;
  display: block;
}

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

.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;
}

.side-cat-list ul li a.active {
  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 {
  width: 70%;
}

#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;
}

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

#search-side {
  margin-bottom: 20px;
}

#search-side .inner {
  padding: 20px 10px;
  border-bottom: 1px solid #D3D2D3;
  background-color: #E8E8E8;
}

#search-side #searchform div {
  margin-bottom: 20px;
}

#search-side .ttl {
  font-size: 124%;
  font-weight: bold;
}

#search-side .calendarBtn ul {
  width: 100%;
}

#search-side .calendarBtn ul li {
  float: none;
  width: 100%;
  margin: 0;
}

#search-side .calendarBtn ul li.item01 a {
  letter-spacing: 0;
  background-image: url(images/top/ico-calendar.png);
  background-position: 10px 40%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
}

#search-side .pageSearch__area {
  margin-bottom: 10px;
}

#search-side .calendarBtn {
  margin-bottom: 10px;
}

#search-side .calendarBtn li +li {
  margin-top: 20px;
  border-bottom: 1px solid #D3D2D3;
  padding-bottom: 20px;
  margin-bottom: 10px;
}


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

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

.slick-dots li button {
  display: none;
}

.top_visual li.slick-slide {
  min-width: 1000px;
  width: 100%;
  height: 0;
  min-height: 400px;
  padding-bottom: 3.62068%;
  outline: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.top_visual li.slick-slide a {
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

.slick-track,
.slick-list {
  height: 100%;
}

.top_visual div {
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

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

.newsBox {
  margin-bottom: 0px;
}

.newsBox .lead {
  float: left;
  width: 110px;
  margin-right: 27px;
  border-right: 1px solid #D3D2D3;
}

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

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

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

.newsList .date {
  line-height: 1.0;
  font-size: 87.5%;
  float: left;
  padding-top: 3px;
  margin-right: 12px;
}

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

.newsList p {
  color: #000;
  font-size: 87.5%;
  float: left;
  width: 390px;
}

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

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

.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: -74px;
  top: -44px;
}

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

.postBox a {
  padding: 10px;
}

.postBox.magazine a {
  display: block;
}
.postBox .imgBox {
  width: 270px;
  position: relative;
}

.postBox .ico-free {
  position: absolute;
  left: 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;
  z-index: 9;
}

.postBox .ico-free:before {
  content: attr(title);
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 50px;
  height: 21px;
  z-index: 10;
  left: 0;
  background: #249E03;
  top: 0;
  padding: 4px 1px 2px 4px;
}

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

.postBox .txtBox {
  width: 527px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.postBox .txtBox .post_cat {
  margin-right: 12px;
}

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

.txtBox .post_sub_ttl {
  margin-top: 6px;
  font-size: 87.5%;
  display: block;
  padding-bottom: 4px;
  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;
}

.sidebox.topics .postBox dl.sem_list dd {
  width: 75%;
}

.sidebox.topics .postBox .txtBox {
  width: 100%;
  margin-left: 0;
}

.sidebox.topics .postBox dl.sem_list dd span#timeout {
  letter-spacing: 0;
  margin-left: 3px;
}

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

.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;
}

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

/*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: 0 0;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
}

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

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

.top-consArea .grid .top {
  width: 360px;
  position: relative;
  background-color: rgba(255,255,255,.8);
  padding: 11px 17px 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: 45px;
  height: 45px;
  color: #fff;
  display: block;
  font-size: 90%;
}

.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: 154px;
}

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

.top-consArea .grid .top ul li:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 16px;
  width: 8px;
  height: 8px;
  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 .grid .inner {
  width: 418px;
}

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

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

.top-consArea .grid dl {
  display: table;
  width: 100%;
  margin-top: 17px;
  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;
}


/*top検索*/

#topSearch {
  border-radius: 3px;
  border: 1px solid #D3D2D3;
  overflow: hidden;
  padding: 20px 30px 30px;
  margin-bottom: 11px;
  background-color: #fff;
  margin-bottom: 30px;
}

/*----------------------------
  SEARCH PAGE
----------------------------*/

.pageSearch__area {
  margin-bottom: 30px;
}

.categorySearch.tags li a {
  font-size: 87.5%;
  letter-spacing: -0.03em;
  color: #1f1f1f;
  padding: 7px 11px;
  box-shadow: 2px 2px 0 #b9070c;
}

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

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

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

.side-post-list.mainArea li:nth-child(2n) {
  margin-right: 0;
}

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

.side-post-list.column li a {
  position: relative;
}

.side-post-list.column li a:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  width: 276px;
  background: #D3D2D3;
}

.side-post-list.column li:last-child a:before {
  display: none;
}

.side-post-list.column li {
  border: none;
}

.side-post-list.mainArea .post_ttl {
  display: block;
  clear: both;
}

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

.profileArea {
  justify-content: space-between;
  margin-bottom: 45px;
}

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

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

.profileArea .imgBox {
  width: 151px;
}

.profileArea .txtBox {
  width: 608px;
}

.boxType.column .txt {
}
.profileArea .txtBox .ttl {
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.8;
}

.profileArea .txtBox .ttl.position {
  margin-bottom: 15px;
  display: block;
}

.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: 500px;
  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: 40px;
}

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


/*----------------------------
  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: 54px;
}

.listType01 li ,
.listType05 li {
  margin-right: 9px;
  margin-bottom: 9px;
  float: left;
  min-width: 200px;
  border: 1px solid #AA0E13;
  color: #AA0E13;
  text-align: center;
  padding-left: 0!important;
}

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

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

.listType05 li:before {
  display: none;
}

.listType01 li a {
  padding: 10px 4px;
}

.listType02 {
  margin-bottom: 40px;
}

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

.listType02 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  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: 40px;
  background: url(images/consulting/ico-cons.png) no-repeat left 6px;
  font-weight: bold;
  font-size: 137%;
  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: 50%;
  margin-left: -282px;
  bottom: -70px;
  width: 565px;
  height: 35px;
  background: url(images/consulting/arw-cons.png);
  background-repeat: no-repeat;
}

.consSingle_box span {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

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

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

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

.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;
}

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

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

.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;
  padding-left: 0;
  overflow: inherit;
  justify-content: space-between;
}

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

.ser_flow ul li:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -300px;
  background: url(images/consulting/arw-cons03.png);
  width: 600px;
  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: 250px;
  align-items: center;
  justify-content: center;
  background-color: #FFC103;
}

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

.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 {
  margin-bottom: 20px;
}

.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: 15px;
  font-weight: bold;
  font-size: 120%;
}

.reasonList li:before {
  display: none;
}

.reasonList li img {
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 0;
}

/*----------------------------
  MAGAZINE
----------------------------*/
.postBox.magazine .grid {
  padding: 13px;
  padding-top: 40px;
  position: relative;
  padding-bottom: 5px;
}

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

.postBox.magazine .grid .post_date {
  position: absolute;
  right: 13px;
  top: 16px;
  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: 165px;
}

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

.postBox.magazine .imgBox img {
  width: auto;
  display: block;
  width: 100px;
  height: 141px;
  object-fit: cover;
  margin: 0 auto 8px;
}

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

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

.magaGuideBox .txtBox {
  width: 540px;
}

.magaGuideBox .imgBox {
  width: 210px;
}

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

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

.boxType.magazine .txtBox {
  float: left;
  width: 608px;
  margin-right: 20px;
}

.boxType.magazine .txtBox.full {
  width: 100%;
  margin-right: 0;
}

.boxType.magazine .imgBox {
  float: right;
  width: 150px;
}

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

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

.boxType.magazine .imgBox span {
  display: block;
  color: #ba080c;
}

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

#comp_display #news ,
#comp_display .comp_display_txt {
  display: none;
}

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

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

.listType01.lecture li {
  min-width: 280px;
  padding: 0;
}

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

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

.boxType.news {
  margin-bottom: 30px;
}
.archiveNewsList li {
  border-bottom: 1px solid #D3D2D3;
  padding: 19px 0 15px;
  overflow: hidden;
}

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

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

.archiveNewsList li .date {
  width: 117px;
  color: #333;
  float: left;
}

.archiveNewsList li .txtBox {
  width: 660px;
  float: right;
}

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

.archiveNewsList li:first-of-type a {
  padding-top: 0;
}

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

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

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

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

.archiveNewsList li a:hover .post_ttl {
  text-decoration: underline;
}

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

.programCat_list li {
  width: 410px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px 0;
  float: left;
}

.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;
}

.categorySearch {
  margin-bottom: 20px;
}

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

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

.news_SingleArea a {
  color: #ba080c;
  text-decoration: underline;
}

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

.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: 410px;
  float: left;
  margin-right: 10px;
  margin-bottom: 11px;
  background-color: #fff;
  justify-content: space-between;
}

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

.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;
}

.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: flex-start;
}

.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;
  /*padding: 25px 0;*/
  align-items: center;
  width: 230px;
}

.profileArea.topics .txtBox {
  width: 528px;
}

.topics a.topics_back_cat {
  text-decoration: underline;
  margin-top: 10px;
}

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

.profileArea.topics .imgBox img {
  margin: 0 auto;
  display: block;
  width: 230px;
  height: 85px;
  object-fit: cover;
}

.profileArea.topics .txtBox p:last-of-type {
  /*display: none;*/
}

.profileArea.topics .txtBox p:nth-last-child(2) {
  display: none;
}

.profileArea.topics .txtBox p:nth-last-child(3) {
  margin-bottom: 0;
}


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

.compnayArea {
  margin-bottom: 30px;
}

.compnayArea img {
  margin-bottom: 30px;
}

.compnayArea .ceo {
  float: left;
  margin-right: 20px;
}

.compnayArea .com_map {
  overflow: hidden;
  width: 100%;
  height: 404px;
  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: center;
  border-right: 1px solid #D3D2D3;
}

/*----------------------------
  SITEMAP
----------------------------*/

.sitemap_wrapper {
  float: left;
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sitemap_wrapper ul li {
  margin-bottom: 8px;
}

.sitemap_wrapper ul li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
}

.sitemap_wrapper ul li a {
  font-size: 87%;
}

/*----------------------------
  CONTACT
----------------------------*/

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

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

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

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

.formCheckArea {
  margin-bottom: 20px;
}

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

.formCheckArea.seminar li {
  width: 530px;
}

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

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

.formCheckArea li:before {
  content: '';
  position: absolute;
  right: -42px;
  top: 0;
  box-sizing: border-box;
  width: 4px;
  height: 100%;
  border: 25px solid transparent;
  border-left: 17px solid #E8E8E8;
}

.formCheckArea li.active:before {
  content: '';
  position: absolute;
  right: -41px;
  top: 0;
  box-sizing: border-box;
  width: 4px;
  height: 100%;
  border: 24px solid transparent;
  border-left: 17px solid #A90C11;
}

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

.formDL dt,
.formDL dd {
  display: table-cell;
  vertical-align: top;
  padding: 17px 20px;
}

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

.formDL dd {
  padding-right: 30px;
  padding-left: 30px;
}

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

.radio_check {
  width: auto;
  vertical-align: middle;
}

.formDL select {
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 20px;
  background-image: url(images/contact/arw-select.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 98% 50%;
  border-radius: 3px;
  color: #666666;
  border: 1px solid #D1D1D1;
}

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

input[type="radio"] {
  width: auto;
  height: auto;
}

input.middleInput {
  width: 170px;
}

textarea {
  height: 135px;
  padding-top: 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; }

.pattern01.pattern02 #none {
  display: none;
}

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

.agreeArea {
  height: 200px;
  overflow: auto;
}

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

.agreeArea p,
.agreeArea span {
  width: 80%;
  margin: 0 auto;
}

.agreeArea p {
  margin-bottom: 20px;
}

.formSubBtn {
  margin-top: 45px;
  text-align: center;
}

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

.formSubBtn ul li {
  float: left;
}

.formSubBtn ul li .subBack ,
.formSubBtn ul li .subSent {
  padding: 18px 30px;
  min-width: 151px;
  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:nth-child(1){
  margin-right: 30px;
}

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

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

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

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

.btnType02.contact a {
  font-size: 100%;
}

.btnType02.dpNone {
  margin: 20px 0 0;
}

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

.mwform-tel-field,
.mwform-zip-field {
  border: none!important;
  padding: 0!important;
  color: #333!important;
  margin-left: 0!important;
}

.mwform-zip-field input:first-child {
  margin-left: 10px;
}

.mwform-zip-field input ,
.mwform-tel-field input {
  padding-left: 6px;
}

.mwform-checkbox-field.horizontal-item ,
.mwform-checkbox-field-text {
  color: #333!important;
  padding: 0!important;
  color: #333!important;
  border: none!important;
  margin-left: 0!important;
  margin-right: 5px;
}

.mwform-checkbox-field.horizontal-item input {
  vertical-align: middle!important;
  width: auto!important;
  height: auto!important;
}

.caption_left {
  float: left;
  margin-right: 10px;
  clear: left;
}

#zip1 {
  width: 60px;
}

#zip2 {
  width: 70px;
}

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

/*.pattern01 .formDL.pattern01_list {
  display: block!important;
}

.pattern02 .formDL.pattern01_list {
  display: none!important;
}

.pattern03 .formDL.pattern02_list {
  display: block!important;
}

.pattern04 .formDL.pattern02_list {
  display: none!important;
}*/

/*カレンダー一覧ページ*/
.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: 27px !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;
}

.ai1ec-month-view th.ai1ec-weekday {
  color: #444444 !important;
  background-color: #f7f7f7 !important;
}

.ai1ec-month-view tr th.ai1ec-weekday:first-child,
.ai1ec-month-view tr.ai1ec-week td.ai1ec-date:first-child a {
  color: #b20000 !important;
}

.ai1ec-month-view tr th.ai1ec-weekday:last-child,
.ai1ec-month-view tr.ai1ec-week td.ai1ec-date:last-child a {
  color: #0A80BF !important;
}

.ai1ec-month-view .ai1ec-day-stretcher {
  height: 70px !important;
}

.ai1ec-month-view .ai1ec-event-container {
  opacity: 1 !important;
}

.ai1ec-month-view .ai1ec-event-container:hover {
  opacity: 0.85 !important;
}

.ai1ec-date {
  color: #444444 !important;
  background-color: #ffffff !important;
  font-weight: bold;
  text-align: center !important;
}

.ai1ec-month-view td.ai1ec-empty {
  background-color: #ffffff !important;
}

.ai1ec-day a.ai1ec-load-view,
a.ai1ec-event-id-21,
a.ai1ec-event-id-64 {
  pointer-events: none !important;
  cursor: default;
}

span.ai1ec-allday-badge {
  display: none;
}

.ai1ec-subscribe-container {
  display: none;
}

/* 凡例 */
.calendar_remarks {
  list-style-type: none;
  line-height: 0;
  margin: 10px auto 0px 0px;
  padding: 0px;
}

.calendar_remarks li {
  color: #4a433e;
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
  margin-right: 10px;
}

@media print {
  a[href]:after {
    display:none;
  }
}

.calendarBtn {
  text-align: left;
}

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

.calendarBtn ul li {
  float: left;
  margin: 0px 15px 30px 0;
}

.calendarBtn ul li:last-child {
  margin-right: 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: 280px;
}

.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;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.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);
}

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

.calendarBtn ul li.item02 a:hover {
  background-color: #fff;
  border: 1px solid #b8060c;
  color: #b8060c;
  text-decoration: none;
}
.calendarBtn ul li.item02 a:hover:before {
  border-top: 1px solid #b8060c;
  border-right: 1px solid #b8060c;

}

.ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group {
  display: none;
}

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

.caption01  {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.caption01 .imgBox {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

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

.caption01 .txtBox {
  width: 100%;
}
#attachment_1850 {
	float:left;
}

.mawari {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.mawari .imgArea {
	float:right;
}
.mawari img {
	width: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}
.mawari span {
	display: block;
	text-align: right;
}
