body,
hr,
p,
ul,
ol,
h1,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  border: none;
}

hr {
  border-bottom: none;
}

a {
  color: black;
  text-decoration: none;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
}

a:hover,
a:focus {
  opacity: 0.7;
}

/* ----------------- 共通 */

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.wrapper {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 25px;
}

/* パーツ */

.logo {
  background-image: url(/assets/images/logo.png);
  width: 147px;
  height: 22px;
  display: block;
  text-indent: -9999px;
}

.i {
  background-repeat: no-repeat;
  background-position: center;
  background-image: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}

.i-search {
  background-image: url(../images/i_search.png);
  width: 16px;
  height: 16px;
}

.i-account {
  background-image: url(../images/i_account.png);
  width: 16px;
  height: 16px;
}

.i-cart {
  background-image: url(../images/i_cart.png);
  width: 16px;
  height: 16px;
}

.i-paper {
    background-image: url(../images/i_paper.png);
    width: 16px;
    height: 16px;
}

.i-logout {
    background-image: url(../images/i_logout.png);
    width: 16px;
    height: 16px;
}

.ttl-1 {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
}

.ttl-1:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #7B92BB;
  bottom: -1px;
  left: 0;
}

.ttl-2 {
  font-weight: bold;
  margin-bottom: 1%;
  background-color: #f6fbfe;
  padding: 5px;
}

.sub-sect {
  margin-bottom: 4%;
}

.btn-black {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
}

.btn-blue {
  display: block;
  border: 1px solid #7A92BA;
  color: #7A92BA;
  text-align: center;
  font-weight: bold;
}

.btn-add {
  display: block;
  color: #fff;
  background-color: #FFA64D;
  text-align: center;
  font-weight: bold;
}

.btn-back {
  display: block;
  color: #000;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
}

.btn-decide {
  display: block;
  color: #fff;
  background-color: #d00;
  text-align: center;
  font-weight: bold;
}

.btn-pagetop {
  display: block;
  color: #fff;
  background-color: #28344D;
  text-align: center;
  font-weight: bold;
}

.btn-pagetop:before {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: middle;
}

/* header */

.l-header {
  background-color: #fff;
  /*margin-bottom: 40px;*/
}

.l-header .btn {
  color: #333;
}

.l-header .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 90px;
}

.l-header .logo .btn {
  display: block;
  height: 22px;
  text-indent: -9999px;
  outline: none;
}

.l-header .nav-area {
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
}

.l-header .nav-area .list {
  text-align: right;
}

.l-header .nav-area .list .item {
  display: inline-block;
  margin-left: 50px;
}

.l-header .nav-area .list .btn {
  font-size: 12px;
}

.l-header .main-area {
  padding: 12px 0;
}

.l-header .main-area .wrapper {
  position: relative;
}

.l-header .search-area {
  min-width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.l-header .search-area .form .label {
  display: block;
  border: #AAAFB8 1px solid;
  padding: 7px 12px;
}

.l-header .search-area .form .label .i {
  margin-right: 10px;
}

.l-header .search-area .input-search {
  background: none;
  border: none;
  color: #000;
  width: 130px;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

.l-header .search-area .input-search:focus {
  width: 200px;
}

.l-header .main-area .list {
  position: absolute;
  vertical-align: middle;
  right: 25px;
  top: 50%;
  margin-top: -10px;
}

.l-header .main-area .list .item {
  display: inline-block;
  font-size: 15px;
  margin-left: 30px;
}

.l-header .main-area .list .item .i {
  margin-right: 4px;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
.l-header .search-area .input-search:placeholder-shown {
  color: #9A9FAB;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.l-header .search-area .input-search::-webkit-input-placeholder {
  color: #9A9FAB;
}

/* Firefox 18- */
.l-header .search-area .input-search:-moz-placeholder {
  color: #9A9FAB;
}

/* Firefox 19+ */
.l-header .search-area .input-search::-moz-placeholder {
  color: #9A9FAB;
}

/* IE 10+ */
.l-header .search-area .input-search:-ms-input-placeholder {
  color: #9A9FAB;
}

/* container */

.l-container {
  overflow: hidden;
}

.l-container .wrapper {
  position: relative;
  padding-bottom: 100px;
  padding-top: 40px;
}

.l-container .btn-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  padding: 10px 0;
}

.l-sidebar {
  width: 200px;
  float: left;
}

.l-sidebar .ttl {
  margin-bottom: 14px;
}

.l-sidebar .ttl-1:after {
  width: 78px;
}

.l-sidebar .category-sect {
  margin-bottom: 20px;
}

.l-sidebar .category-sect .list {
  margin-bottom: 5px;
}

.l-sidebar .category-sect .parent-item {
}

.l-sidebar .category-sect .parent-item .btn {
  position: relative;
  display: block;
  padding: 4px 6px;
  cursor: pointer;
}

.l-sidebar .category-sect .parent-item .btn:hover {
  background-color: #DDE2F0;
}

.l-sidebar .category-sect .parent-item .btn:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  right: 8px;
  top: 50%;
  margin-top: -4px;
}

.l-sidebar .category-sect .parent-item.open .btn:after {
  border: none;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  margin-top: -2px;
}

.l-sidebar .category-sect .child-item {
  margin-bottom: 20px;
  display: none;
}

.l-sidebar .category-sect .child-item .item {
}

.l-sidebar .category-sect .child-item .btn {
  display: block;
  font-size: 13px;
  padding: 4px 6px;
}

.l-sidebar .category-sect .child-item .btn:hover {
  background-color: #E6EAF4;
}

.l-sidebar .category-sect .child-item .btn:before {
  content: "- ";
}

.l-sidebar .guide-sect .list .btn {
  position: relative;
  display: block;
  font-size: 12px;
  padding: 6px 0;
}

.l-sidebar .guide-sect .list .btn:hover {
  background-color: #DDE2F0;
}

.l-sidebar .guide-sect .list .btn:after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  right: 8px;
  top: 50%;
  margin-top: -4px;
}

.l-contents {
  float: right;
  width: 895px;
}

.l-contents .sect {
  margin-bottom: 40px;
}

.l-contents .ttl-area {
  position: relative;
}

.l-contents .ttl {
  margin-bottom: 20px;
}

.l-contents .ttl-1:after {
  width: 100px;
}

.breadcrumb {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -25px;
}

.breadcrumb .item {
  float: left;
  font-size: 12px;
}

.breadcrumb .item:after {
  content: "　>　";
}

.breadcrumb .item:last-child:after {
  content: "";
}

/* footer */

.l-footer {
  padding: 40px 0;
  background-color: #f3f3f3;
  color: #000;
}

.l-footer .logo {
  margin-bottom: 5px;
}

.l-footer .logo-jp {
}

.l-footer .btn {
  color: #333;
}

.l-footer .info-area {
  float: left;
}

.l-footer .info-area .name {
  margin-bottom: 5px;
}

.l-footer .info-area .copy-info {
  font-size: 12px;
}


.l-footer .nav-area {
  float: right;
}

.l-footer .nav-area .list-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}

.l-footer .nav-area .parent-item {
  margin-bottom: 10px;
}

.l-footer .nav-area .parent-item .btn {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
}

.l-footer .nav-area .parent-item .btn:before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.l-footer .nav-area .child-item .btn:before {
  content: "- ";
}

.l-footer .nav-area .child-item .list .item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.l-footer .nav-area .list-guide {
  width: 384px;
}

.copyright {
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}

/* login */

.login-area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.login-area .overlay {
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login-area .wrap {
  position: absolute;
  width: 350px;
  height: 320px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.login-area .header {
  /*background-color: #28344D;*/
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.login-area .logo {
  margin: 0 auto;
}

.login-area .form {
  padding: 30px;
}

.login-area .labels {
  margin-bottom: 45px;
}

.login-area .label {
  display: block;
  margin-bottom: 10px;
}

.login-area .label span {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  width: 25%;
}

.login-area .input {
  box-sizing: border-box;
  padding: 10px;
  width: 75%;
}

.login-area .btn {
  display: block;
  background-color: #810004;
  border-bottom: 4px solid #460002;
  border-radius: 5px;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  width: 250px;
  margin: 0 auto;
}

.login-area .error {
  color: #f00;
  margin-top: -35px;
  margin-bottom: 10px;
  text-align: center;
}

/* home */

.sect-home_hero {
  margin-bottom: 24px;
}

.sect-home_recommend {
  overflow: hidden;
}

.sect-home_recommend .copy-area {
  margin-bottom: 15px;
}

.sect-home_recommend .img-area {
}

.sect-home_recommend .item-slides {
  margin-bottom: 15px;
}

.sect-home_recommend .item-slides img {
  width: 100%;
}

.sect-home_recommend .item-slides .slick-slide{
  padding: 0 15px;
}

.sect-home_recommend .slick-arrow {
  background-color: rgba(0,0,0,0.8);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 100;
}

.sect-home_recommend .slick-arrow:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sect-home_recommend .slick-arrow.prev {
  left: 0;
}

.sect-home_recommend .slick-arrow.prev:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.sect-home_recommend .slick-arrow.next {
  right: 0;
}

.sect-home_recommend .slick-arrow.next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.sect-home_recommend .copy-catch {
  font-weight: bold;
  color: #7A92BA;
  margin-bottom: 5px;
}

.sect-home_recommend .copy {
  margin-bottom: 25px;
}

.sect-home_recommend .btn {
  /*width: 220px;*/
  padding: 15px 0;
}

.sect-home_movie {
  overflow: hidden;
}

.sect-home_movie .movie-area {
  width: 440px;
  float: left;
}

.sect-home_movie .copy-area {
  width: 380px;
  float: right;
}

.sect-home_movie .copy-area .copy-catch {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #7A92BA;
}

.sect-home_movie .copy-area .copy {
  margin-bottom: 25px;
}

.sect-home_movie .btn {
  width: 220px;
  padding: 10px 0;
}

.sect-home_topics .ttl-area .btn {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 0;
  font-size: 12px;
}

.sect-home_topics .list .item {
  margin-bottom: 15px;
}

.sect-home_topics .list .item .date {
  font-weight: bold;
}

.sect-home_topics .list .item .copy {
}

/* goods_list */

.sect-goods_list .category-area {
  overflow: hidden;
  margin-bottom: 30px;
}

.sect-goods_list .category-area .category {
  float: left;
}

.sect-goods_list .category-area .category .copy {
  color: #92B879;
  border: 1px solid #92B879;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: bold;
}

.sect-goods_list .category-area .category .list {
  display: inline-block;
  vertical-align: middle;
}

.sect-goods_list .category-area .category .list .item {
  float: left;
}

.sect-goods_list .category-area .category .list .item:after {
  content: " > ";
}

.sect-goods_list .category-area .category .list .item:last-child:after {
  content: "";
}

.sect-goods_list .category-area .copy-total {
  float: right;
}

.sect-goods_list .list-area .item {
  width: 200px;
  float: left;
  margin: 0 28px 40px 0;
}

.sect-goods_list .list-area .item:nth-child(4n) {
  margin-right: 0;
}

.sect-goods_list .list-area .item:nth-child(4n+1) {
  clear: left;
}

.sect-goods_list .list-area .img {
  text-align: center;
  background-color: #f3f3f3;
  margin-bottom: 5px;
  line-height: 0;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #999;
  width: 100%;
  position: relative;
}

.sect-goods_list .list-area .img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  /*height: 100%;*/
  width: auto;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sect-goods_list .list-area .copy-name {
  font-size: 13px;
  font-weight: bold;
  min-height: 3.2em;
}

.sect-goods_list .list-area .no {
  background-color: #f3f3f3;
  font-size: 11px;
  width: 100px;
  float: left;
}

.sect-goods_list .list-area .no-item {
  /*float: right;*/
}

.sect-goods_list .list-area .no .label {
  display: inline-block;
  width: 36px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

.sect-goods_list .list-area .no-order {
  display: none;
}

.sect-goods_list .list-area .no-order .label {
  background-color: #BAA27A;
}

.sect-goods_list .list-area .no-item .label {
  background-color: #BA7A92;
}

.sect-goods_list .list-area .copy-sub {
  clear: both;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  min-height: 3em;
}

.sect-goods_list .list-area .copy-price {
  color: #f00;
  font-weight: bold;
  font-size: 18px;
}

.sect-goods_list .list-area .input-amount {
  border: 1px solid #aaa;
  padding: 3px 8px 4px;
  width: 48%;
  box-sizing: border-box;
}

.sect-goods_list .list-area .btn {
  display: block;
}

.sect-goods_list .list-area .form .btn {
  float: right;
  padding: 2px 10px 1px 10px;
  width: 48%;
  box-sizing: border-box;
}

/* goods_detail */

.sect-goods_detail .ttl {
  margin-bottom: 40px;
}

.sect-goods_detail .img-area {
  width: 400px;
  float: left;
}

.sect-goods_detail .info-area {
  width: 460px;
  float: right;
}

.sect-goods_detail .info-area .copy-name {
  font-size: 18px;
}

.sect-goods_detail .info-area .copy-price {
  font-size: 12px;
  margin-bottom: 14px;
}

.sect-goods_detail .info-area .copy-price .price {
  font-size: 20px;
  color: #f00;
  font-weight: bold;
}

.sect-goods_detail .info-area .no {
  background-color: #f3f3f3;
  font-size: 13px;
  width: 120px;
  float: left;
  margin-right: 15px;
}

.sect-goods_detail .info-area .no-item {
}

.sect-goods_detail .info-area .no .label {
  display: inline-block;
  width: 36px;
  text-align: center;
  color: #fff;
  margin-right: 8px;
  font-size: 14px;
}

.sect-goods_detail .info-area .no-order .label {
  background-color: #BAA27A;
}

.sect-goods_detail .info-area .no-item .label {
  background-color: #BA7A92;
}

.sect-goods_detail .spec {
  display: table;
  width: 100%;
  padding-top: 15px;
}

.sect-goods_detail .spec .label {
  font-weight: bold;
  display: table-cell;
  width: 100px;
  position: relative;
}

.sect-goods_detail .spec .label:before {
  position: absolute;
  content: ":";
  right: 5px;
  top: 0;
}

.sect-goods_detail .spec .content {
  display: table-cell;
}

.sect-goods_detail .form {
  margin-top: 20px;
}

.sect-goods_detail .input-amount {
  border: 1px solid #aaa;
  padding: 3px 8px 4px;
  float: left;
  margin-right: 10px;
  width: 70px;
}

.sect-goods_detail .form .btn {
  float: left;
  padding: 2px 15px 1px 15px;
}

.sect-goods_detail .copy-area {
  clear: both;
  padding-top: 40px;
}

/* account */

.sect-account .profile {
  margin-bottom: 4%;
}

.sect-account .profile .wrap {
  display: table;
  width: 100%;
}

.sect-account .profile .wrap:first-child .table-ttl {
  border-top: 1px solid #666;
}

.sect-account .profile .wrap:first-child .table-cont {
  border-top: 1px solid #ccc;
}

.sect-account .profile .table-ttl {
  display: table-cell;
  width: 200px;
  border-bottom: 1px solid #666;
  padding: 15px;
  font-weight: bold;
  background-color: #f3f3f3;
}

.sect-account .profile .table-cont {
  display: table-cell;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.sect-account .nav .btn {
  display: inline-block;
  width: 250px;
  padding: 10px 0;
  margin-right: 10px;
}

/* cart/order/estimate/order_history */

.sect-order .copy {
  margin-bottom: 2.5%;
  padding: 15px;
  background-color: #f3f3f3;
}

.sect-order .copy span {
  color: #d00;
  font-weight: bold;
}

.sect-order .copy a {
  text-decoration: underline;
}

.sect-order .copy span a {
  color: #d00;
}

.sect-order .estimate-table {
  width: 35%;
  border-collapse: collapse;
  margin: 0 0 2% 0;
}

.sect-order .estimate-table-wrap {
}

.sect-order .estimate-table-ttl {
  text-align: left;
  padding: 5px 10px;
  background-color: #f3f3f3;
  border: 2px solid #000;
}

.sect-order .estimate-table-cont {
  text-align: right;
  padding: 5px 10px;
  width: 10em;
  border: 2px solid #000;
}

.sect-order .goods-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2%;
}

.sect-order .goods-table-head {
  background-color: #f3f3f3;
}

.sect-order .goods-table-wrap {
  border-top: 2px solid #000;
}

.sect-order .goods-table-wrap:last-child {
  border-bottom: 2px solid #000;
}

.sect-order .goods-table-body .goods-table-wrap:nth-child(odd) {
  background-color: #f6fbfe;
}

.sect-order .goods-table-ttl {
  padding: 5px 10px;
}

.sect-order .goods-table-cont {
  padding: 5px 10px;
}

.sect-order .goods-table-right {
  text-align: right;
}

.sect-order .goods-table-pic {
  line-height: 0;
}

.sect-order .goods-table-pic img {
  width: 100%;
}

.sect-order .goods-table-no {
  width: 2em;
}

.sect-order .goods-table-delete {
  width: 3em;
}

.sect-order .goods-table-pic {
  width: 100px;
}

.sect-order .goods-table-name {
}

.sect-order .goods-table-total {
  width: 5em;
}

.sect-order .goods-table-price {
  width: 5em;
}

.sect-order .goods-table-amount {
  width: 5em;
}

.sect-order .goods-table-btn {
  padding: 5px 0 0 0;
}

.sect-order .goods-table-btn a {
  background-color: #eee;
  padding: 2px 7px;
  display: inline-block;
  line-height: 1;
}

.sect-order .total-table {
  width: 35%;
  border-collapse: collapse;
  margin: 0 0 2% auto;
}

.sect-order .total-table-wrap {
}

.sect-order .total-table-ttl {
  text-align: left;
  padding: 5px 10px;
  background-color: #f3f3f3;
  border: 2px solid #000;
}

.sect-order .total-table-cont {
  text-align: right;
  padding: 5px 10px;
  width: 10em;
  border: 2px solid #000;
}

.sect-order .total-table-cont span {
  color: #d00;
  font-weight: bold;
  font-size: 1.25em;
}

.sect-order .staff-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 3% auto;
}

.sect-order .staff-table-ttl {
  text-align: left;
  width: 10em;
  padding: 10px;
  background-color: #f3f3f3;
  border: 2px solid #000;
}

.sect-order .staff-table-cont {
  padding: 15px;
  border: 2px solid #000;
}

.sect-order .error {
  background-color: #FFE1E1;
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #f00;
}

.sect-order .input,
.sect-order .textarea {
  padding: 10px;
  box-sizing: border-box;
}

.sect-order .input-amount {
  width: 5em;
}

.sect-order .input-staff {
  width: 100%;
}

.sect-order .textarea-comment {
  width: 100%;
  height: 10em;
}

.sect-order .input-order_no {
  width: 100%;
}

/* order_complete */

.sect-order_complete .copy {
  margin-bottom: 6%;
}

/* estimate_list */

.sect-estimate_list .copy {
  margin-bottom: 2.5%;
  padding: 15px;
  background-color: #f3f3f3;
}

.sect-estimate_list .copy-delete {
  text-align: right;
}

.sect-estimate_list .table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2%;
}

.sect-estimate_list .table-head {
  background-color: #f3f3f3;
}

.sect-estimate_list .table-wrap {
  border-top: 2px solid #000;
}

.sect-estimate_list .table-wrap:last-child {
  border-bottom: 2px solid #000;
}

.sect-estimate_list .table-body .table-wrap:nth-child(odd) {
  background-color: #f6fbfe;
}

.sect-estimate_list .table-ttl {
  padding: 5px 10px;
  text-align: left;
}

.sect-estimate_list .table-cont {
  padding: 10px;
}

.sect-estimate_list .copy-delete a,
.sect-estimate_list .table-cont a {
  text-decoration: underline;
  color: #069;
}

.sect-estimate_list .copy-delete a:hover,
.sect-estimate_list .table-cont a:hover {
  text-decoration: none;
}

.sect-estimate_list .table-ttl {
}

.sect-estimate_list .table-cont {
}

/* guide */

.sect-guide .copy {
  margin-bottom: 3%;
}

.sect-guide .copy:last-child {
  margin-bottom: 0;
}

.sect-guide .flow-list .item {
  margin-bottom: 2%;
}

.sect-guide .flow-list .item .ttl {
  margin-bottom: 0;
  font-weight: bold;
}

.sect-guide .flow-list .item {
  padding: 10px;
  border: 4px solid #eee;
  box-sizing: border-box;
  position: relative;
}

.sect-guide .flow-list .item:nth-child {
  margin-right: 0;
}

.sect-guide .flow-list .item .no {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #069;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em;
  left: 10px;
  top: 11px;
}

.sect-guide .flow-list .item .ttl {
  margin: 0 0 1% 28px;
}

.sect-guide .flow-list .item .ttl:last-child {
  margin-bottom: 0;
}

/* return */

.sect-return .copy {
  margin-bottom: 1%;
}

.sect-return .copy span {
  font-weight: bold;
}

.sect-return .list {
  margin-bottom: 3%;
  background-color: #f3f3f3;
  padding: 15px;
}

.sect-privacy .complaint-btn-area {
  width: 250px;
  margin-top: 4%;
}

/* privacy */

.sect-privacy .copy {
  margin-bottom: 1%;
}

.sect-privacy .complaint-btn-area .btn {
  padding: 10px 0;
}

/* tokusho */

.sect-tokusho .table {
  width: 100%;
}

.sect-tokusho .table-ttl {
  padding: 5px 10px;
  background-color: #f3f3f3;
}

.sect-tokusho .table-cont {
  padding: 5px 10px;
}

/* law */

.sect-law .copy {
  margin-bottom: 2%;
}

.sect-law .list {
  margin-bottom: 2%;
}

.sect-law .sublist {
  margin-left: 1em;
  margin-bottom: 2%;
}

.sect-law .date {
  text-align: right;
}

/* contact */

.sect-contact .copy {
  margin-bottom: 3%;
}

.sect-contact .copy a {
  color: #069;
  text-decoration: underline;
}

.sect-contact .copy a:hover {
  text-decoration: none;
}

.sect-contact .table {
  margin-bottom: 2%;
}

.sect-contact .table-wrap {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
}

.sect-contact .table-wrap:last-child {
  border-bottom: 1px solid #ccc;
}

.sect-contact .table-ttl:after {
  display: inline-block;
  background-color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  float: right;
}

.sect-contact .required .table-ttl:after {
  content: "必須";
  color: #d00;
  border: 1px solid #d00;
}

.sect-contact .any .table-ttl:after {
  content: "任意";
  color: #069;
  border: 1px solid #069;
}

.sect-contact .table-ttl {
  display: table-cell;
  width: 200px;
  padding: 15px;
  vertical-align: top;
  background-color: #f3f3f3;
}

.sect-contact .table-cont {
  display: table-cell;
  padding: 15px;
}

.sect-contact .table-cont .input {
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}

.sect-contact .table-cont .textarea {
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  height: 10em;
}

.sect-contact .table-cont .input-zip {
  width: 30%;
}

.sect-contact .table-cont .input-tel {
  width: 30%;
}

.sect-contact .table-cont .note {
  margin-top: 1%;
  font-size: 13px;
  color: #999;
}

/* controls */

.form-controls {
  text-align: center;
}

.form-controls .btn {
  display: inline-block;
  width: 25%;
  padding: 15px 0;
  margin: 0 1.5%;
}

.page-controls {
  margin-bottom: 6%;
}

.page-controls .btn {
  display: inline-block;
  width: 20%;
  padding: 5px 0;
  margin: 0 1.5% 0 0;
}

.regist-contact {
  border: 10px solid #f3f3f3;
  padding: 1.5%;
  margin-bottom: 3%;
}

.regist-contact .subttl {
  font-weight: bold;
  color: #069;
  font-size: 1.25em;
  margin-bottom: 1%;
}

.regist-contact .copy {
  margin-bottom: 2%;
}

.regist-contact .name {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 1%;
}

.regist-contact .tel {
  margin-bottom: 1%;
}

.regist-contact .label {
  display: inline-block;
  font-weight: bold;
  background-color: #f3f3f3;
  width: 200px;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
}

.regist-contact .btn {
  text-decoration: underline;
}

.regist-contact .btn:hover {
  text-decoration: none;
}