
#accordion {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  text-align: left;
  line-height: 1;
}
 
#accordion input {
  position: absolute;
  height: 0;
  padding: 0;
  display: none;
}
 
#accordion div div.ttl {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #DDD;
}
 
div.ttl:first-child {
  border-top: 1px solid #DDD;
}

 
#accordion div.fire {
  position: relative;
  font-size: 18px;
  padding: 1.5em 2em;
  letter-spacing: 0.1em;
  color: #333;
  cursor: pointer;
}
 
#accordion div.fire:hover {
  background: #e4f7ff;
}
 
#accordion input:checked + div div.ttl:after {
  top: 12px;
  right: 15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
 
#accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#accordion ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
 

 
#accordion ul li.preventive{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0 0 0 10px;
  text-decoration: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#accordion ul li.preventive .text{
	text-align:left;
}
 
#accordion input[type="checkbox"]:checked + ul li.preventive {
  position: relative;
  background: none;
  line-height: 1;
  height: auto;
  padding: 1.3em 0px 1em 10px;
  font-size: 14px;
}
 
#accordion ul:before {
  position: absolute;
  top: 37px;
  right: 2.8em;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
  border-top: 3px solid #999;
  border-right: 3px solid #555;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
 
#accordion input[type="checkbox"]:checked + ul:before {
  position: absolute;
  top: 37px;
  -webkit-transform: rotate(-45eg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
 
#accordion input[type="checkbox"] + ul li a:before {
  position: absolute;
  content: "";
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
 

#accordion .title img {
    margin: 0 auto 20px;
}
#accordion  .lead {
	text-align:center;
    font-weight: bold;
    font-size: 18px;
}
#accordion  .lead span {
	display:inline-block;
	color: #ff308c;
	margin-bottom:15px;
	line-height:.5;
}
#accordion .spTit,
#accordion .spTit02{
	display:none;
	
}
#accordion .text {
    font-size: 10.5pt;
    line-height: 1.5;
	text-align:center;
	margin-bottom:20px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #f3f3f3;
  line-height: 50px;
  font-size: 16px;
  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 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#spring:checked ~ #spring,
#summer:checked ~ #summer,
#fall:checked ~ #fall,
#winter:checked ~ #winter  {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.tab_content_description .subhead{
	display: table-cell;
    vertical-align: middle;
	width: 140px;
    height: 140px;
    }
.tab_content_description .subhead02{
	display: table-cell;
    vertical-align: middle;
	width: 132px;
    height: 94px;
    }	
.tab_content_description .info{
	display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;}	
#accordion .tab_content_description .info .text{
	margin-bottom:0px;
}
#accordion #fall .tab_content_description .info .text span{
	display:block;
	color:#fe8f2c;
	padding:5px;
	font-weight: bold;
}
.seasonTable{
	width:100%;
	display:table;
	margin-bottom:20px;}



@media only screen and (max-width: 760px) {
#accordion div.fire {
    position: relative;
    font-size: 18px;
    padding: 1.5em .5em;
    letter-spacing: 0.1em;
    color: #333;
    cursor: pointer;
}
#accordion .spTit{
	display:block;
	font-size:75%;
	
}
#accordion .spTit02{
	display:block;
	font-size:75%;
	
}
#accordion ul:before {
  position: absolute;
  top: 30px;
  right: 1em;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
  border-top: 3px solid #999;
  border-right: 3px solid #555;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
}
@media only screen and (max-width: 480px) {

#accordion .text {
    text-align: left;
}
#accordion input[type="checkbox"]:checked + ul li.preventive {
    padding: 1.3em 0px 1em 0px;
}

.tab_content {
    padding: 20px 0px 0;
}
.tabs {
    padding-bottom: 0px;
}
.seasonTable {
    margin-bottom: 40px;
}
.tab_content_description .subhead {
    display: block;
    width: 100%;
    height: auto;
	margin:0 auto 20px;
}
.tab_content_description .subhead02 {
    display: block;
    width: 100%;
    height: auto;
	margin:0 auto 20px;
}
.tab_content_description .info {
   display: block;
    padding-left: 0px;
}


}