/** Shopify CDN: Minification failed

Line 31:10 Expected ":"
Line 495:8 Expected ":"

**/
/* ================
// 既存css全体枠調整
// ===============*/
 html { scroll-behavior: smooth;
 padding-bottom: 0 !important;
}
.page-width.page-width--narrow.page-content{
max-width: 100%;
padding: 0;
}
.section-header{
background: url(/cdn/shop/files/main-2week04.jpg) 50% 50% no-repeat;
background-size: cover;
position: relative;
height: 420px;
color: #fff;
max-width: 100%;
margin: 0;
}
h1{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: #000;
}
@media (max-width: 767px) {
.section-header{
height: 250px;
}
h1{
  width: 300px;
  }
}


/* ================
// 共通セレクタ
// ===============*/
h2{
  font-size:18px;
  font-family: 游明朝,YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  text-align:center;
  margin-bottom: 35px;
}
h2 em{
  font-style: normal;
color: #ff9476;
}
h2 span{
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 12px;
display: block;
line-height: 2;
}
.waai {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
       
.waai::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.waai::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.waai.ow-muryo{
margin-bottom: 5px;
font-size: 12px;
padding: 0 10px;
}
.tenten {
  position: relative;
  margin-bottom: 50px;
}
.tenten::after {
  border-bottom: 3px dotted #c9b06670;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}
.kai-inn p{
  color: #111111;
  font-size: 14px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 1.65;
text-align: left;
}
.kai-inn li {
  list-style: none;
}
.mt30{
  margin-top:30px;
}
.mt50{
  margin-top:50px;
}
.mb50{
  margin-bottom:50px;
}
.taL{
    text-align: left;
}
.kai-wrap{
  text-align: center;
}
.kai-inn{
  max-width: 980px;
margin: 0 auto;
width: 100%;
}
.kai-yaji {
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  display: inline-block;
}
.bnr-link{
text-align: center;
}
.bnr-link a{
color: #fff;
background: #333;
border-radius: 30px;
font-size: 1rem;
padding: 10px 20px;
margin: 8px;
font-family: "Noto Serif JP","YuMincho","Yu Mincho","游明朝体","ヒラギノ明朝 ProN","Hiragino Mincho ProN",serif;
  transition: 0.5s;
}
.bnr-link a:hover {
  background: #666;
  color: #fff;
transition: 0.5s;
}
.bnr-link a::after {
display:none;
}
.bnr-link.b-cha a{
background: #333;
border-radius: 5px;
display: block;
  }
.bnr-link.b-cha a:hover{
opacity:.8;
transition: 0.5s;
  }
p.megane {
  margin: 0;
  font-size: 12px;
}
 p.megane img {
  width: 20px;
   display: inline-block;
}
.sp860 {
  display: none;
}
.sp768 {
  display: none;
}
.sp680 {
    display: none;
  }
.sp580 {
  display: none;
}
.sp480 {
  display: none;
}
@media (max-width: 980px) {
  .pc980 {
    display: none;
  }
}
@media (max-width: 860px) {
      .pc860 {
    display: none;
  }
    .sp860 {
    display: block;
  }
}
@media (max-width: 768px) {
      .pc768 {
    display: none;
  }
    .sp768 {
    display: block;
  }
}
@media (max-width: 680px) {
      .pc680 {
    display: none;
  }
    .sp680 {
    display: block;
  }
}
@media (max-width: 580px) {
    .pc580 {
    display: none;
  }
  .sp580 {
    display: block;
  }
}
@media (max-width: 480px) {
  .pc480 {
    display: none;
  }
  .sp480 {
    display: block;
  }
    }
/* ================
// 栄養士さんコメント
// ===============*/
.eiyoushi-san{
display: flex;
justify-content: space-between;
background: #e8e8e8;
border-radius: 100px;
padding: 40px;
  margin-bottom: 50px;
}
.eiyoushi-san figure{
width: 80px;

}
.eiyoushi-san p{
width: calc(100% - 80px);
margin: 0;
padding-left: 20px;
}
@media (max-width: 480px) {
.eiyoushi-san figure {
  width: 40px;
}
.eiyoushi-san p {
  width: calc(100% - 40px);
}
.eiyoushi-san {
  border-radius: 50px;
  padding: 20px;
}
}
/* ================
// フッター共通.kai-f-01
// ===============*/
.kai-f-01{
background: #fff;
max-width: 980px;
width: 93%;
margin: 0 auto;
padding: 30px;
font-family: ;
text-align: center;
margin: 50px auto;
font-family: san-serif;
}
.kai-f-01 p{
font-size:14px;
}
.kai-f-01 a{
background: #a26b25;
color: #fff;
padding: 9px 15px;
font-size: 1.2em;
border-radius: 4px;
cursor: pointer;
display: inline-block;
letter-spacing: .3em;
font-size: 1rem;
background: #804f21;
transition-delay: .25s;
}
.kai-f-01 a:hover{
background: #a9682b;
transition-delay: .25s;
}
.kai-f-01 a::after{
display:none;
}
/* ================
// フッター共通.kai-f-02
// ===============*/
.kai-f-02{
text-align: center;
}
.kai-f-02 .bnr-blog{
max-width: 800px;
width: 100%;
margin: 0 auto;
}
.kai-f-02 ul{
list-style: none;
display: flex;
justify-content: space-between;
max-width: 480px;
width: 70%;
margin: 50px auto !important;
}
.kai-f-02 li{
}
.kai-f-02 li img{
width: 30px;
}
.kai-f-02 a::after{
display:none;
}
.kai-f-02 a:hover{
opacity:.7;
}
/* ================
// フッター共通.kai-f-03
// ===============*/
.kai-f-03{
text-align: center;
}
.kai-f-03 ul{
list-style: none;
display: flex;
justify-content: space-between;
max-width: 800px;
width: 93%;
margin: 50px auto 80px !important;
flex-wrap: wrap;
}
.kai-f-03 a{
color: #fff;
background: #111111;
border-radius: 30px;
font-size: 1rem;
padding: 10px 20px;
margin: 8px;
font-family: "Noto Serif JP","YuMincho","Yu Mincho","游明朝体","ヒラギノ明朝 ProN","Hiragino Mincho ProN",serif;
  transition: 0.5s;
  display:inline-block;
}
.kai-f-03 a:hover {
  background: #cccccc;
  color: #fff;
transition: 0.5s;
}
.kai-f-03 a::after {
display:none;
}
@media (max-width: 680px) {
.kai-f-03 ul {
  flex-direction: column;
}
}
@media (max-width: 580px) {
.kai-f-03 li{
  width: 100%;
margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
.kai-f-01{
padding: 30px 15px;
}
.kai-f-02 ul {
  margin: 30px auto !important;
}
.kai-f-02 li img {
  width: 25px;
}
.kai-f-03 ul {
  margin: 30px auto 50px !important;
}
}
/* ================
// 1week.o-week01
// ===============*/
.o-week01{
  background: #fff;
padding: 50px 0;
}
.o-week01 .setsumei {
font-size: 13px;
border-top: 3px dotted #cab26936;
padding: 30px 0;
color: #5c5950;
}
.o-week01 .setsumei em{
font-style: normal;
background: #bf2626;
color: #fff;
border-radius: 10px;
font-size: 12px;
padding: 2px 5px;
margin-right: 5px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.o-week01 a:hover{
  opacity:.7;
  }
.o-week-01{
  display: flex;
justify-content: space-between;
  margin: 150px auto 50px;
}
.o-week-01 figure{
  margin:0;
  }
.o-week-01 .kotoba{
display: flex;
position: relative;
width: 10%;
  }
.o-week-01 > div:nth-child(2) > figure:nth-child(1) {
  position: absolute;
  width: 200px;
  top: -100px;
  left: -50px;
}
.kotoba > figure:nth-child(2){
width: 110px;
  position: absolute;
  left: -30px;
  z-index: 1;
}
@media (max-width: 1025px) {
  .o-week01 {
  padding: 50px 20px;
}
  .o-week-01 {
  margin: 15vw auto 20px;
}
  .o-week-01 > div:nth-child(2) > figure:nth-child(1) {
  width: 20vw;
  top: -10vw;
  left: -7vw;
}
  .kotoba > figure:nth-child(2) {
  width: 11vw;
  left: -3.5vw;
}
}
@media (max-width: 680px) {
.o-week-01 {
  flex-direction: column;
  width: 70%;
}
  .o-week-01 > figure:nth-child(1){
  order: 3;
    margin-top: 20px;
}
  .o-week-01 .kotoba {
  position: unset;
  width: unset;
    display: unset;
        background: url(/cdn/shop/files/1w-kotoba02.png) 50% 50% no-repeat;
background-size: contain;
    margin-bottom: 20px;
}
  .kotoba > figure:nth-child(2) {
width: 16vw;
position: relative;
left: 50%;
transform: translateY(0) translateX(-50%);
-webkit- transform: translateY(-50%) 
}
  }
@media (max-width: 480px) {
.o-week-01 {
  width: 100%;
}
  .kotoba > figure:nth-child(2) {
  width: 18vw;
    } 
  }
/* ================
// 1week.o-week02
// ===============*/

.o-week02 {
  padding: 50px 0;
}
.o-week02 ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
  width: 80%;
}
.o-week02 li{
 width:31%;
  padding: 30px;
}
.o-week02 li figure img {
  border-radius: 50%;
}
.o-week02 li span {
font-family: 游明朝,YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
display: block;
}

@media (max-width: 1025px) {
  .o-week02 {
  padding: 50px 20px;
}
  }
@media (max-width: 767px) {
.o-week02 li {
  padding: 20px;
}
.o-week02 li span {
  font-size: 14px;
  line-height: 1.4;
  }
}
@media (max-width: 680px) {
.o-week02 li {
  width: 45%;
}
}
@media (max-width: 580px) {
.o-week02 li {
  padding: 5px;
  margin-bottom: 30px;
}
}
@media (max-width: 480px) {
.o-week02 ul {
  width: 90%;
}
.o-week02 li {
  padding: 0;
    }
.o-week02 li figure {
  margin: 0 0 .5rem;
}
  }
/* ================
// 1week.o-week03
// ===============*/
.o-week03{
  background: #fff;
padding: 50px 0;
}
.o-week03 .kai-inn{
  position:relative;
}
.o-week03 .yoko-sc{
  overflow-x: scroll;
  background: #F9F0E3;
padding: 20px 0;
}
.o-week03 .yoko-sc::-webkit-scrollbar { 
  height: 10px; 
} 
.o-week03 ul {
width: 130%;
  display: flex;
padding: 30px;
  margin: 0;
}
.o-week03 li{
margin: 0 20px;
background: #fff;
box-shadow: 2px 2px 4px #d3d0d0;
border-radius: 10px;
padding: 15px;
}
.o-week03 dt h3{
color: #C9B066;
font-size: 18px;
font-family: 游明朝,YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
position: relative;
  margin: 0;
}
.o-week03 dt h3::before{
content:'';
display: inline-block;
width: 60px;
height: 60px;
  vertical-align: middle;
  margin-right:5px
}
.o-week03 li:nth-child(1) dt h3::before{
background: url(/cdn/shop/files/1w03-01.svg)no-repeat;
}
.o-week03 li:nth-child(2) dt h3::before{
background: url(/cdn/shop/files/1w03-02.svg)no-repeat;
}
.o-week03 li:nth-child(3) dt h3::before{
background: url(/cdn/shop/files/1w03-03.svg)no-repeat;
}
.o-week03 li:nth-child(4) dt h3::before{
background: url(/cdn/shop/files/1w03-04.svg)no-repeat;
}
.o-week03 li:nth-child(5) dt h3::before{
background: url(/cdn/shop/files/1w03-05.svg)no-repeat;
}
.o-week03 li:nth-child(6) dt h3::before{
background: url(/cdn/shop/files/1w03-06.svg)no-repeat;
}
.o-week03 li:nth-child(7) dt h3::before{
background: url(/cdn/shop/files/1w03-07.svg)no-repeat;
}
.o-week03 li:last-child{
  background: none;
box-shadow: none;
}
.o-week03 dt > figure:nth-child(2){
width: 300px;
}
.o-week03 dd{
margin: 0;
color: #5c5950;
font-size: 14px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 1.4;
text-align: left;
}
.o-week03 .yoko-sc > span:nth-child(2){
  position:absolute;
display: block;
right: 30px;
font-size: 12px;
}

@media (max-width: 1025px) {
  .o-week03 {
  padding: 50px 20px;
}
  }
@media (max-width: 680px) {
.o-week03 ul {
  padding: 20px 0;
}
  .o-week03 li {
  margin: 0 10px;
      }
  .o-week03 dt > figure:nth-child(2) {
  width: 200px;
}
  .o-week03 dt h3 {
  font-size: 15px;
white-space: nowrap;
    }
  }

/* ================
// 1week.o-week04
// ===============*/

.o-week04 {
padding: 30px 0 50px;
  background:#fff;
}
.o-week04 .kai-inn {
background: #F9F0E3;
padding: 50px;
border-radius: 20px;
max-width: 680px;
  width: 100%;
}
.o-week04 h3{
white-space: nowrap;
font-size: 12px;
}
.o-week04 .ow-shohin{
background: #c4ac65;
border-radius: 20px;
margin-top: 5px;
color: #fff;
}
.o-week04 ul{
display: flex;
justify-content: space-between;
margin: 0 auto 40px;
background: #fff;
}
.o-week04 li{
padding: 15px;
}
.o-week04 li:nth-child(2){
display: flex;
align-items: center;
margin-top: -60px;
font-size: 30px;
font-weight: lighter;
}
.o-week04 li span{
color: #5c5950;
font-size: 12px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 1.3;
display: block;
}

@media (max-width: 680px) {
.o-week04 .kai-inn {
  padding: 30px 10px;
  width: 95%;
  }
.o-week04 li {
 padding: 10px;
}
  .o-week04 li:nth-child(2) {
  padding: 5px;
}
}
/* ================
// 1week.o-week05
// ===============*/
.o-week05 {
padding: 30px 0 50px;
  background:#fff;
}
.o-week05 .kai-inn {
border: 1px solid #7cbfb8;
padding: 50px 15px 30px;
max-width: 860px;
width: 95%;
}
.o-week05 h2{
  color: #7cbfb8;
}
.o-week05 ul{
display: flex;
margin: 0 auto;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.o-week05 li{
  width: 33%;
  margin: 0;
}
@media (max-width: 680px) {
.o-week05 .kai-inn {
  padding: 30px 15px 10px;
}
  .o-week05 li {
width: 50%;
}
}
@media (max-width: 480px) {
.o-week05 li {
  width: 70%;
}
}
@media (max-width: 420px) {
.o-week05 li {
  width: 90%;
}
  }
/* ================
// 1week.o-week06
// ===============*/
.o-week06 {
padding: 50px;
}
.o-week06 .kai-inn{
background: #F7F0EA;
padding: 30px;
max-width: 860px;
width: 95%;
}
.o-week06 ul{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin: 0;
  }
.o-week06 li{
  background: #fff;
padding: 20px;
margin-bottom: 30px;
  }
.o-week06 dl{
  display: flex;
  margin: 0;
  }
.o-week06 dt{
  width: 45%;
  }
.o-week06 dd{
  width: 55%;
  margin: 0;
  }
.o-week06 .okoe{
  text-align: left;
}
.o-week06 .okoe li{
border-bottom: 1px solid #ccc;
  margin: 0;
}
.o-week06 .okoe li:last-child{
border-bottom: none;
}
.o-week06 .okoe span{
  display:block;
}
.o-week06 .okoe .hoshi{
  color: #D7A705;
}
.o-week06 .okoe .midashi{
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto;
}
.o-week06 .okoe .naiyo{
  color: #5c5950;
font-size: 12px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 1.3;
display: block;
}
@media (max-width: 680px) {
  .o-week06 {
  padding: 50px 0;
}
  .o-week06 .kai-inn {
  width: 80%;
}
.o-week06 dl {
  flex-direction: column;
}
  .o-week06 dt{
  width: 100%;
  }
.o-week06 dd{
  width:100%;
  }
}
@media (max-width: 480px) {
.o-week06 .okoe li {
  padding: 20px 0;
}
}

@media (max-width: 420px) {
.o-week06 .kai-inn {
  width: 95%;
  padding: 30px 20px;
}
}
/* ================
// 1week.o-week07
// ===============*/
.o-week07 {
padding: 50px;
}
.o-week07 .kai-inn{
max-width: 860px;
}
.o-week07 ul{
margin: 0 auto 40px;
}
.o-week07 dl{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  background: #eeeeee;
}
.o-week07 dt{
width:50%;
}
.o-week07 li:nth-child(2n) dt{
  order:2;
}
.o-week07 dt figure{
margin:0;
}
.o-week07 dd{
width:50%;
  text-align:left;
  padding: 20px;
}
.o-week07 dd h3{
font-size: 18px;
margin: 20px auto;
}
.o-week07 dd span{
  color: #5c5950;
font-size: 12px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 1.3;
display: block;
}
@media (max-width: 680px) {
.o-week07 dt{
width:100%;
}
  .o-week07 dd{
width:100%;
  } 
.o-week07 li:nth-child(2n) dt{
  order:unset;
}
}
@media (max-width: 480px) {
.o-week07 {
  padding: 50px 20px;
}
}
/* ================
// 1week.o-week08
// ===============*/
.o-week08 {
padding: 50px;
  background:#fff;
}
.o-week08 .kai-inn{
width: 100%;
max-width: 580px;
margin: 0 auto 50px;
font-size: 14px;
line-height: 1.6;
padding: 0 40px;
}
article.faq .box{
	display:none;
}
.faq00 > ul {
    width: 100%;
		margin: 0 auto;
  list-style: none;
  background: #fff;
	}

		.faq00 .accordion_one {
	max-width: 100%;
		  margin: 0 auto;
    border-bottom: 1px solid #ccc;
		}

		.faq00 .accordion_one .accordion_header {
			background-color: #fff;
color: #6a5d21;
font-size: 14px;
		  padding: 20px 11%;
		  text-align: left;
		  position: relative;
		  z-index: +1;
		  cursor: pointer;
		  transition-duration: 0.2s;
		}

	.faq00 .accordion_one .accordion_inner .accordion_one{
	position:relative;
	counter-increment: point;
   width: 80%;
border: none;
	}
		.faq00 .accordion_one .accordion_inner .accordion_header {
padding: 10px 10px 20px 30px;
font-size: 13px;
color: #000;
background: #f2f2f2;
border-radius: 10px;
margin: 10px;
text-align: left;
		}

		.faq00 .accordion_one .accordion_header .i_box {
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  position: absolute;
		  top: 50%;
		  left: 1%;
		  width: 40px;
		  height: 40px;
		  margin-top: -20px;
		  box-sizing: border-box;
		  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
		  transform-origin: center center;
		  transition-duration: 0.2s;
		}
		.faq00 .accordion_one .accordion_header .i_box .one_i {
		  display: block;
		  width: 18px;
		  height: 18px;
		  -webkit-transform: rotate(-135deg);
		  transform: rotate(-135deg);
		  transform-origin: center center;
		  transition-duration: 0.2s;
		  position: relative;
		}
		.faq00 .accordion_one .accordion_header.open .i_box {
		  -webkit-transform: rotate(-360deg);
		  transform: rotate(-360deg);
		}
		.faq00 .accordion_one .accordion_header .i_box .one_i:before, .faq00 .accordion_one .accordion_header .i_box .one_i:after {
display: flex;
content: '';
background-color: #6a5d21;
border-radius: 10px;
width: 10px;
height: 1px;
position: absolute;
top: 11px;
left: 1.5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
		}
		.faq00 .accordion_one .accordion_header .i_box .one_i:before {
width: 1px;
height: 10px;
top: 0px;
left: 6px;
		}
		.faq00 .accordion_one .accordion_header.open .i_box .one_i:before {
-webkit-transform: rotate(-0deg);
transform: rotate(-0deg);
          top: 2px;
left: 10px;
		}
		.faq00 .accordion_one .accordion_header.open .i_box .one_i:after {
-webkit-transform: rotate(-0deg);
transform: rotate(-0deg);
		}
		.faq00 .accordion_one .accordion_inner {
		  display: none;
		  padding: 0;
		  box-sizing: border-box;
		}

.faq00 a{
  color: #bab494;
  background: #fff;
  border-radius: 30px;
  font-size: 13px;
  padding: 1px 8px;
  border: 1px solid #BAB494;
    border-bottom-color: rgb(186, 180, 148);
  margin: 8px;
}

@media (max-width: 480px) {
.o-week08 .kai-inn {
padding:0;
}
  .o-week08 {
  padding: 50px 20px;
  background: #fff;
}
.faq00 .accordion_one .accordion_inner .accordion_one {
  width: 100%;
}
}

/* ================
// subscribe-定期便注意事項
// ===============*/
.mitene {
  text-align: center;
font-size: 16px;
margin: 40px auto !important;
  color: #ff9476;
  border: 2px solid #ff9476;
  border-radius: 20px;
  box-shadow: 2px 2px 4px #e3e3e3;
  background: #f8e3dc;
width: 300px;
}
.mitene h3{
font-size: 18px;
margin: 0 auto 10px;
text-align: center;
}
.mitene h3:hover{
color:#fff;
}
.mitene a{
  padding: 30px 10px;
border-radius: 17px;
display: block !important;
 transition : .4s;
}
.mitene a:hover{
background:#ff9476;
color:#fff;
  transition : .4s;
}
.mitene a::after{
display:none;
}

/* ================
// コラム　目次
// ===============*/

.mokuji{
  background: #fff;
border-radius: 15px;
padding: 20px;
text-align: left;
}
.mokuji h3{
  font-size: 14px;
  color:#C49514;
}
.mokuji a{
text-decoration: underline #C49514 !important;
font-size: 13px;
}
.mokuji li{
  position: relative;
}
.mokuji li::before{
content: '';
position: absolute;
left: 0;
margin: 8px 0 0 -10px;
display: inline-block;
}
.mokuji .oya{
  
}
.mokuji .oya li::before{
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #C49514;
}
.mokuji .ko li:before{
border-style: none;
width: 5px;
height: 5px;
display: inline-block;
background-color: #c49514;
border-radius: 50%;
  margin-top: 10px;
}
@media (max-width: 480px) {
.mokuji {
  padding: 20px 10px;
}
  }
/* ================
// .kai-col4  column04
// ===============*/
.kai-col4 {
  
}
.kai-col4 ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
max-width: 780px;
width: 100%;
  }
.kai-col4 li{
width: 46%;
background: #fff;
border-radius: 15px;
box-shadow: 0px 0px 7px #e3e3e3;
padding: 20px 20px 30px;
margin-bottom: 30px;
display: flex;
flex-direction: column;
  }
.kai-col4 li h3{
font-family: 游明朝,YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
      font-size:16px;
  }
.kai-col4 li span{
    font-size:12px;
  padding: 5px 0 20px;
  color: #5c5950;
  text-align: left;
display: block;
  }
.kai-col4 li dl{
display: flex;
flex-direction: column;
  }
.kai-col4 li .bnr-link{
margin-top: auto;
  }
@media (max-width: 580px) {
.kai-col4 ul {
  justify-content: center;
}
  .kai-col4 li {
  width: 70%;
  }
  }
@media (max-width: 480px) {
.kai-col4 li {
  width: 95%;
}
  }
