@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: 1100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

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

header img{
	width:30%;
	height:auto;
}

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

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

img {
	max-width: 100%;
}

.ph img {
	max-width: 100%;
}

.overview {
	text-align: center;
	font-size: 160%;
}

.overview span {
	color: #D91114;
	font-weight: bold;
}

ul li {
	padding-left: 1em;
	text-indent: -1em;
}

h1 {
	margin: 3% 6% 5%;
	padding: 1.5% 0;
	color: #0068b7;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	border: 4px solid #0068b7;
	border-radius: 80px;
	box-shadow: 5px 5px;
}


.temp {
	margin: 3% 0 2%;
	text-align: center;
}

.temp p {
	display: flex;
	align-items: center;
	margin-bottom: 2%;
	font-size: 140%;
	font-weight: bold;
}

.temp p:before, .temp p:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #444;
	display: block;
}
.temp p:before {
	margin-right: .8em;
	margin-left: 15%;
}
.temp p:after {
	margin-right: 15%;
	margin-left: .8em;
}

.tx {
	margin-left: 15%;
}


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

h2 {
	margin-bottom: 2%;
	padding: 1% 0;
	color: #FFFFFF;
	font-size: 160%;
	text-align: center;
	background-color: #998234;
}

.process {
	margin-top: 4%;
	background-color: #FFFAEE;
	border: 2px solid #998234;
}

.process>ul {
	padding: 0 2%;
}

.process>ul>li {
	font-weight: bold;
}

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

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: 96%;
}

.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: 2% 0 2%;
}

section p {
	padding: 0 4%;
}
/*////*/

.cp_target {
	position: relative;
	margin: 8% 0;
	padding: -5% 0 4%;
	border: 2px solid #333333;
	border-radius: 10px;
}

.cp_target>p:first-child {
	position: absolute;
	width: 30%;
	height: auto;
	top: -30px;
	left: 32%;
	display: table;
	margin: 0 auto 4%;
	padding: 0.5% 3%;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #333333;
	background-color: #fff;
	border: 2px solid #333333;
	box-shadow: 5px 5px;
}

.cp_target>ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 6% 2% 0%;
}

.cp_target>ul>li {
	text-align: center;
	font-size: 85%;
}

.cp_target>ul>li>p {
	margin-top: 4%;
}

.cp_target>ul>li>p img {
	max-width: 80%;
}

.cp_target>ul>li>p>a {
	color: #002BD0;
}

.cp_target>.tx {
	margin: 4% 0 2%;
	text-align: center;
}



.comment {
	margin-top: 4%;
	padding: 3% 2%;
	background-color: #E4E4E4;
}


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


