@charset "utf-8";
/* CSS Document */

/***************************
 ** FV
 */
.fv {
  background: url("../../img/calcium/index/pc/bg_fv.png") no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 736px) {
  .fv {
    background: none;
    padding-bottom: 0;
  }
}


/***************************
 ** タチカワ電解カルシウムって？
 */
.about_01 {
  background: url("../../img/calcium/index/pc/bg_about.png") no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

.about_ttl {
  text-align: center;
  font-size: 2.625rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}

.about_detail {
  color: #fff;
  margin-bottom: 1.5rem;
}

.about_detail_img,
.about_detail_text {
  flex-basis: 48%;
}

.about_detail_img {
  margin-right: 4%;
}

.about_detail_text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.about_detail_text p {
  line-height: 2;
}

.about_btns {
  max-width: 650px;
  margin: 0 auto;
}

.about_btns li {
  flex-basis: 46%;
}

.about_btns li:first-child {
  margin-right: 8%;
}

.about_02 {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.target_list {
  margin-bottom: 2rem;
}

.target_list li {
  flex-basis: 30%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
}

.target_list li:first-child {
  background: url("../../img/calcium/index/bg_about_ttl_01.png") no-repeat;
  background-size: 55% auto;
}

.target_list li:nth-child(2) {
  margin: 0 5%;
  background: url("../../img/calcium/index/bg_about_ttl_02.png") no-repeat;
  background-size: 55% auto;
}

.target_list li:last-child {
  background: url("../../img/calcium/index/bg_about_ttl_03.png") no-repeat right top;
  background-size: 50% auto;
}

.target_list_detail {
  height: 100%;
}

.target_ttl {
  text-align: center;
  font-size: 1.6875rem;
  font-weight: bold;
  color: #09c;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.target_img {
  margin-bottom: 1rem;
}

.target_text {
  line-height: 2;
  margin-bottom: 1rem;
}

.milk_bnr {
  display: block;
  margin-bottom: 1rem;
}

.milk_bnr:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 736px) {
  .about_01 {
    background: url("../../img/calcium/index/sp/bg_about.png") no-repeat,
                #43c8c8;
    background-size: 100% auto;
    padding: 2rem 0;
  }

  .about_ttl {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }

  .about_detail_img,
  .about_detail_text {
    flex-basis: auto;
  }

  .about_detail_img {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .about_detail_text {
    padding-left: 0;
  }

  .about_detail_text h3 {
    font-size: 0.875rem;
    letter-spacing: 0;
    text-align: center;
  }

  .about_detail_text p {
    font-size: 0.75rem;
  }

  .about_btns {
    max-width: 100%;
  }

  .about_btns li {
    flex-basis: auto;
  }

  .about_btns li:first-child {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .about_02 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  
  .target_list {
    margin-bottom: 0;
  }

  .target_list li {
    flex-basis: auto;
    padding-top: 2.5rem;
    margin-bottom: 2rem;
  }

  .target_list li:first-child {
    background-size: 36% auto;
  }

  .target_list li:nth-child(2) {
    margin: 0 0 2rem;
    background-size: 36% auto;
    background-position: 15% top;
  }

  .target_list li:last-child {
    background-size: 33% auto;
    background-position: right top;
  }

  .target_ttl {
    font-size: 1.3125rem;
  }
  
  .target_ttl br {
    display: none;
  }

  .target_text {
    font-size: 0.75rem;
  }
}


/***************************
 ** 製品情報
 */
.product {
  background: url("../../img/calcium/index/bg_product_info.png") no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

.product_ttl {
  font-size: 1.6875rem;
  text-align: center;
  margin-bottom: 3rem;
}

.product_img {
  box-sizing: border-box;
  flex-basis: 34%;
  padding: 2rem 1rem 0 0;
}

.product_text {
  box-sizing: border-box;
  flex-basis: 66%;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.product_table {
  width: 100%;
  margin-bottom: 1.5rem;
}

.product_table tr th,
.product_table tr td {
  border-bottom: 1px dashed #ccc;
  padding: 0.8rem 0;
}

.product_table tr th {
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  padding-right: 1.5rem;
}

.cases {
  text-align: center;
}

.cases img {
  width: 62%;
}

.dl_btn_area {
  width: 20em;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .product {
    padding: 2rem 0;
  }

  .product_ttl {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  .product_img {
    flex-basis: auto;
    padding: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .product_img img {
    width: 42%;
  }

  .product_text {
    flex-basis: auto;
    padding: 0;
    margin-bottom: 2rem;
  }
  
  .product_table tr th,
  .product_table tr td {
    border-bottom: 1px dashed #ccc;
    padding: 0.8rem;
    font-size: 0.75rem;
    line-height: 1.75;
  }

  .product_table tr th {
    padding-right: 0;
  }

  .cases img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .dl_btn_area {
    width: 100%;
  }
}


/***************************
 ** 新着記事
 */
.info {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.info_ttl {
  font-size: 1.6875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 736px) {
  .info {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .info_ttl {
    font-size: 1.3125rem;
    margin-bottom: 1rem;
  }
}




/***************************
 ** バナーエリア
 */
 .bnr_list {
  text-align: center;
}

.bnr_list li {
  padding: 0 0.3rem;
}

@media screen and (max-width: 736px) {
  .bnr_list {
    width: 90%;
    margin: 0 auto;
  }

  .bnr_list li {
    margin-bottom: 1rem;
    padding: 0;
  }

  .bnr_list li a,
  .bnr_list li a img {
    width: 100%;
    display: block;
  }
}



















