@charset 'utf-8';


.cRed{
  color: #de0000;
}

.min{
  /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
  /*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
  /*font-family: "Hiragino Mincho W3 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "A1明朝", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ttlBaseSide01 {
  margin-bottom: 7px;
  font-size: 1.1rem;
  font-weight: 700;
}

.boxBaseCom{
}
.boxBaseCom p{
  margin-bottom: 24px;
  font-size: 1.13rem;
}
.boxBaseCom p:last-child{
  margin-bottom: 0;
}

.pBaseOne{
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}

.tbBase01 {
  width: 100% !important;
}
.tbBase01.w50per td {
  width: 50%;
  vertical-align: top;
}
.tbBase01.w50per td:nth-child(1) {
  padding-right: 1%;
}
.tbBase01.w50per td:nth-child(2) {
  padding-left: 1%;
}
.tbBase01.w33per td {
  width: 33.33333333333%;
  padding: 0 0.5%;
  /*background-color: #eee;*/
  vertical-align: top;
}
.tbBase01.w25per td {
  width: 25%;
  padding: 0 0.5%;
  /*background-color: #eee;*/
  vertical-align: top;
}

.ulBase01 > li{
  margin-bottom: 10px;
  padding-left: 1.0em;
  background-image: url('./../images/base/icon-arrow01.gif');
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: auto;
  font-size: 1.0rem;
}
.ulBase01.type02 > li{
  margin-bottom: 0;
}
.ulBase01 .ul02{
  margin-bottom: 15px;
  padding-top: 5px;
}
.ulBase01 .ul02 > li{
  margin-bottom: 5px;
  padding-left: 1.0em;
  background-image: url('./../images/base/icon-arrow02.gif');
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: auto;
  line-height: 1.2;
  font-size: 1.0rem;
}

.ulBaseTag {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ulBaseTag > li {
  margin-right: 10px;
}

.boxBaseNoImage{
  display: table;
  width: 100%;
  height: 200px;
  background-color: #ccc;
  text-align: center;
  font-size: 1.2rem;
}
.boxBaseNoImage span{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.boxBaseError{
  font-size: 1.03rem;
  color: #ff0000;
}


.boxSideBasePostInfo {
  margin-bottom: 40px;
}
.boxSideBaseCat{
  margin-bottom: 25px;
}
.boxSideBaseNew{
  margin-bottom: 25px;
}
.boxSideBaseNew .ulBase01{
  margin-bottom: 10px;
}
.boxSideBaseNew .ulBase01 .txtDate {
  display: block;
  margin-bottom: 0.1em;
  padding-top: 0.5em;
  line-height: 1.0;
  font-size: 0.85rem;
  color: #616161;
}

.boxSideBaseYM {
  margin-bottom: 25px;
}
@media all and (max-width: 640px){
  .boxSideBaseYM {
    margin-bottom: 13%;
  }
}

/**【 BaseModule 】**/

.isPc{
  display: none;
  width: 1px;
}

.dPc{
  display: block !important;
}
.dPcInline{
  display: inline !important;
}
.dPcInB{
  display: inline-block !important;
}
.dPcTb{
  display: table !important;
}
.dPcLi{
  display: list-item !important;
}
.dTb,
.dSp,
.dTbInline,
.dSpInline,
.dTbInB,
.dSpInB,
.dTbTb,
.dSpTb,
.dTbLi,
.dSpLi{
  display: none !important;
}

.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb75 { margin-bottom: 75px; }
.mb80 { margin-bottom: 80px; }
.mb85 { margin-bottom: 85px; }
.mb90 { margin-bottom: 90px; }
.mb95 { margin-bottom: 95px; }
.mb100 { margin-bottom: 100px; }
.mb105 { margin-bottom: 105px; }
.mb110 { margin-bottom: 110px; }
.mb115 { margin-bottom: 115px; }
.mb120 { margin-bottom: 120px; }
.mb125 { margin-bottom: 125px; }
.mb130 { margin-bottom: 130px; }
.mb135 { margin-bottom: 135px; }
.mb140 { margin-bottom: 140px; }
.mb145 { margin-bottom: 145px; }
.mb150 { margin-bottom: 150px; }

.fontB{
  font-weight: 700;
}

.clearfix:after{
  content: ' ';
  display: block;
  clear: both;
}

.clearBoth{
  clear: both;
}

#loaderBg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1100;
}
#loader{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #333;
  z-index: 1101;
}

.inView{
  transition: .8s;
}
.inViewHead{
  transition: .8s;
}

.boxPostBody{
  overflow: hidden;
  font-size: 1.13rem;
}
.boxPostBody h2{
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.boxPostBody h3{
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.boxPostBody h4{
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.boxPostBody a{
  text-decoration: underline;
  color: #306751;
}
.boxPostBody p{
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  margin-bottom: 20px;
}
.boxPostBody strong{
  font-weight: bold;
}
.boxPostBody em{
  font-style: italic;
}
.boxPostBody ul{
  padding-left: 20px;
  list-style: disc;
}
.boxPostBody ol{
  padding-left: 20px;
  list-style: decimal;
}
.boxPostBody li{
  margin-bottom: 10px;
}
.boxPostBody .alignleft{
  float: left;
  margin: 7px 28px 28px 0;
}
.boxPostBody .alignright{
  float: right;
  margin: 7px 0 28px 28px;
}
.boxPostBody .aligncenter{
  clear: both;
  display: block;
  margin: 7px auto;
}

.writeModeLR{
  display: inline-block;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
}
.writeModeRL{
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.rlNum{
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  -ms-writing-mode: lr-tb;
}

.txtL,
.boxBtnL,
.boxL{
  text-align: left;
}
.txtC,
.boxBtnC,
.boxC{
  text-align: center;
}
.txtR,
.boxBtnR,
.boxR{
  text-align: right;
}

/* --YoutubeBox */
.boxYoutube{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  border: 1px #ccc solid;
}
.boxYoutube .youtube{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --/YoutubeBox */

/* --VimeoBox */
.boxVimeo{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  border: 1px #ccc solid;
}
.boxVimeo .vimeo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --/VimeoBox */

/* Pagination */
.boxPagination{
  position: relative;
  z-index: 10;
  padding: 10px 0 0 0;
  border-top: 0;
  text-align: center;
}
.boxPagination.top{
  margin-bottom: 40px;
  padding-bottom: 0;
  border: 0;
}
.boxPaginationIn{
  width: 980px;
  margin: 0 auto;
}
.boxPaginationInLR{
  display: table;
  margin-left: auto;
}
.boxPaginationInL{
  display: table-cell;
  vertical-align: middle;
}
.boxPaginationInL span{
  padding-right: 20px;
  padding-left: 15px;
  display: inline-block;
  background-image: url('./../../images/recruit/pagenation-separation01.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.boxPaginationInL .txtSeparation{
  display: inline-block;
  padding-right: 5px;
  font-size: 1.5rem;
}
.boxPaginationInR{
  display: table-cell;
  vertical-align: middle;
}
ul.page-numbers{
  display: table;
  margin: 0 auto;
}
ul.page-numbers li{
  display: table-cell;
  padding-right: 4px;
  vertical-align: middle;
}
ul.page-numbers li > .page-numbers{
  display: table-cell;
  width: 31px;
  height: 31px;
  padding-top: 2px;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.2rem;
  font-weight: normal;
  color: #333;
  text-decoration: none;
  transition: none;
  -ms-transition: none;
}
ul.page-numbers li > .page-numbers:hover{
  /*
  background-image: url('./../../images/common/pagination-bg02.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60%;
  */
  background: #eee;
  font-size: 1.2rem;
  font-weight: 700;
}
ul.page-numbers li > .page-numbers.current{
  /*
  background-image: url('./../../images/common/pagination-bg02.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60%;
  */
  background: #eee;
  font-size: 1.2rem;
  font-weight: 700;
}
ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev{
  width: auto;
  padding: 17px 0 17px 0;
  border: 0;
  border-radius: 0;
  /*background-color: #0d0d0d;*/
  /*background-repeat: no-repeat,no-repeat;
  background-size: 8%,100%;*/
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  /*transition: 0.8s;*/
}
/*
ul.page-numbers li > .page-numbers.next:hover{
  transform: translateX(10px);
  -ms-transform: translateX(10px);
}
ul.page-numbers li > .page-numbers.prev:hover{
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
}*/
ul.page-numbers li > .page-numbers.next{
  background-image: url('./../../images/common/pagination-icn-arrow01r.png'),url('./../../images/common/pagination-bg01.png');
  background-position: right center,center bottom;
  background: none;
  text-align: left;
}
ul.page-numbers li > .page-numbers.prev{
  background-image: url('./../../images/common/pagination-icn-arrow01l.png'),url('./../../images/common/pagination-bg01.png');
  background-position: left center,center bottom;
  background: none;
  text-align: right;
}
ul.page-numbers li.liNext{
  padding-left: 15px;
}
ul.page-numbers li.liPrev{
  padding-right: 15px;
}
/* /Pagination */

/* Single Navi */
.boxSingleNavi{
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  padding-top: 60px;
}
.boxSingleNavi a[rel="prev"],
.boxSingleNavi a[rel="next"]{
  position: absolute;
  top: 0;
  display: inline-block;
  width: 130px;
  padding: 17px 0 17px 0;
  border: 0;
  border-radius: 0;
  /*background-color: #0d0d0d;*/
  background-repeat: no-repeat,no-repeat;
  background-size: 8%,100%;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  /*transition: 0.8s;*/
}
.boxSingleNavi a[rel="prev"]{
  left: 0;
  /*
  background-image: url('./../../images/common/pagination-icn-arrow01l.png'),url('./../../images/common/pagination-bg01.png');
  background-position: left center,center bottom;
  */
  text-align: left;
}
.boxSingleNavi a[rel="prev"]:before{
  content: '\f053';
  font-family: FontAwesome;
  margin-right: 0.5em;
}
.boxSingleNavi.type2Col a[rel="prev"]{
  left: 0;
}
/*
.boxSingleNavi a[rel="prev"]:hover{
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
}*/
.boxSingleNavi a[rel="next"]{
  right: 0;
  /*
  background-image: url('./../../images/common/pagination-icn-arrow01r.png'),url('./../../images/common/pagination-bg01.png');
  background-position: right center,center bottom;
  */
  text-align: right;
}
.boxSingleNavi a[rel="next"]:after{
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 0.5em;
}
.boxSingleNavi.type2Col a[rel="next"]{
  right: 0;
}
/*
.boxSingleNavi a[rel="next"]:hover{
  transform: translateX(10px);
  -ms-transform: translateX(10px);
}*/

/* /Single PageNavi */

/* Breadcrumb */
.boxBreadcrumb{
  width: 100%;
  padding: 0;
  border-bottom: 0px #ccc solid;
}
.breadcrumb{
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.breadcrumb ol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.breadcrumb ol > li {
  text-align: left;
  font-size: 0.9rem;
}

.breadcrumb ol > li .txtBreadcrumbSeparation,
.breadcrumb ol > li .sepaBreadcrumb {
  margin: 0 0.4em 0 0.1em;
  padding: 0;
}


.breadcrumb div{
  display: inline-block;
  text-align: left;
  font-size: 0.9rem;
}
.breadcrumb a{
  border-bottom: 1px #6f6f6f solid;
}
.breadcrumb .sepaBreadcrumb{
  padding: 0 5px;
}
/* /Breadcrumb */

/* Accordion */
.icnAccordion{
  cursor: pointer;
}
.boxAccordion{
  display: none;
}
.icnAccordionPc{
  cursor: pointer;
}
.boxAccordionPc{
  display: none;
}
.icnAccordionSp{
  display: none;
}
/* /Accordion */

/* upToTop */
.upToTop{
  display: none;
  position: fixed;
  right: 3%;
  bottom: 72px;
  z-index: 3;
  cursor: pointer;
}
.upToTop:hover{
  opacity: 0.8;
}
.upToTop img{
  max-width: 120px;
}
.upto{
  display: none;
  position: fixed;
  right: 5%;
  bottom: 288px;
  z-index: 3;
  background-color: #c3c3c3;
  color: #fff;
  font-size: 0.7rem;
}
/* /upToTop */


/**【 /BaseModule 】**/
