@charset "UTF-8";
/*------------------------------- 
　common
-------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
}
body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
a {
  text-decoration: none;
  transition: 300ms;
  color: #0066cc;
}
a:hover {
  opacity: .7;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.pc-show {
  display: inline-block;
}
.sp-show {
  display: none;
}
.txt-bold {
  font-weight: bold;
}
.txt-red {
  color: #ec2113;
}
.inner {
  width: 1000px;
  margin: 40px auto 60px;
}
@media only screen and (min-width: 768px) and  (max-width: 1034px){
  .inner {
    width: 94%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  img {
    width: 100%;
  }
  .pc-show {
    display: none;
  }
  .sp-show {
    display: inline-block;
  }
  .inner {
    width: 94%;
    margin: 30px auto;
  }
}
/*------------------------------- 
　header
-------------------------------*/
header {
  padding: 20px;
}
header .head-inner {
  max-width: 1360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.btnClose {
  display: flex;
  align-items: center;
  color: #333;
}
.btnClose .roundIcon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ccc;
}
.btnClose .roundIcon::before, .btnClose .roundIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #fff;
}
.btnClose .roundIcon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btnClose .roundIcon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btnClose .closeTxt {
  font-size: 1.4rem;
  padding: 2px 0 0 4px;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 14px;
  }
  header .head-inner {
    max-width: 100%;
  }
  header .siteLogo {
    width: 40%;
  }
}
/*------------------------------- 
　main
-------------------------------*/
.main {
  margin: 0 auto;
}
.main section {
  margin: 0 0 60px;
}
.hedding01 {
  background: #403b3b;
  text-align: center;
}
.hedding01 span {
  display: inline-block;
  width: 1000px;
  font-size: 2.8rem;
  padding: 20px 0 16px;
  border-bottom: solid 2px #ec2113;
  color: #fff;
}
.hedding02 {
  padding: 8px 24px 6px;
  border: solid 1px #ddd;
  border-radius: 5px;
  box-shadow: rgba(150, 150, 150, 0.3) 0 1px 1px;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 20px;
}
.hedding03 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.totalpayment {
  width: 80%;
  margin: 0 auto 60px;
}
.totalpayment-summaryHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 3rem;
  padding: 10px;
}
.totalpayment-summaryBody {
  display: flex;
  flex-wrap: wrap;
}
.totalpayment-summaryBody .totalpayment-summaryHeading, .totalpayment-summaryBody .totalpayment-summaryData {
  width: 50%;
  padding: 20px 20px 0;
}
.totalpayment-summaryBody .totalpayment-summaryHeading {
  font-weight: bold;
}
.totalpayment-summaryBody .totalpayment-summaryData {
  text-align: right;
}
.simulateditail {
  margin: 0 0 40px;
}
.table01 {
  width: 100%;
  border: solid 1px #cccccc;
}
.table01 th, .table01 td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 12px 12px 8px;
}
.table01 th {
  width: 50%;
  background: #eee;
}
.table01 th.bglight {
  background: #fbfbfb;
}
.table01 td {
  text-align: right;
}
.btnLink01 a {
  display: inline-block;
  margin: 20px 0;
  padding: 15px 60px 11px 40px;
  border: solid 1px #E60012;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  transition-property: background;
  transition-duration: 0.2s;
  cursor: pointer;
  position: relative;
}
.btnLink01 a::after {
  content: url("https://www.takashimaya-fp.co.jp/card/common2015/images/blank.png");
  position: absolute;
  top: 50%;
  right: 4%;
  bottom: 0;
  margin-top: -14px;
}
.btnSubmit {
  text-align: center;
}
.btnSubmit button {
  width: 50%;
  display: inline-block;
  margin: 30px 0 0;
  padding: 15px 60px 11px 60px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background: #E60012;
  text-align: center;
  transition-property: background;
  transition-duration: 0.2s;
  cursor: pointer;
  position: relative;
}
.btnSubmit button::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  margin: auto;
}
.btnSubmit button:hover {
  background: #c30909;
}
.txtLink01-item {
  padding: 4px 4px 4px 20px;
  position: relative;
}
.txtLink01-item a:hover {
  text-decoration: underline;
}
.txtLink01-item a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 12px;
}
.simulateform {
  background: #eee;
  margin: 20px 0 0;
  padding: 40px;
}
.simulateform-note {
  font-size: 1.3rem;
}
.simulateform-form-content {
  display: flex;
  flex-wrap: wrap;
}
.simulateform-form-heading {
  width: 24%;
  margin: 28px 0 0;
  padding: 6px 0 0 0;
}
.simulateform-form-body {
  width: 70%;
  margin: 28px 0 0;
}
.simulateform-form-textinput, .simulateform-form-selectbox {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
  padding-right: .625rem;
  padding-left: .625rem;
  height: 38px;
  width: 50%;
  background:#fff;
}
.simulateform-form-action {
  position: relative;
}
.simulateform-errorTooltip {
  bottom: 100%;
  margin-bottom: 6px;
  padding: 2px 8px;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  left: 0;
  border-radius: 4px;
  background-color: #ec2113;
  color: #fff;
}
.simulateform-errorTooltip::after {
  position: absolute;
  left: 16px;
  border-width: 0 4px;
  border-color: rgba(221, 26, 26, 0);
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
  bottom: -6px;
  border-top-width: 8px;
  border-top-color: #ec2113;
}
.simulateform-note-list li {
  text-indent: -1.4rem;
  margin-left:1.4em;
}

@media only screen and (min-width: 768px) and  (max-width: 1034px){
  .hedding01 span {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .main section {
    margin: 0 0 40px;
  }
  .hedding01 span {
    width: 100%;
    padding: 12px 20px;
    font-size: 2rem;
  }
  .hedding02 {
    padding: 10px;
    font-size: 1.8rem;
    margin: 0 0 16px;
  }
  .hedding03 {
    font-size: 1.6rem;
    margin: 0 0 6px;
  }
  .btnClose .closeTxt {
    font-size: 1.2rem;
  }
  .totalpayment {
    width: 100%;
    margin: 0 auto 40px;
  }
  .totalpayment-summaryHeader {
    font-size: 2rem;
    padding: 8px;
  }
  .totalpayment-summaryBody .totalpayment-summaryHeading, .totalpayment-summaryBody .totalpayment-summaryData {
    padding: 10px 8px 0;
  }
  .simulateditail {
    margin: 0 0 20px;
  }
  .btnLink01 a {
    width: 100%;
    margin: 20px 0;
    padding: 16px 40px;
    font-size: 1.65rem;
  }
  .btnLink01 a::after {
    margin-top: -10px;
  }
  .txtLink01-item {
    line-height: 1.5;
  }
  .txtLink01-item a::before {
    margin-top: 9px;
  }
  .simulateform {
    padding: 20px;
  }
  .simulateform-form-heading {
    width: 100%;
    margin: 20px 0 0;
  }
  .simulateform-form-body {
    width: 100%;
    margin: 2px 0 0;
  }
  .simulateform-form-textinput, .simulateform-form-selectbox {
    width: 90%;
  }
  .simulateform-note {
    font-size: 1.3rem;
    text-indent: -1.3rem;
    padding: 2px 0 0 1.3rem;
    display: block;
  }
  .btnSubmit button {
    width: 100%;
  }
  .simulateform-note-list li {
    text-indent: -1.4rem;
    padding: 0 0 4px 1.4rem;
  }
  .simulateform-errorTooltip{
    left: 100px;
  }
}
/*------------------------------- 
　footer
-------------------------------*/
footer {
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer {
    font-size: 1.1rem;
    padding: 10px 4px;
  }
}