@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 3%;
}

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

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

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

img {
	max-width: 100%;
}

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

.overview {
	margin: 1% 0 4%;
	line-height: 2;
	text-align: center;
	font-size: 130%;
}

.overview span {
	font-size: 140%;
	font-weight: bold;
}

.overview ul {
	margin-top: 2%;
	font-size: 80%;
}

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

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


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

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;
}

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

.box>p:first-child>a>span {
    font-size: 80%;
    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:last-child {
	font-size: 96%;
}

.box ul {
	display: flex;
	margin: 2% 0;
}

.txRed {
	color: #D40E11;
}

em {
	display: block;
  font-weight: bold;
	font-style: normal;
}
.box li {
    width: 470px;
}
.box li:first-child {
	margin-right: 20px;
}

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

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

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

section {
	margin: 2% 0 2%;
}

section p {
	padding: 0 4%;
}

.process ul {
	padding: 0 2%;
}

.method {
  display: block;
  max-width: 1100px;
  margin: 3% 0;
  text-align: center;
}

.method>a {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 2.5% 2%;
  color: #C1272E;
  font-size: 125%;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #C1272E;
  text-decoration: none;
  background-color: #FBEFF0;
}


/*////*/


/*//POINT//*/

#point_wrap {
	display: block;
  position: relative;
  margin: 0 auto;
  padding: 9% 2% 3%;
  width: 75%;
	background: #FFFDF9;
  border: 4px solid #008cd6;
	border-radius: 10px;
}

.point {
	display: inline-block;
  position: absolute;
  left: 0;
  top: 20px;
  box-sizing: border-box;
  padding: 6px 12px 0;
  margin: 0;
  height: 50px;
  line-height: 40px;
  font-size: 165%;
	font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
  background: #008cd6;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.point:before {
	position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 62px;
  width: 7px;
  background: #008cd6;
  border-radius: 5px 0 0 5px;
}
.point:after {
  position: absolute;
  content: '';
  bottom: -11px;
  left: -5px;
  border: none;
  height: 9px;
  width: 5px;
  background: #02679c;
  border-radius: 5px 0 0 5px;
}

#point_wrap p {
	line-height: 1.1;
	font-size: 130%;
}

#point_wrap p span {
	color: #da0202;
	font-size: 160%;
	font-weight: bold;
}

#point_wrap p:last-child {
	color: #0D1DA1;
}

#point_wrap a {
	font-size: 100%;
	color: #0D1DA1;
}

#point_wrap ul {
	margin: 2% 0 3%;
}


/*////*/



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


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


