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

  .sp {
    display: none;
  }
	
}
@media screen and (min-width:768px) and (max-width:1023px){
  
  .sp {
    display: none;
  }
	
	main {
		width: auto;
	}
	
	.lead {
    font-size: 120%;
}	
	h1 {
    font-size: 300%;
}
	
	.gold_card ul li, .red_card ul li {
    width: 50%;
}
	
	.gold_card ul li:first-child, .red_card ul li:first-child {
    width: 40%;
    margin: 4% 4% 0 0;
}
	
	.gold_card ul li:nth-of-type(2), .red_card ul li:nth-of-type(2) {
    width: 56%;
    margin-top: 2%;
}
	
	.gold_card ul li p:nth-of-type(2), .red_card ul li p:nth-of-type(2) {
    font-size: 145%;
	}
	
	
	/*section p,ol,.comment {
		padding: 0 2%;
	}*/
	
	.tab,.tab2 {
    font-size: 110%;
	}
  
  
  .normal {
    width: 100%;
}
  .normal>a {
    padding: 6% 2%;
    font-size: 100%;
  }
	
}


@media screen and (max-width:767px){
  
  .normal {
    width: 100%;
}
  
  .normal>a {
    padding: 6% 2%;
    font-size: 100%;
  }
  
  .all_area div.content_area {
    margin-bottom: 3%
  }
  
  .target {
    font-size: 110%;
  }
  
  
  /*//アコーディオン//*/
  
.acd-check{
    display: none;
}
.acd-label{
    background: #E9E0CE;
    color: #896D2C;
    display: block;
    margin-top: 5%;
    padding: 13px;
    position: relative;
    font-weight: bold;
    font-size: 110%;
}
.acd-label:after{
    box-sizing: border-box;
    content: "";
    display: inline-block;
  background-image: url(../img/plus.png);
  width: 27px;/*画像の幅*/
    height: 27px;
    position: absolute;
    right: 3%;
    top: 41%;
   background-repeat: no-repeat;
  transform: translateY(-30%);
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
  content: "";
  background-image: url(../img/minus.png);
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}
  
  .acd-content>p:first-child {
    margin-bottom: 2%;
    padding-left: 0em;
    text-indent: 0em;
  }
  
  .acd-content>p {
    padding-left: 1em;
    text-indent: -1em;
  }
  
   /*//アコーディオン//*/
 
  
  .tx img {
    width: 80%;
}
  

}

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

	.sp {
		display: none;
	}


}



@media screen and (max-width:540px){
 
  
  .all_area div.content_area .tx {
    font-size: 110%;
}
	
  
  .tab:first-child a {
    display: inline-block;
    /* border: solid 3px #e48586; */
    color: #e48586;
    /* padding-top: 3%; */
}
  
  .tab {
    flex-grow: 1;
    padding: 2.5%;
  }
	
	main {
		width: auto;
	}
	
	.pc {
		display: none;
	}
	
	header img {
		width: 40%;
	}
	
	.lead {
		font-size: 80%;
		font-weight: bold;
	}
	
	h1 {
		width: 100%;
		margin-top: 1%;
		font-size: 190%;
	}
	
	.benefits>p {
		margin: 5% 0 3%;
    font-size: 115%;
}

	h2 {
    margin: 5% 0 3%;
		padding: 2%;
		font-size: 110%;
	}
	
	.contents {
		margin: 8% 0 0;
		padding: 5% 2%;
	}
  
  .contents ul>li>p.more {
    display: flex;
    justify-content: center;
  }
  .contents ul>li>p.more>a {
    margin-left: 3%;
  }
	
	.gold_card,.red_card {
		margin-bottom: 10%;
	}

	
	.gold_card ul,.red_card ul {
	display: inline-block;	
}

	.gold_card>ul>li:nth-of-type(1),.red_card>ul>li:nth-of-type(1) {
		width: 65%;
		margin: 0 0 0 22%;
}
	
	.gold_card>ul>li:nth-of-type(2),.red_card>ul>li:nth-of-type(2) {
		width: 100%;
	}
	
	.gold_card ul li p:first-child,.red_card ul li p:first-child {
		display: none;
		font-size: 80%;
	}
	
	.gold_card>ul>li>p:nth-of-type(2),.red_card>ul>li>p:nth-of-type(2) {
		margin: 3% 0;
		text-align: center;
		line-height: 1.3;
		font-size: 130%;
	}
	
	.gold_card ul li a,.red_card ul li a,.txSm {
		text-align: center;
		display: block;
	}
	
	.gold {
		font-size: 110%;
	}
	
	.red {
		font-size:160%;
	}
	
	section p,ol li {
		margin: 0 2%;
	}
	
	section p {
		font-size: 100%;
	}
	
	ol {
		margin-top: 5%;
		font-size: 80%;
	}

	.comment {
		margin-top: 0;
		font-size: 80%;
	}
	
	.cardP>li {
		margin-bottom: 7%;
		padding-top: 7%;
		border-top: 1px solid #D6D6D6;
	}
	
	#links01>li>p>span {
		font-size: 110%;
		font-weight: bold;
	}
	
	#links02>li>p>span {
		font-size: 100%;
		font-weight: bold;
	}
	
	
	#links01>li>p {
		margin-bottom: 2%;
		font-size: 90%;
	}
	
	#links02>li>ul li {
		font-size: 90%;
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.table {
    margin: 8% 0 5%;
}
	
	#links01>li>.issue {
		font-size: 80%;
	}
	
	strong {
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 2% 0 2%;
}
	
	#links02>li>ul:nth-of-type(2)>li:nth-last-of-type(-n+2),
	#links02>li>ul:nth-of-type(3)>li:nth-last-of-type(-n+2) {
    margin-top: 2%;
    font-size: 80%;
}
	
	footer {
		font-size: 50%;
	}
	
	
	/*//TOP//*/
	
	.tab {
    font-size: 75%;
		border: solid 2px #e48586;
	}
	
	.tab:first-child {
		padding-top: 2%;
    border: solid 2px #e48586;
	}
	
	.panel-group>.panel:first-child {
    border: solid 2px #e48586;
}
	.panel-group>.panel {
    margin-top: -2px;
		border: solid 2px #e48586;
	}
	.tab-group>li:first-child.is-active {
    padding-top: 2%;
}
	
	.tab-group>li:nth-of-type(1),.tab-group2>li:nth-of-type(1) {
		width: 34%;
		max-width: 34%;
	}
	.tab-group>li:nth-of-type(2),.tab-group2>li:nth-of-type(2) {
		width: 57%;
		max-width: 57%;
	}
	
	
	/*//TOPおわり//*/
	
	
  /*//BOTTOM//*/
	
	.tab-group2 {
    margin-top: 7%;
}
	
	.tab2 {
		width: 100%;
		max-width: 100%;
    font-size: 75%;
		border: solid 2px #e48586;
	}
	
	.tab2:first-child {
		padding-top: 2%;
    border: solid 2px #e48586;
	}
	
	.panel-group2>.panel2 {
    margin-top: -2px;
	}
	.tab-group2>li:first-child.is-active2 {
    padding-top: 2%;
}
	
	/*//BOTTOMおわり//*/
	
	#page-top a {
    padding: 15px 15px;
	}
	
  .tab_area li {
    padding: 3% 1%;
    font-size: 65%;
}
  
  .normal {
    margin: 12% auto 0;
}
	
  .note {
    margin-top: 8%;
  }

	
}

@media screen and (max-width:320px){
	
	.lead {
    font-size: 70%;
}
	
	h1 {
    font-size: 160%;
}
	
	.gold_card>ul>li>p:nth-of-type(2), .red_card>ul>li>p:nth-of-type(2), .saison_card>ul>li>p:nth-of-type(1) {
    font-size: 125%;
}
	
	h2 {
    padding: 2%;
    font-size: 95%;
}

	.tab-group {
    margin-top: 5%;
}
	
	.tab,.tab2 {
    font-size: 60%;
	}
	
	strong {
    font-size: 95%;
}
	
	section p, ol li, .comment {
    margin: 4% 2%;
}
  
  .acd-label {
    font-size: 95%;
}
	
	

}