@charset "UTF-8";

.fw-b {
  font-weight: bold;
}

.hdg1 {
  max-width: 960px;
  margin: 8px auto 15px !important;
  font-size: 32px !important;
  font-weight: normal;
  font-family: 'メイリオ',meiryo,'ＭＳ Ｐゴシック','MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
}

.bread-crumb-list_box {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto 20px;
}
.bread-crumb-list_box .bread-crumb-list {
  margin: 0 0 10px 0 ;
  padding: 0 ;
  max-width: 960px;
  float: left;
}
.bread-crumb-list_box .bread-crumb-list li {
  display: inline;
  list-style-type: none;
  font-size: 81%;
}


@media only screen and (max-width: 767px) {
  .bread-crumb-list_box {
      display: none;
  }
  .hdg1 {
      padding: 0 20px;
  }
}

/* テーブル
------------------------------------------------ */

table .al {
text-align: left !important;
}

table .ar {
text-align: right !important;
}

table .ac {
text-align: center !important;
}

table th,
table td {
word-wrap: break-word;
}

table col.uStyle {
width: 17%;
}
/*
table ~ table {
margin-top: 40px;
}
*/

.table {
box-sizing: border-box;
width: 100%;
margin-bottom: 20px;
table-layout: fixed;
border-collapse: collapse;
text-align: center;
vertical-align: middle;
border: 1px solid #b7d9a3;
}

.tableColor1 {
background: #f8f9f8 !important;
}

.tableColor2 {
background: #edf5ea !important;
}

.tableFont1 {
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
}

.tableFont2 {
color: #e00000;
}

.tableFont3 {
font-size: 11px;
font-size: 1.1rem;
font-weight: normal;
}

.tableFont2.marker {
font-size: 13px;
font-size: 1.3rem;
font-weight: bold;
padding-right: 6px;
padding-left: 5px;
}

.table tbody .tableStyle1 {
box-sizing: content-box;
}

.table tbody .tableStyle1 th {
background-image: url(/option/common/img/bg_03.gif);
background-repeat: repeat-y;
background-position: left top;
}

.table tbody .tableStyle1 th,
.table tbody .tableStyle1 td {
border-top: 5px solid #b7d9a3;
border-bottom: 5px solid #b7d9a3;
}

.table tbody .tableStyle1 td.last {
background-image: url(/option/common/img/bg_03.gif);
background-repeat: repeat-y;
background-position: right top;
}

.table tbody tr td .tableList {
margin: 0 auto;
text-align: right;
font-size: 11.83px;
font-size: 1.183rem;
}

.table tbody tr td .tableList.branch {
font-size: 14px;
font-size: 1.4rem;
}

.table tbody tr td .tableList li + li {
margin-top: 10px;
}

.table tbody tr .tableList.emphasis {
font-weight: bold;
}

.table thead tr th,
.table thead tr td {
padding: 18px 15px 12px;
border: 1px solid #b7d9a3;
background: #fff;
}

.table tbody tr th,
.table tbody tr td {
padding: 15px 15px 12px;
vertical-align: middle;
}

.table tbody tr th {
box-sizing: border-box;
border: 1px solid #b7d9a3;
background: #edf5ea;
width: 25%;
}

@media screen and (max-width: 767px) {
  .table-sp tbody tr th,
  .table-sp tbody tr td{
    display: block;
    width: 100%;
    border-bottom: none !important;
  }
}

.table tbody tr th .tableCalc {
font-size: 10.85px;
font-size: 1.085rem;
font-weight: normal;
text-align: left;
}

.table tbody tr th .tableCalc .total {
display: inline-block;
width: 100%;
border-top: 1px solid;
}

.table tbody tr td {
text-align: center;
border: 1px solid #b7d9a3;
}

.table tbody tr td span.emphasis {
font-size: 16px;
font-size: 1.6rem;
}

.table sup,
.table2 sup {
font-size: 11.83px;
font-size: 1.183rem;
padding-left: 3px;
color: #e00000;
}

.table tbody . th {
text-align: center;
}

.table tbody . td {
text-align: left;
}

.table tbody tr th [class^='icon-'] {
position: relative;
display: inline-block;
margin: 25px 0 15px;
}

.table tbody tr th [class^='icon-']:before {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
margin: 0 auto;
content: '';
background: url(/option/common/img/_sprite.png) no-repeat center bottom;
}

.table tbody tr th .icon-sp {
padding-top: 90px;
}

.table tbody tr th .icon-sp:before {
width: 39px;
height: 65px;
background-position: -35px -544px;
}

.table tbody tr th .icon-mb {
padding-top: 89px;
}

.table tbody tr th .icon-mb:before {
width: 23px;
height: 64px;
background-position: -35px -663px;
}

.table tbody tr th .icon-tb {
padding-top: 95px;
}

.table tbody tr th .icon-tb:before {
width: 51px;
height: 70px;
background-position: -35px -469px;
}

.table tbody tr td {
border: 1px solid #b7d9a3;
}

.table .listPlan > li {
position: relative;
padding-left: 10px;
}

.table .listPlan > li:before {
line-height: 1.1;
position: absolute;
top: 9px;
left: 0;
display: block;
width: 3px;
height: 3px;
content: '';
border-radius: 2px;
background-color: #222;
}
/*
.table + .hdg3 {
text-align: center;
}
*/

.tableWrap .tableWrapFlow {
position: relative;
margin-bottom: 60px;
}

.tableWrap .tableWrapHdg {
font-size: 24px;
font-size: 2.4rem;
margin-bottom: 10px;
text-align: center;
}

.table-title {
  font-size: 16px;
  padding: 16px 0 10px;
}
