@charset "utf-8";

/*
---------------------------------------
  archive
---------------------------------------
*/

/* header */

.case-archive-header {
  width: 100%;
  margin-bottom: 15px;
}

.case-archive-header > h2 {
  color: #4b3304;
  font-size: 30px;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.case-archive-header > p {
  font-size: 15px;
  line-height: 1.6em;
}

/* item */

.case-single-list-item {
  width: 100%;
  border: 1px solid #d3d4b4;
  border-top: 5px solid #c8b998;
  padding: 10px;
  overflow: hidden;
}

.case-single-list-item + .case-single-list-item {
  margin-top: 10px;
}

.case-single-list-item > h3 {
  width: 100%;
  margin-bottom: 20px;
}

.case-single-list-item > h3 > i {
  color: #eadfc6;
  font-size: 14px;
  background: #4b3304;
  letter-spacing: 0.2em;
  font-style: normal;
  width: 80px;
  text-align: center;
  display: block;
  line-height: 24px;
  margin-bottom: 5px;
}

.case-single-list-item > h3 > span {
  background: #eadfc6;
  color: #4b3304;
  font-size: 18px;
  line-height: 1.6em;
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.case-single-list-desc {
  font-size: 18px;
  line-height: 1.4em;
  color: #4b3304;
  margin-bottom: 20px;
}

.case-single-list-desc small {
  font-size: 80%;
}

.case-single-list-item > figure {
  margin-bottom: 20px;
}

.case-single-list-deatil-list {
  width: 100%;
  margin-bottom: 20px;
}

.case-single-list-deatil-list,
.case-single-list-deatil-list dl {
  width: 100%;
  overflow: hidden;
}

.case-single-list-deatil-list dt {
  margin-bottom: 10px;
}

.case-single-list-deatil-list dt img {
  height: 25px;
  width: auto;
}

.case-single-list-deatil-list dd > ul > li img {
  height: 30px;
  width: auto;
}

.case-single-list-deatil-list > li + li dt img {
  height: 18px;
}

.case-single-list-deatil-list > li + li {
  margin-top: 15px;
}

.case-single-list-deatil-list dd > ul > li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.case-single-list-deatil-list dd p {
  color: #4b3304;
  line-height: 1.8em;
  font-size: 14px;
}

.case-single-list-page-link-btn {
}

.case-single-list-page-link-btn a {
  border: #d3d4b4 1px solid;
  line-height: 45px;
  display: block;
  vertical-align: middle;
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #4b3304;
  position: relative;
  text-decoration: none;
}

.case-single-list-page-link-btn a:after {
    content: url(../../img/common/ico_arrow01.png);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
}

.case-single-list-deatil-list dd > ul {
  overflow: hidden;
}

/*

.case-single-list-deatil-list dd li + li {
  margin-left: 15px;
}

.case-single-list-deatil-list dt {
  width: 190px;
}

.case-single-list-deatil-list dd {
  width: 500px;
}

*/

/*
---------------------------------------
  single
---------------------------------------
*/

/* header */

.case-single-header {
  width: 100%;
  margin-bottom: 15px;
}

.case-single-header > h2 {
  color: #4b3304;
  font-size: 30px;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.case-single-header > p {
  font-size: 14px;
  line-height: 1.6em;
}


/* title */

.case-single-ttl {
  font-size: 0;
  margin-bottom: 20px;
}

.case-single-ttl > i {
  color: #eadfc6;
  font-size: 11px;
  padding: 0 6px;
  line-height: 30px;
  background: #4b3304;
  letter-spacing: 0.2em;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.case-single-ttl > span {
  font-size: 16px;
  color: #4b3304;
  display: inline-block;
  vertical-align: middle;
}


/* main */

.case-inner {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}


/* fv */

.case-single-fv-wrapper {
  width: 100%;
}

.case-single-fv-wrapper>figure {
  margin-bottom: 20px;
}


/* case-single-fv-detail */

.case-single-fv-detail {
  width: 100%;
  margin-bottom: 30px;
}

.case-single-fv-detail-left {
  margin-bottom: 20px;
}

.case-single-fv-detail-left>ul>li>dl>dt, .case-single-fv-detail-left>ul>li>dl>dd {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6em;
  color: #4b3304;
  font-size: 14px;
}

.case-single-fv-detail-right {
  width: 100%;
  background: #fff;
}

.case-single-fv-detail-right>dl {
  display: table;
  width: 100%;
}

.case-single-fv-detail-right>p, .case-single-fv-detail-right>dl>dt, .case-single-fv-detail-right>dl>dd {
  font-size: 14px;
  line-height: 1.6em;
  color: #4b3304;
}

.case-single-fv-detail-right>dl>dt {
  float: left;
  width: 70%;
}

.case-single-fv-detail-right>dl>dd {
  float: right;
  width: 30%;
  text-align: right;
}

.case-single-fv-detail-right>p {
  margin-bottom: 8px;
}

.case-single-fv-detail-right>.total-price {
  border-top: 1px solid #c8b998;
  padding-top: 10px;
  margin-top: 10px;
}

.case-single-fv-detail-right>.total-price>dt, .case-single-fv-detail-right>.total-price>dd {
  color: #ff3c00;
}

.case-single-article-header {
  width: 100%;
  margin-bottom: 20px;
}

.case-single-article-header h3 {
  font-size: 22px;
  line-height: 1.4em;
  color: #4b3304;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.case-single-article-header figure {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

.case-single-article-header figure img {
  width: 80px;
}

.case-single-article-header figcaption {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}


/* case-single-article */

.case-single-article {
  width: 100%;
  margin-bottom: 30px;
}

.case-single-article-sec {
  width: 100%;
  display: table;
}

.case-single-article-sec+.case-single-article-sec {
  margin-top: 50px;
}

.case-single-article-sec>h4 {
  color: #4b3304;
  font-size: 20px;
  background: url(../../img/case/hanataba_ico.png) no-repeat left center;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 15px;
}

.case-single-article-sec>p {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.case-single-article-sec>p+p {
  margin-top: 1.0em;
}

.case-img-right {
  padding-bottom: 15px;
}

.case-img-left {
  padding-bottom: 15px;
}

.case-single-bottom {
  width: 100%;
  display: table;
  background: #f9f8f5;
  padding: 10px;
}

.case-single-bottom figure, .case-single-bottom .case-single-bottom-txt {
  display: table-cell;
  vertical-align: top;
}

.case-single-bottom figure {
  width: 120px;
}

.case-single-bottom .case-single-bottom-txt {
  padding-left: 10px;
}

.case-single-bottom .case-single-bottom-txt h3 {
  font-size: 18px;
  color: #4b3304;
  margin-bottom: 10px;
}

.case-single-bottom .case-single-bottom-txt p {
  font-size: 14px;
  line-height: 1.6em;
}


/* side */

.side {
  width: 220px;
  float: right;
}

.sideNav {
  background: #f0ece3;
  padding: 3px;
  margin-bottom: 15px;
}

.sideNav li {
  background: white;
}

.sideNav li a {
  padding: 18px 20px 15px 20px;
  display: block;
  border-top: #d3d4b4 1px solid;
  border-left: #d3d4b4 1px solid;
  border-right: #d3d4b4 1px solid;
  position: relative;
}

.sideNav li a:after {
  content: url(../../../img/common/ico_arrow01.png);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

.sideNav li:last-child {
  border-bottom: #d3d4b4 1px solid;
}

.sideCurrent {
  background: #c5e584!important;
}

.sideNav li a:hover {
  background: #c5e584;
}

.bnrArea li {
  margin-bottom: 8px;
}

/* bottom-nav */

.hanasaidan-link-btn {
  text-align: center;
  margin: 30px auto;
}

.hanasaidan-link-btn > a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  background: #dcdcdc;
}

.hanasaidan-link-btn > a:hover {
  text-decoration: underline;
}

.case-single-bottom-nav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.case-single-bottom-nav li.prev {
  display: none;
}

.case-single-bottom-nav li > a {
  display: inline-block;
  border: 1px solid #ccc;
  width: 100%;
  line-height: 45px;
  height: 45px;
  color: #4b3304;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.case-single-bottom-nav li.next > a:after {
  content: url(../../img/voice/ico_arrow01.png);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}