@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

#wrapper{
	font-family: 'BIZ UDPGothic', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#FFFDF0;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
}

.textCenter {
	text-align: center;
    font-size: 123.1%;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red { 
    color: #FF0000;
}

.blue { 
    color: #0066cc;
}

.item {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 30s 0s infinite;
}

.item:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.item:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

/*◆ふわっとアニメーション*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;letter-spacing: 0.2px;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 6% 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
  padding: 0.5em;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(to right, #5697f1 0%, #0066cc 100%);
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 1px #A7A3A3;
}

h3 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 2% 0 0;
  line-height: 1.6;
}

h3 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
    line-height: 1.5;
	width: 100%;
	margin: 2% 0;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.attention span {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.1rem 0.2rem;
    background: #FF0000;
}

.campaign {
    width: 96%;
    padding: 4%;
	margin: 3% 2% 2%;
	border: 3px #0099FF dotted;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
    border-radius: 0.5em;
}

.campaign .text01 {
	font-size: 153.9%;
	line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #0099FF;
}

.campaign .text02 {
	font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign .text03 {
	font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
    border-top: 2px solid #0099FF;
    padding-top: 3%;
    margin-top: 5%;
}

.campaign img {
    max-width: 30px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: top;
}

.campaign02 {
    width: 96%;
    padding: 4%;
	margin: 3% 2% 2%;
	border: 3px #ff6633 solid;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
    border-radius: 0.5em;
}

.campaign02 .photo {
}

.campaign02 .photo img {
	text-align: center;
	width: 70%!important;
    margin: 2% 15% 1%;
}

.campaign02 .detail {
    font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign02 .detail .text04 {
    border-left: 4px solid #ff6633;
    color: #ff6633;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 5px;
    margin-bottom: 5px;
}

.message {
	width: 96%;
	margin: 4% 2% 2%;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #fff;
    border: 2px solid #ff6699;
	padding: 4%;
	border-radius: 0.5em;
}

.message span {
    color: #FF0000;
    font-weight: bold;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
	background: #ff6699;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 116%;
	font-weight: bold;
	display: block;
	width: 49.999%;
	float: left;
	margin: 0;
    padding: 3% 0.4%;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
	color: #fff;
}

.topNavi ul li.large {
	font-size: 120%;
    color: #ff6699;
    background: #ffff00;
}

.topNavi ul li.large a {
    color: #000;
}

/*.topNavi ul li:nth-child(5) { 
	border-bottom: none;
    width: 99.9%;
}*/
    
.topNavi ul li:nth-child(n+5) { /*5番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(3),
.topNavi ul li:nth-child(5) {
	border-left: none;
}

.topNavi ul li a {
    color: #fff;
}

/*◆イントロ*/
.introBox img {
	text-align: center;
    width: 86%!important;
    margin: 0 7%;
}

/*◆新着情報*/
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 200px;
}

.whatsnew dl {
    width: 100%;
	font-size: 123.1%;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
	padding-bottom: 1%;
}

.whatsnew dl:last-child{
	border: none;
}

/*◆slider*/
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
    margin-top: 3%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/*◆オプション*/
.optiondetailBox img {
	text-align: center;
    width: 86%!important;
    margin: 3% 7% 2%;
}

.optionBox {
width:100%;
table-layout: auto;
border-collapse: collapse;
border-spacing: 0;
font-size: 123.1%;
background-color: #FFF;
margin: 1% 0;
}

.optionBox th,
.optionBox td {
border:1px solid #999;
padding: .5em;
text-align: left;
vertical-align: middle;
word-break: break-all;
}

.optionBox th {
background-color: #333;
color:#fff;
}

/*◆賞品*/
.intro {
	font-size: 138.5%;
	line-height: 1.8;
    text-align: center;
    margin-top: 2%;
}

.intro .giftcard img {
    width: 80%;
    height: auto;
}

.intro .stampget img {
    width: 100%;
    height: auto;
}

.intro strong {
    font-weight: bold;
}

/*◆注意事項*/
ul.guideList02 {
	padding: 0;
	margin: 0;
}

ul.guideList02 li {
	list-style: none;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    font-size: 123.1%;
}

ul.guideList02 li:before {
	content: '●';
}

ul.guideList02 li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList02 li.kome:before {
	content: '※';
}

/*◆お申し込み*/
.areaName {
	font-size: 138.5%;
	font-weight: bold;
    color: #FFFFFF;
	padding: 3% 0;
	text-align: center;
    background: #fb7bbc;
    border-radius: 6px 6px 0 0;
}

.areaName img {
	max-width: 76px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}

.img-frame {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.areaText {
	text-align: left;
	font-size: 123.1%;
	margin-top: 2%;
}

.areaTag {
    width: 100%;
    padding: 3%;
    margin-top: 2%;
    font-size: 123.1%;
    background: #F0F0F0;
}

.areaTag span {
    color: #0033cc;
}

.areaTag span a {
    color: #0033cc;
    padding-right: 4%;
}

.areaTag02 {
    width: 100%;
    padding: 3%;
    margin-top: 2%;
    font-size: 123.1%;
    background: #E8ECFE;
    border: 2px solid #4472C4;
}

/*◆メディア紹介*/
.radioBox {
	font-size: 123.1%;
}

.radioBox .detail {
}

.radioBox .detail img {
    width: 100%;
	margin: 2% 0 1%;
}

.radioBox .photo img {
	text-align: center;
	width: 70%!important;
    margin: 2% 15% 1%;
}

.radioBox .photo p {
    text-align: center;
	font-weight: bold;
}

.radioCaption {
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 2%;
}

.scheduleBox {
	font-size: 123.1%;
	line-height: 1.4;
	width: 100%;
	padding: 2% 0;
	margin-top: 2%;
	text-align: center;
	background: #FDD;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.scheduleBox span {
    font-weight: bold;
	color: #F00;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList3,
.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div,
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 1%;
}

.itemList3 > div {
    margin-top: 3%
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
}

.itemList3 > div img,
.itemList4 > div img {
	width: 100%;
}

.itemList3 > div dd,
.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
    margin-bottom: 2%
	/*background: #FFF;*/
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 15px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 138.5%;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}

.itemList3 > div {
  width: 100%;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #e72456;
	border-radius: 30px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 15px auto 5px;
  text-align: center;
  background: #666;
  border-radius: 30px;
  padding: 10px;
  position: relative; /* 追記 */
  font-size: 138.5%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.4;letter-spacing: 1.8px;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 50px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url("../images/bg_title.jpg") repeat center 0;
	position: relative;
    height: 500px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(to right, #5697f1 0%, #0066cc 100%);
  font-size: 260%;
  text-align: center;
  text-shadow: 0 0 6px #7C7C7C;
}

h3 {
  text-align: center;
  font-size: 197%;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}

h3 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-top: 20px;
	padding: 15px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.attention span {
	font-size: 120%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.2rem 0.2rem;
    background: #FF0000;
}

.campaign {
    width: 950px;
	padding: 10px 20px;
    margin: 20px 0;
	border: 3px #0099FF dotted;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
}

.campaign .text01 {
	font-size: 153.9%;
	line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #0099FF;
}

.campaign .text02 {
	font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign .text03 {
	font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
    border-top: 2px solid #0099FF;
    padding-top: 10px;
    margin-top: 16px;
}

.campaign img {
    width: 30px;
    height: auto;
    display:inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.campaign02 {
    width: 950px;
	padding: 20px;
    margin: 20px 0;
	border: 3px #ff6633 solid;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
}

.flex {
  display: flex; /*横並び*/
}

.campaign02 .photo {
	float: left;
	width: 300px;
    margin-right: 10px;
}

.campaign02 .photo img {
	width: 300px;
    margin-bottom: 5px;
}

.campaign02 .detail {
    font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign02 .detail .text04 {
    border-left: 4px solid #ff6633;
    color: #ff6633;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 5px;
    margin-bottom: 5px;
}

.message {
	width: 850px;
	margin: 10px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #fff;
    border: 2px solid #ff6699;
	padding: 20px;
	border-radius: 0.5em;
}

.message span {
    color: #FF0000;
    font-weight: bold;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
    background: #ff6699;
	text-align: center;
}

.topNavi ul {
	width: 1150px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.topNavi ul li {
	list-style: none;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 138.5%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 16.66666%;
    display: flex;
    justify-content: center;
	align-items: stretch;
}

.topNavi ul li.large {
	font-size: 150%;
    background: #ffff00;
}

.topNavi ul li.large a {
    color: #000;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*◆イントロ*/
.introBox {
	text-align: center;
} 

.introBox img {
    width: 670px;
}

/*◆新着情報*/
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 160px;
}

.whatsnew dl {
    width:100%; 
	font-size: 123.1%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
	width: 100%;
}

.whatsnew dl:last-child{
	border: none;
}

/*◆slider*/
.slider {
	width: 90%;
    margin: 20px 5% 0;
}

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
    text-align: center;
}

.slider div p {
	font-size: 123.1%;
	padding: 10px 0;
	text-align: center;
}

.slide-arrow {
  position: absolute;
  top: 45%;
  margin-top: -15px;
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/*◆オプション*/
.optiondetailBox {
	text-align: center;
} 

.optiondetailBox img {
    width: 750px;
    margin: 20px 0;
}

.optionBox {
width:100%;
table-layout: auto;
border-collapse: collapse;
border-spacing: 0;
font-size: 123.1%;
background-color: #FFF;
margin-bottom: 6px;
}

.optionBox th,
.optionBox td {
border:1px solid #999;
padding: .5em;
text-align: left;
white-space:nowrap;
vertical-align: middle;
word-break: break-all;
}

.optionBox th {
background-color: #333;
color:#fff;
}

/*◆賞品*/
.intro {
	font-size: 182%;
	line-height: 1.8;
    text-align: center;
    margin-top: 10px;
}

.intro .giftcard img {
    width: 400px;
    height: auto;
}

.intro .stampget img {
    width: 650px;
    height: auto;
}

.intro strong {
    font-weight: bold;
}

/*◆注意事項*/
ul.guideList02 {
	padding: 0;
	margin: 0;
}

ul.guideList02 li {
	list-style: none;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    font-size: 123.1%;
}

ul.guideList02 li:before {
	content: '●';
}

ul.guideList02 li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList02 li.kome:before {
	content: '※';
}

/*◆お申し込み*/
.areaName {
  font-size: 153.9%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #fb7bbc;
  border-radius: 10px 10px 0 0;
}

.areaName img {
	max-width: 76px; 
    height: auto;
    margin-right: 4px;
    vertical-align: middle;
}

.img-frame {
  height: 224px;
  overflow: hidden;
  position: relative;
}

.areaText {
    text-align: left;
	font-size: 123.1%;
	margin-top: 6px;
	/*height: 80px;*/
}

.areaTag {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    font-size: 123.1%;
    background: #F0F0F0;
}

.areaTag span {
    color: #0033cc;
}

.areaTag span a {
    color: #0033cc;
    padding-right: 10px;
}

.areaTag02 {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    font-size: 123.1%;
    background: #E8ECFE;
    border: 2px solid #4472C4;
}

/*◆メディア紹介*/
.radioBox {
    width: 950px;
	font-size: 123.1%;
	line-height: 1.2;
    margin-top: 20px;
}

.radioBox .detail {
	float: left;
	width: 700px;
    margin-right: 10px;
}

.radioBox .detail img {
	width: 700px;
    margin-bottom: 5px;
}

.radioBox .photo {
	float: left;
	width: 240px;
}

.radioBox .photo p {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.radioBox .photo img {
	width: 240px;
	height: auto;
}

.radioCaption {
	text-align: center;
	font-size: 153.9%;
	font-weight: bold;
	margin-top: 30px;
}

.scheduleBox {
	font-size: 123.1%;
	line-height: 1.4;
	width: 80%;
	margin: 0 10% 10px;
	padding: 20px 0;
	margin-top: 10px;
	text-align: center;
	background: #FDD;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.scheduleBox span {
	font-size: 120%;
    font-weight: bold;
	color: #F00;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 5px 5px 0;
    text-align: left;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px 10px 0;
}

.itemList3 > div img {
	width: 100%;
}

.itemList3 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	/*background: #FFF;*/
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px 5px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 20px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}

.itemList3 .Btn {
  width: 0;
  width: 100%;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	background: #e72456;
	border-radius: 30px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 30px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

}