@charset "UTF-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6;
  max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

header{
	text-align:center;
	margin: 3% 0 5%;
}

header img{
	height:auto;
}

a {
	font-size: 120%;
	color: #e32532;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

img {
	max-width: 100%;
}

main {
  text-align: center;
}

h1 {
  margin: 0 0 0.5%;
  font-size: 210%;
  line-height: 1.4;
  font-weight: bold;
}

.mv {
  position: relative;
  width: 100%;
}
.point {
  width: 60%;
  position: absolute;
  bottom: -37%;
  left: 20%;
}

.contents {
  margin: 15% 0 1.5%;
}

.date {
    border: 3px solid #333333;
    border-radius: 50px;
    padding: 0.5% 8%;
    margin-top: -2%;
    font-size: 250%;
    font-weight: bold;
    display: inline-block;
}

.lead {
  margin: 2% 0 0;
  font-size: 150%;
  font-weight: bold;
}
.lead>span {
  font-size: 120%;
  font-weight: 900;
  color: #c7171e;
}

.annotation {
  margin-left: 10%;
  text-align: left;
}


/*//タカシマヤカードNetアンサー//*/

h2 {
	margin-bottom: 3%;
	padding: 1% 0;
	color: #FFFFFF;
	font-size: 140%;
	text-align: center;
	background-color: #f08300;
}

.process {
	margin: 4% auto;
	background-color: #fff9f2;
	border: 2px solid #f08300;
}

.process>ul {
	padding: 0 2%;
  text-align: left;
  font-size: 115%;
}

.process>ul>li {
  padding-left: 1em;
  text-indent: -1em;
	font-weight: bold;
}

.process>ul>li>span {
	color: #f08300;
}

h3 {
	 margin: 0 2%;
	 padding: 1% 0;
	 position: relative;
	 background-color: #a10000;
   text-align: center;
   color: #FFFFFF;
   font-size: 140%;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
	font-weight: bold;
}

h3>span {
	font-size: 70%;
	font-weight: 100;
}

.box {
	margin: 0 2%;
	padding: 2% 0 2%;
	text-align: center;
	border: 2px solid #a10000;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.box>p:first-child>a {
	font-weight: bold;
}

.box>p:first-child>a>span {
	font-size: 80%;
	font-weight: 100;
}

.box p:last-child {
	font-size: 90%;
}

.box>ul {
	display: flex;
	margin: 2% 0;
	justify-content: center;
}

em {
	display: block;
  font-weight: bold;
	font-style: normal;
}

.box li {
    width: 450px;
}

.box li:first-child {
	margin-right: 20px;
}

.box li a{
	display: block;
	padding: 23px 20px 23px 70px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
    line-height: 1.2;
	text-decoration: none;
}

.new a {
	background: #ffffff url(https://www.takashimaya-fp.co.jp/card/common2015/images/com_ic50.png) no-repeat 90px 50% / 30px auto;
  border: solid 1px #000000;
  color: #000000;
}

.login a {
	background: #a10000 url(https://www.takashimaya-fp.co.jp/card/common2015/images/com_ic15.png) no-repeat 90px 50% / 30px auto;
  color: #ffffff;
}

section {
	margin: 3% 0 2%;
}

section p {
	padding: 0 4%;
}

.method {
  display: inline-block;
  width: 500px;
  margin: 1% 0;
  text-align: center;
  background-color: #FBEFF0;
}

.method>a {
  display: block;
  padding: 5% 2%;
  color: #C1272E;
  font-size: 125%;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #C1272E;
  text-decoration: none;
}

.chance>img {
  max-width: 37%;
}

.attention {
  text-align: center;
}
.attention>p:first-child {
  color: #c7171e;
  font-size: 120%;
  font-weight: 900;
}
.attention>p:nth-of-type(2) {
  margin-top: -0.5%;
}
.attention>p:first-child:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/attention_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}


.pay {
  margin: 4% 0;
  text-align: left;
}

h5 {
  margin-bottom: 1.5%;
    padding: 1% 1% 1%;
    border-left: 5px solid #f08300;
    background-color: #fbf5e8;
    font-size: 120%;
}

.note {
  margin: 2% 0;
  text-align: left;
}
.note>li:first-child {
  margin-bottom: 8px;
  font-size: 110%;
  border-bottom: 1px solid #333333;
}
.note>li {
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}

.note>li>span {
  font-size: 110%;
  font-weight: 900;
  border-bottom: 1px solid #333333;
}


h6 {
  margin: 7% 0 3%;
  padding: 1.5% 0;
  font-size: 150%;
  border-top: 4px solid #f08300;
  border-bottom: 4px solid #f08300;
  background-color: #fff9f2;
}
.figure>p>img {
  width: 80%;
}
.figure>p {
  display: inline-block;
  margin: 1% 0 2%;
  padding: 0.5% 4%;
  border-radius: 50px;
  color: #fff;
  font-size: 140%;
  background-color: #C21417;
}

.figure>ol,.figure>ol>li>ul {
  display: flex;
  justify-content: center;
}

.figure>ol {
  width: 90%;
  margin: 0 auto 3%;
  padding: 3% 2% 1.5%;
  background-color: #fffaec;
}

.figure>ol>li:first-child>ul>li>p>strong {
  color: #B08C1D;
}
.figure>ol>li:first-child>ul>li>span {
  color: #B08C1D;
  font-size: 180%;
}
.figure>ol>li:nth-of-type(2)>ul>li>p>strong {
  color: #C21417;
}
.figure>ol>li:nth-of-type(2)>ul>li>span {
  color: #C21417;
  font-size: 180%;
}
.figure>ol>li {
  width: 45%;
}
.figure>ol>li:first-child {
  margin-right: 2%;
}
.figure>ol>li>ul>li:first-child {
  width: 40%;
}
.figure>ol>li>ul>li:nth-of-type(2) {
  margin-left: 2%;
  text-align: left;
  font-size: 120%;
}


/*///////表///////*/

.modal-title {
  margin: 5% 0 2%;
}

.modal-title span {
    font-size: 35px;
}
.modal-title span {
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding: 0px 10px 0px;
}
.modal-title .lined:before, .modal-title .lined:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #fde0b2;
}
.modal-title .small .in {
    font-size: 23px;
}
.modal-title .in {
    position: relative;
    z-index: 2;
}

.case02 {
    background: #f1e7cf;
}
.cases {
    position: relative;
    padding: 35px 40px 25px;
    width: 90%;
  margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
.cases .card {
    padding-bottom: 35px;
}
.cases .card .img {
    padding-bottom: 15px;
}
.case02 .card .text {
    color: #a67c52;
}
.cases .results {
    margin: 0 auto 25px;

    color: #666666;
}
.case02 .results .texts {
    float: left;
    width: 46%;
    max-width: 200px;
}
.cases .results dl {
    margin-bottom: -12px;
}
.cases .results dt {
    font-size: 13px;
    padding-bottom: 0px;
    font-weight: bold;
}
.cases .results dd {
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 24px;
    margin-top: -10px;
}
.cases .results dd span {
    font-weight: bold;
    font-size: 36px;
}
.cases .results dl {
    margin-bottom: -12px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

table {
  width: 70%;
  margin: 2% auto 4%;
}

.case02 table tr:nth-child(even) {
    background: #e3d0a1;
}

.cases table .text01 {
    text-align: left;
    border-right: 1px solid #999999;
}
.cases table .text02 {
  padding-right: 1%;
    text-align: right;
    border-right: 1px solid #999999;
  vertical-align: middle;
}
.cases table .text03 {
  padding-right: 1%;
    text-align: right;
      color: #c7171e;
      font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
}

.cases table th {
    padding: 8px 8px;
    vertical-align: middle;
}

tr {
  padding: 2%;
}


/*/////表おわり/////*/





footer{
	margin: 3% 0 3%;
	padding: 2%;
	color: #000;
	font-size: 80%;
	text-align: center;
}


