@charset "UTF-8";
/* CSS Document */

body{
	font-size-adjust: 84%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo","Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4;
	max-width:1000px;
	width: 100%;
	margin: auto;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
}

a:hover{
	opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


header{
	width:100%;
	height: auto;
	text-align: center;
	margin:2% 0;
}

header img{
	width:26%;
	height: auto;
}

#contents{
	margin: auto;
	width:100%;
	height: auto;
	max-width:1000px;
	
}

.ph{
	width:100%;
	height: auto;
}

.ph img{
	width:100%;
	height: auto;
}

.answer img{
	margin-top: 3%;
	width: 100%;
	height: auto;
	text-align: center;
}

.lead{
	font-size:158%;
	text-align: center;
	margin: 4% 10%;
	line-height: 1.6;
}


.lead>p{
	font-size: 135%;
	font-weight: bold;
	color:#3CB778;
	line-height: 2.0;
}


#attentionlead{
	background-color: #434343;
	font-size: 100%;
	line-height: 1.6;
	margin-top: 5%;
	color: #fff;
	text-indent: -1em;
	padding-left: 1em;
	padding:4% 4% 4% 6%;
	margin-bottom: 3%;
	
}

.tx {
	margin: 7% 0 2%;
	padding: 1% 0;
	font-size: 180%;
	color: #3CB778;
	text-align: center;
	border-top: 2px solid #3CB778;
	border-bottom: 2px solid #3CB778;
}
.tx2 {
	margin-top: 4%;
	text-align: center;
	font-size: 140%;
}

.contents {
	margin: 3% 2%;
}

.contents span {
	color: #3CB778;
}
.contents p {
	margin-bottom: 1%;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 120%;
}

.box {
	display: inline-block;
	margin: 2% 0;
	padding: 2%;
	border: 1px solid #333333;
	font-size: 100%;
}

.box ul li {
	margin-top: 1%;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 100%;
}

/*//Netアンサー//*/

h2 {
	padding: 2%;
	border-top: 2px solid #33b371;
	border-left: 2px solid #33b371;
	border-right: 2px solid #33b371;
	color: #33b371;
	text-align: center;
	font-size: 140%; 
	font-weight: bold;
	background-color: #e4f4e5;
}

.netAnswer {
	padding: 2%;
	text-align: center;
	border: 2px solid #33b371;
	background-color: #fff;
}

.netAnswer p:last-child {
	font-size: 96%;
}

.netAnswer ol {
	display: flex;
	margin: 3.5% 0;
}

.netAnswer ol li {
    width: 450px;
}

.netAnswer ol li:first-child {
	margin-right: 20px;
}

.netAnswer ol li a{
	display: block;
	padding: 18px 20px 18px 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 60px 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 60px 50% / 30px auto;
  color: #ffffff;
}

.netAnswer ul li {
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 100%;
}

em {
	display: block;
  font-weight: bold;
	font-style: normal;
}

.netAnswer ul li {
	text-align: left;
}

/*//Netアンサーおわり//*/


footer{
	text-align: center;
	margin-bottom: 2%;
}