@charset "UTF-8";

i {
  font-style: inherit;
}

._bold {
  font-weight: bold;
}

._full {
  width: 100%;
}

._middle {
  vertical-align: middle;
}

._left {
  text-align: left !important;
}

._center {
  text-align: center !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mt0 {
  margin-top: 0 !important;
}

.seriesContainer {
    font-family: 'Noto Sans JP', sans-serif;
}

.lineupContainer {
    width: 1160px;
    /*margin: 30px auto 0;*/
	margin: 60px auto;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}

.lineupContainer .lineup_ttl {
    text-align: center;
    font-size: 3.2rem;
}

.lineupContainer .lineup_subttl {
    text-align: center;
	margin-top: 10px;
}

.lineupContainer .products_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin: 60px 30px 0 30px;*/
	margin: 20px 0 0;
    position: relative;
    z-index: 0;
}

.lineupContainer .products_list .products_list_item .ic_new {
    background: #E5F2E3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    top: -50px;
    left: -30px;
    z-index: -1;
}

.lineupContainer .lineup_textArea {
    margin-top: 20px;
}

.lineupContainer .lineup_textArea .ttl {
    font-size: 2rem;
    line-height: 1.4;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.lineupContainer .lineup_textArea p {
    font-size: 1.5rem;
}

.seriesContainer .products_list .products_list_item .img {
    position: relative;
}

.seriesColumn + .seriesColumn {
  margin-top: 50px;
}

.seriesColumn_img {
  border: 10px solid #fff;
  box-shadow: 0 0 5px #ccc;
}

.seriesColumn_info > p {
  color: #555;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
}

.seriesColumn_info > p + p {
  margin-top: 20px;
}

.seriesBanner {
  margin-bottom: 60px;
  margin-top: 10px;
}

.seriesColumn_ttl {
  margin-bottom: 21px;
  font-size: 2.8rem;
  /*! font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  line-height: 47px;
}

.smlTxt {
  font-size: 70%;
}

.seriesColumn_info .seriesColumn_note {
  font-size: 90%;
  margin-top: 10px;
}

.seriesButton a {
  display: block;
  padding: 15px 0 13px;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 120%;
  text-align: center;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.seriesButton span {
  padding-left: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.seriesButton span:before {
  content: '';
  width: 7px;
  height: 7px;
  margin: 0px 13px 3px 0;
  border-top: solid 1px #1a1a1a;
  border-right: solid 1px #1a1a1a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.seriesButton a:hover {
  background: #1a1a1a;
  color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.seriesButton a:hover span:before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.seriesList_ttl {
  text-align: center;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #000;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.seriesList_freeBlock {
  margin-top: 85px;
  background: #e7e7e7;
  height: 444px;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 4.8rem;
}

/* 従業員職域
------------------------------------- */
.otokuBox {
  background: #c8f0ea;
  text-align: center;
  border-radius: 10px;
}
.otokuTitle{
  background: #fff;
  margin-top: 30px;
  height: 120px;
}
.otokuBox span {
  font-weight: bold;
}

.otokuBox .otokuRead {
  font-weight: bold;
  background: #10b196;
  padding: 5px;
}

.otokuBox .otokuStep {
  display: flex;
  margin: 15px 0;
}

.otokuBox .otokuStep p {
  width: 30%;
  vertical-align: top;
  margin: 0;
}

.otokuBox .otokuStep ul {
  width: 75%;
  text-align: left;
}

.otokuBox .cautionTxt {
  font-size: 85%;
}

/* 特価キャンペーン
------------------------------------- */
.campaignBox {
  margin: 50px 0;
  padding: 15px 50px 23px;
  text-align: center;
  background: #fff3c9;
  font-size: 110%;
}

.campaignBox span {
  font-weight: bold;
  font-size: 125%;
  margin-left: 5px;
}

.campaignBox .campaignRead {
  font-size: 160%;
  font-weight: bold;
  border-bottom: 2px dotted #ee0200;
  display: inline-block;
  letter-spacing: 2px;
}

.campaignBox .campaignTxt {
  display: flex;
  margin: 15px 0;
}

.campaignBox .campaignTxt p {
  width: 50%;
  vertical-align: top;
  margin: 0;
}

.campaignBox .campaignTxt ul {
  width: 50%;
  text-align: left;
}

/* テレワーク
------------------------------------- */
.bannerArea {
  margin: 30px auto;
}

.bannerArea a:hover {
  opacity: 0.7;
}

.bannerArea img {
  width: 100%;
}

/* お知らせ
------------------------------------- */
.newsArea {
  margin: 1em 0 2em;
  position: relative;
  padding: 20px 35px;
  border-top: solid 2px #c7c1b4;
  border-bottom: solid 2px #c7c1b4;
}

.newsArea:before,
.newsArea:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #c7c1b4;
}

.newsArea:before {
  left: 10px;
}

.newsArea:after {
  right: 10px;
}

.newsArea p {
  margin: 0;
  padding: 0;
}

.newsArea dl p,
.newsArea dl li {
  color: #555;
}

.newsArea dt {
  font-weight: 700;
  align-items: flex-start;
  color: #807560;
}

.newsArea dd {
  padding: 10px 0 0;
}

.newsArea dd ul {
  padding: 10px 0 0;
}

.newsArea dd a {
  text-decoration: underline;
}

.newsArea dd a:hover {
  opacity: 0.5;
}

.red {
  color: #d8380d !important;
}

.white {
  color: #fff !important;
}

@media (min-width: 768px) {
  ._pc-none {
    display: none !important;
  }

  .seriesContainer {
    width: 1160px;
    margin: 30px auto 0;
    position: relative;
  }

  .seriesColumn,
  .seriesButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .seriesColumn:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  .seriesColumn > * {
    width: 49%;
  }

  .seriesButton {
    margin: 70px 0 40px;
  }

  .seriesButton > * {
    width: 32%;
  }

  .seriesColumn_info {
    padding: 0 30px;
    line-height: 1.7;
  }

  .footer {
    margin-top: 115px;
  }

/* 従業員職域
------------------------------------- */
  .otokuBox {
    width: 1160px;
    margin: 0 auto;
    padding: 50px 50px 10px;
    font-size: 110%;
  }
	
  .otokuTitle{
    width: 900px;
    margin: auto;
  }
	
  .otokuBox .otokuRead {
    font-size: 180%;
    display: inline-block;
    width: auto;
    border-radius: 25px;
    padding: 5px 20px;
    position: relative;
    top: -25px;
	left: 0;
    right: 0;
    margin: auto;
  }
  
  .otokuBox .otokuRead2 {
    font-size: 120%;
    font-weight: bold;
	margin-top: -10px;
  }

  .otokuBox span {
    font-size: 150%;
  }

/* お知らせ
------------------------------------- */
  .newsArea {
    width: 1160px;
    margin: 0 auto;
  }

  .newsArea dt {
    display: flex;
    font-size: 115%;
  }

  .newsArea dt .day {
    margin-right: 15px;
    width: 15%;
  }

/* テレワーク
------------------------------------- */
  .bannerArea {
    width: 1160px;
  }

}

@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }

  ._sp-none {
    display: none !important;
  }

  .seriesContainer {
    padding: 0 10px;
    position: relative;
  }

  .lineupContainer {
    padding: 0 10px;
    position: relative;
    margin-top: 40px;
    width: 100%;
  }

  .lineupContainer .lineup_ttl {
    font-size: 2.4rem;
  }

  .lineupContainer .products_list {
    display: block;
	margin: 40px 20px 0;
  }

  .lineupContainer .products_list .products_list_item {
    margin-bottom: 40px;
  }

  .lineupContainer .products_list .products_list_item .ic_new{
    font-size: 12px;
    font-size: 1.2rem;
    width: 57px;
    height: 57px;
    top: -40px;
    left: -20px;
  }

  .seriesBanner {
    margin-bottom: 30px;
    margin-top: 8px;
  }

  .seriesColumn_info > p + p {
    margin-top: 10px;
  }

  .seriesColumn_img {
    border: 7px solid #fff;
    box-shadow: 0 0 10px #999;
    margin-top: 20px;
  }

  .seriesColumn_ttl {
    margin-bottom: 12px;
    font-size: 2.2rem;
    line-height: 36px;
  }

  .seriesColumn_info {
    line-height: 1.7;
  }

  .seriesColumn_info .seriesColumn_note {
    font-size: 100%;
  }

  .seriesButton {
    margin-top: 50px;
  }

  .seriesButton a {
    font-size: 140%;
    padding: 12px 15px 11px;
    text-decoration: none;
  }

  .seriesButton span {
    display: block;
    padding-left: 0;
    padding-right: 10px;
  }

  .seriesButton span:before {
    position: absolute;
    right: 0;
    left: auto;
    top: -2px;
    width: 9px;
    height: 9px;
  }

  .seriesButton > * + * {
    margin-top: 15px;
  }

  .seriesList_ttl {
    font-size: 2.4rem;
    margin-top: 40px;
  }

  .seriesList_freeBlock {
    margin-top: 45px;
    height: 300px;
    font-size: 2.4rem;
  }

  .footer {
    margin-top: 90px;
  }

/* 従業員職域
------------------------------------- */
  .otokuBox {
    margin: 30px 10px 0;
    padding: 5px 10px 5px;
    font-size: 1.5rem;
  }
	
  .otokuTitle{
	height: auto;
	padding: 0px 5px 10px;
  }
	
  .otokuBox .otokuRead{
    font-size: 1.8rem;
	border-radius: 50px;
	position: relative;
    top: -15px;
  }
  .otokuBox .otokuStep{
    display: block;
    text-align: left;
  }
  .otokuBox .otokuStep p, .otokuBox .otokuStep ul{
    width: 100%;
  }
	
  .otokuBox span{
	font-size: 120%;
  }

/* お知らせ
------------------------------------- */
  .newsArea {
    margin: 1em 5px;
    padding: 10px 25px;
  }

/* テレワーク
------------------------------------- */
  .bannerArea {
    margin: 20px 10px;
  }

}