/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  font-size: 1.3em;
  font-weight: bold;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #dddddd;
  line-height: 50px;
  font-size: 1.1em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#notice:checked ~ #notice_content,
#product:checked ~ #product_content,
#delivery:checked ~ #delivery_content,
#saiji:checked ~ #saiji_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #dddddd;
  color: #9e3d3f;
}



.top_tittle2 {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  width: 40%;
  margin: auto;
  padding: 40px 0 20px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 以下参考サイトコピー */
.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex_center {
  display: flex;
  justify-content: center;
}

.date {
  width: 100px;
  font-size: 0.9em;
}

.title4 {
  width: 790px;
}

.title4 a {
  color:#3c3c3c;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.3s;
}
.title4:hover a {
  opacity: 0.6;
  transition-duration: 0.3s;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab li.empty {
  width: 96px;
}

.tab li {
  width: 188px;
  /*height: 68px; */
  line-height: 68px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 34px;
  cursor: pointer;
}

.tab li.current {
  border: 3px solid #dddddd;
  box-sizing: border-box;
  color: #9e3d3f;
  background: #dddddd;
}

.tab li:hover {
  color: #9e3d3f;
}

.info {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 25px 0 25px;
  background: url() no-repeat 830px 25px;
  border-bottom: 1px solid #e0e0e0;
}

.info .tag {
    width: 58px;
}

.tag.light_gray {
    background: #dddddd;
}
.info p {
  margin-right: 50px;
  color: #3c3c3c;
}
.tag {
    display: inline-block;
    width: 111px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
}

.mt40 {
  margin-top: 40px;
}

.text_center {
  text-align: center;
}

/* ページネーション */
.pgns ul {
  display: flex;
  justify-content: center;
}

.pgns li {
  list-style: none;
  margin-left: 8px;
}

.pgnsund {
  border-bottom: 1px solid #3c3c3c;
  display: inline-block;
}

.pgnscl a {
  color: gray;
  text-decoration:none;
}

/* トップページに戻る */
.nlarrowbox {
  text-align: center;
  font-size: 1.1em;
  padding: 0 0 40px;
}

/* 矢印アイコンここから */
.nlarrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
  font-weight: bold;
}
.nlarrow::before,
.nlarrow::after{
	position: absolute;
	top: -1px;
	bottom: 0;
	right: -23px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.icon-r::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #800000;
}
.icon-r::after{
	right: -19px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}
/* 矢印アイコンここまで */

.section_btn {
  font-size: 18px;
  border-radius: 139px;
  width: 368px;
  height: 72px;
  background-position: 92% center;
}

.section_btn.arrow {
  background-position: 93% center;
}

.section_btn.red {
  background: #F87076;
  color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}

/*.arrow {
  background-repeat: no-repeat !important;
}*/

.fs-p-inputGroup {
  background: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}




@media (max-width: 767px) {
  /*.flex_center_pc {
      display: flex;
      justify-content: center;
  }*/

  .isSP {
    display: none !important;
}

  .top_tittle2 {
    font-size: 1.7em;
  } 

  .tab_item {
    width: 50%;
    font-weight: 100;
  }

  .tabs input:checked + .tab_item {
    font-weight: bold;
  }

  .tab_content {
    padding: 30px 0;
  }

  .tabs {
    font-size: 1.2em;
    font-weight: 100;
  }

  .info {
    display: block;
    padding: 10px 0px;
  }

  .info p {
    margin-right: 0;
  }

  .flex_center {
    justify-content: left;
  }

  .title4 {
    width: 100%;
  }

  .date {
    text-align: left;
  }

  .border-next {
    margin-top: -2px;
    margin-left: -2px;
    width: calc(50% + -2px);
    border: 2px solid #dddddd;
  }


}
