#contents #price {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #contents #price {
    padding-bottom: 40px;
  }
}

#contents #price .mainvisual {
  background: url(/files/price/images/bg_mainvisual.jpg) center 0 no-repeat;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #contents #price .mainvisual {
    background: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #contents #price .mainvisual .title-area h2 img {
    width: 38%;
  }
}

#contents #price #outline {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 1100px;
}

@media screen and (max-width: 768px) {
  #contents #price #outline {
    width: 100%;
    margin-top: 2em;
  }
}

#contents #price #outline h3 {
  margin-top: 3em;
  margin-bottom: 2em;
  font-size: 23px;
  text-align: center;
}

#contents #price #outline h4 {
  margin-bottom: 30px;
}

#contents #price #outline dl dt {
  width: 100%;
  background-color: #fff;
  color: #003e82;
  border-bottom: 2px #ccc solid;
  border-top: 2px #ccc solid;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  margin-top: -2px;
}

#contents #price #outline dl dt:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt {
    font-size: 15px;
  }
}

#contents #price #outline dl dt p {
  width: 540px;
  background-color: #eff6fc;
  padding: 30px 0;
  padding-left: 40px;
  margin: 2px 0;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt p {
    padding: 15px;
    width: 100%;
  }
}

#contents #price #outline dl dt p b {
  font-weight: bold;
}

#contents #price #outline dl dt p b:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt p b:hover {
    opacity: 1;
  }
}

#contents #price #outline dl dt p:after {
  content: url(../images/plus.png);
  position: absolute;
  top: 37%;
  right: 3%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt p:after {
    top: 30%;
    right: 6%;
  }
}

#contents #price #outline dl dt span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 90px 60px;
  border-color: transparent transparent transparent #eff6fc;
  position: absolute;
  top: 1%;
  left: 52.7%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt span {
    display: none;
  }
}

#contents #price #outline dl dt.on {
  background-color: #fff;
  color: #fff;
  border-bottom: 2px #ccc solid;
  border-top: 2px #ccc solid;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt.on {
    font-size: 15px;
  }
}

#contents #price #outline dl dt.on p {
  background-color: #003e82;
}

#contents #price #outline dl dt.on p b {
  font-weight: bold;
}

#contents #price #outline dl dt.on p b:hover {
  opacity: 0.5;
}

#contents #price #outline dl dt.on p:after {
  content: url(../images/minus.png);
  position: absolute;
  top: 34%;
  right: 3%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt.on p:after {
    top: 25%;
    right: 6%;
    content: url(../images/minus-sp.png);
  }
}

#contents #price #outline dl dt.on span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 88px 60px;
  border-color: transparent transparent transparent #003e82;
  position: absolute;
  top: 2%;
  left: 52.7%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dt.on span {
    display: none;
  }
}

#contents #price #outline dl dd {
  display: none;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd {
    padding: 7px;
  }
}

#contents #price #outline dl dd p.mb15 {
  margin-bottom: 15px;
}

#contents #price #outline dl dd p.mt40 {
  margin-top: 40px;
}

#contents #price #outline dl dd p b {
  color: #003e82;
  font-weight: bold;
}

#contents #price #outline dl dd p.left {
  text-align: left;
  margin-top: 11px;
  color: #000;
}

#contents #price #outline dl dd p.left + .left {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd p.left {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

#contents #price #outline dl dd p.right {
  text-align: right;
  margin-top: 11px;
  color: #000;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd p.right {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

#contents #price #outline dl dd table {
  border-top: none;
  width: 100%;
}

#contents #price #outline dl dd table.mb2e {
  margin-bottom: 2em;
}

#contents #price #outline dl dd table.table2 {
  margin-bottom: 40px;
}

#contents #price #outline dl dd table.table2 tr th, #contents #price #outline dl dd table.table2 tr td {
  width: 15%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd table.table2 tr th, #contents #price #outline dl dd table.table2 tr td {
    width: 100%;
  }
}

#contents #price #outline dl dd table.table2 tr td:first-child {
  width: 30%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd table.table2 tr td:first-child {
    width: 100%;
  }
}

#contents #price #outline dl dd table.table2 tr:first-child th {
  border-bottom: none;
}

#contents #price #outline dl dd table.table2 tr:first-child th:first-child {
  border-bottom: #6297d1 4px solid;
  vertical-align: middle;
}

#contents #price #outline dl dd table.table3 {
  margin-bottom: 13px;
}

#contents #price #outline dl dd table.table3 tr td.per30 {
  width: 33.5%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd table.table3 tr td.per30 {
    width: 100%;
  }
}

#contents #price #outline dl dd table.table3 tr td.per70 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd table.table3 tr td.per70 {
    width: 100%;
  }
}

#contents #price #outline dl dd table.table3 tr td.tax {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  border-right: 1px solid #6297d1;
}

#contents #price #outline dl dd table.table3 tr td.tax .in {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents #price #outline dl dd table.table3 tr td.tax .in:first-of-type {
  padding-right: 15px;
}

#contents #price #outline dl dd table.table3 tr td.tax .in:nth-of-type(2) {
  padding-left: 15px;
  position: relative;
}

#contents #price #outline dl dd table.table3 tr td.tax .in:nth-of-type(2)::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  background: #6297d1;
  position: absolute;
  top: -15px;
  left: 0;
}

#contents #price #outline dl dd table.table3 tr td.tax .in .tit {
  color: #003e82;
  font-weight: bold;
}

#contents #price #outline dl dd table.table4 {
  margin-bottom: 13px;
}

#contents #price #outline dl dd table.table4 tr:first-child th {
  border-bottom: none;
}

#contents #price #outline dl dd table.table4 tr:first-child th:first-child {
  border-bottom: #6297d1 4px solid;
  vertical-align: middle;
}

#contents #price #outline dl dd table tr th, #contents #price #outline dl dd table tr td {
  padding: 15px;
  border: #6297d1 solid 1px;
  table-layout: fixed;
  width: 33%;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd table tr th, #contents #price #outline dl dd table tr td {
    width: 100%;
    display: table;
  }
  #contents #price #outline dl dd table tr th .block, #contents #price #outline dl dd table tr td .block {
    overflow: hidden;
  }
  #contents #price #outline dl dd table tr th .block .left, #contents #price #outline dl dd table tr td .block .left {
    float: left;
    font-size: 14px;
  }
  #contents #price #outline dl dd table tr th .block .right, #contents #price #outline dl dd table tr td .block .right {
    float: right;
    font-size: 12px;
  }
  #contents #price #outline dl dd table tr th p, #contents #price #outline dl dd table tr td p {
    padding: 10px;
    font-size: 14px;
  }
   #contents #price #outline dl dd table tr td p small {
    font-size: 12px;
  }
  #contents #price #outline dl dd table tr th p .blue, #contents #price #outline dl dd table tr td p .blue {
    color: #003e82;
  }
  #contents #price #outline dl dd table tr th p .blue2, #contents #price #outline dl dd table tr td p .blue2 {
    color: #003e82;
    margin-right: 0.5em;
    font-size: 12px;
  }
  #contents #price #outline dl dd table tr th p .blue3, #contents #price #outline dl dd table tr td p .blue3 {
    color: #003e82;
    margin-right: 1em;
    font-size: 12px;
  }
  #contents #price #outline dl dd table tr th p .td-num, #contents #price #outline dl dd table tr td p .td-num {
    margin-left: 2em;
    font-weight: bold;
  }
  #contents #price #outline dl dd table tr th p .td-num2, #contents #price #outline dl dd table tr td p .td-num2 {
    margin-right: 3em;
    color: #003e82;
  }
  #contents #price #outline dl dd table tr th p .td-num3, #contents #price #outline dl dd table tr td p .td-num3 {
    margin-right: 3.67em;
    color: #003e82;
  }
  #contents #price #outline dl dd table tr th p.center, #contents #price #outline dl dd table tr td p.center {
    text-align: center;
  }
}

#contents #price #outline dl dd table tr th {
  border-bottom: #6297d1 4px solid;
  background-color: #eff6fc;
  color: #003e82;
  text-align: center;
  font-weight: bold;
}

#contents #price #outline dl dd table tr td {
  text-align: right;
  color: #444;
}

#contents #price #outline dl dd table tr td.center {
  text-align: center;
}

#contents #price #outline dl dd table tr td:first-child {
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: left;
  width: 340px;
}

@media screen and (max-width: 768px) {
  #contents #price #outline dl dd table tr td:first-child {
    width: 100%;
  }
}
