@charset "UTF-8";
@font-face {
  font-family: "entypo";
  src: url("../font/entypo.eot");
  src: url("../font/entypo.eot?#iefix") format("embedded-opentype"), url("../font/entypo.woff") format("woff"), url("../font/entypo.ttf") format("truetype"), url("../font/entypo.svg#entypo") format("svg");
}
/* line 12, ../../compass/sass/reducedtaxrate.scss */
#pointContentMenu {
  width: 979px;
  border-left: 1px dotted #434343;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-left: none;
  border-bottom: 1px solid #ffffff;
}
/* line 106, ../../compass/sass/_global.scss */
#pointContentMenu::after {
  content: "";
  display: block;
  clear: both;
}
/* line 231, ../../compass/sass/_function.scss */
#pointContentMenu li {
  width: 194.6px;
  border-right: 1px dotted #434343;
  text-align: center;
  float: left;
}
/* line 238, ../../compass/sass/_function.scss */
#pointContentMenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 20px;
  line-height: 20px;
  color: #434343;
  display: block;
}
/* line 281, ../../compass/sass/_function.scss */
#pointContentMenu li {
  background: #808080;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  float: left;
  vertical-align: middle;
}
/* line 290, ../../compass/sass/_function.scss */
#pointContentMenu li a {
  width: 194.8px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
  vertical-align: middle;
  color: #ffffff;
  display: table-cell;
  text-align: center;
}
/* line 301, ../../compass/sass/_function.scss */
#pointContentMenu li a:hover {
  height: 40px;
  color: #ffffff;
  background: #00497f;
  border-bottom: none;
}

/* line 18, ../../compass/sass/reducedtaxrate.scss */
table {
  width: 100%;
}
/* line 24, ../../compass/sass/reducedtaxrate.scss */
table tr th, table tr td {
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
  padding: 10px;
}
/* line 31, ../../compass/sass/reducedtaxrate.scss */
table tr th {
  background-color: #e6e6e6;
}
/* line 42, ../../compass/sass/reducedtaxrate.scss */
table.setPlanTable {
  width: 50%;
}
/* line 46, ../../compass/sass/reducedtaxrate.scss */
table.setPlanTable caption {
  text-align: center;
  line-height: 140%;
  margin-bottom: 10px;
}
/* line 67, ../../compass/sass/reducedtaxrate.scss */
table.setPlanTable tr td:nth-of-type(3) {
  text-align: right;
}

/* line 77, ../../compass/sass/reducedtaxrate.scss */
.setPlanTable {
  margin-left: auto;
  margin-right: auto;
}
/* line 82, ../../compass/sass/reducedtaxrate.scss */
.setPlanTable + .priceDisplay {
  margin-top: 20px;
}

/* line 91, ../../compass/sass/reducedtaxrate.scss */
.priceDisplay img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 105, ../../compass/sass/reducedtaxrate.scss */
ul#taxrate, ul#taxrate li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 112, ../../compass/sass/reducedtaxrate.scss */
ul#taxrate {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}
/* line 106, ../../compass/sass/_global.scss */
ul#taxrate::after {
  content: "";
  display: block;
  clear: both;
}
/* line 120, ../../compass/sass/reducedtaxrate.scss */
ul#taxrate li {
  margin-left: 20px;
  float: left;
}
/* line 125, ../../compass/sass/reducedtaxrate.scss */
ul#taxrate li:first-child {
  margin-left: 0;
}
/* line 106, ../../compass/sass/_global.scss */
ul#checkList::after {
  content: "";
  display: block;
  clear: both;
}
/* line 138, ../../compass/sass/reducedtaxrate.scss */
ul#checkList + #checkListDetail {
  margin-top: 20px;
}
/* line 143, ../../compass/sass/reducedtaxrate.scss */
ul#checkList * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* line 149, ../../compass/sass/reducedtaxrate.scss */
ul#checkList, ul#checkList li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 156, ../../compass/sass/reducedtaxrate.scss */
ul#checkList li {
  width: 25%;
  border-left: 1px solid #ffffff;
  float: left;
}
/* line 162, ../../compass/sass/reducedtaxrate.scss */
ul#checkList li:first-child {
  border-left: none;
}
/* line 167, ../../compass/sass/reducedtaxrate.scss */
ul#checkList li a {
  color: #333333;
  width: 25%;
  height: 90px;
  padding: 25px 10px 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  display: table-cell;
  position: relative;
  line-height: 140%;
}
/* line 180, ../../compass/sass/reducedtaxrate.scss */
ul#checkList li a:before {
  width: 10px;
  height: 14px;
  font-size: 10px;
  color: #333333;
  content: '▼';
  display: block;
  line-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  -moz-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
/* line 197, ../../compass/sass/reducedtaxrate.scss */
ul#checkList li a span.checkItem {
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  padding: 3px;
  line-height: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #434343;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 216, ../../compass/sass/reducedtaxrate.scss */
ul#checkList li a:hover:before {
  bottom: 2px;
}
/* line 221, ../../compass/sass/reducedtaxrate.scss */
ul#checkList li a:hover span.checkItem {
  background-color: #ff6600;
}
/* line 233, ../../compass/sass/reducedtaxrate.scss */
ul#checkListDetail * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* line 239, ../../compass/sass/reducedtaxrate.scss */
ul#checkListDetail, ul#checkListDetail > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 246, ../../compass/sass/reducedtaxrate.scss */
ul#checkListDetail > li {
  padding-top: 20px;
  margin-top: 40px;
}
/* line 251, ../../compass/sass/reducedtaxrate.scss */
ul#checkListDetail > li:first-child {
  margin-top: 0;
}
/* line 256, ../../compass/sass/reducedtaxrate.scss */
ul#checkListDetail > li .checkTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/* line 262, ../../compass/sass/reducedtaxrate.scss */
ul#checkListDetail > li .checkTitle > span {
  color: #ff6600;
  margin-right: 10px;
}
/* line 268, ../../compass/sass/reducedtaxrate.scss */
ul#checkListDetail > li .checkTitle + div {
  margin-top: 20px;
}
/* line 106, ../../compass/sass/_global.scss */
ul.setPlanList::after {
  content: "";
  display: block;
  clear: both;
}
/* line 281, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* line 287, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList, ul.setPlanList > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 294, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList li {
  width: 49%;
  margin-left: 2%;
  float: left;
}
/* line 300, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList li:nth-child(2n+1) {
  margin-left: 0;
}
/* line 305, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList li:nth-child(n+3) {
  margin-top: 2%;
}
/* line 311, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList .setPlanTable {
  width: 100%;
}
/* line 318, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList .priceDisplay img {
  max-width: 100%;
  height: auto;
}
/* line 325, ../../compass/sass/reducedtaxrate.scss */
ul.setPlanList + ul.attention {
  margin-top: 20px;
}
/* line 106, ../../compass/sass/_global.scss */
ul.qandaList::after {
  content: "";
  display: block;
  clear: both;
}
/* line 335, ../../compass/sass/reducedtaxrate.scss */
ul.qandaList * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* line 341, ../../compass/sass/reducedtaxrate.scss */
ul.qandaList, ul.qandaList > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 348, ../../compass/sass/reducedtaxrate.scss */
ul.qandaList > li {
  margin-top: 50px;
}
/* line 352, ../../compass/sass/reducedtaxrate.scss */
ul.qandaList > li:first-child {
  margin-top: 0;
}
/* line 357, ../../compass/sass/reducedtaxrate.scss */
ul.qandaList > li .question {
  font-size: 18px;
  font-weight: bold;
}
/* line 362, ../../compass/sass/reducedtaxrate.scss */
ul.qandaList > li .question + .answer {
  margin-top: 10px;
}
