@charset "utf-8";

/* CSS Document */
.fs-80 {
  font-size: 0.8em;
}

.renew_style .productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 767px) {
  .renew_style .productList {
    justify-content: space-between;
  }
}

.renew_style .productList.cols2 .item {
  width: 45%;
  margin: 0 5% 25px 0;
}

@media screen and (max-width: 767px) {
  .renew_style .productList.cols2 .item {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.renew_style .re_tabBox {
  margin: 0;
}

br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

/*style.cssに追加
トップリニューアル時にstyle.cssを更新するため、S-BIOでは２タブのものをnewsletter用にタブを増やした場合の追記をこちらへ移動*/
.renew_style .re_tabBox .tab#tab02 {
  display: none;
}

/*佐々木追記221110*/
.renew_style .re_tabBox .tab#tab03 {
  display: none;
}

/*佐々木追記230324*/
.renew_style .re_tabBox .tab#tab04 {
  display: none;
}

.renew_style .re_tabBox .tab#tab05 {
  display: none;
}

.renew_style .re_tabBox .tab#tab06 {
  display: none;
}

.renew_style .re_tabBox .tab .headingLv2 {
  margin-left: 0;
}

/*佐々木追記25.0513　style.cssの上書き用タブの高さをそろえる*/
.renew_style .re_tabBox .controller {
  display: flex;
  width: 100%;
  align-items: stretch;
}

/*タブの文字*/
.renew_style .re_tabBox.newsletter .controller .button {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .renew_style .re_tabBox.newsletter .controller .button {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
}

/*@media screen and (max-width: 767px) {
    .renew_style .productList.cols3 .item {
        width: 48%;
        margin: 0 0 25px 0;
    }
}*/
/*.renew_style .productList.cols3 .item:nth-child(2n) {
    margin-right: 0;
}*/
/*.renew_style .productList.cols4 .item {
    width: 22%;
    margin: 0 4% 30px 0;
}

@media screen and (max-width: 767px) {
    .renew_style .productList.cols4 .item {
        width: 48%;
        margin: 0 2% 30px 0;
    }
}

.renew_style .productList.cols4 .item:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .renew_style .productList.cols4 .item:nth-child(2n) {
        margin-right: 0;
    }
}
*/
.renew_style .productList.cols2 .item .image {
  border: 5px solid #ebebeb;
  transition: 0.4s ease;
  width: 100%;
  height: 167px;
  position: relative;
  overflow: hidden;
}

.renew_style .productList .item .image img {
  object-fit: cover;
  width: 100%;
  /* height: 167px;*/
  border: solid 1px #cccccc;
}

/*@media screen and (max-width: 1040px) {
		.renew_style .productList .item .image,
		.renew_style .productList .item .image img {
			height: 16vw;
		}
	}*/
/*	@media screen and (max-width: 767px) {
		.renew_style .productList .item .image,
		.renew_style .productList .item .image img {
			height: 28vw;
		}
	}*/
.renew_style .productList .item .image img:hover {
  opacity: 1;
}

.renew_style .productList .item .text {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.renew_style .productList .item .text::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 12px;
  margin-top: -9px;
  background: url(/common/images/shared/arrow/right01.png) 0 0 no-repeat;
}

.renew_style .productList .item .text:hover::before {
  background: url(/common/images/shared/arrow/right02.png) 0 0 no-repeat;
}

.renew_style .re_productBox {
  margin: 0 -30px 0;
}

@media screen and (max-width: 1040px) {
  .renew_style .re_productBox {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .renew_style .re_productBox {
    margin: 0 10px 0;
  }
}

.renew_style .re_productBox .headingLv2 {
  margin-left: 0;
}

.renew_style .productList .item.expansion {
  overflow: visible;
  position: relative;
  min-height: 220px;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .renew_style .productList .item.expansion {
    min-height: auto;
    height: auto;
  }
}

.renew_style .productList.cols2 .item.expansion .box {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, 0);
  transition: 0.1s ease;
  z-index: 998;
  min-height: 330px;
  height: 330px;
}

@media screen and (max-width: 767px) {
  .renew_style .productList .item.expansion .box {
    position: relative;
    width: 100%;
    left: auto;
    padding: 0;
    transform: translate(0, 0);
    min-height: auto;
    height: auto;
  }
}

.renew_style .productList.cols2 .item.expansion .box:hover {
  position: absolute;
  width: 107%;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  min-height: auto;
  height: auto;
}

@media screen and (max-width: 1040px) {
  .renew_style .productList .item.expansion .box:hover {
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: auto;
    height: auto;
  }
}

.renew_style .productList .item.expansion .box .link.new {
  position: relative;
  display: block;
}

.renew_style .productList .item.expansion .box .link.new::after {
  content: 'NEW';
  display: block;
  position: absolute;
  left: 10px;
  top: -10px;
  padding: 1px 5px;
  background-color: #eabe08;
  font-size: 1.0rem;
  font-weight: bold;
}

.renew_style .productList.cols2 .item.expansion .box .image {
  border: 1px solid #ebebeb;
  height: 300px;
}

/*.renew_style .productList .item.expansion .box .image:hover {
    border: 1px solid #2c5200;
}*/
.renew_style .productList.cols2 .item.expansion .box .image img {
  width: 100%;
  max-width: 100%;
  /*height: 300px;*/
}

/*@media screen and (max-width: 1040px) {
		.renew_style .productList .item.expansion .box .image,
		.renew_style .productList .item.expansion .box .image img {
			/*height: 14.1vw;*/
/*height:66vw;
		}
	}*/
/*@media screen and (max-width: 767px) {
		.renew_style .productList .item.expansion .box .image,
		.renew_style .productList .item.expansion .box .image img {
			height: 28.6vw;
			height:66vw;
		}
	}
*/
.renew_style .productList .item.expansion .box .text {
  font-weight: bold;
}

.renew_style .productList .item.expansion .box .summary {
  margin-top: 5px;
  visibility: hidden;
  display: none;
  opacity: 0;
}

.renew_style .productList .item.expansion .box:hover .summary {
  visibility: visible;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1040px) {
  .renew_style .productList .item.expansion .box:hover .summary {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

.renew_style .productList .item.expansion .box .detail {
  background-color: #2c5200;
  border-radius: 5px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  visibility: hidden;
  opacity: 0;
}

.renew_style .productList .item.expansion .box:hover .detail {
  visibility: visible;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1040px) {
  .renew_style .productList .item.expansion .box:hover .detail {
    visibility: hidden;
    display: none;
    opacity: 0;
  }

  .renew_style .productList .item.expansion .box .detail:hover {
    background-color: #eabe08;
    text-decoration: none;
  }
}

.renew_style .re_tabBox .tab {
  border: 1px solid #9d9d9d;
  border-top: none;
  padding: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
  .renew_style .re_tabBox .tab {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .renew_style .re_tabBox .controller .button {
    font-size: 1.0rem;
    padding: 10px 0;
  }
}

.mm-btn a.btn {
  background-color: #87b126;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
}

.mm-btn a.btn:hover {
  background-color: #7d9e2b;
}

.mm-btn a.btn span.letter {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
}

.mm-btn {
  text-align: right;
  margin-bottom: 20px;
}

select {
  font-size: 13px;
  width: 120px;
  border: 1px solid #2c5200;
  background-color: #f5f5f5;
  text-align: center;
  margin-left: 10px;
}

.select-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 20px;
}

.pikbox.mm img {
  max-width: 455px;
}

.back-btn {

  display: flex;
  justify-content: flex-end;
}

.back-btn a {
  display: inline-block;
  padding: 5px 15px 3px;
  color: #ffffff;
  background-color: #2c5200;
  font-weight: bold;
  border-radius: 15px;
  margin-bottom: 30px;
}

.back-btn a span {
  color: yellow;
}

p.center {
  text-align: center;
}

.caption_left {
  margin-top: 15px;
}

img.border {
  border: 1px solid #cccccc;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.interviewer_name {
  min-width: 4em;
}

.caption-name {
  font-size: 90%;
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .elem_divide.sp_col1 .holder {
    margin-bottom: 30px;
  }
}