@charset "utf-8";

/* ---------------------------------------------------------
font-face
----------------------------------------------------------*/
@font-face {
  font-family:UniqloProBold;
  src:url(/rogerfedererpreorderfaq/fonts/1807201200-UniqloProBold.woff);
}
@font-face {
  font-family:UniqloProRegular;
  src:url(/rogerfedererpreorderfaq/fonts/1807201200-UniqloProRegular.woff);
}
@font-face {
  font-family:UniqloProLight;
  src:url(/rogerfedererpreorderfaq/fonts/1807201200-UniqloProLight.woff);
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
img{vertical-align: bottom;}

body{
  font-family: UniqloProLight, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #1b1b1b;
}

/* ---------------------------------------------------------
content
----------------------------------------------------------*/
.section.hero img{
  width:100%;
}
.section.hero h1{
  padding: 30px 10px 0;
}
.section.hero h1 .jp-txt{
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  margin-bottom: 12px;
}
.section.hero h1 .jp-txt,
.section.hero h1 .en-txt {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.section.hero h1 .en-txt{
  font-size: 1.25em;
}
.section.terms{
  padding: 30px 10px;
}
.section.terms .terms_outer_area {
  height: 316px;
  overflow: auto;
  border: solid 2px #dedede;
}
.section.terms .terms_inner_area{
  padding: 15px 10px;
  font-size:
}
.section.terms .terms_inner_area h2{
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.section.terms .terms_inner_area h3 {
  font-weight: bold;
}

.section.linkBtn{
  margin: 5px 10px;
}
.section.linkBtn .orderBtn,
.section.linkBtn ul li a {
  display: block;
  font-weight: bold;
  padding: 7px;
  margin-bottom: 20px;
  border: solid 1px #ff0000;
  text-align: center;
  color: #ff0000;
  text-decoration: none;
  font-size: 18px;
}
.linkBtn .orderBtn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: -4px 0 4px 10px;
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}
.section.linkBtn .disableBtn{
  display: block;
  font-weight: bold;
  padding: 7px;
  margin-bottom: 20px;
  border: solid 1px #bbb;
  background-color: #bbb;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.linkBtn .disableBtn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: -4px 0 4px 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}
.section.linkBtn ul li a{
  border: solid 1px #000;
  color: #000;
  font-size: 14px;
}
/* .section.linkBtn .orderBtn:hover {
  background: #ff0000;
  color: #fff;
}
.section.linkBtn ul li a:hover {
  background: #000;
  color: #fff;
} */
/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  margin: 75px 15px 0;
  text-align: center;
  font-size: 12px;
}
.footer>a {
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
#content .footer>a>img {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}
/* color of underline */
.footer>a>p>span {
  color: #000;
}
.footer>p {
  margin-top: 25px;
  font-size: 10px;
  color: #000;
}


.duty-list {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 13px;
}
.duty-list-head {
  font-weight: bold;
  background: #eee;
}
.duty-list-body {
}
.duty-list-head__tr {
}
.duty-list-head__td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}
.duty-list-body__tr {
}
.duty-list-body__td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}
