@charset "UTF-8";

/* ----------------------------------------------------------- */
/* index
/* ----------------------------------------------------------- */
.jiten-category .index-container {
  padding: 3.65% 0;
}
.jiten-category .link-block {
  display: block;
}
.jiten-category .furniture-container {
  border: solid 3px #adba63;
  border-radius: 8px;
  padding: 3rem 5% 3.6rem;
}
.jiten-category .furniture {
  position: relative;
  margin: 3rem 0 2.4rem;
}
.jiten-category .furniture-img {
  width: 100%;
}
.jiten-category .icon-arrow::before {
  right: 0;
}
.jiten-category .icon-arrow::after {
  right: 6px;
}
.jiten-category .furniture-type {
  font-size: 2.2rem;
  color: #9b9b9b;
  margin-right: 8%;
}
.jiten-category .furniture-name {
  font-size: 3rem;
  color: #a3b150;
}
.jiten .select-link-container {
  text-align: center;
  overflow: hidden;
}
.jiten-single .select-link-container {
  text-align: center;
  margin-bottom: 4rem;
}
.jiten .furniture-link {
  display: inline-block;
  width: 46.25%;
  margin-right: 3.5%;
}
.jiten-single .furniture-link {
  width: 43.1%;
}
.jiten .furniture-link:nth-child(2n) {
  margin-right: 0;
}
.jiten .furniture-link .link-block {
  background: #f4f7e0;
  color: #819411;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 40px;
  padding: 6.25% 0;
  position: relative;
  display: block;
}
.jiten .furniture-link .link-block:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -6px;
  right: 13%;
  width: 7px;
  height: 7px;
  border-top: solid 4px #adba63;
  border-right: solid 4px #adba63;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.jiten-single .furniture-link .link-block::after {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.jiten .furniture-container {
  margin-bottom: 4.3%;
}
.jiten .furniture-container:last-child {
  margin-bottom: 0;
}
.jiten-single .mainImg img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .jiten-category .furniture-type {
    font-size: 1.8rem;
  }
  .jiten-category .furniture-name {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 481px) {
  .middle-br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .jiten-category .furniture-link .link-block::after {
    width: 6px;
    height: 6px;
    border-top: solid 3px #adba63;
    border-right: solid 3px #adba63;
    margin-top: -4px;
  }
}

@media screen and (min-width: 351px) {
  .small-br {
    display: none;
  }
}

/* ----------------------------------------------------------- */
/* 各記事ページ
/* ----------------------------------------------------------- */
body.jiten-single .pageLinkWrap {
  font-size: 0;
}
body.jiten-single .pageLinkWrap .btn {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
body.jiten-single .pageLinkWrap .btn a {
  display: table;
  width: 100%;
  height: 9rem;
  box-sizing: border-box;
  padding: 0 7.4%;
  border-right: 2px solid #adba63;
  border-bottom: 2px solid #adba63;
  background: #f4f7e0;
}
body.jiten-single .pageLinkWrap .btn:nth-of-type(2n) a {
  border-right: 0;
}
body.jiten-single .pageLinkWrap .btn a span {
  display: table-cell;
  vertical-align: middle;
  color: #819411;
  font-size: 2.4rem;
  font-weight: bold;
}
body.jiten-single .pageLinkWrap.odd .btn:last-child {
  width: 100%;
}
body.jiten-single .pageLinkWrap.odd .btn:last-child a {
  padding: 0 3.7%;
  border-right: none;
}
body.jiten-single .icon-arrow::before {
  right: 0;
}
body.jiten-single .icon-arrow::after {
  right: 7px;
}
body.jiten-single .sectionTitle span {
  display: inline-block;
  width: 100%;
}

body.jiten-kotsu .section p {
  margin-bottom: 3rem;
  line-height: 1.8;
}
body.jiten-kotsu .section p .strong {
  font-weight: bold;
}

body.jiten-kotsu .section .preparationBox {
  margin-bottom: 2rem;
}
body.jiten-kotsu .section .preparationBox p {
  display: table-cell;
  vertical-align: top;
  width: 87%;
}
body.jiten-kotsu .section .preparation .strong {
  font-weight: bold;
}


body.jiten-kotsu .section .icon {
  display: table;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 5px;
}
body.jiten-kotsu .section .icon .imgbox {
  display: table-cell;
  width: 13.5%;
  vertical-align: top;
  line-height: 0;
  padding-top: 1rem;
}
body.jiten-kotsu .section .icon .imgbox img {
  width: 78%;
  min-width: 42px;
  padding-right: 12px;
}

body.jiten-kotsu .section .icon.icon-double {
  padding-left: 96px;
}

body.jiten-kotsu .section .icon .strong {
  color: #819411;
}

body.jiten-kotsu .section .procedure,
body.jiten-kotsu .section .attention,
body.jiten-kotsu .section .advice {
  margin: 0 0 30px;
}

body.jiten-kotsu .section .procedureWrap {
  padding-bottom: 20px;
}

body.jiten-kotsu .section .procedureWrap .procedureTitle {
  margin-bottom: 40px;
  padding: 2.6rem 28px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #819411;
  border-top: 3px dotted #819411;
  border-bottom: 3px dotted #819411;
  text-align: center;
}
body.jiten-light-01 .section .procedureWrap .procedureTitle{
  border: 3px solid #819411;
}
body.jiten-kotsu .section .procedureWrap .icon-arrow::before,
body.jiten-kotsu .section .procedureWrap .icon-arrow::after {
  content: none;
}

body.jiten-kotsu .section .dotBorderTop {
  padding-top: 40px;
  border-top: 3px dotted #819411;
}

body.jiten-kotsu .section .procedure {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 5.8rem;
}

body.jiten-kotsu .section .procedure .num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
  color: #fff;
  background: #adba63;
  text-align: center;
}

body.jiten-kotsu .section .attention .strong {
  padding-left: 40px;
  padding-bottom: 1px;
  font-weight: bold;
  color: #faae36;
  background: url("/sp/jiten/kotu/images/ico_attention_01.png") no-repeat left top;
}

body.jiten-kotsu .section .advice .strong {
  padding-left: 40px;
  font-weight: bold;
  color: #faae36;
  background: url("/sp/jiten/kotu/images/ico_advice_01.png") no-repeat left top;
}

body.jiten-kotsu .section .situationNavWrap {
  padding: 10px 0 20px;
}

body.jiten-kotsu .section .situationNav {
  font-size: 0;
}

body.jiten-kotsu .section .situationNav li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 15px;
  vertical-align: top;
}

body.jiten-kotsu .section .situationNav li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  background: #c9da65;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

body.jiten-kotsu .section .situationNav li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
}

body.jiten-kotsu .section .situationWrap {
  padding-top: 30px;
  border-top: 1px dashed #819411;
}

body.jiten-kotsu .section .situationTitle {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  padding: 6px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #adba63;
  text-align: center;
}

.btmMenu {
  font-size: 0;
}
.btmMenu .btn {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.btmMenu .btn a {
  display: table;
  width: 100%;
  height: 9rem;
  box-sizing: border-box;
  padding: 0 7.4%;
  border-right: 2px solid #adba63;
  border-bottom: 2px solid #adba63;
}
.btmMenu .btn:nth-of-type(2n) a {
  border-right: 0;
}
.btmMenu .btn a span {
  display: table-cell;
  vertical-align: middle;
  color: #819411;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.btmMenu .btn a .icon-arrow-cat::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#currentCatMenu {
  border-top: 2px solid #adba63;
}
#currentCatMenu.odd .btn:last-of-type {
  width: 100%;
}
#currentCatMenu.odd .btn:last-of-type a {
  padding: 0 3.7%;
  border-right: 0;
}
#currentCatMenu .btn a {
  background: #f4f7e0;
}

@media screen and (max-width: 640px) {
  body.jiten-kotsu .section .attention .strong,
  body.jiten-kotsu .section .advice .strong {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  body.jiten-single .icon-arrow::after {
    right: 5px;
  }
  body.jiten-kotsu .section .procedureWrap .procedureTitle {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.jiten-single .icon-arrow::before,
  body.jiten-single .icon-arrow::after {
//    content: none;
  }
}


/*---------------------
    ページ内リンク
---------------------*/
.scroll-link-box {
	overflow: hidden;
  text-align: center;
  margin-bottom: 4rem;
}
.scroll-link {
  display: inline-block;
  width: 100%;
  margin-right: 1.5%;
  margin-bottom: 15px;
	
	
/*
  margin-bottom: 20px;
  float: left;
  margin-right: 15px;
*/
}
.scroll-link:nth-child(2n) {
  margin-right: 0;
}


  .scroll-link a {
  background: #f4f7e0;
  color: #819411;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 40px;
  padding: 3% 0;
  position: relative;
  display: block;
/*
    color: #06C;
    position: relative;
	display: block;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	background-color: #f4f7e0;
*/
  }
  .scroll-link a:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -6px;
  right: 5%;
  width: 7px;
  height: 7px;
  border-top: solid 4px #adba63;
  border-right: solid 4px #adba63;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  
  
/*
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #c9da65;
    border-radius:8px;
    left: 10px;
    top: 50%;
    margin-top: -8px;
*/
  }
/*
  .scroll-link a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    left: 15px;
    top: 50%;
    margin-top: -2px;
  }
*/


.mtr-title-wrap .mtr-title {
  margin-bottom: 40px;
  padding: 2.6rem 4%;
  font-size: 2.6rem;
  font-weight: bold;
  color: #819411;
  text-align: center;
  border-top: 3px dotted #819411;
  border-bottom: 3px dotted #819411;
}

.mtr-title-wrap .mtr-title span {
  display: inline-block;
  width: 100%;
}
.descriptionTitle {
    margin-bottom: 40px;
    padding: 2.6rem 28px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #819411;
    border-top: 3px dotted #819411;
    border-bottom: 3px dotted #819411;
    text-align: center;
}
/*161213ディスクリプションタイトル

.descriptionTitle {
  margin-bottom: 40px;
  padding: 2.6rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  color: #000;
  background: #dcdddd;
  text-align: center;
}*/
/* #dcdddd */

.moreLink {
  border: solid 1px #73badc;
  text-align: center;
  color: #0075a9;
}
  .moreLink a {
    color: #06C;
    text-decoration: underline;
  }


.tryList {
  padding: 0 5%;
  list-style-type: decimal;
  margin-bottom: 7%;
}

.tryList li {
  margin-bottom: 3%;
}

.linkSmall {
  font-size: 1.8rem !important;
}
