@charset "UTF-8";
@media print, screen and (min-width: 751px) {
  /* ============================================================
  common layout
  ============================================================ */
  .mainImg {
    margin-bottom: 10px;
  }

  /* breadcrumb
  ------------------------------------------------------ */
  .breadcrumb {
    font-size: 12px;
    color: #868686;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .breadcrumb a {
    color: #868686;
    padding: 0 5px;
  }
  .breadcrumb div:first-child a {
    padding-left: 0;
  }
  .breadcrumb .breadData span {
    padding: 0 0 0 5px;
  }
  .breadcrumb div {
    letter-spacing: normal;
    display: inline;
  }
  .breadcrumb div:before {
    content: ">";
    position: relative;
    top: -1px;
  }
  .breadcrumb div:first-child::before {
    content: "";
  }

  /* ============================================================
  contents layout
  ============================================================ */
  .commonWrap {
    width: 690px;
    border: 1px solid #eeeadb;
    border-radius: 30px;
    background: #FFF;
  }

  .commonWrapIn {
    padding: 18px 14px 80px;
    position: relative;
    min-height: 660px;
  }
  .commonWrapIn .backLink {
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    padding: 15px 5px 10px;
    background: url("../images/common/line_bottom.gif") no-repeat center 0;
    width: 95%;
  }
  .commonWrapIn .backLink a {
    background: url("../images/common/list_orange_left.png") no-repeat left center;
    padding-left: 13px;
    text-decoration: underline;
    margin-right: 15px;
  }
  .commonWrapIn .backLink:hover {
    text-decoration: none;
  }

  .entryWrap {
    padding: 10px 10px 0;
  }

  .categoryTop {
    padding: 10px 0 0;
  }
  .categoryTop ul.indexBoxList li {
    padding-left: 0;
    background: none;
  }

  .commomEntryWrap .section {
    margin-bottom: 40px;
  }
  .commomEntryWrap h2 {
    font-size: 18px;
    background: url("../images/second/h2.gif") no-repeat 0 0;
    padding: 8px 10px 7px 23px;
    font-weight: normal;
    margin-bottom: 20px;
    height: 30px;
  }
  .commomEntryWrap h2.simpleH2 {
    font-size: 26px;
    background: none;
    padding: 0;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .commomEntryWrap h3 {
    padding: 3px 0px 7px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 25px;
    clear: both;
    background: url("../images/common/boder_hasen.gif") repeat-x 0 bottom;
  }
  .commomEntryWrap h4 {
    font-size: 14px;
    color: #eb5d00;
    margin-bottom: 10px;
    clear: both;
  }
  .commomEntryWrap p {
    margin: 0 5px 15px;
  }
  .commomEntryWrap ul {
    margin: 0 5px 20px;
  }
  .commomEntryWrap ul.dot li,
  .commomEntryWrap .entryWrap ul.dot li {
    background: url(../images/common/ico_list.gif) no-repeat 3px 7px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .commomEntryWrap .newsList {
    margin: 0 10px;
  }
  .commomEntryWrap .newsList li {
    background: none;
    padding-left: 0;
    border-bottom: 1px dotted #cfc8bd;
    padding-bottom: 12px;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .commomEntryWrap .newsList span.day {
    font-size: 13px;
    color: #555;
  }
  .commomEntryWrap .newsList .linkTxt {
    margin-left: 130px;
  }
  .commomEntryWrap ul.arrow li,
  .commomEntryWrap ul li {
    background: url(../images/common/list_orange_maru.png) no-repeat left 4px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .commomEntryWrap ul.noListMark li {
    background: none;
    padding-left: 0;
  }
  .commomEntryWrap ol {
    list-style: none;
    margin-bottom: 20px;
    counter-reset: li;
  }
  .commomEntryWrap ol li {
    margin-bottom: 5px;
    padding-left: 20px;
    text-indent: -20px;
  }
  .commomEntryWrap ol li:before {
    color: #eb5d00;
    content: counter(li,decimal) ". ";
    counter-increment: li;
    font-weight: bold;
  }
  .commomEntryWrap ol li ul li {
    padding-left: 35px !important;
  }
  .commomEntryWrap ol li ul li:before {
    content: none !important;
  }
  .commomEntryWrap dl {
    margin-bottom: 20px;
  }
  .commomEntryWrap dl dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .commomEntryWrap dl dd {
    margin-bottom: 15px;
  }
  .commomEntryWrap .dlList {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .commomEntryWrap .dlList dt {
    font-weight: normal;
    float: left;
    width: 150px;
  }
  .commomEntryWrap .dlList dd {
    padding-left: 150px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
  }
  .commomEntryWrap .dlNewsList dd a {
    text-decoration: none;
  }
  .commomEntryWrap .dlNewsList dd a:hover {
    text-decoration: underline;
  }
  .commomEntryWrap .commonBt {
    display: table;
    margin: 0 auto 20px;
    border: 1px solid #d6d6d6;
    text-align: center;
    background: #f3f4f7;
  }
  .commomEntryWrap .commonBt:hover {
    background: url(../images/common/bt_bg.gif);
  }
  .commomEntryWrap .commonBt a {
    display: table-cell;
    padding: 10px 20px 10px 40px;
    background: url(../images/common/arrow_grey.gif) no-repeat 15px center;
  }
  .commomEntryWrap .commonBt a:hover {
    color: #fff;
    background: url(../images/common/arrow_grey_hov.gif) no-repeat 15px center;
    text-decoration: none;
  }
  .commomEntryWrap .btList {
    width: 666px;
    letter-spacing: -0.4em;
  }
  .commomEntryWrap .btList a {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 20px 20px 0;
    border: 1px solid #cbcfd2;
  }
  .commomEntryWrap .btList span {
    width: 308px;
    height: 85px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 45px;
    background: url(../images/common/list_orange_maru.png) no-repeat 23px center;
    display: table-cell;
    vertical-align: middle;
    padding: 1px 0 0px 45px;
    border-left: 2px solid #eb5d00;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commomEntryWrap .imageIn {
    padding-bottom: 40px;
  }
  .commomEntryWrap .imageIn:after {
    clear: both;
    display: block;
    content: "";
    width: 1px;
    height: 0;
    overflow: hidden;
  }
  .commomEntryWrap .imageIn .imageRight {
    display: block;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .commomEntryWrap .imageIn div.imageRight {
    width: 300px;
  }
  .commomEntryWrap .imageIn div.imageRight img {
    width: 300px;
    height: auto;
  }
  .commomEntryWrap .imageIn div.imageRight img.p100 {
    width: 100%;
    max-width: 100%;
  }
  .commomEntryWrap .imageIn .imageLeft {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .commomEntryWrap .imageIn .imageCenter {
    display: block;
    margin: 0 auto 15px;
  }
  .commomEntryWrap .imageIn .imageRight span.cap, .commomEntryWrap .imageIn .imageLeft span.cap, .commomEntryWrap .imageIn .imageCenter span.cap {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    padding-top: 5px;
  }
  .commomEntryWrap .imageIn p {
    float: left;
    width: 315px;
    padding-bottom: 10px !important;
  }
  .commomEntryWrap .imageIn .imageMulti {
    display: table;
    text-align: center;
    margin: 0 auto 10px;
    background: url("../images/second/box_bg.png") repeat-y 0 0;
    padding: 12px 0px;
  }
  .commomEntryWrap .imageIn .imageMulti .imageMultiIn {
    display: inline-block;
  }
  .commomEntryWrap .imageIn .imageMulti img {
    margin: 0 5px;
  }
  .commomEntryWrap .imageIn .imageMulti span.photo {
    display: block;
  }
  .commomEntryWrap .imageIn .imageMulti span.cap {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    padding-top: 5px;
    text-align: left;
  }
  .commomEntryWrap .col2box {
    overflow: hidden;
  }
  .commomEntryWrap .col2box .inner {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
  }
  .commomEntryWrap .col3box {
    overflow: hidden;
  }
  .commomEntryWrap .col3box .inner {
    width: 32%;
    display: inline-block;
  }
  .commomEntryWrap .innerLink {
    color: #5368ad;
  }
  .commomEntryWrap .textLink {
    background: url(../images/common/arrow_blue2.gif) no-repeat left 5px;
    padding-left: 15px;
  }
  .commomEntryWrap .textLinkD {
    background: url(../images/common/arrow_blue3.gif) no-repeat left 5px !important;
    padding-left: 15px;
  }
  .commomEntryWrap .ico_tab, .commomEntryWrap .ico_pdf, .commomEntryWrap .ico_excel, .commomEntryWrap .ico_ppt, .commomEntryWrap .ico_word, .commomEntryWrap .ico_file {
    content: "";
    font-size: 10px;
    padding: 5px 0 3px 25px;
  }
  .commomEntryWrap .ico_tab {
    background: url(../images/second/ico_tab.gif) no-repeat 5px 5px;
  }
  .commomEntryWrap .ico_pdf {
    background: url(../images/second/ico_pdf.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_excel {
    background: url(../images/second/ico_excel.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_ppt {
    background: url(../images/second/ico_ppt.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_word {
    background: url(../images/second/ico_word.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_file {
    background: url(../images/second/ico_file.png) no-repeat 2px 1px;
  }
  .commomEntryWrap .rowTable,
  .commomEntryWrap .entryWrap table {
    width: 100%;
    border: 1px solid #cfc8bd;
    border-bottom: none;
    margin-bottom: 20px;
    border-collapse: collapse;
    color: #2c3356;
  }
  .commomEntryWrap .rowTable th,
  .commomEntryWrap .entryWrap table th {
    border: 1px solid #cfc8bd;
    background: #ecebe6;
    padding: 10px;
    text-align: center;
  }
  .commomEntryWrap .rowTable td,
  .commomEntryWrap .entryWrap table td {
    border-left: 1px solid #cfc8bd;
    border-bottom: 1px solid #cfc8bd;
    background: #fff;
    padding: 10px;
    text-align: left;
  }
  .commomEntryWrap .colTable {
    width: 100%;
    border: 1px solid #cfc8bd;
    margin-bottom: 20px;
    border-collapse: collapse;
    color: #2c3356;
  }
  .commomEntryWrap .colTable th {
    border: 1px solid #cfc8bd;
    border-right: none;
    background: #ebe9dc;
    padding: 10px;
    text-align: center;
  }
  .commomEntryWrap .colTable td {
    border-right: 1px solid #cfc8bd;
    border-bottom: 1px solid #cfc8bd;
    background: #fff;
    padding: 10px;
    text-align: left;
  }
  .commomEntryWrap .borderBox {
    border: 1px solid #cfc8bd;
    margin-bottom: 20px;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .blueBox {
    background: #eff0f4;
    margin-bottom: 20px;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .blueBox2 {
    background: #eff0f4;
    border: 1px solid #5368ad;
    margin-bottom: 30px;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .grayBox {
    background: #eff0f4;
    border: 1px solid #CCC;
    margin-bottom: 30px;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    color: #777;
  }
  .commomEntryWrap .columnBox {
    border: 1px solid #c3601f;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .columnBox .midashi {
    text-align: center;
    color: #fff;
    background: #c3601f;
    font-size: 16px;
    padding: 10px;
  }
  .commomEntryWrap .columnBox .inner {
    padding: 20px;
  }
  .commomEntryWrap .redBox {
    background: #FFF;
    border: 2px solid #C00;
    padding: 15px;
    margin-bottom: 20px;
    color: #C00;
    clear: both;
  }
  .commomEntryWrap .redBox a {
    color: #C00;
  }
  .commomEntryWrap .movieBox {
    width: 600px;
    height: 300px;
    margin: 0 auto 20px;
  }
  .commomEntryWrap .image_right {
    float: right;
    margin: 0 0 20px 15px;
    max-width: 265px;
  }
  .commomEntryWrap .image_left {
    float: left;
    margin: 0 15px 20px 0;
    max-width: 265px;
  }
  .commomEntryWrap .image_center {
    text-align: center;
    margin-bottom: 20px;
  }
  .commomEntryWrap pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  ul.indexBoxList {
    text-align: left;
    width: 672px;
    padding-left: 3px;
    margin: 0px;
  }
  ul.indexBoxList li {
    display: inline-block;
    width: 320px;
    height: 263px;
    overflow: hidden;
    border-radius: 15px;
    -moz-box-shadow: 0px 2px 3px rgba(9, 2, 4, 0.2);
    -webkit-box-shadow: 0px 2px 3px rgba(9, 2, 4, 0.2);
    box-shadow: 0px 2px 3px rgba(9, 2, 4, 0.2);
    margin-right: 10px;
  }
  ul.indexBoxList li a {
    display: block;
    width: 320px;
    height: 263px;
    text-decoration: none;
  }
  ul.indexBoxList li dl dd.img {
    height: 117px;
    overflow: hidden;
    background: url("../images/second/line_green.gif") repeat-x 0 bottom;
    padding-bottom: 6px;
  }
  ul.indexBoxList li dl dd.img img {
    vertical-align: bottom;
  }
  ul.indexBoxList li dl dt {
    margin: 15px 15px 5px;
    background: url("../images/common/list_green_maru.png") no-repeat left 4px;
    padding-left: 18px;
    font-weight: bold;
  }
  ul.indexBoxList li dl dt:hover {
    text-decoration: underline;
  }
  ul.indexBoxList li dl dd.txt {
    margin: 0 17px 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
  }

  .commomEntryWrap .entryWrap .kakakuSection table,
  .commomEntryWrap .entryWrap .kakakuSection th,
  .commomEntryWrap .entryWrap .kakakuSection td {
    background: none;
    border: none;
    text-align: left;
    padding: 0;
  }

  .commomEntryWrap .entryWrap .kakakuSection table {
    width: 560px;
    margin-left: 15px;
  }

  .kakakuSection {
    background: #fefbe8;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 35px 25px 15px;
  }
  .kakakuSection h2 {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .kakakuSection .label {
    background: #c5da1d;
    width: 100%;
    display: table;
    height: 45px;
  }
  .kakakuSection .label li {
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    background: none;
    padding: 0;
  }
  .kakakuSection .label .year {
    background: url(../images/second/history/line_row.gif) no-repeat right center;
    width: 133px;
  }
  .kakakuSection .label .price {
    background: url(../images/second/history/line_row.gif) no-repeat right center;
    width: 92px;
    line-height: 1.2;
    padding-top: 3px;
  }
  .kakakuSection .label .bg {
    width: 292px;
  }
  .kakakuSection div.chronologyTableBg {
    background: url(../images/second/history/line_repeat.gif) repeat-y 135px 0px !important;
  }
  .kakakuSection table.chronology {
    padding: 0 15px;
    border-collapse: separate !important;
    border-spacing: 0 20px;
    background: url(../images/second/history/line_top.gif) no-repeat 120px 0px/3px 66px !important;
  }
  .kakakuSection table.chronology th {
    font-size: 18px;
    width: 142px;
  }
  .kakakuSection table.chronology th span {
    font-weight: normal;
    color: #808080;
    display: block;
    font-size: 12px;
    border-top: 1px solid #d6d2b9;
    width: 116px;
    margin-top: 3px;
    padding-top: 2px;
  }
  .kakakuSection table.chronology td {
    display: table;
  }
  .kakakuSection table.chronology .leftCol {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px 0;
    width: 99px;
    font-size: 18px;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px 0 0 15px;
  }
  .kakakuSection table.chronology .leftCol span {
    color: #57544f;
    display: block;
    padding-top: 5px;
  }
  .kakakuSection table.chronology .rightCol.col1 {
    vertical-align: middle;
  }
  .kakakuSection table.chronology .rightCol {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0;
    border-radius: 0 15px 15px 0;
    width: 310px;
  }
  .kakakuSection table.chronology .rightCol li {
    background: url(../images/second/history/line_col.gif) repeat-x left top;
    margin: 0;
    padding: 10px;
    line-height: 1.5;
  }
  .kakakuSection table.chronology .rightCol li:first-child {
    background: none;
  }
  .kakakuSection table.chronology .taisho th {
    background: url(../images/second/history/arrow_green.gif) no-repeat right;
  }
  .kakakuSection table.chronology .taisho .leftCol {
    background: #ebf696;
  }
  .kakakuSection table.chronology .syowa th {
    background: url(../images/second/history/arrow_pink.gif) no-repeat right;
  }
  .kakakuSection table.chronology .syowa .leftCol {
    background: #fcdbd5;
  }
  .kakakuSection table.chronology .heisei th {
    background: url(../images/second/history/arrow_yellow.gif) no-repeat right;
  }
  .kakakuSection table.chronology .heisei .leftCol {
    background: #ffee8e;
  }

  .memory {
    padding: 18px 0 80px;
  }
  .memory .mainImg {
    padding: 0 14px;
  }

  .memoryIndex .head {
    background: url(../images/second/memory/bg.gif) repeat center top;
    width: 650px;
    padding: 10px 20px 0;
    height: 365px;
    margin-bottom: 45px;
    position: relative;
    margin-left: -14px;
  }
  .memoryIndex .head p {
    width: 355px;
  }
  .memoryIndex .img1 {
    position: absolute;
    width: 315px;
    height: 282px;
    top: 9px;
    right: -20px;
    z-index: 3;
  }
  .memoryIndex .img2 {
    position: absolute;
    width: 340px;
    height: 165px;
    left: 107px;
    bottom: -23px;
    z-index: 2;
  }
  .memoryIndex .img3 {
    position: absolute;
    width: 649px;
    height: 109px;
    left: 16px;
    bottom: -11px;
    z-index: 1;
  }
  .memoryIndex h2 {
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    font-weight: normal;
    color: #6c462a;
    font-size: 26px;
    height: 66px;
    background: url(../images/second/memory/h2_bg.gif) no-repeat left top;
    padding: 15px 0 0 0;
    line-height: 1;
  }
  .memoryIndex h2 .wrap {
    color: #6c462a;
    background: url(../images/second/memory/ico_camera.gif) no-repeat 0px 14px;
    padding: 15px 0 0 33px;
    display: inline-block;
    height: 35px;
  }
  .memoryIndex h2 .txt_orange {
    color: #eb5d00;
  }
  .memoryIndex h3 {
    font-size: 18px;
    background: url("../images/second/h2.gif") no-repeat 0 0;
    padding: 8px 10px 7px 23px;
    font-weight: normal;
    margin-bottom: 20px;
    height: 30px;
  }
  .memoryIndex .section {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .memoryIndex p {
    color: #3d3d3d;
    margin-bottom: 30px;
    line-height: 2;
  }
  .memoryIndex p a {
    color: #005d9e;
    text-decoration: underline;
  }
  .memoryIndex p a:hover {
    text-decoration: none;
  }
  .memoryIndex li {
    color: #3d3d3d;
    margin-bottom: 5px;
  }
  .memoryIndex .btn {
    margin-bottom: 10px;
  }
  .memoryIndex .btn a {
    background: url(../images/second/memory/bt_bg.gif) no-repeat center top;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
    width: 270px;
    height: 46px;
    line-height: 46px;
  }
  .memoryIndex .btn a.btnB {
    background: url(../images/second/memory/bt2_bg.gif) no-repeat center top;
  }

  .sizeIndex .head {
    background: url(../images/second/size/bg.png) repeat center top;
    width: 650px;
    padding: 10px 20px 0;
    margin-bottom: 45px;
    position: relative;
    margin-left: -14px;
  }
  .sizeIndex .imgWrap {
    overflow: hidden;
  }
  .sizeIndex .imgWrap img {
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .sizeIndex h2 {
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    font-weight: normal;
    color: #6c462a;
    font-size: 26px;
    background: url(../images/second/size/border.png) no-repeat left bottom;
    padding: 15px 0 25px 0;
    margin-bottom: 15px;
    line-height: 1;
  }
  .sizeIndex .img1 {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
  }
  .sizeIndex .img1:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url("../images/second/size/hoshi1.png") no-repeat 0 0;
  }
  .sizeIndex .img1:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url("../images/second/size/hoshi1.png") no-repeat 0 0;
  }
  .sizeIndex .img2 {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
  }
  .sizeIndex .img2:before {
    position: absolute;
    left: 0;
    bottom: 15px;
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url("../images/second/size/hoshi1.png") no-repeat 0 0;
  }
  .sizeIndex .img2:after {
    position: absolute;
    left: 20px;
    bottom: 10px;
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url("../images/second/size/hoshi1.png") no-repeat 0 0;
    background-size: 12px;
  }
  .sizeIndex h3 {
    font-size: 18px;
    background: url("../images/second/h2.gif") no-repeat 0 0;
    padding: 8px 10px 7px 23px;
    font-weight: normal;
    margin-bottom: 20px;
    height: 30px;
  }
  .sizeIndex .section {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .sizeIndex p {
    color: #3d3d3d;
    margin-bottom: 30px;
    line-height: 2;
  }
  .sizeIndex p a {
    color: #005d9e;
    text-decoration: underline;
  }
  .sizeIndex p a:hover {
    text-decoration: none;
  }
  .sizeIndex li {
    color: #3d3d3d;
    margin-bottom: 5px;
  }
  .sizeIndex .btn {
    margin-bottom: 10px;
  }
  .sizeIndex .btn a {
    background: url(../images/second/memory/bt_bg.gif) no-repeat center top;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
    width: 270px;
    height: 46px;
    line-height: 46px;
  }
  .sizeIndex .btn a.btnB {
    background: url(../images/second/memory/bt2_bg.gif) no-repeat center top;
  }

  .commonWrapIn .aform-content {
    width: 562px;
    margin: 0 auto;
    border-top: 1px solid #e0e0e0;
  }
  .commonWrapIn .aform-content input[type="text"], .commonWrapIn .aform-content input[type="email"], .commonWrapIn .aform-content input[type="tel"], .commonWrapIn .aform-content textarea {
    border: 1px solid #dddddd;
  }
  .commonWrapIn .aform-content dl {
    background: url("../images/common/table_bg.gif") repeat-y 0 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .commonWrapIn .aform-content dt {
    color: #857a68;
    padding: 20px 5px 20px 10px;
    width: 175px;
    margin-bottom: 0;
    font-weight: normal;
  }
  .commonWrapIn .aform-content dt .required {
    position: static;
    background: #eb5d00;
    border-radius: 0;
    padding: 2px 3px;
    display: inline-block;
    margin-top: 2px;
  }
  .commonWrapIn .aform-content dd {
    padding-left: 0;
    float: left;
    background: #fff;
    margin: 0;
    padding: 20px 10px;
    width: 347px;
  }
  .commonWrapIn .aform-content .submit {
    background: none;
  }
  .commonWrapIn .aform-content input[type="submit"] {
    border: none;
    background: url(../images/common/arrow_white.png) no-repeat 95% center #eb5d00;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 205px;
    height: 42px;
    line-height: 37px;
    color: #fff;
    border-bottom: 2px solid #e8c1a7;
    padding: 0;
    cursor: pointer;
  }
  .commonWrapIn .aform-content #name-error {
    margin-top: 5px;
  }
  .commonWrapIn .aform-content .aform-input.error {
    background: none;
  }
  .commonWrapIn .aform-content dl p.aform-error {
    margin-top: 10px;
  }
  .commonWrapIn .aform-content .validation-advice {
    color: #eb5d00;
    font-size: 13px;
    border: 1px solid #eb5d00;
    padding: 3px;
  }
  .commonWrapIn .aform-content .validation-advice img {
    vertical-align: middle;
  }

  .postWrap {
    margin: 0 auto;
  }
  .postWrap p.aform-error {
    margin: 5px 0 0;
  }
  .postWrap p#aform_confirm_msg {
    margin-top: 10px;
  }
  .postWrap .aform-content ul li {
    background: none;
    padding-left: 0;
  }

  div#aform_result {
    border-top: none;
  }
  div#aform_result .result_txt1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .commonWrapIn .aform-content_error {
    background: #FFF;
    border: none;
  }
  .commonWrapIn .aform-content_error dl {
    border: none;
    background: #FFF;
  }
  .commonWrapIn .aform-content_error dl dd {
    padding: 0;
    width: 100%;
  }

  #aform_btn_back {
    padding: 11px 30px 10px;
    border-radius: 5px;
    border: none;
    vertical-align: middle;
    border-bottom: 2px solid #CCC;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
  }

  .entryTitle,
  div.aform-header {
    background: url("../images/second/title_bg.gif") no-repeat center bottom;
    padding: 15px 15px 30px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: normal;
    color: #3d3d3d;
    border: none;
  }

  .commomEntryWrap .aform-radio-ul li {
    background: none;
    padding-left: 0;
  }

  .gijirokuWrap {
    padding: 10px 30px;
  }

  ul.gijirokuList li {
    padding: 10px;
    margin-bottom: 10px;
    background: url("../images/common/boder_hasen.gif") repeat-x 0 bottom;
  }
  ul.gijirokuList li a {
    display: block;
    padding-left: 18px;
    background: url("../images/common/list_cha_maru.gif") no-repeat 0 4px;
  }

  .bodyClass-form .spEntryWrap .entryWrap {
    padding: 0;
  }

  .commomEntryWrap .graphWrap h2 {
    font-size: 15px;
    background: url(../images/second/graph/midashi.png) no-repeat 0 0;
    background-size: 100%;
    padding: 4px 10px 7px 15px;
    margin-bottom: 5px;
    height: auto;
    font-weight: bold;
    color: #fff;
  }
  .commomEntryWrap .graphWrap h3 {
    border-bottom: 1px solid #a8a9a9;
    background: none;
  }
  .commomEntryWrap .graphWrap h3 + .alignR {
    margin-top: -55px;
    margin-bottom: 30px;
  }
  .commomEntryWrap .graphWrap section {
    margin-bottom: 30px;
  }
  .commomEntryWrap .graphWrap .alignR {
    text-align: right;
    margin-bottom: 3px;
    font-size: 14px;
  }
  .commomEntryWrap .graphWrap .col2 {
    overflow: hidden;
  }
  .commomEntryWrap .graphWrap .pc_left {
    float: left;
  }
  .commomEntryWrap .graphWrap .pc_right {
    float: right;
  }
  .commomEntryWrap .graphWrap .box1 {
    background: url("../images/second/graph/graph_bg01.png") no-repeat center 0;
    height: 275px;
  }
  .commomEntryWrap .graphWrap .box2 {
    width: 633px;
    margin: 0 auto;
    background: url("../images/second/graph/graph_bg02.png") no-repeat center 0;
    padding-bottom: 20px;
  }
  .commomEntryWrap .graphWrap .box2b {
    width: 633px;
    margin: 0 auto;
    background: url("../images/second/graph/graph_bg02b.png") no-repeat center 0;
    padding-bottom: 20px;
  }
  .commomEntryWrap .graphWrap .box3 {
    width: 635px;
    margin: 0 auto;
    background: url("../images/second/graph/graph_bg05.png") no-repeat center 0;
    padding: 20px 1px;
    text-align: center;
  }
  .commomEntryWrap .graphWrap .box3 p {
    padding: 0 1px;
    margin: 0;
  }
  .commomEntryWrap .graphWrap .box4 {
    width: 633px;
    margin: 0 auto;
    background: url("../images/second/graph/graph_bg03.png") no-repeat center 0;
    padding-bottom: 30px;
  }
  .commomEntryWrap .graphWrap .box4 dt {
    padding: 12px 0 7px;
  }
  .commomEntryWrap .graphWrap .box5 {
    width: 633px;
    margin: 0 auto;
    background: url("../images/second/graph/graph_bg04.png") no-repeat center 0;
    padding-bottom: 25px;
  }
  .commomEntryWrap .graphWrap .box5 dt {
    padding: 12px 0 7px;
  }
  .commomEntryWrap .graphWrap .box6 {
    width: 633px;
    margin: 0 auto;
    background: url("../images/second/graph/graph_bg06.png") no-repeat center 0;
    padding-bottom: 35px;
  }
  .commomEntryWrap .graphWrap .box6 dt {
    padding: 12px 0 7px;
    font-size: 18px;
  }
  .commomEntryWrap .graphWrap dl {
    margin-bottom: 15px;
  }
  .commomEntryWrap .graphWrap dl dt {
    text-align: center;
    padding: 7px 0 4px;
    margin-bottom: 0;
  }
  .commomEntryWrap .graphWrap dl dd {
    padding: 0 1px 0px;
    margin-bottom: 0;
  }
  .commomEntryWrap .graphWrap .col_s {
    padding-top: 20px;
  }
  .commomEntryWrap .graphWrap .col_s dl dt {
    font-size: 18px;
    color: #4d4337;
    margin-bottom: 10px;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li {
    background: url("../images/second/graph/graph_bgs.png") no-repeat;
    width: 203px;
    height: 53px;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
    text-align: center;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li span.m {
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li span.yen {
    font-size: 12px;
    font-weight: normal;
  }

  .btnlink {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .btnlink a {
    display: block;
    text-align: center;
    padding: 5px 5px 3px 15px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    color: #555;
    flex-basis: 20%;
    margin: 0 5px 8px 5px;
  }
  .btnlink a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .btnlink a:first-child,.btnlink a:nth-child(5n) {
    margin-left: 0;
  }
  .btnlink a.on {
    border: 1px solid #eb5d00;
    color: #eb5d00;
  }
  .btnlink a.on:before {
    border-top: 2px solid #eb5d00;
    border-right: 2px solid #eb5d00;
  }
  .blk{
    width: 100%;

  }
  .blk li {
    width: 100%;
    display: table;
    padding: 0;
    margin-bottom: 2px!important;
    flex-basis: 100px;
    border-collapse: collapse;
    box-sizing: border-box;
    flex-wrap: wrap;
    white-space: pre-line;
  }
  .blk li div {
    display: table-cell;
    padding: 6px 12px!important;
    margin-bottom: 2px!important;
    box-sizing: border-box;
    white-space: pre-line;
    vertical-align: middle;
  }
  .blk li div:first-child {
    width: 100px;
    font-size: .82rem;
    line-height: 1.2em;
  }
  .blk li div:last-child {
    font-size: .9rem;
    line-height: 1.4em;
  }
  .blk_year{
    background: #E2E4E6!important;
    width: 100%;
    text-align: center!important;
    margin: 0 auto;
    padding: 6px 0!important;
    line-height: 1.6em;
    font-size: .9rem;
    font-weight: bold;
    display:block!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .blk_rs_event{
    background: #E0ECF7!important;
    width: 100%;
  }
  .blk_rs_event > div:first-child{
    background: #C1D9EF!important;
    font-size: .82rem;
  }
  .blk_rs_event > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_wd_event{
    background: #E7E5F1!important;
    width: 100%;
    flex-shrink: 1;
  }
  .blk_wd_event > div:first-child{
    background: #CFCBE3!important;
    font-size: .82rem;
     flex-shrink: 3;
     line-height: 1.2em;
     text-align: center!important;
  }
  .blk_wd_event > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_human{
    background: #F7E5E7!important;
    width: calc(100% - 100px);
  }
  .blk_human > div:first-child{
    background: #EFCBCF!important;
    font-size: .85rem;
     flex-shrink: 3;
  }
  .blk_human > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_human > div:last-child{
    text-align: right;
    width: calc(100% - 100px);
  }
  .blk_kids{
    background: #FAECD4!important;
    width: 100%;
  }
  .blk_kids > div:first-child{
    background: #F5D9A9!important;
    font-size: .85rem;
     flex-shrink: 3;
  }
  .blk_kids > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_kids > div:last-child{
    text-align: right;
    width: calc(100% - 100px);
  }
  .blk_rs_price{
    background: #E2EFEA!important;
    width: calc(100% - 100px);
  }
  .blk_rs_price > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_rs_price > div:first-child{
    background: #C5DFD5!important;
    font-size: .85rem;
     flex-shrink: 3;
  }
  .blk_rs_price > div:last-child{
    text-align: right;
    width: calc(100% - 100px);
  }
  .blk_cost{
    background: #F2E8D3!important;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .blk_cost > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_cost > div:first-child{
    background: #E5D1A7!important;
    font-size: .85rem;
    border-bottom-left-radius: 8px;
  }
  .blk_cost > div:last-child{
    border-bottom-left-radius: 8px;
  }
  .tx_gray {
    color: #ccc!important;
  }
}

@media screen and (max-width: 750px) {
  /* ============================================================
  common layout
  ============================================================ */
  .mainImg {
    padding: 10px;
  }

  /* breadcrumb
  ------------------------------------------------------ */
  .breadcrumb {
    font-size: 12px;
    color: #3d3d3d;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    padding: 10px 10px 0;
  }
  .breadcrumb a {
    color: #3d3d3d;
    padding: 0 5px;
  }
  .breadcrumb div:first-child a {
    padding-left: 0;
  }
  .breadcrumb .breadData span {
    padding: 0 0 0 5px;
  }
  .breadcrumb div {
    letter-spacing: normal;
    display: inline;
  }
  .breadcrumb div:before {
    content: ">";
    position: relative;
    top: -1px;
  }
  .breadcrumb div:first-child::before {
    content: "";
  }

  /* ============================================================
  contents layout
  ============================================================ */
  .commonWrapIn .backLink {
    padding: 15px 5px 0;
    background: url("../images/common/line_bottom.gif") no-repeat center 0;
    width: 95%;
    margin-top: 20px;
  }
  .commonWrapIn .backLink a {
    background: url("../images/common/list_orange_left.png") no-repeat left center;
    padding-left: 13px;
    text-decoration: underline;
  }

  .categoryTopWrap .spEntryWrap {
    border: none;
    border-radius: 0px;
    background: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .categoryTopWrap .commonWrapIn .backLink {
    background: none;
    padding: 0 15px;
  }

  .categoryTop ul.indexBoxList li {
    padding: 0;
    width: 100%;
  }
  .categoryTop ul.indexBoxList li dl {
    margin: 0;
  }
  .categoryTop ul.indexBoxList li dl dd {
    margin-bottom: 0;
  }

  .commomEntryWrap .section {
    margin-bottom: 20px;
  }
  .commomEntryWrap h2 {
    font-size: 16px;
    border: 1px solid #cfc8bd;
    padding: 6px 10px 5px 28px;
    font-weight: normal;
    margin-bottom: 20px;
    background: url("../images/second/sp_h2_bg.gif") no-repeat 11px 14px #ebe9dc;
    background-size: 10px;
  }
  .commomEntryWrap h2.simpleH2 {
    font-size: 17px;
    background: none;
    font-weight: bold;
    padding: 5px 10px 0;
    margin-bottom: 5px;
    border: none;
  }
  .commomEntryWrap h3 {
    padding: 3px 0px 7px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    margin: 0 0px 25px;
    background: url("../images/common/boder_hasen.gif") repeat-x 0 bottom;
  }
  .commomEntryWrap h4 {
    font-size: 14px;
    color: #eb5d00;
    margin: 0 10px 10px;
  }
  .commomEntryWrap p {
    margin: 0 5px 15px;
  }
  .commomEntryWrap ul {
    margin-bottom: 20px;
  }
  .commomEntryWrap ul.dot li,
  .commomEntryWrap .entryWrap ul.dot li {
    background: url(../images/common/ico_list.gif) no-repeat 3px 7px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .commomEntryWrap .newsList {
    margin: 0 10px;
  }
  .commomEntryWrap .newsList li {
    background: none;
    padding-left: 0;
    border-bottom: 1px dotted #cfc8bd;
    border-top: none;
    padding-top: 0;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
  .commomEntryWrap .newsList li:last-child {
    border-bottom: none;
  }
  .commomEntryWrap .newsList span.day {
    width: 120px;
  }
  .commomEntryWrap ul.arrow li,
  .commomEntryWrap ul li {
    background: url(../images/common/sp/list_orange_maru.png) no-repeat left 4px;
    background-size: 13px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .commomEntryWrap ul.noListMark li {
    background: none;
    padding-left: 0;
  }
  .commomEntryWrap ol {
    list-style: none;
    counter-reset: li;
    margin: 0 10px 20px;
  }
  .commomEntryWrap ol li {
    margin-bottom: 5px;
    padding-left: 20px;
    text-indent: -20px;
  }
  .commomEntryWrap ol li:before {
    color: #eb5d00;
    content: counter(li,decimal) ". ";
    counter-increment: li;
    font-weight: bold;
  }
  .commomEntryWrap ol li ul li {
    padding-left: 35px !important;
  }
  .commomEntryWrap ol li ul li:before {
    content: none !important;
  }
  .commomEntryWrap dl {
    margin: 0 10px 20px;
  }
  .commomEntryWrap dl dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .commomEntryWrap dl dd {
    margin-bottom: 15px;
  }
  .commomEntryWrap .dlList {
    margin: 0 10px 20px;
  }
  .commomEntryWrap .dlList dt {
    font-weight: normal;
  }
  .commomEntryWrap .dlList dd {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
  }
  .commomEntryWrap .commonBt {
    background: #f3f4f7;
    border: 1px solid #d6d6d6;
    margin: 0 10px 20px;
    text-align: left;
  }
  .commomEntryWrap .commonBt a {
    display: block;
    padding: 10px 20px 10px 40px;
    background: url(../images/common/arrow_grey.gif) no-repeat 15px center;
    text-align: center;
  }
  .commomEntryWrap .btList {
    margin: 0 10px 10px;
  }
  .commomEntryWrap .btList a {
    display: block;
    margin-bottom: 7px;
    border: 1px solid #cbcfd2;
    text-decoration: none;
  }
  .commomEntryWrap .btList span {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    padding-left: 45px;
    background: url(../images/common/list_orange_maru.png) no-repeat 10px center;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0 10px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3;
  }
  .commomEntryWrap .imageIn {
    padding-bottom: 40px;
  }
  .commomEntryWrap .imageIn .imageRight, .commomEntryWrap .imageIn .imageLeft, .commomEntryWrap .imageIn .imageCenter {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .commomEntryWrap .imageIn .imageRight img, .commomEntryWrap .imageIn .imageLeft img, .commomEntryWrap .imageIn .imageCenter img {
    max-width: 100%;
    height: auto;
  }
  .commomEntryWrap .imageIn .imageRight span.cap, .commomEntryWrap .imageIn .imageLeft span.cap, .commomEntryWrap .imageIn .imageCenter span.cap {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    padding-top: 5px;
  }
  .commomEntryWrap .imageIn .imageMulti {
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 12px;
  }
  .commomEntryWrap .imageIn .imageMulti .imageMultiIn {
    display: block;
  }
  .commomEntryWrap .imageIn .imageMulti img {
    margin-bottom: 5px;
    max-width: 100%;
  }
  .commomEntryWrap .imageIn .imageMulti span.photo {
    display: block;
  }
  .commomEntryWrap .imageIn .imageMulti span.cap {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 15px;
    text-align: center;
  }
  .commomEntryWrap .col2box {
    margin-bottom: 30px;
  }
  .commomEntryWrap .col2box .inner ul {
    margin-bottom: 0;
  }
  .commomEntryWrap .col3box {
    margin-bottom: 30px;
  }
  .commomEntryWrap .col3box .inner ul {
    margin-bottom: 0;
  }
  .commomEntryWrap .innerLink {
    color: #5368ad;
  }
  .commomEntryWrap .textLink {
    background: url(../images/common/arrow_blue2.gif) no-repeat left 5px;
    padding-left: 15px;
  }
  .commomEntryWrap .textLinkD {
    background: url(../images/common/arrow_blue3.gif) no-repeat left 5px !important;
    padding-left: 15px;
  }
  .commomEntryWrap .ico_tab, .commomEntryWrap .ico_pdf, .commomEntryWrap .ico_excel, .commomEntryWrap .ico_ppt, .commomEntryWrap .ico_word, .commomEntryWrap .ico_file {
    content: "";
    font-size: 10px;
    padding: 5px 0 3px 25px;
  }
  .commomEntryWrap .ico_tab {
    background: url(../images/second/ico_tab.gif) no-repeat 5px 5px;
  }
  .commomEntryWrap .ico_pdf {
    background: url(../images/second/ico_pdf.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_excel {
    background: url(../images/second/ico_excel.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_ppt {
    background: url(../images/second/ico_ppt.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_word {
    background: url(../images/second/ico_word.png) no-repeat 5px 1px;
  }
  .commomEntryWrap .ico_file {
    background: url(../images/second/ico_file.png) no-repeat 2px 1px;
  }
  .commomEntryWrap .rowTable,
  .commomEntryWrap .entryWrap table {
    width: 95%;
    border: 1px solid #cfc8bd;
    margin: 0 auto 20px;
    border-collapse: collapse;
    color: #2c3356;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commomEntryWrap .rowTable th,
  .commomEntryWrap .entryWrap table th {
    border: 1px solid #cfc8bd;
    border-bottom: none;
    background: #ecebe6;
    padding: 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commomEntryWrap .rowTable td,
  .commomEntryWrap .entryWrap table td {
    border-left: 1px solid #cfc8bd;
    border-bottom: 1px solid #cfc8bd;
    background: #fff;
    padding: 10px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commomEntryWrap .colTable {
    width: 95%;
    border: 1px solid #cfc8bd;
    margin: 0 auto 20px;
    border-collapse: collapse;
    color: #2c3356;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commomEntryWrap .colTable th {
    border: 1px solid #cfc8bd;
    border-right: none;
    background: #ebe9dc;
    padding: 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commomEntryWrap .colTable td {
    border-right: 1px solid #cfc8bd;
    border-bottom: 1px solid #cfc8bd;
    background: #fff;
    padding: 10px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commomEntryWrap .borderBox {
    border: 1px solid #c0c9e8;
    margin: 0 10px 20px;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .blueBox {
    background: #eff0f4;
    margin: 0 10px 20px;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .blueBox2 {
    margin: 0 10px;
    background: #eff0f4;
    border: 1px solid #5368ad;
    margin-bottom: 30px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .grayBox {
    margin: 0 10px;
    background: #eff0f4;
    border: 1px solid #CCC;
    margin-bottom: 30px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    color: #777;
  }
  .commomEntryWrap .columnBox {
    border: 1px solid #c3601f;
    margin: 0 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
  }
  .commomEntryWrap .columnBox .midashi {
    text-align: center;
    color: #fff;
    background: #c3601f;
    font-size: 13px;
    padding: 10px;
    margin: 0;
  }
  .commomEntryWrap .columnBox .inner {
    padding: 10px;
  }
  .commomEntryWrap .redBox {
    background: #FFF;
    border: 2px solid #C00;
    padding: 10px;
    margin: 0 10px 20px;
    clear: both;
  }
  .commomEntryWrap .redBox a {
    color: #C00;
  }
  .commomEntryWrap .movieBox {
    margin: 0 10px 20px;
    height: 200px;
  }
  .commomEntryWrap pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  .spEntryWrap {
    border: 1px solid #eeeadb;
    border-radius: 30px;
    background: #FFF;
    overflow: hidden;
    margin: 10px 7px;
    padding: 20px 15px;
  }

  ul.indexBoxList {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  ul.indexBoxList li {
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;
    -moz-box-shadow: 0px 2px 3px rgba(9, 2, 4, 0.2);
    -webkit-box-shadow: 0px 2px 3px rgba(9, 2, 4, 0.2);
    box-shadow: 0px 2px 3px rgba(9, 2, 4, 0.2);
    background: url("../images/second/sp_stripe.png") repeat-y 120px 0 #FFF;
    margin-bottom: 7px;
  }
  ul.indexBoxList li a {
    display: block;
    text-decoration: none;
  }
  ul.indexBoxList li dl {
    display: table;
  }
  ul.indexBoxList li dl dd.img {
    width: 120px;
    float: left;
    overflow: hidden;
  }
  ul.indexBoxList li dl dd.img img {
    vertical-align: bottom;
  }
  ul.indexBoxList li dl dt {
    margin: 0px 15px 0px 135px;
    background: url("../images/common/sp/list_green_maru.png") no-repeat left 11px;
    background-size: 12px;
    padding: 7px 0 0 18px;
    font-weight: bold;
    font-size: 13px;
  }
  ul.indexBoxList li dl dt:hover {
    text-decoration: underline;
  }
  ul.indexBoxList li dl dd.txt {
    margin: 0px 15px 0px 135px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .commomEntryWrap .entryWrap .kakakuSection table,
  .commomEntryWrap .entryWrap .kakakuSection th,
  .commomEntryWrap .entryWrap .kakakuSection td {
    background: none;
    border: none;
    text-align: left;
    padding: 0;
  }

  .kakakuSection {
    background: #fefbe8;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
  }
  .kakakuSection h2 {
    background: none;
    padding: 0;
    margin-bottom: 15px;
    border: none;
  }
  .kakakuSection .label {
    background: #c5da1d;
    width: 100%;
    display: table;
    padding: 5px 0;
  }
  .kakakuSection .label li {
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    background: none;
    padding: 0;
    padding: 0 10px;
  }
  .kakakuSection .label .year {
    background: url(../images/second/history/line_row.gif) no-repeat right center;
    width: 72px;
  }
  .kakakuSection .label .price {
    background: url(../images/second/history/line_row.gif) no-repeat right center;
    width: 25%;
    line-height: 1.2;
  }
  .kakakuSection .label .bg {
    width: auto;
  }
  .kakakuSection div.chronologyTableBg {
    background: url(../images/second/history/line.gif) repeat-y 73px 0px/1px auto !important;
  }
  .kakakuSection table.chronology {
    width: 100% !important;
    background: url(../images/second/history/line_top.gif) no-repeat 73px 0px/3px 46px !important;
  }
  .kakakuSection table.chronology th {
    font-size: 14px;
    width: 90px;
    background-size: 20px !important;
  }
  .kakakuSection table.chronology th span {
    font-weight: normal;
    color: #808080;
    display: block;
    font-size: 10px;
    border-top: 1px solid #d6d2b9;
    width: 70px;
    padding-top: 1px;
    padding-bottom: 6px;
  }
  .kakakuSection table.chronology td {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .kakakuSection table.chronology .leftCol {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px 0;
    width: 30%;
    font-size: 16px;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px 0 0 15px;
  }
  .kakakuSection table.chronology .leftCol span {
    color: #57544f;
    display: block;
    padding-top: 5px;
    font-size: 12px;
  }
  .kakakuSection table.chronology .rightCol.col1 {
    vertical-align: middle;
  }
  .kakakuSection table.chronology .rightCol {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0;
    border-radius: 0 15px 15px 0;
    width: 70%;
  }
  .kakakuSection table.chronology .rightCol li {
    background: url(../images/second/history/line_col.gif) repeat-x left top;
    margin: 0;
    padding: 10px 10px 7px;
    font-size: 13px;
    line-height: 1.5;
  }
  .kakakuSection table.chronology .rightCol li:first-child {
    background: none;
  }
  .kakakuSection table.chronology .taisho th {
    background: url(../images/second/history/arrow_green.gif) no-repeat right;
  }
  .kakakuSection table.chronology .taisho .leftCol {
    background: #ebf696;
  }
  .kakakuSection table.chronology .syowa th {
    background: url(../images/second/history/arrow_pink.gif) no-repeat right;
  }
  .kakakuSection table.chronology .syowa .leftCol {
    background: #fcdbd5;
  }
  .kakakuSection table.chronology .heisei th {
    background: url(../images/second/history/arrow_yellow.gif) no-repeat right;
  }
  .kakakuSection table.chronology .heisei .leftCol {
    background: #ffee8e;
  }

  .memory {
    padding: 18px 0 80px;
  }

  .memoryIndex .head {
    background: url(../images/second/memory/bg.gif) repeat center top;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .memoryIndex .img1, .memoryIndex .img2, .memoryIndex .img3 {
    display: none;
  }
  .memoryIndex h2 {
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    font-weight: normal;
    color: #6c462a;
    background: url(../images/second/title_bg.gif) no-repeat center bottom;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.4;
    border: none;
    padding: 0 0 10px;
  }
  .memoryIndex h2 .wrap {
    color: #6c462a;
    background: url(../images/second/memory/ico_camera.gif) no-repeat 0px 14px;
    background-size: 20px auto;
    padding: 2px 0 0 30px;
    display: block;
  }
  .memoryIndex h2 .txt_orange {
    color: #eb5d00;
  }
  .memoryIndex h3 {
    font-size: 16px;
    border: 1px solid #cfc8bd;
    padding: 6px 10px 5px 28px;
    font-weight: normal;
    margin-bottom: 20px;
    background: url("../images/second/sp_h2_bg.gif") no-repeat 11px 14px #ebe9dc;
    background-size: 10px;
    border: none;
    color: #000;
  }
  .memoryIndex .section {
    margin-bottom: 20px;
  }
  .memoryIndex p {
    color: #3d3d3d;
    margin-bottom: 15px;
  }
  .memoryIndex p a {
    color: #005d9e;
    text-decoration: underline;
  }
  .memoryIndex p a:hover {
    text-decoration: none;
  }
  .memoryIndex li {
    color: #3d3d3d;
    margin-bottom: 5px;
  }
  .memoryIndex .btn {
    margin-bottom: 10px;
  }
  .memoryIndex .btn a {
    background: url(../images/second/memory/bt_bg.gif) no-repeat center top;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
    width: 270px;
    background-size: contain;
    padding: 10px 0;
  }
  .memoryIndex .btn a.btnB {
    background: url(../images/second/memory/bt2_bg.gif) no-repeat center top;
  }

  .sizeIndex .head {
    background: url(../images/second/size/bg.png) repeat center top;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .sizeIndex .imgWrap img {
    display: block;
    margin: 0 auto 10px;
  }
  .sizeIndex h2 {
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    font-weight: normal;
    color: #6c462a;
    background: url(../images/second/size/border.png) no-repeat left bottom;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.4;
    border: none;
    padding: 0 0 10px;
  }
  .sizeIndex .img1 {
    text-align: center;
    padding-bottom: 15px;
  }
  .sizeIndex .img1:before {
    display: none;
  }
  .sizeIndex .img1:after {
    display: none;
  }
  .sizeIndex .img2 {
    text-align: center;
    padding-bottom: 15px;
  }
  .sizeIndex .img2:before {
    display: none;
  }
  .sizeIndex .img2:after {
    display: none;
  }
  .sizeIndex h3 {
    font-size: 16px;
    border: 1px solid #cfc8bd;
    padding: 6px 10px 5px 28px;
    font-weight: normal;
    margin-bottom: 20px;
    background: url("../images/second/sp_h2_bg.gif") no-repeat 11px 14px #ebe9dc;
    background-size: 10px;
    border: none;
    color: #000;
  }
  .sizeIndex .section {
    margin-bottom: 20px;
  }
  .sizeIndex p {
    color: #3d3d3d;
    margin-bottom: 15px;
  }
  .sizeIndex p a {
    color: #005d9e;
    text-decoration: underline;
  }
  .sizeIndex p a:hover {
    text-decoration: none;
  }
  .sizeIndex li {
    color: #3d3d3d;
    margin-bottom: 5px;
  }
  .sizeIndex .btn {
    margin-bottom: 10px;
  }
  .sizeIndex .btn a {
    background: url(../images/second/memory/bt_bg.gif) no-repeat center top;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
    width: 270px;
    background-size: contain;
    padding: 10px 0;
  }
  .sizeIndex .btn a.btnB {
    background: url(../images/second/memory/bt2_bg.gif) no-repeat center top;
  }

  .commonWrapIn .aform-content input[type="text"], .commonWrapIn .aform-content input[type="email"], .commonWrapIn .aform-content input[type="tel"], .commonWrapIn .aform-content textarea {
    border: 1px solid #dddddd;
  }
  .commonWrapIn .aform-content dl {
    background: url("../images/common/table_bg.gif") repeat-y 0 0;
    margin: 0;
    padding: 0;
    background: #f4f4f2;
    border: none;
  }
  .commonWrapIn .aform-content dt {
    color: #857a68;
    padding: 10px;
    margin-bottom: 0;
    font-weight: normal;
    float: none;
  }
  .commonWrapIn .aform-content dt .required {
    position: static;
    background: #eb5d00;
    border-radius: 0;
    padding: 2px 3px;
    display: inline-block;
    margin-top: 2px;
  }
  .commonWrapIn .aform-content dd {
    padding-left: 0;
    float: left;
    background: #fff;
    margin: 0;
    padding: 10px 0 15px;
    float: none;
  }
  .commonWrapIn .aform-content .submit {
    background: none;
    padding: 15px 0;
  }
  .commonWrapIn .aform-content input[type="submit"] {
    border: none;
    background: url(../images/common/arrow_white.png) no-repeat 95% center #eb5d00;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 205px;
    height: 42px;
    line-height: 37px;
    color: #fff;
    border-bottom: 2px solid #e8c1a7;
    padding: 0;
    cursor: pointer;
  }
  .commonWrapIn .aform-content #name-error {
    margin-top: 5px;
  }
  .commonWrapIn .aform-content .aform-input.error {
    background: none;
  }
  .commonWrapIn .aform-content dl p.aform-error {
    margin-top: 10px;
  }
  .commonWrapIn .aform-content .validation-advice {
    color: #eb5d00;
    font-size: 13px;
    border: 1px solid #eb5d00;
    padding: 3px;
  }
  .commonWrapIn .aform-content .validation-advice img {
    vertical-align: middle;
  }

  .postWrap p.aform-error {
    margin: 5px 0 0;
  }
  .postWrap p#aform_confirm_msg {
    margin-top: 10px;
  }
  .postWrap .aform-content ul li {
    background: none;
    padding-left: 0;
  }

  div#aform_result .result_txt1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .commonWrapIn .aform-content_error {
    background: #FFF;
    border: none;
  }
  .commonWrapIn .aform-content_error dl {
    border: none;
    background: #FFF;
  }
  .commonWrapIn .aform-content_error dl dd {
    padding: 0;
    width: 100%;
  }

  #aform_btn_back {
    padding: 11px 20px 10px;
    border-radius: 5px;
    border: none;
    vertical-align: middle;
    border-bottom: 2px solid #CCC;
    font-size: 15px;
    font-weight: bold;
  }

  .entryTitle,
  div.aform-header {
    background: url("../images/second/title_bg.gif") no-repeat 0 bottom;
    padding: 5px 10px 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    color: #3d3d3d;
    border: none;
  }

  .commomEntryWrap .aform-radio-ul li {
    background: none;
    padding-left: 0;
  }

  ul.gijirokuList li {
    padding: 10px;
    margin-bottom: 10px;
    background: url("../images/common/boder_hasen.gif") repeat-x 0 bottom;
  }
  ul.gijirokuList li a {
    display: block;
    padding-left: 18px;
    background: url("../images/common/list_cha_maru.gif") no-repeat 0 7px;
    background-size: 11px;
  }

  .gMap {
    width: 100%;
  }

  .bodyClass-form .spEntryWrap {
    padding-top: 0;
  }
  .bodyClass-form .spEntryWrap .entryWrap {
    padding-top: 0;
  }

  .commomEntryWrap .graphWrap h2 {
    font-size: 15px;
    background: #a29785;
    background-size: 100%;
    padding: 6px 10px 4px 15px;
    margin-bottom: 5px;
    height: auto;
    font-weight: bold;
    color: #fff;
  }
  .commomEntryWrap .graphWrap h3 {
    border-bottom: 1px solid #a8a9a9;
    background: none;
  }
  .commomEntryWrap .graphWrap h3 + .alignR {
    margin-top: -55px;
    margin-bottom: 30px;
  }
  .commomEntryWrap .graphWrap section {
    margin-bottom: 20px;
  }
  .commomEntryWrap .graphWrap .alignR {
    text-align: right;
    margin-bottom: 3px;
    font-size: 14px;
  }
  .commomEntryWrap .graphWrap .box2 dl {
    padding-bottom: 20px;
  }
  .commomEntryWrap .graphWrap .box2b dl {
    padding-bottom: 20px;
  }
  .commomEntryWrap .graphWrap .box3 p {
    border: 1px solid #dbd1c1;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
  }
  .commomEntryWrap .graphWrap dl {
    border: 1px solid #dbd1c1;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
    padding-bottom: 15px;
  }
  .commomEntryWrap .graphWrap dl dt {
    text-align: center;
    background: #ffe7e3;
    padding: 7px 10px 4px;
    line-height: 1.5;
  }
  .commomEntryWrap .graphWrap dl dd {
    text-align: center;
    margin-bottom: 0;
  }
  .commomEntryWrap .graphWrap .col_s dl {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .commomEntryWrap .graphWrap .col_s dl dt {
    font-size: 18px;
    color: #4d4337;
    margin-bottom: 10px;
    background: none;
    font-size: 16px;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li {
    background: url("../images/second/graph/graph_bgs.png") no-repeat;
    width: 203px;
    height: 53px;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
    text-align: center;
    background: none;
    border: 1px solid #dbd1c1;
    border-radius: 10px;
    height: auto;
    padding: 5px 0 5px;
    font-size: 16px;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li:nth-child(1), .commomEntryWrap .graphWrap .col_s dl dd ul li:nth-child(2) {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li:nth-child(3) {
    width: 98%;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li span.m {
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    font-size: 13px;
  }
  .commomEntryWrap .graphWrap .col_s dl dd ul li span.yen {
    font-size: 12px;
    font-weight: normal;
  }

  .btnlink {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .btnlink a {
    display: block;
    text-align: center;
    padding: 5px 5px 3px 15px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    color: #555;
    flex-basis: calc(50% - 33px);
    margin: 0 1%;
    margin-top: 10px;
    justify-content: space-between;
  }
  .btnlink a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -4px;
  }
  .btnlink a:first-child,.btnlink a:nth-child(odd) {
    margin-left: 0;
  }
  .btnlink a.on {
    border: 1px solid #eb5d00;
    color: #eb5d00;
  }
  .btnlink a.on:before {
    border-top: 2px solid #eb5d00;
    border-right: 2px solid #eb5d00;
  }
  .blk{
    width: 100%;

  }
  .blk li {
    width: 100%;
    display: table;
    padding: 0;
    margin-bottom: 2px!important;
    flex-basis: 100px;
    border-collapse: collapse;
    box-sizing: border-box;
    flex-wrap: wrap;
    white-space: pre-line;
  }
  .blk li div {
    display: table-cell;
    padding: 6px 12px!important;
    margin-bottom: 2px!important;
    box-sizing: border-box;
    white-space: pre-line;
    vertical-align: middle;
  }
  .blk li div:first-child {
    width: 100px;
    font-size: .82rem;
    line-height: 1.2em;
  }
  .blk li div:last-child {
    font-size: .9rem;
    line-height: 1.4em;
  }
  .blk_year{
    background: #E2E4E6!important;
    width: 100%;
    text-align: center!important;
    margin: 0 auto;
    padding: 6px 0!important;
    line-height: 1.6em;
    font-size: .9rem;
    font-weight: bold;
    display:block!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .blk_rs_event{
    background: #E0ECF7!important;
    width: 100%;
  }
  .blk_rs_event > div:first-child{
    background: #C1D9EF!important;
    font-size: .82rem;
  }
  .blk_rs_event > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_wd_event{
    background: #E7E5F1!important;
    width: 100%;
    flex-shrink: 1;
  }
  .blk_wd_event > div:first-child{
    background: #CFCBE3!important;
    font-size: .82rem;
     flex-shrink: 3;
     line-height: 1.2em;
     text-align: center!important;
  }
  .blk_wd_event > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_human{
    background: #F7E5E7!important;
    width: calc(100% - 100px);
  }
  .blk_human > div:first-child{
    background: #EFCBCF!important;
    font-size: .85rem;
     flex-shrink: 3;
  }
  .blk_human > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_human > div:last-child{
    text-align: right;
    width: calc(100% - 100px);
  }
  .blk_kids{
    background: #FAECD4!important;
    width: 100%;
  }
  .blk_kids > div:first-child{
    background: #F5D9A9!important;
    font-size: .85rem;
     flex-shrink: 3;
  }
  .blk_kids > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_kids > div:last-child{
    text-align: right;
    width: calc(100% - 100px);
  }
  .blk_rs_price{
    background: #E2EFEA!important;
    width: calc(100% - 100px);
  }
  .blk_rs_price > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_rs_price > div:first-child{
    background: #C5DFD5!important;
    font-size: .85rem;
     flex-shrink: 3;
  }
  .blk_rs_price > div:last-child{
    text-align: right;
    width: calc(100% - 100px);
  }
  .blk_cost{
    background: #F2E8D3!important;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .blk_cost > div:first-child > p{
    margin:0 auto;
     text-align: center!important;
     padding: 4px 0;
  }
  .blk_cost > div:first-child{
    background: #E5D1A7!important;
    font-size: .85rem;
    border-bottom-left-radius: 8px;
  }
  .blk_cost > div:last-child{
    border-bottom-left-radius: 8px;
  }
  .tx_gray {
    color: #ccc!important;
  }
}
