.tab01 {
  max-width: 800px;
  text-align: left!important;
  margin: 0 auto 50px;
}
/*タブのスタイル
.tab_menu {
  width: calc(100%/5);
  height: 30px;
  line-height: 30px;
  font-size: 5px;
  text-align: center;
  color: #000;
  border-bottom: 3px solid #1f71b5;
  background-color: #d9d9d9;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

*/

.ody_price{
font-weight: bolder;
}

.ody_price:before{
  font-weight: bold;
  display:inline-block;
  width:10px;
  height:10px;
  content:'';
  background-image:url('https://www.kyutouki-oodonya.jp/public_html/wp-content/themes/ody/images/lp-test/icon_yazirushi.png');
  background-repeat: no-repeat;
  background-size:contain;
  padding-right:5px;
  /*vertical-align:middle;*/
}

.red{
  color:red;
  font-weight:bold;
}

.tab_menu:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_menu"] {
  display: none;
}

.tab_menu img{
  width: calc(100%/4);
}

@keyframes fadein{
  from{opacity:0.5;}
  to{opacity:1}
}

/*タブ切り替えの中身のスタイル*/
.tab_contents {
  display: none;
  padding: 10px;
  clear: both;
  overflow: hidden;
  /*transition: 1s opacity;*/
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  margin-top:5px;
  position:relative;
  overflow:hidden;
}

@media screen and (max-width: 768px) {
 
  /*選択されているタブを表示*/
#menu01:checked ~ #menu01{
  display: block;
  box-sizing: border-box;
  border: solid 3px rgb(119, 193, 207);
  animation:fadein 1s;
}


#menu02:checked ~ #menu02{
  display: block;
  box-sizing: border-box;
  border: solid 3px rgb(21, 108, 55);
  animation:fadein 1s;
}

#menu03:checked ~ #menu03 {
  display: block;
  box-sizing: border-box;
  border: solid 3px rgb(190,32,33);
  
  animation:fadein 1s;
}
}

@media screen and (min-width:769px){

  /*選択されているタブを表示*/
#menu01:checked ~ #menu01{
  display: block;
  box-sizing: border-box;
  border: solid 7px rgb(119, 193, 207);
  
  animation:fadein 1s;
}


#menu02:checked ~ #menu02{
  display: block;
  box-sizing: border-box;
  border: solid 7px rgb(21, 108, 55);
  animation:fadein 1s;
}

#menu03:checked ~ #menu03 {
  display: block;
  box-sizing: border-box;
  border: solid 7px rgb(190,32,33);
  
  animation:fadein 1s;
}
}



選択されているタブのスタイル
.tab01 input:checked + label img {
  opacity: 1;
}


.item-img{
	width:48%;
  text-align:center;
}

.flexbox{
display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
display: -webkit-flex;  /* Chrome 21-27 */
display: -moz-box;      /* Firefox 2-21 */
display: -ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
justify-content: space-between;
flex-wrap:wrap;
width:100%;
text-align:center;
}

.tab_menu.menu02-back{
  background-color: #ff0303;
}

.heading14 {
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 0 10px;
  position: relative;
  padding-left: 70px;
  max-width: 800px!important;
  font-size: 20px;
  text-align: left!important;
}

.heading14::before {
  content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 50px;
}

.heading14::after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}

.wrap {
  margin: 2em 0;
  padding: 0;
}

.wrap label {
  display: block;
  padding : 8px;
  color: #fff;
  font-weight: bold;
  background: #00adef;
  cursor: pointer;
}

.wrap input[type="checkbox"] {
  display: none;
}

.wrap .content {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.switch:checked + .content {
  height: auto;
  padding: 8px;
  background: #f7f7f7;
}