/*@charset "utf-8";*/

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background: #F6F6F6;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.6;
  color: #202020;
  /*min-width: 1200px;*/
}
ol, ul {
  list-style: none;
}
select {
  font-size: 16px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: inherit;
  color: inherit;
}
a[href] {
  text-decoration: none;
  color: #202020;
}
a:hover, a:active, a:focus {
  text-decoration: inherit;
}
a[href]:hover, a[href]:active, a[href]:focus {
  text-decoration: underline;
}
a:hover {
  opacity: 1.0;
}
a[href]:hover {
  opacity: .8;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a img:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

strong {
  font-weight: bold;
}
/* ==========================================================================
Component [ grid / button / title / media... ]
========================================================================== */

/* contWrap */
.contWrap {
  width: 100%;
  clear: both;
}

/* cont */
.cont {
  width: 100%;
  margin: 0 auto 60px;
  clear: both;
}

.contCent {
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/*navi*/
#navi {
  background-color: #292929;
  border-bottom: 4px solid #A90C11;
}

#navi ul {
  overflow: inherit;
  justify-content: space-between;
}

#navi ul li {
  position: relative;
  width: 165px;
}

#navi ul li:hover a {
  text-decoration: none;
  opacity: 1;
}

#navi ul li a:hover:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  box-sizing: border-box;
  width: 6px;
  opacity: 1;
  height: 6px;
  border: 7px solid transparent;
  border-left: 11px solid #A90C11;
  -webkit-transform: rotate(45deg);
  transform: rotate(-90deg);
}

#navi ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 41px;
  width: 1px;
  background-color: rgba(255,255,255,.6);
}

#navi ul li:nth-child(8):before {
  display: none;
}

#navi ul li.last a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  height: 41px;
  width: 1px;
  background-color: rgba(255,255,255,.6);
}

#navi ul li a {
  padding: 20px 0 20px;
  line-height: 1;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.gnav_item_second {
  display: none;
  position: absolute;
  padding-top: 4px;
  left: 0;
  top: 56px;
  z-index: 1000;
  width: auto;
  min-width: 250px;
}

#navi ul li .gnav_item_second li {
  width: 100%;
}

#navi ul li .gnav_item_second li a {
  text-align: left;
  padding-left: 23px;
  padding-right: 20px;
  white-space: nowrap;
  display: block;
  background-color: #A90C11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navi ul li .gnav_item_second li:before, 
#navi ul li .gnav_item_second li a:after {
  display: none;
}

.gnav_item_second li:before ,
#navi ul li:last-of-type:after {
  display: none;
}

#navi ul li:hover .gnav_item_second {
  display: block;
}

#navi ul li .gnav_item_second li a:hover {
  background-color: #292929;
  opacity: 1;
}


#navi ul li .gnav_item_second li a:hover:before {
  display: none;
}

/* mv_slider */

.topSlider {
  margin: 0 auto 30px;
}

.slick-slide img {
  width: 100%;
  height: auto;
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width:1650px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .slick-slider .slick-list {
    padding: 0 15%!important;
  }
}

@media screen and (max-width:1500px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .slick-slider .slick-list {
    padding: 0 12%!important;
  }
}

@media screen and (max-width:1350px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .slick-slider .slick-list {
    padding: 0 6%!important;
  }
}

.mypattern{
  width: 100%;
}

.mypattern .slick-slide:not(.slick-center) {
  position: relative;
}

.mypattern .slick-slide:not(.slick-center):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 40;
}

.topSlider li {
  position: relative;
}

.topSlider li .mvImgWrap {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 0;
  height: 100%;
  width: 100%;
} 

.topSlider li .mvImgWrap img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.topSlider li .txtWrap {
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topSlider li .txtWrap .ttl {
  font-size: 36px;
  width: 100%;
  height: auto;
  padding-left: 7%;
  padding-right: 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(73,48,38,.9);
  font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
}

.topSlider li .txtWrap a.link span,
.topSlider li .txtWrap span.sub {
  font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
  display: block;
  font-size: 23px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(73,48,38,.9);
  line-height: 1.6;
}

.topSlider li .txtWrap a.link {
  font-size: 36px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(73,48,38,.9);
  font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
}

.topSlider li .txtWrap a.link:hover {
  text-decoration: none;
}

/*btn*/

.moreBtn a {
  position: relative;
  color: #444444;
  padding-left: 25px;
}

.moreBtn a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #bb090d;
  border-right: 1px solid #bb090d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.moreBtn a:hover:before {
  left: -2px;
}

.moreBtn.type02 a {
  color: #ba080c;
  font-weight: bold;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 28px;
}

.moreBtn.type02 a:before {
  display: none;
}

.btnType02 {
  text-align: center;
  width: 300px;
  height: 60px;
  margin: 30px auto 60px;
}

.btnType02.active {
  height: auto;
}

.btnType02.active a {
  pointer-events: none;
  background-color: #ccc;
  margin-bottom: 20px;
  user-select: none;
}

.btnType02.active span {
  font-size: 98%;
  font-weight: bold;
  display: block;
  user-select: none;
}

.btnType02 a {
  color: #fff;
  font-weight: bold;
  font-size: 157%;
  line-height: 60px;
  display: block;
  background-color: #A90C11;
}

.btnType03 {
  text-align: center;
  width: 450px;
  height: 100px;
  margin: 30px auto 60px;
}


.btnType03>a {
  color: #fff!important;
  font-weight: normal;
  line-height: 1.6;
  padding: 20px 0;
  font-size: 137%;
  text-align: center;
  text-decoration: none!important;
  display: block;
  background: url(../../images/magazine/ico-mail.png) no-repeat 77% 70% #A90C11;
}

.btnType03 a span {
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  padding-left: 98px;
  display: block;
  line-height: 1;
}

.btnType02 a:hover ,
.btnType03 a:hover {
  text-decoration: none;
}
/* pager */

/*title h1*/
.consSingle_box h1 ,
.sem-single h1 ,
.news_SingleArea h1 {
  font-size: 150%;
  font-weight: bold;
  color: #b9070c;
  margin-bottom: 30px;
  line-height: 1.2;
}
.sem-single h2 ,
.news_SingleArea h2 {
  font-size: 137%;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
  padding-left: 13px;
  border-left: 5px solid #b9070c;
  padding-top: 3px;
  margin-bottom: 23px;
}

/*title h3*/
.sem-single h3 ,
.news_SingleArea h3 {
  font-size: 125%;
  font-weight: bold;
  color: #b9070c;
  line-height: 1.2;
  margin-bottom: 10px;
}

/*title h4*/
.sem-single h4 ,
.news_SingleArea h4 {
  font-size: 100%;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sem-single ul ,
.news_SingleArea ul {
  margin-bottom: 40px;
  list-style-type: none!important;
}

.sem-single ul li ,
.news_SingleArea ul li {
  color: #000000;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}

.sem-single ul li:before ,
.news_SingleArea ul li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #A90C11;
}

.sem-single ol li ,
.news_SingleArea ol li {
  list-style-type: none;
  counter-increment: number;
  margin-bottom: 20px;
}

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

/*title type01*/
.ttlType01 {
  text-align: center;
  position: relative;
}

.ttlType01:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #D3D2D3;
}

.ttlType01 span {
  display: inline-block;
  padding: 0 20px;
  background: #F6F6F6;
  position: relative;
  z-index: 1;
  font-size: 125%;
  color: #bb090d;
  font-weight: bold;
}

/*title type02*/

.ttlType02 {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.3;
}

.ttlType02 span {
  background-color: #F6F6F6;
  font-size: 171%;
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  color: #b9070c;
  line-height: 1.2;
  position: relative;
  padding-right: 23px;
}

.ttlType02:before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -2px;
  background: #D3D2D3;
}

/*title type02*/
.post_3tl02 {
  font-size: 87.5%;
  font-weight: bold;
  color: #ba080c;
  margin: 10px 0;
  line-height: 1.3;
  display: block;
}

/*ttlType03*/
.ttlType03 {
  font-size: 150%;
  font-weight: bold;
  color: #b9070c;
  margin-bottom: 30px;
  line-height: 1.2;
}

/*ttlType04*/
.ttlType04 {
  font-size: 137%;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
  padding-left: 13px;
  border-left: 5px solid #b9070c;
  padding-top: 3px;
  margin-bottom: 23px;
}

/*ttlType05*/
.ttlType05 {
  font-size: 125%;
  font-weight: bold;
  color: #b9070c;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ttlType05.u-col-bl {
  color: #1f1f1f;
}

/*ttlType06*/
.ttlType06 {
  font-size: 137%;
  font-weight: bold;
  margin-bottom: 30px;
}

p.txt {
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  font-size: 87.5%;
}

p {
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

p.txt.mbNone ,
p.txt16.mbNone {
  margin-bottom: 0;
}

/*ul list*/
ul.baseList {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

ul.baseList li {
  float: none;
  width: 100%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #000;
}

ul.baseList li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}

/*table*/
/*div.entry-body table td {
  padding: 10px 15px;
  border: solid 1px #fff;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
  vertical-align: middle;
}*/
div.entry-body > table tr > th, 
div.entry-body > table tr > td:first-child {
  /*background-color: #E8E8E8;*/
  /*color: #000;
  text-align: left;
  padding: 8px 12px;*/
  /*width: 20%!important;*/
  width: 20%;
  /*line-height: 1.4;
  white-space: normal !important;*/
}

div.entry-body > table tr > td:last-child {
  /*width: 80%!important;*/
  width: 80%;
}

dl.baseDL {
  width: 100%;
  display: table;
  margin-bottom: 2px;
}

dl.baseDL dt,
dl.baseDL dd {
  display: table-cell;
  vertical-align: top;
  padding: 8px 12px;
  line-height: 1.3;
  color: #000000;
}

dl.baseDL dt {
  width: 200px;
  background-color: #E8E8E8;
}

dl.baseDL dd {
  padding-left: 20px;
}

dl.baseDL:last-of-type {
  margin-bottom: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  border: #D3D2D3!important;
}

table tr th {
  background-color: #E8E8E8;
}

table tr th ,
table tr td {
  padding: 8px 5px;
  text-align: left;
}

table td {
  padding: 10px 15px;
  border-collapse: collapse;
  /*border: 1px solid #D3D2D3;*/
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
  vertical-align: top;
}

table tr > td:first-child {
  /*background-color: #E8E8E8;*/
  color: #000;
  text-align: left;
  padding: 8px 12px;
  /*width: 20%!important;*/
  width: 20%;
  vertical-align: middle;
  line-height: 1.4;
  white-space: normal !important;
}

.seminarTable td {
  border: solid 1px #D3D2D3;
}

.seminarTable tr td:first-child {
  border: 1px solid #fff;
}

/*caption*/
.caption_list02 {
  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;
}

.caption_list02 li {
  width: 48%;
  display: block;
  padding: 0!important;
  margin-right: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.caption_list02 li:before {
  display: none;
}

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

.caption_list02 li img {
  width: 100%;
}

.caption_list02 span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*a link pdf*/
a.linkPdf {
  display: inline-block;
  color: #bb090d;
  padding: 5px 0;
  margin-bottom: 30px;
  padding-right: 40px;
  background: url(../../images/seminar/pdf.png) no-repeat right top;
}

/*pagetop*/
#page-top {
  position: fixed;
  right: 100px;
  bottom: 100px;
  width: 80px;
  transition: bottom 0.35s cubic-bezier(0.52, 0.08, 0.18, 1),-webkit-transform 0.35s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: bottom 0.35s cubic-bezier(0.52, 0.08, 0.18, 1),transform 0.35s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transform: translate(70px, 25px);
  transform: translate(70px, 25px);
}

/*pdf doc xls*/
div.boxType a[href$=".pdf"] {
  padding-right: 36px;
  background-image: url(../../images/seminar/pdf.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #b9070c;
}

div.boxType a[href$=".xlsx"] {
  padding-right: 16px;
  background-image: url(../../images/seminar/icon-xls.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  color: #b9070c;
}

div.boxType a[href$=".docx"] {
  padding-right: 16px;
  background-image: url(../../images/seminar/icon-doc.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  color: #b9070c;
}
/*lv*/
#lv {
  background-image: url(../../images/column/lv.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-color: #EFF1F2;
}

#lv h1 ,
#lv span {
  font-size: 200%;
  color: #b9070c;
  line-height: 1.3;
  padding: 47px 0;
  font-weight: bold;
  max-width: 61%;
  display: block;
}

#lv h1,
#lv p {
  font-size: 200%;
  color: #b9070c;
  line-height: 1.3;
  padding: 47px 0;
  font-weight: bold;
  max-width: 61%;
  margin-bottom: 0;
}

#lv.consulting {
  background-image: url(../../images/consulting/lv.png);
}

#lv.seminar {
  background-image: url(../../images/seminar/lv.png);
}

#lv.magazine {
  background-image: url(../../images/magazine/lv.png);
}

#lv.column {
  background-image: url(../../images/column/lv.png);
}

#lv.magazine {
  background-image: url(../../images/magazine/lv.png);
}

#lv.sitemap {
  background-image: url(../../images/sitemap/lv.png);
}

#lv.news {
  background-image: url(../../images/news/lv.png);
}

#lv.topics {
  background-image: url(../../images/topics/lv.png);
}

#lv.company {
  background-image: url(../../images/company/lv.png);
}

#lv.contact {
  background-image: url(../../images/contact/lv.png);
}

#lv.seminar_search {
  background-image: url(../../images/seminar_search/lv.png);
}

#lv.page {
  background-image: url(../../images/page/lv.png);
}

/*パンくず*/

.breadcrumbs {
  width: 1160px;
  overflow: hidden;
  margin: 0 auto 25px;
  border-top: 1px solid #f7f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumbs ul {
  align-items: center;
}

.breadcrumbs ul li {
  color: #000000;
  font-size: 87.5%;
  float: left;
  line-height: 1.7;
}

.breadcrumbs a {
  color: #bb090d;
  font-size: 100%;
}

.breadcrumbs ul li a img {
  display: block;
}

.breadcrumbs ul span {
  line-height: 1.2;
  font-size: 100%;
}

.breadcrumbs .arrow {
  width: 24px;
  height: 22px;
  position: relative;
  text-indent: -9999px;
}

.breadcrumbs ul li a.home {
  text-indent: -9999px;
  width: 17px;
  height: 38px;
  background: url(../../images/top/ico-home.png) no-repeat left center;
  display: block;
}

.breadcrumbs .arrow:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b9070c;
  border-right: 2px solid #b9070c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs ul li a:hover {
  color: #b9070c;
}

/*boxtype*/
.boxType {
  background-color: #fff;
  border: 1px solid #D3D2D3;
  padding: 30px 25px 50px;
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.boxType.once {
  padding-bottom: 0;
}

/*pagenation*/

.pagenavi {
  margin: -10px auto 20px;
  text-align: right;
  position: relative;
  height: auto;
}

.pagenavi.mtNone {
  margin-top: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none!important;
  color: #000;
  background: #fff;
  line-height: 1;
  padding: 7px 6px!important;
  margin: 2px 3px!important;
  border: 1px solid #D1D1D1!important;
  display: inline-block;
}

.wp-pagenavi span.current {
  font-weight: normal;
  background: #E8E8E8;
}

.wp-pagenavi a:hover {
  text-decoration: underline;
  background-color: #E8E8E8;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi span.pages {
  border: none!important;
  background: none!important;
  color: #bb090d;
  font-weight: bold;
  margin-right: 14px!important;
  font-size: 87.5%;
}

.pagenavi.last {
  margin-bottom: 50px;
}

/*sidebar search*/
#searchform{
  overflow: hidden;
  padding: 20px 10px;
  margin-bottom: 20px;
  background-color: #EDEEEF;
}

#topSearch .ttlType03 {
  margin-bottom: 13px;
}

#searchform.topSearch {
  max-width: 650px;
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

#searchform input[type="text"]{
  padding: 15px 0 15px 20px;
  width: 80%;
  letter-spacing: -0.04em;
  float: left;
  border: 1px solid #DCDDDE;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  outline:none;
  height: 47px;
  letter-spacing: 0.04em;
  font-size: 87.5%;
}

#searchform div {
  margin-bottom: 20px;
  overflow: hidden;
}

#searchform input::placeholder {
  letter-spacing: -0.03em;
}

.searchbtn{
  width: 20%;
  padding: 12px 18px 12px 12px;
  float: left;
  border: 1px solid #DCDDDE;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
  outline:none;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  text-indent: -9999px;
  background-color: #fff;
  background-image: url(../../images/top/ico-search.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 40px;
  height: 47px;
}

.screen-reader-text {
  display: none;
}

#searchform button:active,
#searchform button:hover{
  background: #666;
  color: #fff;
}

.side__searchTtl {
  font-size: 100%;
  margin-bottom: 5px;
}

/*カテゴリーで検索*/
.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;
}


/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}