@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

/*section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#EFF4FE;}*/

section:nth-of-type{background-color:#FFF;}
section:nth-of-type(2){background-color:#FFEDED;}
section:nth-of-type(3){background-color:#EFF4FE;}

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;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red {
    color: #FF0000;
}

strong {
    font-weight: bold;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
    
.spnone{
    display: none !important;
	}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.inner:first-child {
	padding: 10% 0;
}

.titlePc {
	display: none !important;
}
    
.titlePc2 {
	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: 1rem 2rem;
    color: #fff;
    background: #0033cc;
    border-top: 5px solid #003399;
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
    margin-top: 10%;
}

h3 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 5% 0 3%;
  line-height: 1.6;
}

h3 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

.attention {
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
    font-size: 123.1%
}

/*紹介文*/
.intro {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em 1.5em;
    background-color: #fffce0;
    color: #333;
    font-size: 123.1%;
    line-height: 1.4;
}

.intro::after {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #dfdcc0 #fff;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}

/*割引対象ブランド*/
.discount img {
  width: 100%;
  height: auto;
  margin-top: 4%;
}


/*注意事項*/
ul.guideList {
    font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li .frame {
    margin: 0 2px;
    padding : 2px 3px;
    border: 1px solid #000;
    border-radius: 3px;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList3 > div {
	width: 100%;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 90%;
  height: 60px;
  margin: 5%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 5% 0;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_blue {
  color: #fff;
  width: 94%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 100%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue span {
  font-size: 80%;
  font-weight: normal;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#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: 20px 0;
}

.inner:first-child {
	padding: 50px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 300px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    padding: 1rem 2rem;
    color: #fff;
    background: #0033cc;
    border-top: 5px solid #003399;
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    margin-top: 50px;
}

h3 {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  line-height: 1.6;
}

h3 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.attention {
    width: 100%;
	font-size: 123.1%;
	line-height: 1.5;
	margin: 10px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

/*紹介文*/
.intro {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 1em 1.5em;
    background-color: #fffce0;
    color: #333;
    font-size: 138.5%;
    line-height: 1.4;
}

.intro::after {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #dfdcc0 #fff;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}

/*割引対象ブランド*/
.discount  {
  width: 700px;
  margin: 20px auto;
}


/*注意事項*/
ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li .frame {
    margin: 0 2px;
    padding : 0 3px;
    border: 1px solid #000;
    border-radius: 3px;
}






/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList3 {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.itemList2 > div {
	width: 50%;
}

.itemList3 > div {
	width: 33.33333%;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}    

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 80%;
  height: 80px;
  margin: 10px auto 20px;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    
.Btn_blue {
  color: #fff;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue span {
  font-size: 75%;
  font-weight: normal;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


}