/* CSS Document */
@charset "utf-8";
/*----------------------------
サービス一覧等、カード型レイアウト
------------------------------*/
.serviceMenu {
  position: relative;
  font-size: 110%;
  margin-bottom: 40px;
  background-color: #669CE5;
  padding: 10px 16px 10px 30px;
  color: #fff;
}
.serviceMenu:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #fff;
}
.serviceMenu:after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  border-bottom: 15px solid transparent;
  border-right: 20px solid #acacac;
}
.cardList {
  display: block;
  width: 95%;
  max-width: 767px;
}
.cardList__item {
  margin-bottom: 5%;
}
.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: 0.2s;
}
a.card:hover {
  transform: translateX(-5px);
}
.card__thumb {
  width: 30%;
}
.card__txt {
  width: 65%;
}
.card__txt p.txt-link {
  color: #2d99e7;
}
.card__headtxt {
  display: block;
  font-size: 120%;
  width: 65%;
}
.card__exp {
  display: block;
  font-size: 100%;
  width: 90%;
}
/*----------------------------
共通スタイル
------------------------------*/
article {
  padding-bottom: 30px;
}
article p {
  margin-bottom: 30px;
}
.articleTitle {
  font-size: 16px;
  margin-bottom: 20px;
}
.flex-2col-between {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-right: -20px;
}
.flex-2col-between li {
  margin-top: 20px;
  margin-right: 20px;
  width: calc(100%-20px)/2;
}
.subTitle {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.txt-link {
  color: #2d99e7;
}
.img-align-center {
  display: block;
  margin: 0 auto;
}
.text-align-center {
  text-align: center;
}
/*----------------------------
給食当番セット
------------------------------*/
#pageId_kyushokuset {
  font-size: 140%;
}
.title-kyotyo-blue {
  font-size: 170%;
  font-weight: 400;
  color: #448aca;
  text-align: center;
}
span.text-kyotyo-1 {
  font-size: 150%;
  font-weight: 400;
  color: #448aca;
}
.text-kyotyo-2 {
  font-size: 120%;
  font-weight: 400;
  color: #1B9B95;
}
/*----------------------------
法人向け集配クリーニング
------------------------------*/
#pageId_uniform {}
.imgset_kyotyo {
  font-size: 200%;
  text-align: center;
  color: #00B1C3;
  margin-bottom: 1em;
}
#okotaesimasu_point li {
    display: block;
    width: 80%;
    margin: auto;
}
#okotaesimasu_point li h2{
  color: #FFFFFF;
    -webkit-text-stroke: 1px #EB802D;
    text-stroke: 1px #EB802D;
    font-size: 200%;
    text-decoration: underline;
}
#okotaesimasu_point li p {
    font-size:140%;
}
#okotaesimasu_point li:nth-child(1)::before {
    content: "";
    display: block;
    background: url("../service/images/uniform/okotae_point01.png");
    width: 128px;
    height: 63px;
    position: relative;
    left:-5%;
}
#okotaesimasu_point li:nth-child(2)::before {
    content: "";
    display: block;
    background: url("../service/images/uniform/okotae_point02.png");
    width: 128px;
    height: 63px;
    position: relative;
    left:-5%;
}

.imgset_kyotyo::before {
  content: "";
  display: inline-block;
  background: url("../service/images/uniform/textkyotyo_left.png");
  width: 51px;
  height: 52px;
  position: relative;
  left: -1em;
}
.imgset_kyotyo::after {
  content: "";
  display: inline-block;
  background: url("../service/images/uniform/textkyotyo_right.png");
  width: 51px;
  height: 52px;
  position: relative;
  left: 1em;
}
@media screen and (min-width:768px), print {
  .categoryTitle {
    display: block;
    text-align: left;
    margin: 0 auto 20px;
    padding: 20px 0 0 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    border-top: solid 5px #8cc63f;
  }
  .categoryTitle-inner {
    width: 100%;
    max-width: 1100px;
    background-image: url("../images/category-title-bg.png");
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: 30%;
    background-color: #8cc63f;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
  }
  .articleTitle {
    font-size: 150%;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0.5em;
    background-color: #F19149;
    margin-bottom: 30px;
    border: none;
  }
  .card__thumb {
    width: 150px;
    top: 0;
    left: 0;
  }
}
/*----------------------------
Adobe fonts
------------------------------*/
.chiaro {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}