html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	
}

li {
	list-style-type: none;
	
}

/*リスト&h2追記*/

ul.yameru {
	padding: 0;
	position: relative;
	margin:10px 0 15px 0;

  }

ul li.yameru {
	color: black;
	border-left: solid 4px orange;/*左側の線*/
	background: whitesmoke;/*背景色*/
	margin-bottom: 5px;/*下のバーとの余白*/
	line-height: 1.5;
	border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
	padding: 0.5em;
	list-style-type: none!important;
	
  }

  h2.yameru2 {
	
		color: #000000;
		text-shadow: 0 0 5px white;
		padding: 0.3em 0.5em;
		text-align: center;
		font-size: 2em;
		font-weight: 500;
		background: -webkit-repeating-linear-gradient(-45deg, #f8f4e6, #f8f4e6 3px,#fff 3px, #fff 7px);
		background: repeating-linear-gradient(-45deg, #f8f4e6, #f8f4e6 3px,#fff 3px, #fff 7px);
	  }

  h2.yameru {
	position: relative;
	padding-left: 25px;
	font-size: 25px;
	font-weight: 500;
	margin:20px 0 20px 0;
  }
  
  h2.yameru:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px orange;
  }

  h2.yameru:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px orange;
  }

  /*h3追記*/

  h3 {
	  margin:15px 0 15px 0;
  }

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

/*テキスト装飾*/
strong {

	background: linear-gradient(transparent 60%, #bcff7a 60%);

}

span.color {
	background: linear-gradient(transparent 60%, #c1e0ff 60%);
	font-weight: bold; 
}
@charset "utf-8";

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
  display: block;
  margin: 0 0 10px auto;
} /* 配置位置 左 */
.alignleft {
  display: block;
  margin: 0 auto 10px 0;
} /* 配置位置 右 */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
} /* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */ /* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/ /* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
  color: #076dda;
}
a:hover {
  color: #fd4b05;
}
a:active {
  color: #fd4b05;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
  font-size: 62.5%; /* 10px */
}

body {
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}

#container {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

/* COMMON */
/* -------------------------------------------------- */
/*objectfitをIE,EDGEにも対応*/
.imgCover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.hover {
  transition: all 0.3s ease-in-out 0s;
}

.hover:hover {
  opacity: 0.7;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
/*PC版*/

@media screen and (min-width: 1024px) {
  /* バナーエリア */
  .foot_bnr_bk {
    width: 100%;
    padding: 40px 0px 20px;
    clear: both;
    background-color: #f6f6f6;
  }

  .foot_bnr_area {
    width: 980px;
    margin: 0 auto;
  }

  .hiraku_area {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }

  .hiraku_area > p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .hiraku_area_left {
    margin-right: 20px;
    display: inline-block;
    width: 30%;
  }

.hiraku_area_left a {
  transition: all 0.3s ease-in-out 0s;
}

.hiraku_area_left a:hover {
  opacity: 0.6;
}


.hiraku_area_left img {
	width: 100%;
	height: auto;
}

.hiraku_area_right {
	display: inline-block;
	vertical-align: top;
}

.hiraku_area_right > p {
	font-size: 15px;
	line-height: 1.2;
}

.hiraku_area_right > p ::first-line {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.bnr_area p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.bnr_area li {
	width: calc(94%/3) ;
	margin-right: calc(6%/2);
	margin-bottom: calc(6%/3) !important;
}
.bnr_area li:nth-child(3n) {
	margin-right: 0;
}

.bnr_area li a {
  transition: all 0.3s ease-in-out 0s;
}

.bnr_area li a:hover {
  opacity: 0.6;
}

.bnr_area img {
	width: 100%;
	height: auto;
}
  /* バナーエリアここまで */

  body .sp {
    display: none;
  }

  body .tablet {
    display: none;
  }
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  header {
    width: 100%;
  }

  #hTop {
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  #hLeft {
    float: left;
    width: 276px;
  }

  #topLogo {
    padding-top: 8px;
  }

  #mainTit1 {
    color: #4f2301;
    font-size: 1.4rem;
  }

  #hRight {
    float: right;
    text-align: right;
  }

  #hRList {
    font-size: 1.3rem;
    padding-bottom: 16px;
  }

  .hRtopic {
    display: inline;
    padding-left: 20px;
    background: url(../img/common/iconTop_03.jpg) 11px center no-repeat;
  }

  #gNav {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 5px;
    border-left: 1px dotted #5e4433;
    border-right: 1px dotted #5e4433;
  }

  #gNavList {
    letter-spacing: -0.4em;
  }

  .gNavTopic {
    display: inline-block;
    width: auto;
    border-left: 1px dotted #5e4433;
    margin: 0 auto;
    letter-spacing: normal;
  }

  .gNavTopic:first-child a {
    display: inline-block;
    width: 138px;
  }

  .gNavTopic a {
    display: inline-block;
    width: 139px;
  }

  .gNavPic {
    display: block;
    margin: auto;
  }

  #gNavTopic1 {
    border: none;
  }

  .hContact {
    display: inline-block;
    vertical-align: middle;
  }

  /*上部固定ナビ*/
  #scrollNavWrap {
    width: 100%;
    height: 55px;
    position: fixed;
    left: 0;
    top: -55px;
    background: #fff;
    z-index: 9999;
  }

  #scrollNavIn {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
  }

  #scrollLogo {
    display: inline-block;
    vertical-align: middle;
  }

  #scrollNav {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.4em;
  }

  #scrollNav li:first-child {
    border-left: 1px dotted #5e4433;
  }

  #scrollNav li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px dotted #5e4433;
    letter-spacing: normal;
  }

  #scrollNav li a {
    padding: 0 10px;
  }

  #scrollTel {
    display: inline-block;
    vertical-align: middle;
    float: right;
  }

  /* -------------------------------------------------- */
  /* main */
  /* -------------------------------------------------- */
  main {
    padding-bottom: 25px;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */

  body footer {
    border-top: 1px #dddddd solid;
    padding-bottom: 0;
  }

  #fTop {
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
  }

  #footerLogo {
    padding-top: 15px;
    padding-bottom: 10px;
    float: left;
  }

  #goToRecyclingShop {
    padding-top: 25px;
    display: inline-block;
    float: right;
  }

  #goToRecyclingShop a {
    padding: 5px 48px 5px 10px;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: bold;
    color: #5e4433;
    border-left: 1px solid #5e4933;
    border-right: 1px solid #5e4933;
    background: url(../img/common/footer_linkIcon.jpg) 95% center no-repeat;
  }

  #goToRecyclingShop a:hover {
    text-decoration: underline;
  }

  #fBottom {
    width: 100%;
    background-color: #ffeec8;
    padding-top: 22px;
  }

  #fBbox {
    width: 980px;
    margin: 0 auto;
    border-right: 1px solid #5e4933;
    border-left: 1px solid #5e4933;
    margin-bottom: 33px;
  }

  #ad {
    width: 425px;
    height: 185px;
    border-right: 1px solid #5e4933;
    color: #5e4433;
    float: left;
    padding-left: 30px;
    padding-right: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fName {
    padding-top: 10px;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: bold;
  }

  #fDarentCo {
    padding-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.85;
    font-weight: bold;
  }

  #fDivision {
    font-size: 1.5rem;
    line-height: 2.4;
    font-weight: bold;
  }

  #fAddress {
    font-size: 1.4rem;
    line-height: 2;
  }

  #fNavBox {
    float: right;
    letter-spacing: -0.4em;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .fNavlist {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 70px;
    vertical-align: top;
    padding-top: 10px;
  }

  /* 230217追記 フッター運営会社 */
  .footerLink {
    width: 100%;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    background-color: #333333;
  }
  .footerLink a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
  }
  .footerLink a:hover {
    color: #ccc;
    text-decoration: underline;
  }
  .footerLink a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/external-link_w.svg') ;
    background-size: cover;
  }

  #copyBox {
    background-color: #333333;
    text-align: center;
    padding: 15px 0 25px;
    color: #fff;
  }

  .fNavlist a {
    color: #5e4933;
    text-decoration: none;
  }

  .fNavlist a:hover {
    text-decoration: underline;
  }

  #fNav3 {
    padding-right: 80px;
  }

  #rightScrollBtn {
    position: fixed;
    bottom: 0;
    right: 20px;
  }

  #pageScroll {
    position: fixed;
    left: 20px;
    bottom: 20px;
  }
}
/*タブレット版*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */

  /* バナーエリア */
  .foot_bnr_bk {
    width: 100%;
    padding: 30px 0px 20px;
    background-color: #f6f6f6;
  }
  .foot_bnr_area {
    width: 90%;
    margin: 0 auto;
  }
  .hiraku_area {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }
  .hiraku_area > p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  .hiraku_area_left {
    margin-right: 20px;
    display: inline-block;
    width: 100%;
  }
  .hiraku_area_left img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }
  .hiraku_area_right {
    vertical-align: top;
  }
  .hiraku_area_right > p {
    font-size: 15px;
    line-height: 1.2;
  }
  .hiraku_area_right > p ::first-line {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
  }
  .bnr_area p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  .bnr_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bnr_area li {
    margin-bottom: 10px;
  }
  .bnr_area li:nth-child(5n) {
    margin-right: 0;
  }
  .bnr_area img {
    width: 100%;
    height: auto;
  }

  /* バナーエリアここまで */

  img {
    max-width: 100%;
  }

  body .pc {
    display: none;
  }

  body .tablet {
    display: none;
  }

  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  #spHeader {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
  }

  #hTop {
    padding-top: 47px;
  }

  #spLogo {
    float: left;
  }

  #spLogo img {
    height: 27px;
    width: auto;
  }

  #spNavBtn {
    float: right;
    cursor: pointer;
  }

  #spNavBtn img {
    height: 27px;
    width: auto;
  }

  #mainTit {
    background: #f4ec90;
    text-align: center;
    color: #4f2301;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  /* -------------------------------------------------- */
  /* main */
  /* -------------------------------------------------- */
  main {
    padding-bottom: 25px;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */

  footer {
    border-top: 1px #dddddd solid;
    padding-bottom: 0 !important;
  }

  #fTop {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #footerLogo {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }

  #goToRecyclingShop {
    width: 70%;
    margin: 0 auto;
  }

  #goToRecyclingShop a {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5e4433;
    border: 1px solid #5e4933;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #goToRecyclingShop a:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(../img/common/footer_linkIcon.jpg) 0 0 no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    display: inline-block;
  }

  #goToRecyclingShop a:hover {
    text-decoration: underline;
  }

  #fBottom {
    width: 100%;
    background-color: #ffeec8;
    padding: 30px 3% 107px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fBbox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  #ad {
    width: 100%;
    color: #5e4433;
  }

  #fName {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }

  #fDarentCo {
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.85;
    font-weight: bold;
  }

  #fDivision {
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: bold;
  }

  #fAddress {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  #fNavBox {
    float: right;
    letter-spacing: -0.4em;
    font-size: 13px;
  }

  /* 230217追記 フッター運営会社 */
  .footerLink {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .footerLink a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  .footerLink a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/external-link_b.svg') ;
    background-size: cover;
  }

  #copyBox {
    text-align: center;
    /*		padding-bottom: 25px;*/
  }

  /*固定ナビ*/
  #rightScrollBtn {
    position: fixed;
    bottom: 0;
    right: 20px;
  }

  #pageScroll {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
  }

  #spFixed {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    letter-spacing: -0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fixedTel {
    width: 48%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding-right: 2%;
    text-align: center;
  }

  #fixedContact {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
  }

  /*メニュー*/
  #spNav {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  #spNavClose {
    padding: 10px 13px;
    text-align: right;
    cursor: pointer;
  }

  #spNavMain {
    border-top: 1px #4f2301 solid;
  }

  #spNavMain li {
    border-bottom: 1px #4f2301 solid;
  }

  #spNavMain li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #spNavMain li a .small {
    font-size: 9px;
    color: #62a60f;
  }

  #spNavClose img {
    width: 19px;
    height: auto;
  }

  #spNavSub {
    letter-spacing: -0.4em;
  }

  #spNavSub li {
    width: 50%;
    border-bottom: 1px #4f2301 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
  }

  #spNavSub li:nth-child(2n) {
    border-left: 1px #4f2301 solid;
  }

  #spNavSub li a {
    display: block;
    font-size: 1.3rem;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #spNavSub li a:after {
    content: "";
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(../img/common/sp_icon1.png) 0 0 no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    left: 90%;
  }
}
/*スマホ版*/
/* バナーエリア */
.foot_bnr_bk {
  width: 100%;
  padding: 30px 0px 20px;
  background-color: #f6f6f6;
}
.foot_bnr_area {
  width: 980px;
  margin: 0 auto;
}
.hiraku_area {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.hiraku_area > p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.hiraku_area_left {
  margin-right: 20px;
  display: inline-block;
  width: 30%;
}
.hiraku_area_left img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.hiraku_area_right {
  vertical-align: top;
}
.hiraku_area_right > p {
  font-size: 15px;
  line-height: 1.2;
}
.hiraku_area_right > p ::first-line {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.bnr_area p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.bnr_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.bnr_area li {
  margin-bottom: 10px;
}

.bnr_area img {
  width: 100%;
  height: auto;
}
/* バナーエリアここまで */

@media screen and (max-width: 767px) {
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */
  .foot_bnr_bk {
    width: 100%;
    padding: 20px 0px 20px;
    background-color: #f6f6f6;
  }

  .foot_bnr_area {
    width: 90%;
    margin: 0 auto;
  }

  .hiraku_area {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }

  .hiraku_area > p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .hiraku_area_left {
    margin-right: 20px;
    display: inline-block;
    width: 100%;
  }

  .hiraku_area_left img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }

  .hiraku_area_right {
    vertical-align: top;
  }

  .hiraku_area_right > p {
    font-size: 15px;
    line-height: 1.2;
  }

  .hiraku_area_right > p ::first-line {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
  }

  .bnr_area p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .bnr_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bnr_area li {
    margin-bottom: 10px;
  }
  .bnr_area li:nth-child(5n) {
    margin-right: 0;
  }

  .bnr_area img {
    width: 100%;
    height: auto;
  }

  img {
    max-width: 100%;
  }

  body .pc {
    display: none;
  }

  body .tablet {
    display: none;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  p,
  li,
  dt,
  dd {
    /*Androidブラウザフォントバグ対策*/
    max-height: 999999px;
  }
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  #spHeader {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
  }

  #hTop {
    padding-top: 47px;
  }

  #spLogo {
    float: left;
  }

  #spLogo img {
    height: 27px;
    width: auto;
  }

  #spNavBtn {
    float: right;
    cursor: pointer;
  }

  #spNavBtn img {
    height: 27px;
    width: auto;
  }

  #mainTit {
    background: #f4ec90;
    text-align: center;
    color: #4f2301;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  /* -------------------------------------------------- */
  /* main */
  /* -------------------------------------------------- */
  main {
    padding-bottom: 25px;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */

  footer {
    border-top: 1px #dddddd solid;
    padding-bottom: 0 !important;
  }

  #fTop {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #footerLogo {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }

  #goToRecyclingShop {
    width: 70%;
    margin: 0 auto;
  }

  #goToRecyclingShop a {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5e4433;
    border: 1px solid #5e4933;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #goToRecyclingShop a:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(../img/common/footer_linkIcon.jpg) 0 0 no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    display: inline-block;
  }

  #goToRecyclingShop a:hover {
    text-decoration: underline;
  }

  #fBottom {
    width: 100%;
    background-color: #ffeec8;
    padding: 30px 3% 20vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fBbox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #ad {
    width: 100%;
    color: #5e4433;
  }

  #fName {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  #fDarentCo {
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.85;
    font-weight: bold;
  }

  #fDivision {
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: bold;
  }

  #fAddress {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  #fNavBox {
    float: right;
    letter-spacing: -0.4em;
    font-size: 13px;
  }

  /* 230217追記 フッター運営会社 */
  .footerLink {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .footerLink a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  .footerLink a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/external-link_b.svg') ;
    background-size: cover;
  }

  #copyBox {
    text-align: center;
    /*		padding-bottom: 25px;*/
  }

  /*固定ナビ*/
  #rightScrollBtn {
    position: fixed;
    bottom: 0;
    right: 20px;
  }

  #pageScroll {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
  }

  #spFixed {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    letter-spacing: -0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fixedTel {
    width: 47%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding-right: 2%;
    text-align: center;
  }

  #fixedContact {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
  }

  /*メニュー*/
  #spNav {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
      YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #spNavClose {
    padding: 10px 13px;
    text-align: right;
    cursor: pointer;
  }

  #spNavMain {
    border-top: 1px #4f2301 solid;
  }

  #spNavMain li {
    border-bottom: 1px #4f2301 solid;
  }

  #spNavMain li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #spNavMain li a .small {
    font-size: 9px;
    color: #62a60f;
  }

  #spNavClose img {
    width: 19px;
    height: auto;
  }

  #spNavSub {
    letter-spacing: -0.4em;
  }

  #spNavSub li {
    width: 50%;
    border-bottom: 1px #4f2301 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
  }

  #spNavSub li:nth-child(2n) {
    border-left: 1px #4f2301 solid;
  }

  #spNavSub li a {
    display: block;
    font-size: 1.3rem;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #spNavSub li a:after {
    content: "";
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(../img/common/sp_icon1.png) 0 0 no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    left: 90%;
  }

  #spNewsLink {
    cursor: pointer;
  }
}
@charset "utf-8";
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
body,p,article,section{
margin:0;
padding:0;
}
article,section {
	width:100%;
}

.couponpc-h{
　margin:10px auto;
}

.coupon-pc{
text-align:left;
width:620px;
margin:10px auto;
}


body {
	color:#000;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
ul {
list-style-type:none;
}
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cnt {
  text-align: center;
}
img{
	height:auto;
	border:0;
	vertical-align:top;
	margin:0;
}
a:hover{
 opacity:0.7;
 filter:alpha(opacity=70);
}
.j-scroll-switch{
	opacity:0;
	transform : translate(0, 10px);
  transition : all 1100ms;
}
.on{
	opacity : 1;
	transform : translate(0, 0);
 }


.centerimg {
max-width: 100%;
margin: 0 auto;
text-align:center;
}

.area01{
background-color:#fff;
padding:30px 20px 30px 20px;
margin:30px 0px 0px 0px;

}

.kyusyu{

border-bottom: 1px solid #ccc;
padding: 9px 0 5px 0;
}


.era-name{
font-size:20px;
margin:0 0 5px 0;

}

.era-words{
font-size:16px;
margin:0 0 5px 0;

}

.text001{
font-size:20px;
font-weight:500;
max-width: 600px;
margin:10px auto 10px;
text-align: center;
}

.text002 {
    font-size: 18px;
    margin: 5px auto;
   max-width: 600px;
    text-align: left;
}


.text003{
max-width:630px;
margin:10px auto;
text-align:left;
}

.pc-midasi01{
margin:15px 0 15px 0;
}

.pc-midasi02{
margin:40px 0 15px 0;
}

.s_bnr_tel{
margin-bottom:15px;
background: #f8f7eb;
border: 1px solid #9955a5;
}




@media(min-width:768px){
body {
  min-width:1020px;
}
img{
	max-width:100%;
 }


}
@media(max-width:767px){
img{
	width:100%;
 }


.box-element{
margin:15px 10px 10px 10px;
}

.centerimg{
margin:15px 10px 10px 10px;
}


}
@media(min-width:768px){
 .view_sp {
  display:none;
 }
}
@media(max-width:767px){
.view_pc {
  display:none;
  }
 }
.b_wrap {
	width:1020px;
	margin:0 auto;
}

.coupon-pc{
text-align:left;
width:100%px;
margin:10px auto;
}


.h_top {
  min-width:1020px;
}
.h_left {
  float:left;
  padding:25px 24px 25px 24px;
  width:392px;
}
.h_left h1 {
  margin:0;
  padding:0;
}
.h_left h1 img {
  line-height:0;
}
.h_right {
  width: 659px;
  float: right;
  padding: 10px 5px 10px 0;
  line-height: 0;
}
@media(max-width:1067px){
  .h_left {
    float:left;
    padding:25px 12px 25px 12px;
    width:368px;
  }
  .h_right {
    width:651px;
    float:right;
    padding:10px 10px 10px 0;
  }
}
.h_right .l {
  float:left;
  width:522px;
  padding-top:10px;
}
.h_right .l .h_tel_wrap {
  padding:11px 0 0 0;
  width:522px;
}
.h_right .l .h_tel_wrap .h_tel {
  width:288px;
  border-left:1px solid #cccccc;
  padding:7px 15px 0 17px;
  float:left;
}
.h_right .l .h_tel_wrap .h_ta_btn {
  width:234px;
  float:left;
  border-left:1px solid #cccccc;
  padding-left:10px;
}
.h_right .l .h_tel_wrap .h_ta_btn .ta_txt {
  padding-top:9px;
  line-height:0;
}
.h_right .r {
  float:right;
  width:115px;
}
nav#menu_p {
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
nav#menu_p ul li {
  display: inline;
  float:left;
}
footer .page-top {
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index:3000;
}
.js-on footer .page-top {
    display: none;
}
footer .bnr {
  padding-top:73px;
}
footer .foot_nav {
  padding:90px 0 22px 0;
}
footer {
  padding-bottom:100px;
}
@media(min-width:768px) {
footer .foot_nav ul li {
  text-align:center;
  float:left;
  color:#000;
  border-left:1px solid #000;
}
footer .foot_nav ul li a {
  display: block;
  color:#000;
  font-size:13px;
  line-height:1.2em;
  text-decoration: none;
}
footer .foot_nav ul li a:hover {
  text-decoration: underline;
}
footer .foot_nav ul li:nth-child(1) {
  width:145px;
}
footer .foot_nav ul li:nth-child(2) {
  width:135px;
}
footer .foot_nav ul li:nth-child(3) {
  width:125px;
}
footer .foot_nav ul li:nth-child(4) {
  width:111px;
}
footer .foot_nav ul li:nth-child(5) {
  width:81px;
}
footer .foot_nav ul li:nth-child(6) {
  width:107px;
}
footer .foot_nav ul li:nth-child(7) {
  width:120px;
}
footer .foot_nav ul li:nth-child(8) {
  width:82px;
}
footer .foot_nav ul li:nth-child(9) {
  width:113px;
  border-right:1px solid #000;
}
}
footer .foot_ob {
  color:#fff;
  background: #7282be;
  font-size:13px;
}
footer .foot_ob .fl {
  width:230px;
  float:left;
  padding:17px 0;
}
footer .foot_ob .fl ul li {
  display: inline-block;
  float:left;
}
footer .foot_ob .fl ul li a {
  display: block;
  text-decoration: none;
  line-height:1.2em;
  color:#fff;
}
footer .foot_ob .fl ul li:nth-child(1) {
  padding-right:10px;
  border-right:1px solid #fff;
}
footer .foot_ob .fl ul li:nth-child(2) {
  padding-left:10px;
}
footer .foot_ob .fr {
  width:345px;
  float:right;
  text-align: right;
  line-height:1.2em;
  padding:17px 0;
}
footer .foot_fb {
  background: #fafafa;
  position: fixed;
  bottom:0px;
  left:0px;
  width:100%;
  z-index:999;
}
.js-on footer .foot_fb {
    display: none;
}
footer .foot_fb h1 {
  line-height:0;
}
footer .foot_fb .fb01 {
  width:270px;
  float:left;
}
footer .foot_fb .fb02 {
  width:224px;
  float:left;
  margin-left:22px;
}
footer .foot_fb .fb03 {
  width:279px;
  float:left;
  margin-left:2px;
}
footer .foot_fb .fb04 {
  width:223px;
  float:left;
  padding-top:19px;
}
.header_ttl {
  background:url(../img/common/header_ttl_bg_pc.jpg) center center no-repeat;
  background-size:cover;
}
.t_txt {
 font-size:16px;
 text-align: center;
 padding:35px 0 85px 0;
 line-height:2.0em;
}
/*sp*/
 @media(max-width:767px){
   .head_t_s {
    background-color: #fff;
    height: 51px;
    position: relative;
   }
   .head_t_s h1 {
  	 margin:0;
  	 width:233px;
  	 line-height:0;
   }
   header #spMenu {
       display: block;
       width: 43px;
       height:51px;
       position: absolute;
       top: 0px;
       right: 2px;
       cursor: pointer;
     }
   header #spMenu span {
       width: 32px;
       height: 3px;
       margin-bottom: 7px;
       margin-left: auto;
       margin-right: auto;
       display: block;
       background-color: #8d83d6;
       transition: .5s;
       position: absolute;
     }
   header #spMenu span:nth-child(1) {
       top: 10px;
     }
   header #spMenu span:nth-child(2) {
       top: 19px;
     }
   header #spMenu span:nth-child(3) {
       top: 28px;
     }
   header #spMenu span:nth-child(3):before {
       content: "MENU";
       display: block;
       font-size: 9px;
       font-weight: bold;
       position: absolute;
       color:#000;
       top: 5px;
       left: 0px;
     }
   header #spMenu.on span:nth-child(1) {
       transform: rotate(-45deg);
       position: absolute;
       top: 25px;
       width:29px;
     }
   header #spMenu.on span:nth-child(2) {
       display: none;
     }
   header #spMenu.on span:nth-child(3) {
       transform: rotate(45deg);
       position: absolute;
       top: 25px;
       width:29px;
     }
   header #spMenu.on span:nth-child(3):before {
       display:none;
     }
   header .head_t_s nav{
        position:absolute;
        top:51px;
        background-color: rgba(255,253,248,0.9);
        width:100%;
        max-width:100%;
        right:0;
        overflow:hidden;
   		 display: none;
   		 z-index:1200;
      }
   header .head_t_s nav ul{
        border:none;
   		 margin:0;
   		 padding:0;
      }
   header .head_t_s nav ul li{
        width:100%;
        border-bottom:1px #d9cbba solid;
      }
   header .head_t_s nav ul li:nth-child(1) {
     border-top:1px #d9cbba solid;
   }
   header .head_t_s nav ul li a{
        color:#755238;
        text-align:left;
        padding:15px 10px;
        font-size:10px;
        position:relative;
        line-height:150%;
        border-left:none;
   		 display:block;
   		 font-size:14px;
   		 text-decoration: none;
        font-weight: bold;
      }
   header .head_t_s nav ul li a:before{
        content:"";
        display:block;
        width:8px;
        height:8px;
        border-right:1px #755238 solid;
        border-bottom:1px #755238 solid;
        transform: rotate(-45deg);
        position:absolute;
        right:15px;
        top:19px;
      }

.b_wrap {
  width:100%;
}
.b_pd {
  padding:0 4%;
  box-sizing: border-box;
 }
 footer {
   padding-bottom:24.0%;
 }
 footer .page-top {
    width: 40px;
    position: fixed;
    bottom: 17%;
    right: 15px;
    -ms-filter: "alpha(opacity=80)";
    z-index:3000;
}
.f_logo_s {
  padding:30px 4%;
}
 footer .foot_ob {
   color:#fff;
   background: #7282be;
   font-size:13px;
 }
 footer .foot_ob .fl {
   width:100%;
   float:none;
   padding:0 4% 7px 4%;
   background: #fff;
 }
 footer .foot_ob .fl ul li {
   display: inline-block;
   float:left;
 }
 footer .foot_ob .fl ul li a {
   display: block;
   text-decoration: none;
   line-height:1.2em;
   color:#000;
   font-size:16px;
 }
 footer .foot_ob .fl ul li:nth-child(1) {
   padding-right:10px;
   border-right:1px solid #000;
 }
 footer .foot_ob .fl ul li:nth-child(2) {
   padding-left:10px;
 }
 footer .foot_ob .fr {
   width:100%;
   float:none;
   text-align: center;
   line-height:1.2em;
   padding:17px 4%;
   font-size:14px;
 }
 footer .foot_fb {
   display: none!important;
   opacity: 0!important;
 }
footer .foot_snavi {
  position: fixed;
  bottom:0;
  left:0;
  z-index:1000;
}
footer .foot_snavi a:hover{
 opacity:1.0;
 filter:alpha(opacity=100);
}
footer .foot_snavi .ttl {
  line-height:0;
}
footer .foot_snavi li {
  display: inline;
  float:left;
  width:37.2%;
}
footer .foot_snavi li:nth-child(1) {
  width:25.6%;
}
footer .s_bnr {
  margin-top:45px;
  background: #f8f7eb;
  border:1px solid #9955a5;
  position:relative;
  line-height:0;
}
.header_ttl {
  background:url(../img/common/header_ttl_bg_sp.jpg) center center no-repeat;
  background-size:cover;
}
.t_txt {
  font-size:16px;
  text-align: left;
  line-height:1.8em;
  padding:35px 0 40px 0;
}
}
@media(max-width:374px) {
  footer .foot_ob .fr {
    width:100%;
    float:none;
    text-align: center;
    line-height:1.2em;
    padding:17px 2%;
    font-size:13px;
  }
}



.yohaku{
margin-bottom:10px;
}

/*追加分*/
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 1px #dedede;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0;
    padding: 0;
}

/*PC用のテキストレイアウト */
.text-pc{
    width: 640px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom:25px;
    margin-top: 5px;
}

.text-sp{
margin-top:5px;
margin-bottom:15px;
}

.coupon-sp{

  text-align:left;
  width:100%;
  margin-top:5px;
  margin-bottom:15px;
}

.centerimg-tel {
max-width: 100%;
margin: 15px auto 15px;
text-align:center;
}

.sp-midasi01 {
    margin: 15px 0 15px 0;
}

.midasi02pc{
margin-top:15px;
}
@charset "utf-8";
.wp-pagenavi {
  text-align:center;
}
h2.example_ttl {
  line-height:0;
  text-align:center;
  padding:70px 0;
}
h2.example_ttl2 {
  line-height:0;
  text-align:center;
  padding:70px 0;
}
.example {
  background: url(../img/example/example_bg.gif) repeat;
  padding:72px 0 80px 0;
}
.clm_ttl {
  padding: 15px 0 15px 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 18px;
  color: #615ab7;
  font-weight: bold;
}
@media(min-width:768px) {
  .example ul a {
    transition: .5s;
  }
  .example ul {
    padding-bottom:40px;
  }
  .example ul li {
    width:325px;
    float:left;
    background: #fff;
    border-top:1px solid #efeded;
    border-left:1px solid #efeded;
    border-right:1px solid #efeded;
    border-bottom:1px solid #dedfd7;
    margin-left:22px;
    margin-top:30px;
  }
  .example ul li:nth-of-type(3n+1) {
    margin-left:0;
    clear:both;
  }
  .example ul li a {
    display: block;
    width:100%;
    padding:30px;
    text-decoration: none;
  }
  .example ul li dl dt {
    line-height:0;
  }
  .example ul li dl dt img {
    width:100%;
  }
  .example ul li dl dd p.txt01 {
    padding:15px 0;
    font-size:14px;
    color:#333;
  }
  .example ul li dl dd p.txt02 {
    font-size:15px;
    color:#615ab7;
    line-height:1.4em;
    font-weight: bold;
  }
  .example ul li dl dd p.txt03 {
    font-size:14px;
    line-height:1.8em;
    padding-top:12px;
    color:#333;
  }

  .example ul li dl dd p.cate_box {
    padding:10px 0;
  }
  .example ul li .btn {
    padding-top:14px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .example ul li a .btn{
    width:180px;
    position: relative;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin:0 auto;
    text-decoration: none;
    transition: .5s;
    background: #fff;
  }
  .example ul li a .btn span {
    font-size:17px;
    display: inline-block;
    border:1px solid #d4c79d;
    background: #fff;
    width:100%;
    color:#a2811d;
    background:url(../img/common/yg01.png) right 10px top 15px no-repeat;
    padding:7px 0;
    transition: 1s;
  }
  .example ul li a:hover .btn span {
    color:#fff;
    background:#c2af74 url(../img/common/yg02.png) right 10px top 15px no-repeat;
    transition: .7s;
  }
}
span.ib {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 2px 0;
}
span.cate01 {
   background: #cd9695;
 }
span.cate02 {
   background: #93ad79;
 }
span.cate03 {
   background: #9c97c2;
 }
span.cate04 {
   background: #c1a983;
 }
span.cate05 {
   background: #89aeb4;
 }
span.dat {
  float:right;
  font-size:14px;
}
.ex_content {
  width:800px;
  margin:0 auto;
  padding:90px 0 0 0;
}
.ex_content h3 {
  color:#615ab7;
  border-left:7px solid #d3b269;
  line-height:1.5em;
  font-weight:bold;
  padding:3px 0 3px 22px;
  font-size:18px;
}
.ex_content .e_top {
  padding:27px 0 57px 0;
}
.ex_content .e_top2 {
  margin:20px 0 20px 0;
  padding:8px 10px 8px 10px;
  border-top:1px dashed #656565;
  border-bottom:1px dashed #656565;
}
.ex_content .e_top .cst {
  padding:10px 0;
  font-size:17px;
  border-top:1px dashed #656565;
}
.ex_content .e_top .e_kind {
  padding:20px 0;
  font-size:16px;
  line-height:2.0em;
  border-top:1px dashed #656565;
  border-bottom:1px dashed #656565;
}
.ex_content .e_top .e_kind .l {
  width:155px;
  position: relative;
  color:#615ab7;
  padding-left:18px;
  display: inline-block;
}
.ex_content .e_top .e_kind .l:before {
  position: absolute;
  content:"・";
  color:#000;
  left:0;
  top:0;
}
.ex_content .e_top .e_kind .r {
  width:635px;
  display: inline-block;
}
.ex_content .ex_c {
  padding:0 0 40px 0;
  font-size:16px;
  line-height: 2.0em;
}
.ex_content .ex_c_ttl {
  font-size:16px;
  color:#615ab7;
}
.ex_content table {
  border:0;
  border-spacing:0;
}
.ex_content table td {
  width:400px;
}
.ex_content table td:nth-child(1) {
  padding-right:1px;
}
.ex_content table td:nth-child(2) {
  padding-left:1px;
}
.ex_content table td p {
  text-align: center;
  font-size:16px;
  padding:3px 0;
}
.v_wrap {
  width:800px;
  margin:0 auto;
  background: url(../img/example/v_bg.gif) repeat;
  padding:25px 23px;
  font-size:16px;
  line-height:2.0em;
}
.v_wrap .v_ttl {
  color:#3e8a11;
}
.v_wrap img {
  max-width:754px;
}
.v_wrap .feed_img {
  padding-bottom:10px;
}
.fr_s {
  width:800px;
  margin:30px auto 0;
  font-size:15px;
  line-height:2.1em;
}
.fr_s_ttl {
  color:#615ab7;
}
.k_btn_wrap {
  width:800px;
  margin:0 auto;
  padding:50px 0 60px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.k_btn_wrap .k_btn a {
  width:210px;
  position: relative;
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin:0 auto;
  text-decoration: none;
  transition: .5s;
}
.k_btn_wrap .k_btn:nth-child(1) a {
  float:left;
}
.k_btn_wrap .k_btn:nth-child(2) a {
  float:right;
}
.k_btn_wrap .k_btn:nth-child(1) a span {
  font-size:18px;
  display: inline-block;
  border:1px solid #d4c79d;
  background: #fff;
  width:100%;
  color:#a2811d;
  background:url(../img/common/yg03.png) left 15px top 18px no-repeat;
  padding:9px 0;
  transition: 1s;
}
.k_btn_wrap .k_btn:nth-child(1) a:hover span {
  color:#fff;
  background:#c2af74 url(../img/common/yg04.png) left 15px top 18px no-repeat;
  transition: .7s;
}
.k_btn_wrap .k_btn:nth-child(2) a span {
  font-size:18px;
  display: inline-block;
  border:1px solid #d4c79d;
  background: #fff;
  width:100%;
  color:#a2811d;
  background:url(../img/common/yg01.png) right 15px top 18px no-repeat;
  padding:9px 0;
  transition: 1s;
}
.k_btn_wrap .k_btn:nth-child(2) a:hover span {
  color:#fff;
  background:#c2af74 url(../img/common/yg02.png) right 15px top 18px no-repeat;
  transition: .7s;
}
@media(max-width:767px) {
  h2.example_ttl {
    width:26.6%;
    margin:0 auto;
    padding:10% 0;
  }
 h2.example_ttl2 {
   width:38.8%;
   margin:0 auto;
   padding:10% 0;
 }
  .example {
    background: url(../img/example/example_bg.gif) repeat;
    padding:0 0 20px 0;
  }
  .clm_ttl {
    text-align: left;
    line-height: 1.6em;
    font-size: 18px;
    color: #615ab7;
    font-weight: bold;
    padding: 15px 0 15px 0;
  }
  .example ul {
    padding-bottom:25px;
  }
  .example ul li {
    width:100%;
    float:none;
    background: #fff;
    border-top:1px solid #efeded;
    border-left:1px solid #efeded;
    border-right:1px solid #efeded;
    border-bottom:1px solid #dedfd7;
    margin-top:20px;
  }
  .example ul li a {
    display: block;
    width:100%;
    padding:6%;
    text-decoration: none;
  }
  .example ul li dl dt {
    line-height:0;
    width:75.4%;
    margin:0 auto;
  }
  .example ul li dl dd p.cate_box {
    padding:10px 0;
  }
  .example ul li dl dd p.txt01 {
    padding:15px 0;
    font-size:15px;
    color:#333;
  }
  .example ul li dl dd p.txt02 {
    font-size:16px;
    color:#615ab7;
    line-height:1.4em;
    font-weight: bold;
  }
  .example ul li dl dd p.txt03 {
    font-size:15px;
    line-height:1.8em;
    padding-top:12px;
    color:#333;
  }
  .example ul li .btn {
    padding-top:15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .example ul li a .btn{
    width:100%;
    position: relative;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin:0 auto;
    text-decoration: none;
    transition: .5s;
    background: #fff;
  }
  .example ul li a .btn span {
    font-size:17px;
    display: inline-block;
    border:1px solid #d4c79d;
    background: #fff;
    width:100%;
    color:#a2811d;
    background:url(../img/common/yg01.png) right 10px top 15px no-repeat;
    padding:7px 0;
    transition: 1s;
  }
  .example ul li a:hover .btn span {
    color:#fff;
    background:#c2af74 url(../img/common/yg02.png) right 10px top 15px no-repeat;
    transition: .7s;
  }
  .ex_content {
    width:100%;
    padding:40px 4% 0 4%;
  }
  .ex_content h3 {
    color:#615ab7;
    border-left:4px solid #d3b269;
    line-height:1.6em;
    font-weight:bold;
    padding:3px 0 3px 22px;
    font-size:16px;
  }
  .ex_content .e_top {
    padding:25px 0 20px 0;
  }
  .ex_content .e_top .cst {
    padding:10px 0;
    font-size:16px;
    border-top:1px dashed #656565;
  }
  .ex_content .e_top .e_kind {
    padding:15px 0;
    font-size:16px;
    line-height:1.8em;
  }
  .ex_content .e_top .e_kind .l {
    width:100%;
    position: relative;
    display: block;
    color:#615ab7;
    padding-left:18px;
  }
  .ex_content .e_top .e_kind .l:before {
    position: absolute;
    content:"・";
    color:#000;
    left:0;
    top:0;
  }
  .ex_content .e_top .e_kind .r {
    width:100%;
    display: block;
    padding-left:30px;
  }
  .ex_content .ex_c_ttl {
    font-size:16px;
    color:#615ab7;
  }
  .ex_content .ex_c {
    padding:0 0 30px 0;
    font-size:16px;
    line-height: 1.8em;
  }
  .ex_content table {
    border:0;
    border-spacing:0;
    width:84%;
    margin:0 auto;
  }
  .ex_content table td {
    width:100%;
    display: block;
  }
  .ex_content table td:nth-child(1) {
    padding-right:1px;
    padding-bottom:13px;
  }
  .ex_content table td:nth-child(2) {
    padding-left:1px;
  }
  .ex_content table td p {
    text-align: left;
    font-size:16px;
    padding:2px 0 2px 0;
  }
  .v_wrap {
    width:100%;
    margin:0 auto;
    background: url(../img/example/v_bg.gif) repeat;
    padding:20px 4%;
    font-size:16px;
    line-height:1.8em;
  }
  .v_wrap img {
    max-width: 100%;
  }
  .fr_s {
    width:100%;
    margin:25px auto 0;
    font-size:15px;
    line-height:2.1em;
    padding:0 4%;
    font-size:16px;
    line-height:1.8em;
  }
  .fr_s_ttl {
    color:#615ab7;
  }
  .k_btn_wrap {
    width:100%;
    margin:0 auto;
    padding:25px 4% 25px 4%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .k_btn_wrap .k_btn a {
    width:100%;
    position: relative;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin:0 auto;
    text-decoration: none;
    transition: .5s;
  }
  .k_btn_wrap .k_btn:nth-child(1) a {
    float:none;
  }
  .k_btn_wrap .k_btn:nth-child(2) a {
    float:none;
    margin-top:15px;
  }
  .k_btn_wrap .k_btn:nth-child(1) a span {
    font-size:18px;
    display: inline-block;
    border:1px solid #d4c79d;
    background: #fff;
    width:100%;
    color:#a2811d;
    background:url(../img/common/yg03.png) left 15px top 18px no-repeat;
    padding:9px 0;
    transition: 1s;
  }
  .k_btn_wrap .k_btn:nth-child(1) a:hover span {
    color:#fff;
    background:#c2af74 url(../img/common/yg04.png) left 15px top 18px no-repeat;
    transition: .7s;
  }
  .k_btn_wrap .k_btn:nth-child(2) a span {
    font-size:18px;
    display: inline-block;
    border:1px solid #d4c79d;
    background: #fff;
    width:100%;
    color:#a2811d;
    background:url(../img/common/yg01.png) right 15px top 18px no-repeat;
    padding:9px 0;
    transition: 1s;
  }
  .k_btn_wrap .k_btn:nth-child(2) a:hover span {
    color:#fff;
    background:#c2af74 url(../img/common/yg02.png) right 15px top 18px no-repeat;
    transition: .7s;
  }
}
