@charset "Shift_JIS";

/* Layout */
.container {
  width: 100%;
  box-sizing: border-box;
}

.section.even {
  background-color: #fff6e6;
}

.ttl {
  margin-bottom: 30px;
  color: #512d0f;
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 28px;
  font-weight: bold;
  font-family: "MS PMincho", "Hiragino Mincho Pro", serif;
  background: url(../images/bg_line.png) 0 bottom repeat-x;
}

.ttl > span {
  display: block;
  line-height: 1.1;
}

.ttl_sub {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/common/icon_ttl.png) 0 8px no-repeat;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.card {
  position: relative;
  min-height: 315px;
  background-color: #fff;
}

.card_header {
  position: relative;
  padding: 10px 10px 0 70px;
}

.card_header > span {
  position: absolute;
  top: -2px;
  left: 10px;
  padding-top: 10px;
  text-align: center;
  color: #472b00;
  font-size: 30px;
  font-weight: bold;
}

.card_header > span > small {
  font-size: 18px;
}

.card_header > span.icon_ribbon_01, .card_header > span.icon_ribbon_02 {
  color: #fff;
}

.card_header dt {
  margin-bottom: 10px;
}

.card_header dd {
  font-size: 17px;
  line-height: 1.5;
}

.card_content {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

/*************************
?{?^???pcss
**************************/
.cssBtn a:hover {
  opacity: 0.6;
}
.cssBtn.typeOrange a {
  color: #fff;
  font-size: 100%;
  text-decoration: none;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background-color: #f18425;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f18425), color-stop(1, #ef7306));
  background: -webkit-linear-gradient(#f18425, #ef7306);
  background: -moz-linear-gradient(#f18425, #ef7306);
  background: -o-linear-gradient(#f18425, #ef7306);
  background: -ms-linear-gradient(#f18425, #ef7306);
  background: linear-gradient(#f18425, #ef7306);
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 0 #9d4b02;
  display: block;
  position: relative;
  text-shadow: 1px 1px 1px #c1520d;
}
.cssBtn.typeOrange a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}
.cssBtn.typeOrange .btnarrow {
  display: block;
  position: relative;
}
.cssBtn.typeOrange .btnarrow:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 5;
}
.cssBtn.typeOrange .btnarrow input[type="submit"] {
  color: #fff;
  background-color: #f18425;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f18425), color-stop(1, #ef7306));
  background: -webkit-linear-gradient(#f18425, #ef7306);
  background: -moz-linear-gradient(#f18425, #ef7306);
  background: -o-linear-gradient(#f18425, #ef7306);
  background: -ms-linear-gradient(#f18425, #ef7306);
  background: linear-gradient(#f18425, #ef7306);
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 0 #9d4b02;
  display: block;
  position: relative;
  text-shadow: 0 0 0 transparent,1px 1px 1px #c1520d;
}

.cssBtn.typeGray a {
  color: #4A4A4A;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 12px 0;
  background-color: #EAE9E9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAE9E9), color-stop(1, #BFBBBB));
  background: -webkit-linear-gradient(#EAE9E9, #BFBBBB);
  background: -moz-linear-gradient(#EAE9E9, #BFBBBB);
  background: -o-linear-gradient(#EAE9E9, #BFBBBB);
  background: -ms-linear-gradient(#EAE9E9, #BFBBBB);
  background: linear-gradient(#EAE9E9, #BFBBBB);
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 0 #9A9895;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px #a89e93;
}
.cssBtn.typeGray a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #4A4A4A;
}

.cssBtn.typeYellow a,
.cssBtn.typeYellow .btnText {
  color: #453A03;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 12px 0;
  background-color: #ffe761;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffef98), color-stop(1, #ffe761));
  background: -webkit-linear-gradient(#ffef98, #ffe761);
  background: -o-linear-gradient(#ffef98, #ffe761);
  background: linear-gradient(#ffef98, #ffe761);
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 0 #9f8500;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px #ceb754;
}
.cssBtn.typeYellow a:before,
.cssBtn.typeYellow .btnText:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #4A4A4A;
}


/*Button*/
.btn {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px dotted #b5b5b5;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_holder{
  padding: 0 10px;
}

.btn_holder_header{
  margin-bottom: 30px;
  line-height: 1.4;
}

.btn_holder .btn_holder_body .btn{
  background: url(../images/icon_arrow.png) 15px center no-repeat;
}

.btn.tdn{
  text-decoration: none;
}

.btn-02 {
  text-align: center;
  border: 1px #c2c2c2 dotted;
  margin-bottom: 20px;
  margin: 0 15px 60px 15px;
}

.btn-02 a {
  display: block;
  text-decoration: none;
  padding: 18px 0;
}

.btn-02 a::before {
  content: url(../images/common/icon_arrow.png);
  margin-right: 10px;
  vertical-align: middle;
}

/*Icon*/
.icon_logo_company {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 5px;
  background: url(../images/logo_company.gif) 0 0 no-repeat;
  vertical-align: -80%;
}

.icon_arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 10px;
  background: url(../images/icon_arrow.png) 0 0 no-repeat;
}

.icon_breadcrumb_arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/icon_breadcrumb_arrow.png) 0 0 no-repeat;
}

/* table layout  Column-2*/
.table__01 {
  width: 100%;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 115%;
}

.table__01 td, .table__01 th {
  padding: 3.12%;
  display: block;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.table__01 td {
  background: #FFF6E7;
}

.table__01 td a {
  word-break: break-all;
}

.table__01 th {
  background: #F8B076;
}

.table__02 {
  width: 100%;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 115%;
}

.table__02 td, .table__02 th {
  padding: 10px;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}

.table__02 td {
  background: #FFF6E7;
  width: 90%;
}

.table__02 td a {
  word-break: break-all;
}

.table__02 th {
  background: #F8B076;
  text-align: center;
  width: 10%;
}


.table__03 {
  width: 100%;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 115%;
}

.table__03 th {
  padding: 10px;
  border-collapse: collapse;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}

.table__03 td{
  background: #FFF6E7;
  width: 15%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.table__03 td:last-child {
  background: #FFF6E7;
  text-align: left;
  padding-left:17px;
  width: 75%;
  border-bottom: 1px solid #ffffff;
}

.table__03 td a {
  word-break: break-all;
}

.table__03 th {
  background: #F8B076;
  text-align: center;
  width: 10%;
}





.section_inner {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.section {
  margin-bottom: 50px;
  padding: 15px 0 0;
}

.section .cap {
  margin-bottom: 40px;
}

.section .list ul {
  padding: 9px 0 9px 9px;
}

.section .list_tit {
  font-weight: bold;
}

.section .list_text {
  margin-bottom: 28px;
}


/* guide  */
.guide_menu ul{
  margin-bottom: 55px;
}

.guide_menu ul li{
  margin-bottom: 30px;
  padding-left: 15px;
  background: url("../images/common/icon_arrow_red02.png") 0 center no-repeat;
}

.guide_inner{
  padding: 0 15px;
}

.guide_list{
  margin-bottom: 50px;
}

.guide_list > li{
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.guide_dlist > dt{
  position: relative;
}

.guide_dlist > dt:after{
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 20px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/guide/icon_under_triangle.png") 0 0 no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.guide_dlist > dt.open:after{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.guide_dlist > dd{
  display: none;
  padding: 0 20px;
  background-color: #fff6e6;
}

/* guide  */

.howto_search_list{
}

.howto_search_list > li > dl > dt {
  position: relative;
  padding: 16px 0 16px 20px;
  font-size: 18px;
  background-color: #f8b076;
  margin-bottom: 10px;
}

.howto_search_list > li > dl > dt:after{
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 20px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/guide/icon_under_triangle.png") 0 0 no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.howto_search_list > li > dl > dd {
  display: none;
}

/*************************
otodokeTable
**************************/
/*.otodokeTable {
  padding: 0px 0 0;
  background: #fff1de;
}

.otodokeTable .DeliveryWrapper, .otodokeTable .TimeWrapper {
  display: none;
}

.otodokeTable .l-contents {
  margin: 0 10px 30px;
}

.otodokeTable table.areaTable {
  padding: 0;
  background-color: #FFF;
  color: #472b00;
  border-width: 1px 1px 0;
  box-sizing: border-box;
  display: block;
}

.otodokeTable table.areaTable tbody {
  display: block;
}

.otodokeTable table.areaTable tr {
  width: 100%;
  overflow: hidden;
  display: table;
}

.otodokeTable table.areaTable tr th {
  display: table-cell;
  text-align: center;
  padding: 3px 10px;
  margin: 0px;
  border: none;
  background: #f8b076;
  box-sizing: border-box;
}

.otodokeTable table.areaTable tr th span {
  color: #990000;
}

.otodokeTable table.areaTable tr th.areaTtl {
  width: 60%;
  border-right: 1px #e6e6e6 solid;
}

.otodokeTable table.areaTable tr th.daysTtl {
  width: 40%;
}

.otodokeTable table.areaTable tr th.daysTtl br {
  display: block;
}

.otodokeTable table.areaTable tr td {
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px #e6e6e6 solid;
}

.otodokeTable table.areaTable tr td.area {
  width: 25%;
  border-right: 1px #e6e6e6 solid;
}

.otodokeTable table.areaTable tr td.region {
  width: 35%;
  border-right: 1px #e6e6e6 solid;
}

.otodokeTable table.areaTable tr td.days {
  width: 40%;
}

.otodokeTable table.areaTable .twoColumn .region {
  width: 60%;
}

.otodokeTable table.areaTable .twoColumn .days {
  width: 40%;
}

.otodokeTable table.areaTable .nowrap {
  white-space: normal;
}*/

/* -------------------------------------------------------------------
768px over
------------------------- */
@media print, screen and (min-width: 768px) {
  /* header area */
  .fz_wrapper {
    margin-bottom: 10px;
    display: block;
  }

  .fz_wrapper:after {
    display: block;
    content: "";
    clear: both;
  }

  .fz_group {
    float: right;
    padding: 10px;
    font-size: 15px;
    background-color: #fff6e6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .fz_group:after {
    display: block;
    content: "";
    clear: both;
  }

  .fz_group li {
    float: left;
    width: 45px;
    padding: 5px 0;
    margin-right: 5px;
    background-color: #bfbfbf;
    color: #310c00;
    font-weight: bold;
    text-align: center;
  }

  .fz_group li a {
    text-decoration: none;
  }

  .fz_group li.select {
    background-color: #af0000;
  }

  .fz_group li.select a {
    color: #fff;
  }

  .fz_group li:first-child {
    width: 110px;
    background-color: #fff6e6;
    font-weight: normal;
  }

  .fz_group li:last-child {
    margin-right: 0;
  }

  .breadcrumb {
    float: left;
    padding: 15px 0;
  }

  .breadcrumb:after {
    display: block;
    content: "";
    clear: both;
  }

  .breadcrumb > li {
    float: left;
    margin-right: 20px;
  }


  .section_inner {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6;
    margin-bottom: 60px;
  }

  .section {
    margin-bottom: 50px;
    padding: 0;
  }

  .section .cap {
    margin-bottom: 40px;
  }

  .section .list ul {
    padding: 9px 0 9px 9px;
  }

  .section .list_tit {
    font-weight: bold;
  }

  .section .list_text {
    margin-bottom: 30px;
  }

  .section.even {
    background-color: #fff6e6;
  }

  .ttl {
    font-size: 28px;
    font-weight: bold;
    padding-left: 0;
    font-family: "MS PMincho", "Hiragino Mincho Pro", serif;
    background: url(../images/bg_line.png) 0 bottom repeat-x;
  }
  .ttl > span {
    display: block;
  }

  .ttl_sub {
    margin-bottom: 30px;
  }

  .container {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    margin-left: -10px;
  }
  .row:after {
    display: block;
    content: "";
    clear: both;
  }

  .col_1_2{
    float: left;
    width: 470px;
    margin-left: 10px;
  }

  .col_1_3 {
    float: left;
    width: 310px;
    margin-left: 10px;
  }

  .col_2_3 {
    float: left;
    width: 630px;
    margin-left: 10px;
  }

  .col_1_4 {
    float: left;
    width: 230px;
    margin-left: 10px;
  }

  .col_3_4 {
    float: left;
    width: 710px;
    margin-left: 10px;
  }

  .card {
    position: relative;
    min-height: 315px;
    background-color: #fff;
  }
  .card_header {
    position: relative;
    padding: 10px 10px 0 70px;
  }
  .card_header > span {
    position: absolute;
    top: -2px;
    left: 10px;
    padding-top: 10px;
    text-align: center;
    color: #472b00;
    font-size: 30px;
    font-weight: bold;
  }

  .card_header > span > small {
    font-size: 18px;
  }

  .card_header > span.icon_ribbon_01, .card_header > span.icon_ribbon_02 {
    color: #fff;
  }

  .card_header dt {
    margin-bottom: 10px;
  }

  .card_header dd {
    font-size: 17px;
    line-height: 1.5;
  }

  .card_content {
    position: absolute;
    bottom: 0;
    padding: 10px;
  }

  .icon_ttl {
    display: inline-block;
    width: 20px;
    height: 9px;
  }

  .label {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .paragraph {
    margin-bottom: 60px;
  }


/* dl */
  .dlist_02 {
    margin-bottom: 40px;
  }

  .dlist_02 > dt {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }

  .dlist_02 dd {
    font-size: 16px;
    line-height: 1.7;
  }

  .dlist {
    margin-bottom: 50px;
  }

  .dlist dt {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
  }

  .dlist dd {
    font-size: 16px;
    line-height: 1.7;
  }


/* guide */
 .guide_inner{
  padding: 0;
 }

  .guide_menu{
    margin-bottom: 0;
  }

  .guide_menu ul{
    margin-bottom: 60px;
  }

  .ttl_sub {
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: bold;
    background: url(../images/common/icon_ttl.png) 0 9px no-repeat;
    line-height: 1.2;
  }

  .guide_list{
    margin-bottom: 60px;
  }

  .guide_list:after{
    display: block;
    content: "";
    clear: both;
  }

  .guide_list > li{
    width: 456px;
    margin-bottom: 0;
  }

  .guide_list > li:first-child{
    float: left;
  }

  .guide_list > li:last-child{
    float: right;
  }

  .guide_dlist > dt > span{
    display: none;
  }

  .guide_dlist > dt:after{
    content: initial;
  }

  .guide_dlist > dd{
    display: block;
    /*padding: 0 20px;
    background-color: #fff6e6;*/
  }


  .guide_inner_dlist{
    padding: 16px 0;
  }

  .guide_inner_dlist.bd{
    border-bottom: 2px dotted #472900;
  }

  .guide_inner_dlist > dt{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }

  .guide_inner_dlist > dd{
    font-size: 16px;
    line-height: 2;
  }


  .cssBtn.typeOrange a {
    border-radius: 4px;
  }
  .cssBtn.typeOrange .btnarrow input[type="submit"] {
    border-radius: 4px;
  }

/* btn */
  .btn {
    display: inline-block;
    width: 230px;
    padding: 10px 0;
    border: 1px dotted #b5b5b5;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .btn-02 {
    width: 300px;
    margin: 0 auto 60px auto;
  }

  .btn_holder {
    margin-bottom: 60px;
    padding: 0 10px;
  }

  .btn_holder .btn_holder_header {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .btn_holder .btn_holder_body {
    text-align: center;
  }

  .btn_holder .btn_holder_body .btn {
    width: 390px;
    height: 60px;
    padding: 0;
    font-size: 20px;
    line-height: 60px;
    background: url(../images/icon_arrow.png) 15px center no-repeat;
  }

  .btn_holder_body .btn.large {
    width: 700px;
  }

  .btn_holder_body .btn.midium {
    width: 580px;
  }

  .btn_holder_body .btn span{
    font-size: 14px;
  }

/* guide */

  .howto_search_list > li > dl > dt{
    padding: 0;
    background-color: #fff;
  }

  .howto_search_list > li > dl > dt:after{
    content: initial;
  }

  .howto_search_list > li > dl > dd{
    display: block;
  }





  input[type="text"], button, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  input[type=radio] {
    margin: 0;
  }

  input[type="text"] {
    width: 210px;
    height: 45px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #aaadb2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="text"].large {
    width: 400px;
  }
  input[type="text"].large.mb10 {
    margin-bottom: 10px;
  }
  input[type="text"].midium {
    width: 320px;
  }

  input[type=radio] {
    width: 24px;
    height: 24px;
    vertical-align: middle;
  }

  select {
    width: 320px;
    height: 45px;
    color: #858484;
    font-size: 20px;
  }
  select.min {
    width: 130px;
    height: 30px;
    font-size: 16px;
    color: #000;
  }

  .input_name input[type="text"].mr20 {
    margin-right: 20px;
  }

  .input_price input[type="text"].mr10 {
    margin-right: 10px;
  }
  .input_price input[type="text"].ml10 {
    margin-left: 10px;
  }

  .bar_mail_select {
    margin-bottom: 20px;
  }
  .bar_mail_select > span {
    margin-right: 20px;
    font-size: 15px;
  }

  .txt_error {
    font-size: 15px;
    color: #b01f1f;
  }

  .input_list > li {
    margin-bottom: 16px;
  }
  .input_list > li:last-child {
    margin-bottom: 0;
  }








  .news_list {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .news_list dl {
    display: table;
    margin-bottom: 16px;
    overflow: hidden;
    *zoom: 1;
  }

  .news_list dl dt {
    display: table-cell;
    width: 150px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .news_list dl dd {
    display: table-cell;
    line-height: 1.3;
  }

  .news_list dl dd a {
    display: block;
    width: 100%;
  }

  .panel_list {
    width: 940px;
    margin: 0 auto 60px;
  }

  .panel_list:after {
    display: block;
    content: "";
    clear: both;
  }

  .panel_list > li {
    width: 300px;
    height: 300px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 190px;
    background-color: #fff6e6;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .panel_list > li:nth-child(1) {
    position: relative;
  }

  .panel_list > li:nth-child(1):before {
    position: absolute;
    left: 50%;
    top: 70px;
    content: "";
    width: 140px;
    height: 94px;
    margin-left: -70px;
    background: url(../images/icon_01.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(2) {
    position: relative;
  }

  .panel_list > li:nth-child(2):before {
    position: absolute;
    left: 50%;
    top: 70px;
    content: "";
    width: 140px;
    height: 83px;
    margin-left: -70px;
    background: url(../images/icon_02.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(3) {
    position: relative;
    margin-right: 0;
  }

  .panel_list > li:nth-child(3):before {
    position: absolute;
    left: 50%;
    top: 70px;
    content: "";
    width: 140px;
    height: 62px;
    margin-left: -70px;
    background: url(../images/icon_03.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(4) {
    position: relative;
  }

  .panel_list > li:nth-child(4):before {
    position: absolute;
    left: 50%;
    top: 62px;
    content: "";
    width: 140px;
    height: 90px;
    margin-left: -70px;
    background: url(../images/icon_04.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(5) {
    position: relative;
  }

  .panel_list > li:nth-child(5):before {
    position: absolute;
    left: 50%;
    top: 70px;
    content: "";
    width: 140px;
    height: 94px;
    margin-left: -70px;
    background: url(../images/icon_05.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(6) {
    position: relative;
    margin-right: 0;
  }

  .panel_list > li:nth-child(6):before {
    position: absolute;
    left: 50%;
    top: 70px;
    content: "";
    width: 140px;
    height: 76px;
    margin-left: -70px;
    background: url(../images/icon_06.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(7) {
    position: relative;
  }

  .panel_list > li:nth-child(7):before {
    position: absolute;
    left: 50%;
    top: 70px;
    content: "";
    width: 140px;
    height: 81px;
    margin-left: -70px;
    background: url(../images/icon_07.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(8) {
    position: relative;
  }

  .panel_list > li:nth-child(8):before {
    position: absolute;
    left: 50%;
    top: 70px;
    content: "";
    width: 140px;
    height: 73px;
    margin-left: -70px;
    background: url(../images/icon_08.png) 0 0 no-repeat;
  }

  .panel_list > li:nth-child(9) {
    margin-right: 0;
  }

  .panel_list > li a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -190px;
    padding-top: 190px;
    text-decoration: none;
  }

  .btn_group {
    width: 810px;
    margin: 0 auto 60px;
  }
  .btn_group:after {
    display: block;
    content: "";
    clear: both;
  }

  .btn_wrapper {
    margin-bottom: 60px;
  }

  .btn_default {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 390px;
    height: 60px;
    padding: 12px 0;
    background-color: #EAE9E9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAE9E9), color-stop(1, #BFBBBB));
    background: -webkit-linear-gradient(#EAE9E9, #BFBBBB);
    background: -moz-linear-gradient(#EAE9E9, #BFBBBB);
    background: -o-linear-gradient(#EAE9E9, #BFBBBB);
    background: -ms-linear-gradient(#EAE9E9, #BFBBBB);
    background: linear-gradient(#eae9e9, #bfbbbb);
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 0 #9A9895;
    display: block;
    text-shadow: 1px 1px 1px #a89e93;
    cursor: pointer;
  }

  .btn_default:hover {
    opacity: .6;
  }

  .btn_default > span {
    position: relative;
  }

  .btn_default > span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #4A4A4A;
  }

  .btn_important {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    width: 390px;
    height: 60px;
    padding: 12px 0;
    text-align: center;
    background-color: #f18425;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f18425), color-stop(1, #ef7306));
    background: -webkit-linear-gradient(#f18425, #ef7306);
    background: -moz-linear-gradient(#f18425, #ef7306);
    background: -o-linear-gradient(#f18425, #ef7306);
    background: -ms-linear-gradient(#f18425, #ef7306);
    background: linear-gradient(#f18425, #ef7306);
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 0 #9d4b02;
    display: block;
    position: relative;
    text-shadow: 1px 1px 1px #c1520d;
    cursor: pointer;
  }

  .btn_important > span {
    position: relative;
  }

  .btn_important > span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
  }

  .btn_important:hover {
    opacity: .6;
  }

  .table {
    width: 950px;
    margin-bottom: 60px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
  }

  .table th {
    position: relative;
    width: 360px;
    padding: 0 20px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #f8b076;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .table th.label_warning:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    content: url(../images/icon_warning.png);
  }

  .table td {
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff6e6;
    font-size: 18px;
  }

  .cnt {
    margin-right: auto;
    margin-left: auto;
  }


  .txt_error {
    font-size: 15px;
    color: #b01f1f;
  }

  .input_list > li {
    margin-bottom: 16px;
  }
  .input_list > li:last-child {
    margin-bottom: 0;
  }

  /*Button*/
  .btn {
    display: inline-block;
    width: 230px;
    padding: 10px 0;
    border: 1px dotted #b5b5b5;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .btn-02 {
    width: 300px;
    margin: 0 auto 60px auto;
  }

  /*Icon*/
  .icon_logo_company {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 5px;
    background: url(../images/logo_company.gif) 0 0 no-repeat;
    vertical-align: -80%;
  }

  .icon_arrow {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 10px;
    background: url(../images/icon_arrow.png) 0 0 no-repeat;
  }

  .icon_breadcrumb_arrow {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/icon_breadcrumb_arrow.png) 0 0 no-repeat;
  }

  /* table layout  Column-2 */
  .table__01 {
    width: 100%;
    line-height: 1.6;
  }

  .table__01 td, .table__01 th {
    padding: 1.68% 2.1%;
    width: 100%;
    display: table-cell;
    border-collapse: collapse;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
  }

  .table__01 td {
    background: #FFF6E7;
    width: 70%;
  }

  .table__01 td a {
    word-break: break-all;
  }

  .table__01 th {
    width: 30%;
    background: #F8B076;
  }

  /*************************
  otodokeTable
  **************************/
  .otodokeTable {
    padding: 10px;
    background: #fff1de;
  }

  .otodokeTable .DeliveryWrapper, .otodokeTable .TimeWrapper {
    display: block;
  }

  .otodokeTable table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #FFF;
    color: #472b00;
  }

  .otodokeTable table th {
    text-align: center;
    padding: 5px 10px;
    margin: 1px;
    border: 1px solid #ccc;
    background: #f8b076;
  }

  .otodokeTable table th span {
    color: #990000;
  }

  .otodokeTable table th.daysTtl br {
    display: none;
  }

  .otodokeTable table td {
    background-color: #FFFFFF;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
  }

  .otodokeTable table .nowrap {
    white-space: nowrap;
  }
}


/*************************
input
**************************/
input, select, textarea {
  vertical-align: middle;
}

input[type='text'], input[type='password'] {
  border: 1px solid #c9c9c9;
  background-color: #FFFFFF;
  padding: 2px;
 box-sizing:content-box;
}

select {
  border: 1px solid #c9c9c9;
  background-color: #FFFFFF;
  padding: 2px;
}

.BtnArea input {
  _vertical-align: bottom;
  *vertical-align: bottom;
}

textarea {
  border: 1px solid #c9c9c9;
  background-color: #FFFFFF;
  width: 90%;
  margin: 0 auto;
}

input[type=radio], input[type=checkbox] {
  border: none;
}


.sp-AccBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-AccBtn {
    display: block;
    text-align: left;
    background: #FF0000;
  }
  .sp-AccBtn.selected {
    display: none;
  }
  .sp-AccBtn p {
    margin: 0 0px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sp-AccBtn a {
    color: #FF0000;
    font-size: 128.571428571%;
    text-decoration: none;
    line-height: 1.16;
    display: block;
    padding: 19px 0;
    position: relative;
  }
  .sp-AccBtn span {
    padding-right: 2px;
  }
  .sp-AccBtn.is-upper p {
    border-bottom: none;
  }
  .sp-AccBtn.is-upper .sp-read {
    color: #FF0000;
    font-size: 114.285714286%;
    background: #fff6e6;
    padding: 8px 10px;
  }
  .sp-AccBtn.is-upper a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #FF0000 transparent transparent transparent;
  }
  .sp-AccBtn.is-lower {
    border-top: 1px #facca6 solid;
  }
  .sp-AccBtn.is-lower a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #701500 transparent;
  }
}

#Contents {
  width: 950px;
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
}
#Contents:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#Contents #ContentsL {
  width: 710px;
  margin: 0;
  padding: 0;
  float: left;
}
#Contents #ContentsL:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#Contents #ContentsR {
  width: 210px;
  margin: 0;
  padding: 0;
  float: right;
}
#Contents #ContentsR:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #Contents {
    width: 100%;
  }
}
/*************************
RENew Contents
**************************/
#Contens-Wrapper {
  width: 100%;
  min-height: 610px;
  margin: 0 0;
  padding: 0;
  position: relative;
}
#Contens-Wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #Contens-Wrapper {
    width: 100%;
    min-height: 0;
    margin: 0 0;
    padding: 0;
    position: relative;
  }
  #Contens-Wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
}
#G-Contents {
  width: 950px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#G-Contents:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#G-Contents .Contents-isleft {
  width: 710px;
  margin: 0;
  padding: 0;
  float: left;
}
#G-Contents .Contents-isrigth {
  width: 210px;
  margin: 0;
  padding: 0;
  float: right;
}

@media screen and (max-width: 767px) {
  #G-Contents {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #G-Contents:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #G-Contents .Contents-isleft {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
  #G-Contents .Contents-isrigth {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
}

#ContentsC {
  width: 950px;
  min-height: 610px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#ContentsC:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #ContentsC {
    width: 100%;
  }
}
#windowContents {
  margin: 0 auto;
  padding: 15px 0 15px 0;
}
#windowContents:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}


.OneBox {
  margin: 0 auto 35px auto;
  padding: 0;
  text-align: left;
}
.OneBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#windowContents .OneBox {
  width: 530px;
  margin: 0 auto 0 auto;
  padding: 10px;
  background-color: #FFFFFF;
  text-align: left;
}

.borderBox {
  border: 1px dotted #CCCCCC;
  margin: 0 auto 0 auto;
  padding: 25px;
  text-align: left;
}
.borderBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .borderBox {
    padding: 10px;
    padding: 0 10px !important;
    margin: 0 0 0 0;
    text-align: left;
    border: none !important;
    box-sizing: border-box;
  }
  .borderBox.sp-border {
    border: 1px dotted #CCCCCC !important;
    margin: 0 10px;
    padding: 10px !important;
  }
  .borderBox:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .borderBox .Captxt {
    text-align: left;
    margin-bottom: 12px;
  }
  .borderBox p {
    -webkit-text-size-adjust: 100%;
  }
  .borderBox .BtnArea {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 20px 0;
  }
  .borderBox .BtnArea .next-btn, .borderBox .BtnArea .ent, .borderBox .BtnArea .back {
    width: 93.75%;
    margin: 0 3.125%;
    position: relative;
  }
  .borderBox .BtnArea .next-btn input[type="button"], .borderBox .BtnArea .ent input[type="button"], .borderBox .BtnArea .back input[type="button"] {
    display: block;
  }
  .borderBox .BtnArea .next-btn input[type="image"], .borderBox .BtnArea .ent input[type="image"], .borderBox .BtnArea .back input[type="image"] {
    display: none;
  }
  .borderBox .BtnArea .next-btn:before, .borderBox .BtnArea .ent:before, .borderBox .BtnArea .back:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 75px;
    top: 50%;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
  }
}
.pattarnBox {
  padding: 15px;
  margin: 0 auto;
  background-image: url(../images/products/bg_item.gif);
  background-repeat: repeat;
}
.pattarnBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.pattarnBox .pattarnBoxin {
  background-color: #FFFFFF;
  padding: 15px;
}

.grayBox {
  background-color: #f6f6f6;
  margin: 0 auto 0 auto;
  padding: 25px;
  text-align: left;
}
.grayBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.BtnArea {
  text-align: center;
}

#ContentsC .halfBoxL {
  width: 470px;
  float: left;
}
#ContentsC .halfBoxL:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#ContentsC .halfBoxR {
  width: 470px;
  float: right;
}
#ContentsC .halfBoxL h3.ttl span, #ContentsC .halfBoxR h3.ttl span {
  display: none;
}

@media screen and (max-width: 767px) {
  #ContentsC .halfBoxL {
    width: 100%;
    float: none;
  }
  #ContentsC .halfBoxL:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #ContentsC .halfBoxR {
    width: 100%;
    float: none;
  }
  #ContentsC .halfBoxL h3.ttl {
    width: 100%;
    background: #533f00;
    height: auto;
    line-height: 1.0;
    margin-bottom: 11px;
  }
  #ContentsC .halfBoxL h3.ttl img {
    width: 100%;
    height: auto;
  }
  #ContentsC .halfBoxR h3.ttl {
    width: 100%;
    background: #efe6ca;
    height: auto;
    line-height: 1.0;
    margin-bottom: 10px;
    position: relative;
  }
  #ContentsC .halfBoxR h3.ttl img {
    width: 100%;
    height: auto;
  }
}
