@charset "utf-8";
#ss .casearea {
  margin-top: 70px;
}
#ss .case {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#ss .case li {
  background-color: #FFF;
  width: 25.6%;
  margin: 0 2% 45px;
  padding: 15px 1.5%;
  box-shadow: 0px 0px 0px 8px #fff;
  border: dashed 2px #99dab2;
  border-radius: 8px;
}
#ss .name {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #008734;
  border-bottom: 2px solid #99dab2;
  padding-bottom: 5px;
  margin: 5px 0;
}
#ss .subtxt {
  font-size: 0.9375rem;
}
#ss .casearea h2 {
  width: 60%;
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
}
#ss .casearea h2:before, #ss .casearea h2:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #c69f19;
}
#ss .casearea h2:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#ss .casearea h2:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#ss .casearea h2 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #4F4F4F;
  background: #E8BE27;
}
#ss .casearea h2 span:before, #ss .casearea h2 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 2px;
  height: 0;
  content: '';
  border-style: solid;
  border-color: #8a6f10 transparent transparent transparent;
}
#ss .casearea h2 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}
#ss .casearea h2 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
#ss a:link {
  color: #0171a6;
  text-decoration: none;
}
#ss a:visited {
  color: #0171a6;
  text-decoration: none;
}
#ss a:hover {
  color: #0171a6;
  text-decoration: underline;
}
#ss a:active {
  color: #0171a6;
  text-decoration: underline;
}
/*---------------------PCのみ---------------------*/
@media screen and (min-width:737px) {
  #ss .pc-none {
    display: none;
  }
  #ss {
    max-width: 1200px;
    background-image: url(/content/dam/family/familymart-stories/ss/bg.jpg);
    background-repeat: repeat;
    margin: 0 auto;
    padding: 4% 3% 3%;
  }
  #ss h2, #ss h3, #ss h4, #ss p, #ss ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #ss .tit_h2 {
    position: relative;
    font-size: 2.625rem;
    font-weight: bold;
    color: #0C782C;
    line-height: 1.3;
    text-align: center;
  }
  #ss .tit_h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 10%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0C782C;
  }
  #ss .subtit {
    width: 90%;
    font-size: 1.25rem;
    margin: 50px auto 0;
    text-align: center;
  }
  #ss h3 {
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #FFF;
  }
  #ss .area h2 {
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #FFF;
  }
  #ss .area {
    background-color: #007DB8;
    border-radius: 15px;
    margin-top: 35px;
    padding: 20px;
  }
  #ss .area .areabox, #ss .area .areabox02 {
    background-color: #FFF;
    padding: 20px 15px;
    border-radius: 10px;
  }
  #ss .area .areabox .tit, #ss .area .areabox02 .tit {
    font-size: 1.125rem;
    font-weight: bold;
    color: #007DB8;
    line-height: 1.3;
    text-align: left;
    border-bottom: 4px dotted #7fbedb;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #ss .area .areabox ul, #ss .area .areabox02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #ss .area .areabox ul li, #ss .area .areabox02 ul li {
    width: 23%;
    font-size: 1rem;
    color: #333;
    line-height: 1.3;
    text-align: left;
    float: left;
    margin: 10px 1%;
  }
  #ss .txt {
    font-size: 0.9375rem;
  }
  .strong {
    font-size: 1.125rem;
    font-weight: bold;
  }
  #ss .clear {
    clear: both;
  }
}
@media (min-width: 737px) and (max-width: 930px) {
  #ss .tit_h2 {
    font-size: 2.125rem;
  }
  #ss .subtit {
    font-size: 1rem;
  }
}
/*---------------------SPのみ---------------------*/
@media screen and (max-width:736px) {
  #ss .sp-none {
    display: none;
  }
  #ss {
    max-width: 100%;
    background-image: url(/content/dam/family/familymart-stories/ss/bg.jpg);
    background-repeat: repeat;
    margin: 0 auto;
    padding: 6% 4% 4%;
  }
  #ss h2, #ss h3, #ss h4, #ss p, #ss ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #ss .tit_h2 {
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
    color: #0C782C;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px;
  }
  #ss .tit_h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 15%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0C782C;
  }
  #ss .subtit {
    width: 95%;
    font-size: 0.9375rem;
    text-align: left;
    margin: 30px auto 0;
  }
  #ss .casearea {
    margin-top: 35px;
  }
  #ss .casearea h2 {
    width: 90%;
    margin: 0 auto 30px;
  }
  #ss .casearea h2:before {
    left: -18px;
    border-left-width: 10px;
    border-left-color: transparent;
  }
  #ss .casearea h2:after {
    right: -18px;
    border-right-width: 10px;
    border-right-color: transparent;
  }
  #ss .casearea h2 span {
    padding: 0.6rem 1rem;
  }
  #ss .case li {
    background-color: #FFF;
    width: 85%;
    margin: 0 auto 32px;
    padding: 10px 4%;
    background: #FFF;
    box-shadow: 0px 0px 0px 8px #fff;
    border: dashed 2px #99dab2;
    border-radius: 6px;
  }
  #ss .name {
    font-size: 0.875rem;
  }
  #ss .subtxt {
    font-size: 0.875rem;
  }
  #ss h3 {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #FFF;
  }
  #ss .area h2 {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #FFF;
  }
  #ss .area {
    background-color: #007DB8;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
  }
  #ss .area .areabox, #ss .area .areabox02 {
    background-color: #FFF;
    padding: 15px 10px 10px;
    border-radius: 8px;
  }
  #ss .area .areabox .tit, #ss .area .areabox02 .tit {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #007DB8;
    line-height: 1.3;
    text-align: left;
    border-bottom: 3px dotted #7fbedb;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #ss .area .areabox ul {
    display: flex;
    flex-wrap: wrap;
  }
  #ss .area .areabox ul li {
    width: 48%;
    font-size: 0.8125rem;
    color: #333;
    line-height: 1.3;
    text-align: left;
    float: left;
    margin: 10px 1%;
  }
  #ss .area .areabox02 ul li {
    width: 100%;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.3;
    text-align: left;
    margin: 10px 1%;
  }
  #ss .ly-mod-layout-2clmspl .ly-sp-1line .ly-mod-layout-clm {
    margin-bottom: 10px;
  }
  #ss .txt {
    font-size: 0.875rem;
  }
  .strong {
    font-size: 1rem;
    font-weight: bold;
  }
  #ss .clear {
    clear: both;
  }
  #ss a:link {
    color: #007DB8;
    text-decoration: underline;
  }
  #ss a:visited {
    color: #007DB8;
    text-decoration: underline;
  }
}