@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&display=swap');

/* =================================================================
	pu-sa
================================================================= */

/*---------------------------------
  common
---------------------------------*/

#container {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  #container {
    min-width: 960px;
  }

  #container .content_inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #container, #container * {
    font-family: "Noto Sans JP", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

/* ---------- img ---------- */

#container .img-full {
  width: 100%;
  height: auto;
}

#container .img-fluid {
  max-width: 100%;
  height: auto;
}

/* ---------- display ---------- */

@media print, screen and (min-width: 769px) {
  #container .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #container .sp-hide {
    display: none !important;
  }
}

/* ---------- anchor ---------- */

@media screen and (max-width: 768px) {
  #container .anchor_link::before {
    content: "";
    display: block;
    padding-top: 65px;
    margin-top: -65px;
  }
}

/*---------------------------------
  feature_cont
---------------------------------*/

#pusa_top .feature_cont .feature_title h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #b0bcc8;
}

#pusa_top .feature_cont .feature_title h2 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #313131;
}

#pusa_top .feature_cont .feature_spec {
  margin-bottom: 10px;
}

#pusa_top .feature_cont .feature_text {
  color: #202d44;
}

#pusa_top .feature_cont .feature_notes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.5;
  color: #202d44;
}

#pusa_top .feature_cont .feature_notes {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
  color: #202d44;
}

#pusa_top .feature_cont .feature_notes dt:not(:last-of-type),
#pusa_top .feature_cont .feature_notes dd:not(:last-of-type) {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 769px) {
  #pusa_top .feature_cont {
    width: 450px;
  }

  #pusa_top .feature_cont .feature_title h3 {
    margin-bottom: 12px;
    font-size: 17px;
  }

  #pusa_top .feature_cont .feature_title h2 {
    margin-bottom: 35px;
    font-size: 40px;
  }

  #pusa_top .feature_cont .feature_text {
    font-size: 17px;
    line-height: 1.7;
  }

  #pusa_top .feature_cont .feature_notes {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top .feature_cont .feature_title h3 {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
  }

  #pusa_top .feature_cont .feature_title h2 {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
  }

  #pusa_top .feature_cont .feature_text {
    font-size: 14px;
    line-height: 1.75;
  }

  #pusa_top .feature_cont .feature_notes {
    margin-top: 15px;
    font-size: 11px;
  }
}

/* ---------- detail_wrap ---------- */

#pusa_top .feature_cont .detail_wrap .detail_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 9px;
  background: url("../img/border_dot.png") repeat-x left bottom;
  background-size: 4px 1px;
  position: relative;
}

#pusa_top .feature_cont .detail_wrap .detail_inner::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #274c5e;
  position: absolute;
  right: 0;
  bottom: 0;
}

#pusa_top .feature_cont .detail_wrap .detail_inner div {
  transition: all 0.3s;
}

#pusa_top .feature_cont .detail_wrap .detail_inner p {
  padding-right: 40px;
  box-sizing: border-box;
  transition: all 0.3s;
}

#pusa_top .feature_cont .detail_wrap .detail_inner p::before,
#pusa_top .feature_cont .detail_wrap .detail_inner p::after {
  content: "";
  display: block;
  background-color: #274c5e;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
}

#pusa_top .feature_cont .detail_wrap .detail_inner p::before {
  margin-top: -1px;
  width: 14px;
  height: 2px;
  right: 13px;
}

#pusa_top .feature_cont .detail_wrap .detail_inner p::after {
  margin-top: -7px;
  width: 2px;
  height: 14px;
  right: 19px;
}

#pusa_top .feature_cont .detail_wrap .detail_inner:hover div {
  opacity: 0.65;
}

#pusa_top .feature_cont .detail_wrap .detail_inner:hover p {
  color: #145d80;
}

#pusa_top .feature_cont .detail_wrap .detail_inner:hover p::before,
#pusa_top .feature_cont .detail_wrap .detail_inner:hover p::after {
  background-color: #145d80;
}

@media print, screen and (min-width: 769px) {
  #pusa_top .feature_cont .detail_wrap {
    margin-top: 25px;
  }

  #pusa_top .feature_cont .detail_wrap .detail_inner div {
    width: 120px;
  }

  #pusa_top .feature_cont .detail_wrap .detail_inner p {
    width: calc( 100% - 144px );
  }
}

@media screen and (max-width: 768px) {
  #pusa_top .feature_cont .detail_wrap {
    margin-top: 15px;
  }

  #pusa_top .feature_cont .detail_wrap .detail_inner div {
    width: 100px;
  }

  #pusa_top .feature_cont .detail_wrap .detail_inner p {
    width: calc( 100% - 115px );
  }
}

/* ---------- modal ---------- */

#pusa_top .feature_cont .detail_wrap .detail_inner button {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* button要素のリセット */
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}

.iziModal-overlay {
  background-color: rgba(40,59,67,0.65) !important;
}

.iziModal {
  border-radius: 0 !important;
}

.modal_wrap {
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}

.modal_wrap .modal_close {
  background-color: #202d44;
  position: absolute;
  right: 0;
  top: 0;
}

.modal_wrap .modal_close a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal_wrap .modal_close a::before,
.modal_wrap .modal_close a::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal_wrap .modal_close a::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.modal_wrap .modal_close a::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modal_wrap .modal_inner {
  color: #202d44;
}

.modal_wrap .modal_inner .modal_title {
  background: url("../img/icon_check.png") no-repeat left center;
  font-weight: bold;
  line-height: 1.5;
  color: #202d44;
  letter-spacing: 0.05em;
}

.modal_wrap .img-fluid {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .iziModal {
    max-width: 500px !important;
  }

  .modal_wrap .modal_close {
    width: 50px;
    height: 50px;
  }

  .modal_wrap .modal_inner {
    padding: 65px 60px;
  }

  .modal_wrap .modal_inner .modal_title {
    padding-left: 37px;
    margin-bottom: 18px;
    background-size: 18px auto;
    font-size: 22px;
  }

  .modal_wrap .modal_inner .modal_text {
    font-size: 17px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .iziModal {
    max-width: 90% !important;
  }

  .modal_wrap .modal_close {
    width: 40px;
    height: 40px;
  }

  .modal_wrap .modal_inner {
    padding: 40px 20px;
  }

  .modal_wrap .modal_inner .modal_title {
    padding-left: 34px;
    margin-bottom: 10px;
    background-size: 16px auto;
    font-size: 17px;
  }

  .modal_wrap .modal_inner .modal_text {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* ---------- icon_check ---------- */

#pusa_top .feature_cont .icon_check {
  background: url("../img/icon_check.png") no-repeat left center;
  font-weight: bold;
  color: #202d44;
}

#pusa_top .feature_cont .icon_check * {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #pusa_top .feature_cont .icon_check {
    padding-left: 34px;
    background-size: 16px auto;
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top .feature_cont .icon_check {
    padding-left: 24px;
    background-size: 14px auto;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

/*---------------------------------
  pusa_visual
---------------------------------*/

#pusa_top #pusa_visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#pusa_top #pusa_visual .visual_title * {
  text-align: center;
}

#pusa_top #pusa_visual .visual_title h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  line-height: 1.184;
  letter-spacing: 0.05em;
}

#pusa_top #pusa_visual .visual_title h3 {
  line-height: 1.5;
}

#pusa_top #pusa_visual .visual_title h4 {
  font-size: 14px;
  line-height: 1.5;
}

#pusa_top #pusa_visual .visual_spec {
  position: absolute;
}

#pusa_top #pusa_visual .cart_btn {
  position: absolute;
}

#pusa_top #pusa_visual .cart_btn a {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}


@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_visual,
  #pusa_top #pusa_visual .content_inner {
    min-height: 630px;
    height: 50vw;
  }

  #pusa_top #pusa_visual {
    background-image: url("../img/mainv.jpg");
  }

  #pusa_top #pusa_visual .visual_title {
    width: 240px;
    position: absolute;
    left: 80px;
    bottom: 165px;
    text-shadow: 0 0 20px rgba(0,0,0,0.35);
    color: #fff;
  }

  #pusa_top #pusa_visual .visual_title h2 {
    font-size: 38px;
  }

  #pusa_top #pusa_visual .visual_title h3 {
    font-weight: bold;
    font-size: 22px;
  }

  #pusa_top #pusa_visual .visual_spec {
    width: 270px;
    left: 65px;
    bottom: 70px;
  }

  #pusa_top #pusa_visual .cart_btn {
    width: 219px;
    right: 24px;
    bottom: 22px;
  }

  #pusa_top #pusa_visual .cart_btn a:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_visual,
  #pusa_top #pusa_visual .content_inner {
    height: 400px;
  }

  #pusa_top #pusa_visual {
    background-image: url("../img/mainv_sp.jpg");
  }

  #pusa_top #pusa_visual .visual_title {
    padding-top: 30px;
  }

  #pusa_top #pusa_visual .visual_title h2 {
    font-size: 32px;
  }

  #pusa_top #pusa_visual .visual_title h3 {
    font-weight: 500;
    font-size: 20px;
  }

  #pusa_top #pusa_visual .visual_spec {
    width: 200px;
    left: 20px;
    bottom: 26px;
  }

  #pusa_top #pusa_visual .cart_btn {
    width: 140px;
    right: 0;
    bottom: 0;
  }
}

/*---------------------------------
  pusa_summary
---------------------------------*/

#pusa_top #pusa_summary {
  position: relative;
}

#pusa_top #pusa_summary .summary_note {
  color: #fff;
}

#pusa_top #pusa_summary .summary_lead {
  text-align: center;
}

#pusa_top #pusa_summary .summary_lead .summary_spec {
  display: inline-block;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  line-height: 2;
  color: #5f6a7d;
}

#pusa_top #pusa_summary .summary_lead .summary_title {
  margin: 0 auto;
}

#pusa_top #pusa_summary .summary_list {
  background-color: #eaedef;
}

#pusa_top #pusa_summary .summary_list .summary_cont {
  position: relative;
}

#pusa_top #pusa_summary .summary_list .summary_cont .summary_icon {
  transition: all 0.3s;
}

#pusa_top #pusa_summary .summary_list .summary_cont .summary_box h3 {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #2b3741;
  transition: all 0.3s;
}

#pusa_top #pusa_summary .summary_list .summary_cont .summary_box p {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

#pusa_top #pusa_summary .summary_list .summary_cont .summary_box p span {
  display: inline-block;
  padding: 0 24px 0 10px;
  position: relative;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: #94a0ac;
  transition: all 0.3s;
}

#pusa_top #pusa_summary .summary_list .summary_cont .summary_box p span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border-top: 2px solid #94a0ac;
  border-right: 2px solid #94a0ac;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.3s;
}

#pusa_top #pusa_summary .summary_list .summary_cont:hover .summary_icon {
  opacity: 0.65;
}

#pusa_top #pusa_summary .summary_list .summary_cont:hover .summary_box h3 {
  color: #145d80;
}

#pusa_top #pusa_summary .summary_list .summary_cont:hover .summary_box p span {
  color: #607d9a;
}

#pusa_top #pusa_summary .summary_list .summary_cont:hover .summary_box p span::after {
  border-top-color: #607d9a;
  border-right-color: #607d9a;
}

#pusa_top #pusa_summary .summary_list .summary_cont a  {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_summary .summary_lead {
    padding: 30px 0 70px;
  }

  #pusa_top #pusa_summary .summary_note {
    position: absolute;
    left: 64px;
    top: -90px;
    font-size: 13px;
  }

  #pusa_top #pusa_summary .summary_lead .summary_spec {
    font-size: 18px;
    padding: 0 10px 0 12px;
    margin-bottom: 30px;
  }

  #pusa_top #pusa_summary .summary_lead .summary_title {
    width: 569px;
  }

  #pusa_top #pusa_summary .summary_list {
    padding: 85px 0;
  }

  #pusa_top #pusa_summary .summary_list .content_inner {
    display: flex;
    justify-content: space-between;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont {
    width: 180px;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont:first-child {
    margin-left: -37px;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont:last-child {
    margin-right: -37px;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont .summary_icon {
    width: 106px;
    margin: 0 auto 18px;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont .summary_box h3 {
    margin-bottom: 15px;
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_summary .summary_note {
    position: absolute;
    top: -41px;
    left: 20px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    font-size: 9px;
  }

  #pusa_top #pusa_summary .summary_lead {
    padding: 30px 20px 50px;
  }

  #pusa_top #pusa_summary .summary_lead .summary_spec {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 10px;
  }

  #pusa_top #pusa_summary .summary_lead .summary_title {
    width: 240px;
  }

  #pusa_top #pusa_summary .summary_list {
    padding: 40px 20px;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont:not(:last-child) {
    margin-bottom: 15px;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont .summary_icon {
    width: 60px;
  }

  #pusa_top #pusa_summary .summary_list .summary_cont .summary_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc( 100% - 70px );
  }

  #pusa_top #pusa_summary .summary_list .summary_cont .summary_box h3 {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

/*---------------------------------
  award
---------------------------------*/

#pusa_award {
  margin: 40px 20px 0;
  width: 100%;
  text-align: center;
}

#pusa_award .content_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 20px 70px 20px 60px;
  border: 2px solid #d0d5d8;
  border-radius: 6px;
  box-sizing: border-box;
/*  background-color: #f3f5f6;*/
}

#pusa_award .award_logo {
  width: 60%;
  max-width: 400px;
}

#pusa_award .award_product {
  text-align: center;
  width: 20%;
  max-width: 110px;
}

#pusa_award .award_name {
  display: inline-block;
  line-height: 1.5;
  color: #202d44;
  font-size: 18px;
  font-weight: 400;
}

#pusa_award .award_name span {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  #pusa_award {
    margin: 20px 0 0;
  }

  #pusa_award .content_inner {
    width: 100%;
    max-width: 340px;
    padding: 8px 15px;
    border: 2px solid #d0d5d8;
    border-radius: 4px;
  }

  #pusa_award .award_logo {
    width: 60%;
    max-width: 200px;
  }

  #pusa_award .award_product {
    width: 20%;
    max-width: 50px;
    padding-right: 5px;
  }

  #pusa_award .award_name {
    line-height: 1.6;
    color: #5f6a7d;
    font-size: 11px;
    font-weight: 400;
  }

  #pusa_award .award_name span {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 14px;
  }
}

/*---------------------------------
  pusa_silence
---------------------------------*/

#pusa_top #pusa_silence .silence_img h3 {
  padding: 10px;
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_silence {
    margin-bottom: 100px;
    background-color: #f3f5f6;
  }

  #pusa_top #pusa_silence .content_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
  }

  #pusa_top #pusa_silence .silence_img {
    width: 415px;
  }

  #pusa_top #pusa_silence .silence_img h3 {
    margin-bottom: 30px;
    border-radius: 6px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_silence .content_inner {
    padding: 40px 20px;
    background-color: #f3f5f6;
  }

  #pusa_top #pusa_silence .feature_cont {
    margin-bottom: 30px;
  }

  #pusa_top #pusa_silence .silence_img h3 {
    margin-bottom: 15px;
    border-radius: 3px;
    font-size: 14px;
  }
}

/*---------------------------------
  pusa_allergen
---------------------------------*/

#pusa_top #pusa_allergen .feature_notes dd {
  width: calc( 100% - 2.5em );
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_allergen {
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
  }

  #pusa_top #pusa_allergen .allergen_img {
    width: 44.84%;
    float: left;
    margin: 60px 0;
  }

  #pusa_top #pusa_allergen .feature_cont {
    margin-right: -480px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_allergen .feature_cont {
    padding: 40px 20px;
  }
}

/*---------------------------------
  pusa_saving
---------------------------------*/

#pusa_top #pusa_saving .feature_notes dd {
  width: calc( 100% - 1.5em );
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_saving {
    margin-bottom: 100px;
    background-color: #eaedef;
  }

  #pusa_top #pusa_saving .content_inner {
    padding: 100px 0;
  }

  #pusa_top #pusa_saving .content_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #pusa_top #pusa_saving .saving_img {
    width: 460px;
    padding: 10px 0;
  }

  #pusa_top #pusa_saving .feature_cont .detail_wrap .detail_inner {
    padding: 20px 0 21px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_saving .content_inner {
    padding: 40px 20px;
    background-color: #eaedef;
  }

  #pusa_top #pusa_saving .feature_cont {
    margin-bottom: 20px;
  }

  #pusa_top #pusa_saving .feature_cont .detail_wrap .detail_inner {
    padding: 15px 0 16px;
  }
}

/*---------------------------------
  pusa_maintenance
---------------------------------*/

#pusa_top #pusa_maintenance .feature_cont .maintenance_note {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.75;
  color: #202d44;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_maintenance {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
  }

  #pusa_top #pusa_maintenance .maintenance_img {
    width: 44.84%;
    float: left;
  }

  #pusa_top #pusa_maintenance .feature_cont {
    margin-right: -480px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_maintenance .feature_cont {
    padding: 40px 20px;
  }
}

/*---------------------------------
  pusa_simple
---------------------------------*/

#pusa_top #pusa_simple .feature_cont .detail_wrap .detail_inner p span {
  display: block;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_simple {
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
  }

  #pusa_top #pusa_simple .allergen_img {
    width: 44.84%;
    float: left;
  }

  #pusa_top #pusa_simple .feature_cont {
    margin-right: -480px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  #pusa_top #pusa_simple .feature_cont .detail_wrap .detail_inner p {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #pusa_top #pusa_simple .feature_cont .detail_wrap .detail_inner p span {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_simple .feature_cont {
    padding: 40px 20px;
  }

  #pusa_top #pusa_simple .feature_cont .detail_wrap .detail_inner p span {
    font-size: 12px;
  }

  #pusa_top #pusa_simple .feature_cont .detail_wrap .detail_inner p {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/*---------------------------------
  pusa_other
---------------------------------*/

#pusa_top #pusa_other {
  background-color: #eaedef;
}

#pusa_top #pusa_other .other_title h3 {
  margin-bottom: 5px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #b0bcc8;
}

#pusa_top #pusa_other .other_title h2 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #313131;
}

#pusa_top #pusa_other .other_inner h3,
#pusa_top #pusa_other .other_inner h4 {
  font-weight: bold;
  line-height: 1.75;
  color: #313131;
}

#pusa_top #pusa_other .other_inner h4 span {
  font-weight: normal;
}

#pusa_top #pusa_other .other_inner p {
  line-height: 1.75;
  color: #202d44;
}

#pusa_top #pusa_other .other_inner .other_notes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.75;
  color: #626177;
}

#pusa_top #pusa_other .other_inner .other_notes dt {
  white-space: nowrap;
}

#pusa_top #pusa_other .other_inner .other_notes dd {
  width: calc( 100% - 2em );
}

#pusa_top #pusa_other .other_inner .other_annotation {
  padding: 1em;
  margin-top: 1.5em;
  border: 1px solid #999;
  line-height: 1.75;
  color: #626177;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_other {
    padding: 100px 0;
  }

  #pusa_top #pusa_other .other_title h3 {
    font-size: 17px;
  }

  #pusa_top #pusa_other .other_title h2 {
    margin-bottom: 45px;
    font-size: 40px;
  }

  #pusa_top #pusa_other .other_inner {
    display: flex;
    justify-content: space-between;
  }

  #pusa_top #pusa_other .other_inner .other_allergen {
    width: 580px;
  }

  #pusa_top #pusa_other .other_inner .other_pm25 {
    width: 320px;
  }

  #pusa_top #pusa_other .other_inner .other_icon {
    width: 66px;
    margin-bottom: 15px;
  }

  #pusa_top #pusa_other .other_inner h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  #pusa_top #pusa_other .other_inner h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }

  #pusa_top #pusa_other .other_inner p {
    margin-bottom: 20px;
    font-size: 17px;
  }

  #pusa_top #pusa_other .other_inner .other_notes {
    margin-top: 40px;
    font-size: 13px;
  }

  #pusa_top #pusa_other .other_inner .other_annotation {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_other {
    padding: 40px 20px;
  }

  #pusa_top #pusa_other .other_title h3 {
    font-size: 14px;
    text-align: center;
  }

  #pusa_top #pusa_other .other_title h2 {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
  }

  #pusa_top #pusa_other .other_inner .other_allergen {
    margin-bottom: 30px;
  }

  #pusa_top #pusa_other .other_inner .other_icon {
    width: 60px;
    margin: 0 auto 10px;
  }

  #pusa_top #pusa_other .other_inner h3 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
  }

  #pusa_top #pusa_other .other_inner h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  #pusa_top #pusa_other .other_inner p {
    font-size: 14px;
  }

  #pusa_top #pusa_other .other_inner .other_notes {
    margin-top: 20px;
    font-size: 12px;
  }

  #pusa_top #pusa_other .other_inner .other_annotation {
    font-size: 12px;
  }
}

/*---------------------------------
  pusa_spec
---------------------------------*/

#pusa_top #pusa_spec .spec_title h3 {
  margin-bottom: 5px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: #b0bcc8;
}

#pusa_top #pusa_spec .spec_title h2 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #313131;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_spec {
    padding: 100px 0 60px;
  }

  #pusa_top #pusa_spec .spec_title h3 {
    font-size: 17px;
  }

  #pusa_top #pusa_spec .spec_title h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_spec {
    padding: 40px 20px 0;
  }

  #pusa_top #pusa_spec .spec_title h3 {
    font-size: 14px;
    text-align: center;
  }

  #pusa_top #pusa_spec .spec_title h2 {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
  }
}

/* ---------- spec_wrap ---------- */

#pusa_top #pusa_spec .spec_wrap {
  border-top: 1px solid #999;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_color {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202d44;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_color::before {
  content: "";
  display: block;
  margin-right: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link a {
  display: block;
  height: 60px;
  box-shadow: 0px 0px 0px 1px #152831 inset;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  font-weight: bold;
  line-height: 58px;
  text-decoration: none;
  transition: all 0.3s;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link.link_buy a {
  background-color: #152831;
  color: #fff;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link.link_btn a {
  background-color: #ffffff;
  color: #152831;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link.link_buy a:hover {
  background-color: #34515e;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link.link_btn a:hover {
  background-color: #d0e0e8;
}
/*
#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link a::after {
  content: "";
  display: block;
  height: 10px;
  margin-top: -5px;
  background: no-repeat;
  background-position: center right;
  background-size: 38px auto;
  position: absolute;
  top: 50%;
  z-index: 1;
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link.link_buy a::after {
  background-image: url("../img/arrow_navy.png");
}

#pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link.link_btn a::after {
  background-image: url("../img/arrow_white.png");
}
*/

#pusa_top #pusa_spec .spec_wrap .spec_list li {
  border-bottom: 1px solid #e8eef1;
  line-height: 1.5;
  color: #202d44;
}

#pusa_top #pusa_spec .spec_wrap .spec_list li h5 {
  margin-bottom: 16px;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_spec .spec_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    margin-bottom: 70px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont {
    width: 250px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_img {
    margin-bottom: 20px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_color {
    margin-bottom: 50px;
    font-size: 15px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_color::before {
    width: 30px;
    height: 30px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link:not(:last-child) {
    margin-bottom: 20px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link a {
    font-size: 16px;
  }
/*
  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link a::after {
    width: 30px;
    right: 30px;
  }
  */

  #pusa_top #pusa_spec .spec_wrap .spec_list {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 600px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li {
    box-sizing: border-box;
    padding: 47px 20px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li:nth-child(odd) {
    width: 355px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li:nth-child(even) {
    width: 245px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li h5 {
    font-size: 18px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li h5 span {
    font-size: 13px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_spec .spec_wrap {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont {
    margin-bottom: 10px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_img {
    width: 250px;
    margin: 0 auto 15px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_color {
    margin-bottom: 20px;
    font-size: 12px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_color::before {
    width: 20px;
    height: 20px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link:not(:last-child) {
    margin-bottom: 15px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link a {
    width: 240px;
/*    padding-left: 20px;*/
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_cont .spec_link a::after {
    width: 28px;
    right: 20px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li {
    padding: 20px 10px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li h5 {
    font-size: 16px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li h5 span {
    font-size: 12px;
  }

  #pusa_top #pusa_spec .spec_wrap .spec_list li p {
    font-size: 13px;
  }
}

/* ---------- spec_body spec_aside ---------- */

#pusa_top #pusa_spec .spec_body h4,
#pusa_top #pusa_spec .spec_aside h4 {
  border-bottom: 1px solid #999;
  line-height: 1.75;
}

/*
#pusa_top #pusa_spec .spec_time table th,
#pusa_top #pusa_spec .spec_time table td {
  line-height: 1.5;
  white-space: nowrap;
}

#pusa_top #pusa_spec .spec_time table tr:nth-child(odd) th,
#pusa_top #pusa_spec .spec_time table tr:nth-child(odd) td {
  background-color: #fff;
}

#pusa_top #pusa_spec .spec_time table tr:nth-child(even) th,
#pusa_top #pusa_spec .spec_time table tr:nth-child(even) td {
  background-color: #f3f3f3;
}

#pusa_top #pusa_spec .spec_time table th {
  font-weight: normal;
}

#pusa_top #pusa_spec .spec_time table td {
  text-align: center;
}
*/

#pusa_top #pusa_spec .spec_body p {
  line-height: 1.75;
}

#pusa_top #pusa_spec .spec_aside {
  border: 1px solid #999;
}

#pusa_top #pusa_spec .spec_aside .aside_text {
  line-height: 1.75;
}

#pusa_top #pusa_spec .spec_aside .aside_img {
  text-align: center;
}

#pusa_top #pusa_spec .spec_aside .aside_list li {
  margin-left: 1em;
  list-style: disc;
  line-height: 1.75;
}

#pusa_top #pusa_spec .spec_aside .aside_note {
  line-height: 1.75;
}

@media print, screen and (min-width: 769px) {
  #pusa_top #pusa_spec .spec_body {
    margin-bottom: 60px;
  }

  #pusa_top #pusa_spec .spec_body h4,
  #pusa_top #pusa_spec .spec_aside h4 {
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  /*
  #pusa_top #pusa_spec .spec_time table {
    width: 100%;
  }

  #pusa_top #pusa_spec .spec_time table th {
    padding: 10px 20px;
    font-size: 14px;
  }

  #pusa_top #pusa_spec .spec_time table td {
    padding: 10px;
    font-size: 14px;
  }
  */

  #pusa_top #pusa_spec .spec_body p {
    font-size: 16px;
  }

  #pusa_top #pusa_spec .spec_aside {
    padding: 15px 20px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_img {
    display: flex;
    margin-bottom: 20px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_img div {
    width: 50%;
  }

  #pusa_top #pusa_spec .spec_aside .aside_list {
    margin-bottom: 15px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_list li {
    font-size: 14px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #pusa_top #pusa_spec .spec_body {
    margin-bottom: 40px;
  }

  #pusa_top #pusa_spec .spec_body h4,
  #pusa_top #pusa_spec .spec_aside h4 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  /*
  #pusa_top #pusa_spec .spec_time {
    width: 100%;
    overflow-x: auto;
    position: relative;
  }

  #pusa_top #pusa_spec .spec_time table {
    min-width: 100%;
  }

  #pusa_top #pusa_spec .spec_time table th {
    padding: 5px 20px 5px 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 13px;
  }

  #pusa_top #pusa_spec .spec_time table td {
    padding: 5px;
    font-size: 13px;
  }

  #pusa_top #pusa_spec .spec_time .slide_icon {
    width: 40px;
    height: 40px;
    background: url("../img/scroll_icon.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
  }
  */

  #pusa_top #pusa_spec .spec_body p {
    font-size: 13px;
  }

  #pusa_top #pusa_spec .spec_aside {
    padding: 10px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_text {
    margin-bottom: 15px;
    font-size: 12px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_img div:first-child {
    margin-bottom: 10px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_list {
    margin-bottom: 15px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_list li {
    font-size: 12px;
  }

  #pusa_top #pusa_spec .spec_aside .aside_note {
    font-size: 12px;
  }

}
