@charset "UTF-8";

@media print,screen and (min-width: 769px) {
.top_img img{
	width: 940px;
	height: auto;
}

.top_text{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
	
.top_text span{
	font-weight: bold;
}
	
.nav_btn {
	width: 90%;
	display: flex;
	justify-content: center;
	margin: 1% 0% 3% 4%;
}
	
.nav_btn li{
	padding: 1%;
}
	
	
	
/*　ナビボタンテキスト版　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  font-size: 1.2em;
 }
 .link-list a {
  position: relative;
  display: flex;
  width: auto;
  margin: 1%;
  padding: 1% 5% 1% 3%;
  text-decoration: none;
  color: #474747;
  font-weight: bold;
  border: 1px solid #474747;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
 }
 .link-list a:hover {
  color: #fff;
  background: #474747;
  border: 1px solid #474747;
 }
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #474747;
  border-right: 3px solid #474747;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
 }
/*　ナビボタンテキスト版　*/
	
	
	
	
	
/* 見出し */
.cp_mds {
  padding: 0.5em;/*文字周りの余白*/
  color: #000;/*文字色603813*/
  font-size: 150%;	
  background:#E6E6E6;/*背景色*/
  border-left: solid 15px #999999;/*左線（実線 太さ 色）*/
  margin-top: 20px;
  margin-bottom: 30px;	
  text-align: left;	
  font-weight: bold;	
  }	
	

/* 1列 */
.camp_table1 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
	margin: 0 auto;
}
	
.table1 {
	width: 700px;
	border: #CCCCCC solid 1px;
	margin: 0% 0.3%;
	padding: 1%;
}
	
.table1_img {
	display: flex;
	justify-content: center;
}
	
.table1_img img{
	width: 210px;
	padding: 1%;
}
	
.table1_name {
	font-weight: bold;
}
	

	
/* 2列 */
.camp_table2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
 width: 100%;
	margin: 0 auto;
}
	
.table2 {
	width: 45%;
	border: #CCCCCC solid 1px;
	margin: 0% 0.3%;
	padding: 1%;
}
	
.table2_img {
	display: flex;
	justify-content: center;
}
	
.table2_img img{
	width: 49%;
	padding: 1%;
}
	
.table2_name {
	font-weight: bold;
}
	
.camp_icon2 {
	font-weight:bold;
	font-size:1.1em; 	
	text-align: center;
}
	
/* 3列 */
.camp_table3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
	margin: 0 auto;
}
	
.table3 {
	width: 25%;
	border: #CCCCCC solid 1px;
	margin: 0% 0.3%;
	margin-top: 2%;
	padding: 1.5%;
}
	
.table3_img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
	
.table3_name {
	font-weight: bold;
}
	
.camp_table3 a{
	text-decoration: none;
}
	
	
/* 3列でスマホは横1表示 */
.camp_table3b {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
	margin: 0 auto;
}
	
.table3b {
	width: 25%;
	border: #CCCCCC solid 1px;
	margin: 0% 0.3%;
	margin-top: 2%;
	padding: 1.5%;
}
	
.table3b_img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
	
.table3b_name {
	font-weight: bold;
}
	
.camp_table3b a{
	text-decoration: none;
}	
	
	

/* 4列 */
.camp_table4 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
	margin: 0 auto;
}
	
.table4 {
	width: 25%;
	border: #CCCCCC solid 1px;
	margin: 0% 0.3%;
	margin-top: 2%;
	padding: 0.5%;
}
	
.table4_img {
	display: block;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 10px;
}
	
.table4_name {
	font-weight: bold;
}
	
.camp_table4 a{
	text-decoration: none;
}
	
	
	
/* 共通 */
.gaiyo_img img{
	width: 750px;
	height: auto;
	margin: 0 auto;
}
	
.camp_rot {
	width:100%;
	text-align: center;		
    background: #FCEFD5;
	margin-top: 2%;
	padding: 1% 0%;
	font-weight:bold;
}
	
.camp_icon {
	font-weight:bold;
	font-size:1.1em; 	
	text-align: center;
	margin-top: 3%;
}
	
.camp_icon img {
	width: 52px;
}
	

.camp_icon1 {
	font-weight:bold;
	font-size:1.3em; 	
	text-align: center;
	margin-top: 15px;
	margin-left: -15px;
	vertical-align: middle;	

}	
			
.camp_icon1 img {
	width: 52px;
	padding-right: 5px;
	padding-left: 15px;
}	
	
	
.camp_icon2 {
	font-weight:bold;
	font-size:1.3em; 	
	text-align: center;
	margin-top: 15px;
	margin-left: -15px;
	vertical-align: middle;	

}	
			
.camp_icon2 img {
	width: 52px;
	padding-right: 15px;
	padding-left: 15px;
}
 
.camp_icon3 {
 width: 45%;
 margin: 0 auto;
	margin-top: 2%;
	vertical-align: middle;	
 text-align: center;
}
 
.camp_icon3 p{
 display: inline-block;
	font-weight:bold;
	font-size:1.1em;
 margin-left: 1%;
}
 
.camp_icon3 span{
	font-size:1em;
}
	
.camp_icon3 img {
	width: 52px;
}
		
	
	
.taisyou_btn img{
	width: 750px;
	height: auto;
	margin: 0 auto;
	margin-top: 2%;
}
	
/* キャンペーン概要 */
.camp_gaiyou1{
	width:850px;
	margin: auto;
	border:#39F solid 2px;
	margin-top:50px;
	margin-bottom:20px;
}

.camp_gaiyou1_title {
	background:#39F no-repeat;
	font-size:20px;
	color:#FFF;
	font-weight: bold;
	padding:10px;
}

.camp_gaiyou2{
	width:850px;
	margin: auto;
	border:#936134 solid 2px;
	margin-top:50px;
	margin-bottom:20px;
}

.camp_gaiyou2_title {
	background:#936134 no-repeat;
	font-size:20px;
	color:#FFF;
	font-weight: bold;
	padding:10px;
}
	
.camp_gaiyou1_inner{
	text-align: left; 
    font-size:14px;
	line-height:1.5em;
	padding:15px;
}
	
.camp_gaiyou1_inner p{
	border-bottom:#999 dashed 1px; 
	padding-top:5px; 
	color:#339;
	font-weight: bold;
	margin-top: 5px; 
	margin-bottom:10px;
}
	
.camp_gaiyou1_inner span{
	padding-top:10px;
}
	
.list_camp-wrap {
	list-style-type: none;
	padding-left: 1em;
    text-indent: -1em;
	line-height: 18px;
	line-height: 1.7em;
}
	
.list_camp-wrap li{
	padding:10px 0px 10px 0px; 
	border-bottom: #E6E6E6 1px dotted;
}
	
.list_camp-wrap li:last-child{
	border: none;
}
	
	
.list_camp-wrap span::before {
    content: "※";	
}		
	
	
/* おすすめ特集 */
.bn_ninki_pen {
	text-align: center;
	margin: 0 auto;
}
	
.osusume_banner {
 box-sizing: border-box;
	background: url(/images/top/h3_osusume.png)no-repeat;
 width: 940px;
	font-size: 17px;
	font-weight: bold;
	margin:2em 0em 0.8em 0em; 
	padding:0.6em 0em 0.6em 2.5em;
}
	
.osusume_flexbox ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.osusume_flexbox li {
	margin: 8px 0px;
	padding: 5px;
}
	
.osusume_flexbox li span {
	display: block;
	padding-top: 5px;
}
	
.osusume_flexbox_big img{
	width: 280px;
	height: 83px;
}
	
.osusume_flexbox_mini img{
	width: 208px;
	height: 82px;
}
	


}


@media screen and (max-width: 768px) {
.top_img img{
	width: 100%;
	height: auto;
}
	
.top_text {
	text-align: center;
	padding: 0% 3%;
	margin: 3% 0% 0% 0%;
    line-height: 1.7em;
	font-size: 0.9em;
}	
	
.top_text span{
	font-weight: bold;
}
	
.nav_btn {
	width: 90%;
	display: flex;
	justify-content: center;
	margin: 3% 0% 5% 6%;
}
	
.nav_btn li{
	width: 30%;
	padding: 2%;
}
	
.nav_btn img{
	width: 100%;
}
	


	
/*　ナビボタンテキスト版　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  font-size: 0.9em;
 }
 .link-list a {
  position: relative;
  display: flex;
  width: 40%;
  margin: 1%;
  padding: 2% 4% 2% 3%;
  text-decoration: none;
  color: #474747;
  font-weight: bold;
  border: 1px solid #474747;
  background: #fff;
  border-radius: 5px;
 }
 .link-list a:visited {
  color: #474747;
 }
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #474747;
  border-right: 3px solid #474747;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 .link-list a:hover {
  color: #fff;
  background: #474747;
  border: 1px solid #474747;
 }
/*　ナビボタンテキスト版　*/
	
	
	
	
	
/* 見出し */

.cp_mds {
  padding: 0.6em 0.6em 0.6em 0.6em;/*文字周りの余白*/
  color: #000;/*文字色603813*/
  font-size: 110%;	
  background: #F2F2F2;/*背景色*/
  border-left: solid 15px #999999;/*左線（実線 太さ 色）*/	
  margin-top:2%;
  margin-bottom:7%;
  text-align: left;	
  font-weight: bold;	
  }		
	
	
/* 1列 */
.camp_table1 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 95%;
	margin: 0 auto;
}
	
.table1 {
	width: 95%;
	border: #CCCCCC solid 1px;
	margin: 0% 0.5%;
	padding: 3%;
}
	
.table1_img {
	display: flex;
	justify-content: center;
}
	
.table1_img img{
	width: 45%;
	padding: 1%;
}
	
.table1_name {
	font-weight: bold;
	font-size: 0.8em;
 }	
	
	
/* 2列 */
.camp_table2 {
	display: flex;
	justify-content: center;
	align-items: stretch;
    width: 95%;
	margin: 0 auto;
}
	
.table2 {
	width: 90%;
	border: #CCCCCC solid 1px;
	margin: 0% 0.5%;
	padding: 1%;
 }
	
.table2_img {
	display: flex;
	justify-content: center;
}
	
.table2_img img{
	width: 98%;
	padding: 1%;
}
	
.table2_name {
	font-weight: bold;
	font-size: 0.8em;
}
	
.camp_table2 a{
	text-decoration: none;
}
	
/* 3列 */
.camp_table3 {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
    width: 95%;
	margin: 0 auto;
}
	
.table3 {
	width: 28%;
	border: #CCCCCC solid 1px;
	margin-top: 2%;
	padding: 1.5%;
}
	
.table3_img {
	width: 100%;
}
	
.table3_name {
	font-weight: bold;
	font-size: 0.8em;
}
	
.camp_table3 a{
	text-decoration: none;
}	
	
	
/* PCは3列、SPは1列表示 */
.camp_table3b {
	display: flex;
	justify-content: center;b
	align-items: flex-start;
    width: 98%;
	margin: 0 auto;
}
	
.table3b {
	width: 95%;
	border: #CCCCCC solid 1px;
	margin: 0% 0.5%;
	padding: 3%;
}
	
.table3b_img {
	display: flex;
	justify-content: center;
}
	
.table3b_img img{
	width: 45%;
	padding: 1%;
}
	
.table3b_name {
	font-weight: bold;
	font-size: 0.8em;
 }	
		
	
	
/* 4列 */
.camp_table4 {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
    width: 98%;
	margin: 0 auto;
}
	
.table4 {
	width: 45%;
	border: #e3e3e3 solid 1px;
	margin: 2% 1% 0% 1%;
	padding: 1%;
}
	
.table4_img {
	width: 100%;
}
	
.table4_name {
	font-weight: bold;
	font-size: 0.8em;
}
	
.camp_table4 a{
	text-decoration: none;
}		
	
	
/* 共通 */
.gaiyo_img img{
	width: 100%;
 height: auto;
}
 
.camp_rot {
	width:100%;
	text-align: center;		
    background: #FCEFD5;
	margin-top: 2%;
	padding: 1% 0%;
	font-weight:bold;
	font-size: 0.9em;
}
	
.camp_icon {
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	margin: 0 auto;
	margin-top: 4%;
}
	
.camp_icon img {
	width: 52px;
	margin: 3% 0%;
}
	
	
.camp_icon1 {
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	margin: 0 auto;
	margin-top: 4%;
	vertical-align: middle;	
}
	
.camp_icon1 img {
	width: 52px;
	margin: 4% 0%;
}	
	
	
.camp_icon2 {
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	margin: 0 auto;
	margin-top: 4%;
	vertical-align: middle;	
}
	
.camp_icon2 img {
	width: 52px;
	margin: 1% 3% 0% 0%;
}
 
.camp_icon3 {
 width: 70%;
 margin: 0 auto;
	margin-top: 2%;
	vertical-align: middle;	
 text-align: center;
}
 
.camp_icon3 p{
	font-weight:bold;
	font-size:1.1em;
}
 
.camp_icon3 span{
	font-size:0.9em;
}
	
.camp_icon3 img {
	width: 52px;
	margin: 4% 0%;
}
	
	
	
.taisyou_btn img{
	width: 100%;
	margin: 0 auto;
	margin-top: 5%;
}
	
/* キャンペーン概要 */
.camp_gaiyou1{
	width:100%;
	margin: auto;
	margin-top:2em;
	margin-bottom:5em; 
	background-color:#FFEEEE;
}
	
.camp_gaiyou1_title {
	font-size:130%;
	background:#f0a938 no-repeat;
	color:#330000;  
	font-weight: bold;
	padding:10px;
}
	
.camp_gaiyou2{
	width:100%;
	margin: auto;
	margin-top:3em;
	margin-bottom:5em; 
	background-color:#FFEEEE;
}
	
.camp_gaiyou2_title {
	font-size:130%;
	background:#f0a938 no-repeat;
	color:#330000;  
	font-weight: bold;
	padding:10px;
}
	
.camp_gaiyou1_inner{
	text-align: left; 
	line-height:1.5em;
	padding:15px;
}
	
.camp_gaiyou1_inner p{
	border-bottom:#999 dashed 1px; 
	padding-top:5px; 
	font-size:0.9em; 
	color:#330000;
	font-weight: bold;
	margin-top: 5px; 
	margin-bottom:10px;
	line-height: 1.5em;
}
	
.camp_gaiyou1_inner span{
	padding-top: 5%;
}
	
.list_camp-wrap {
	list-style-type: none;
	font-size:0.9em; 	
    margin-left: 1.4em;
    text-indent: -1.6em; /*インデントの調整*/	
}
	
.list_camp-wrap li {
	margin-bottom:5%;
}	
	
	
.list_camp-wrap li::before {
	margin:2% 0 2% 0;
}

	
.list_camp-wrap span::before {
    content: "※";	
}
 
 
/* おすすめ特集 */
.osusume_banner {
 box-sizing: border-box;
	background: url(/images/top/h3_osusume.png)no-repeat;
 width:100%;
	font-size: 17px;
	font-weight: bold;
	margin:2em 0em 0.8em 0em; 
	padding:0.6em 0em 0.6em 2.5em;
}
		
	

}