/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
  Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

body {
  font-family: 'Noto Sans', 'Trebuchet MS', Arial, 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.2em!important;
}



/****************************************
          拡張CSS
*****************************************/

/*h2-01 */

h2.pa{
color:#80807b;
border-bottom: 2px solid #80807b;
background: #fff!important;
font-weight: 700;
padding-left: 0.5rem;

}

/*h2-02 */

h2.pb {
	position: relative;
  background: #fff!important;
  font-weight: 600!important;
  color:#80807b;
  padding: 1rem 0 1.2rem 0.5rem;
}
h2.pb:before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 1px solid #80807b;
  border-bottom: 1px solid #80807b;
}


/*h3-01 */

h3.pa{
  background: #f4f4f3!important;
  color: #80807b;
  border-bottom: none!important;
}

/*h3-02 */

h3.pb{
  background: #f4f4f3!important;
  color: #80807b;
  border-bottom: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
}

/*h4-01 */

h4.pa{
  border-bottom: none!important;
  border-left: 3px solid #000!important;
  color: #80807b;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
/*h5-01 */

h5.pa{
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffff66 70%);
  padding: 0;
}

/*会話例 */
.kaiwa{
  border: 2px solid #69c7ac;
  position: relative;
  padding: 0m;
  margin-bottom: 2rem;
} 

.kaiwa audio{
  padding-left: 1.5rem;
} 

.kaiwa:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.kaiwa:after {
  position: absolute;
  content: "会話例";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 16px;
  left: 0px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.kaiwa dt{
  background: #f4f4f3;
  padding: 1rem 1rem 1rem 3.5rem;
  color: #56564f;
}

.kaiwa dd{
  border-bottom: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
  padding: 1rem 0.5rem 0 2rem;
}

.kaiwa dd:last-of-type{
  background-image:none!important;
}


.kaiwa dd p{
  line-height: 1.4rem;
}

/*例文 */

.rei{
  border: 2px solid #69c7ac;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
} 

.rei audio{
  padding-left: 1.5rem;
} 

.rei:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.rei:after {
  position: absolute;
  content: "例文";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 13px;
  left: 7px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.rei dt{
  background: #ffffea;
  padding: 1rem 1rem 1rem 4rem;
  color: #56564f;
}

.rei dd{
  border-bottom: none!important;
  padding: 1rem 0.5rem 0 4rem;
}


.rei dd p{
  line-height: 1.4rem;
  padding: 0rem 0rem 0.5rem 0;
}


/*例文2 */
.rei2{
  border: 2px solid #69c7ac;
  position: relative;
  padding: 0m;
  margin-bottom: 2rem;
} 

.rei2 audio{
  padding-left: 1.5rem;
} 

.rei2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.rei2:after {
  position: absolute;
  content: "例文";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 13px;
  left: 7px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.rei2 dt{
  background: #f4f4f3;
  padding: 1rem 1rem 1rem 3.5rem;
  color: #56564f;
}

.rei2 dd{
  border-bottom: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
  padding: 1rem 0.5rem 0 2rem;
}

.rei2 dd:last-of-type{
  background-image:none!important;
}


.rei2 dd p{
  line-height: 1.4rem;
}



/*レッスン */

.sprei{
  border: 2px solid #69c7ac;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
} 

.sprei audio{
  padding-left: 1.5rem;
} 

.sprei:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.sprei:after {
  position: absolute;
  content: "lesson";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 13px;
  left: 2px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.sprei dt{
  background: #ffffea;
  padding: 1rem 1rem 1rem 4rem;
  color: #56564f;
}

.sprei dd{
  border-bottom: none!important;
  padding: 1rem 0.5rem 0 4rem;
}


.sprei dd p{
  line-height: 1.4rem;
  padding: 0rem 0rem 0.5rem 0;
}


/*今日の表現*/

.today{
  border: 2px solid #69c7ac;
  margin-bottom: 3rem;
}
.today p{
  color: #69c7ac;
  text-align: center;
  margin: 0.5rem auto 0rem;
  width: calc(100% - 10em);
  border-bottom: none!important;
  font-size: 1.3rem;
  font-weight: 700;
}
.today .inner{
  padding: .5em 1.5em;
  text-align: center;
}

/*見出し付きBOX1*/

.midashi_box1 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 4px;
}
.midashi_box1 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.midashi_box1 p {
  margin: 0; 
  padding: 0;
}
/*メモ１クリップ*/

.clip-box {
  position: relative;
  padding: 25px 35px 15px 25px;
  width: 100%; /* ボックス幅 */
  background-color: #fff; /* ボックス背景色 */
  color: #61615b; /* 文章色 */
  border: 2px solid #979790;
  margin-bottom: 2rem;
 }
 .clip-box::before {
  position: absolute;
  content: '';
  top: -15px;
  left: 20px;
  height: 55px;
  width: 17px;
  border: 3px solid #b2b2b2; /*クリップ色 */
  background-color: none;
  border-radius: 12px;
  transform: rotate(46deg);
  z-index: 1;
 }
 .clip-box::after {
  position: absolute;
  content: '';
  top: 0px;
  width: 3px; 
  left: 25px;
  border: solid 5px #fff; /*背景色と同じ色にする*/
  z-index: 2;
 }

/*メモ2クリップ*/

.memo2 {
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #61615b;
}
.memo2::before {
	content: "";
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px, 5px 1px, 1px 5px, 1px 5px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

/*point*/

.point{
  position: relative;
  padding: 1rem 0 1rem 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #61615b;
}


.point:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  left: -60px;
  top: -60px;
width: 0;
height: 0;
border: 60px solid transparent;
border-right: 60px solid #ffff73;
border-radius: 100%;
}


.point:after {
  position: absolute;
  content: "point";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #6d6d54;
  top: 18px;
  left: 9px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

/*box1*/
.box1{
  border: 2px solid #979790;
  padding: 1rem;
  background: #ffffea;
  margin-bottom: 2rem;
}

/*box2*/

.box2 {
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #61615b;
  background:#f4f4f3;
}
.box2::before {
	content: "";
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px, 5px 1px, 1px 5px, 1px 5px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

/*box3*/
.box3{
  border: 2px solid #69c7ac;
  padding: 1rem;
  background: #fff;
  margin-bottom: 2rem;
}

/*強調box1*/
.kbox1{
  border: 2px solid #ff6147;
  padding: 1rem;
  background: #fff;
  margin-bottom: 2rem;
}

/*強調box2*/
.kbox2{
  border: 2px solid #ff6147;
  padding: 1rem;
  background: #ffffea;
  margin-bottom: 2rem;
}

/*外部リンクカード*/
.gl-card{
  border: 2px solid #979790;
  padding: 1rem 1rem 0 1rem;
  display: -webkit-flex;
  display: flex;
margin-bottom: 2rem;
}
.gl-card p{
  margin: 0!important;
  padding: 0!important;
}
.gl-card-thumbnail{
  width: 15%;
margin-right: 1rem;
}
.gl-card-thumbnail img{
  width: 120px;
  height: 120px;
}
.gl-r{
  width: 85%;
}


.gl-card__title{
  color: #56564f;
  font-weight: bold;
}
.gl-card__text{
  color: #56564f;
  font-size: 0.9rem;
}
.gl-card__d{
  font-size: 0.9rem;
}


/*リストタグ*/

ul.lt1 {
	position: relative;
	padding: 0;
	list-style-type: none;
}
ul.lt1 li {
	padding: 0.5em 0.5em 0.3em 0.5em;
	margin-bottom: 0.5rem;
	line-height: 1rem;
  vertical-align: middle;
  color:#56564f;
}
ul.lt1 li::before {
	display:inline-block;
	vertical-align: middle;
	content:'';
	margin-right: 1.1rem;
	width:0.65em;
	height: 0.65em;
	background: #69c7ac;
	border-radius: 50%;
}


 /* QA */

#qa{
  border: 2px solid #979790;
  padding: 1rem;
}
hr.dot{
  border: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
  height: 5px;
}
#qa p.setsu{
  color: #56564f;
  margin-top: 2rem;
}

#qa .hq{
  display: flex;
  padding-bottom: 2rem;
}
#qa .hq2{
  line-height: 1rem!important;
  padding: 0!important;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
#qa .hq3{

}
#qa .hq3.men{
  position:relative;
	line-height:50px;
  text-indent:50px;
  margin-left: 100px;
  padding-left: 20px;
}
#qa .hq3.men:before{
position:absolute;
left:0; 
content:"";
display:inline-block;
width:50px;
height:50px;
background:url(https://raz-eikaiwa.com/wp-content/uploads/2020/05/men.png) no-repeat;
background-size:contain;
padding-right: 100px;
}


#qa .hq3.female{
  position:relative;
	line-height:50px;
  text-indent:50px;
  margin-left: 100px;
  padding-left: 20px;
}
#qa .hq3.female:before{
  position:absolute;
	left:0; 
  content:"";
  display:inline-block;
  width:50px;
  height:50px;
  background:url(https://raz-eikaiwa.com/wp-content/uploads/2020/05/female.png) no-repeat;
  background-size:contain;
}

#qa .hq2 p{margin: 0!important; padding: 0!important; line-height: 10px;}
#qa .hq2 p.t1{
  padding-bottom: 0!important;
font-weight: 700;
margin: 0!important;
}
#qa .hq2 p.t2{
  padding-bottom: 0;
  font-size: 0.9rem;
  margin: 0;
}

#qa .circle-q, #qa .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
  margin-right: 1rem;
  line-height: 50px;

}
#qa .circle-q {
	background: #72c9b3;
	color: #ffffff;
}
#qa .circle-a {
	background: #ffffff;
	color: #72c9b3;
}

.voice .text.sc_balloon.gray{background: #dedcdc;border:0;color:#fff;}
.sc_balloon.gray:before{border-color: transparent #dedcdc transparent transparent;}
.sc_balloon.gray.right:before{border-color: transparent transparent transparent #dedcdc;}
.sc_balloon.gray:after {border: none;}
.voice .text {
  max-width: 87%;
}

@media screen and (max-width: 1241px){
  #qa .hq3.female,#qa .hq3.men{
    position:relative;
    line-height:50px;
    text-indent:50px;
    margin-left: 30px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1040px){
  #qa .hq3.female,#qa .hq3.men{
    margin-left: 0px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 993px){
  #qa .hq3.female,#qa .hq3.men{
    margin-left: 0px;
    padding-left: 0px;
  }
  #qa .hq2{
    margin-right: 0rem;
  }
}
@media screen and (max-width: 971px){
  #qa .hq2 p.t1{
    font-size: 0.9rem;
  }
}


@media screen and (max-width: 768px){
  #qa .hq3.men{
    position:relative;
    line-height:50px;
    text-indent:50px;
    margin-left:0px;
    padding-left: 0px;
  }
  #qa .hq3.female{
    position:relative;
    line-height:50px;
    text-indent:50px;
    margin-left:0px;
    padding-left: 0px;
  }
  #qa .hq{
    display:block;
    padding-bottom: 2rem;
  }
  #qa .hq2{
    line-height: 1rem!important;
    padding: 0!important;
    margin: 1rem 1rem 1rem 0.5rem;
  }
  #qa .hq2 p{
    margin: 0!important; 
    padding: 0!important; 
    line-height: 20px;
  }
  #qa .hq2 p.t1{
    padding-bottom: 0!important;
  font-weight: 700;
  margin: 0!important;
  font-size: 1rem;
  }
  #qa .hq2 p.t2{
    padding-bottom: 0;
    font-size: 0.9rem;
    margin: 0;
  }
  .voice .text.sc_balloon.gray{
    clear: both;
  }

  .voice .text {
    max-width: 100%!important;
  }
  
  .sc_balloon{
      margin: 5px;
  }
  
  .sc_balloon.bottom {margin-bottom: 15px;}
  .sc_balloon.top {margin-top:15px; }
  .sc_balloon.left{margin-left: 5px;}
  .sc_balloon.right{margin-right: 5px;}


/*外部リンクカード*/
.gl-card{
  display: block;

}
.gl-card p{
  margin: 0!important;
  padding: 0!important;
}
.gl-card-thumbnail{
  width: 100%;
margin-right: 0;
text-align: center;
}
.gl-card-thumbnail img{
  width: 120px;
  height: 120px;

}
.gl-r{
  width: 100%;
}


}/*SP END*/


@media screen and ( max-width:480px ) {
  .voice .text {
    width: 100%!important;
  }

.voice .think_balloon.text{
  width: 60%;
}


}/*SP END*/





/*font-weight*/
.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

/*細い蛍光ペン*/
.na-pink{background: linear-gradient(transparent 70%, #fbd 0%);}/*ピンク*/
.na-blue {background: linear-gradient(transparent 70%, rgba(0, 255, 245, 0.5) 70%);}/* 青色 */
.na-orange{background: linear-gradient(transparent 70%, #f6b37f 70%);}/* オレンジ */
.na-yellow {background: linear-gradient(transparent 70%, #ffff66 70%);}/* 黄色 */
.na-green {background: linear-gradient(transparent 60%, #C7EE60 40%);}/* 緑色 */

/*font-color*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000ff!important; }/*青*/
.blue2{ color: #0f55a6!important; }/*青2*/
.skyblue{ color: #167FA6!important; }/*水色*/
.navy{ color: #1F26A9!important; }/*紺*/
.green{ color: #008000!important; }/*緑*/
.darkgreen{ color: #054d25!important; }/*深緑*/
.yellowishgreen{ color: #00ff00!important; }/*黄緑*/
.olive{ color: #808000!important; }/*オリーブ*/
.yellow{ color: #ffff00!important; }/*黄*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purplishred{ color: #f50057!important; }/*赤紫*/
.purple{ color: #660099!important; }/*紫*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.brown{ color: #6a3906!important; }/*茶色*/


/*蛍光ペン*/

.hl-yellow{ padding:2px;background-color: #ff9!important; }/*黄色*/
.hl-blue{ padding:2px;background-color: #9ff!important; }/*水色*/
.hl-gray{ padding:2px;background-color: #eee!important; }/*灰色*/
.hl-red{ padding:2px;background-color: #fcc!important; }/*赤色*/
.hl-green{ padding:2px;background-color: #00ff00!important; }/*緑*/
.hl-olive{ padding:2px;background-color: #bdbd00!important; }/*オリーブ*/
.hl-orange{ padding:2px;background-color: #ff9147!important; }/*橙*/
.hl-pink{ padding:2px;background-color: #f78cf7!important; }/*ピンク*/

/*下線*/

.underline{ text-decoration: underline!important; }

/*打ち消し線*/
.through{ text-decoration: line-through ; }

.through_red{ 
	text-decoration: line-through ; 
	color: red;
}

/*下点線*/
.dashedline{display: inline!important;padding-bottom: 0.3em!important;border-bottom: 1px dashed #7070ba!important;line-height: 2.1em!important;}

/*下破線*/
.dottedline{display: inline!important;padding-bottom: 0.3em!important;border-bottom: 1px dotted #7070ba!important;line-height: 2.1em!important;}

/*font-size*/

.f07{ font-size: 0.7em!important; }
.f08{ font-size: 0.8em!important; }
.f09{ font-size: 0.9em!important; }
.f12{ font-size: 1.2em!important; }
.f15{ font-size: 1.5em!important; }
.f18{ font-size: 1.8em!important; }
.f20{ font-size: 2.0em!important; }

/*テキストの位置*/

.tac{text-align: center;}

/*マージン*/

.mt1{margin-top: 1rem;}
.mt2{margin-top: 2rem;}
.mt3{margin-top: 3rem;}


/*番号付きリストスタイル１*/

ol.no1{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #6d6d54;
  margin: 0 0.2em 3em!important;
}
ol.no1 li{
  position: relative;
  padding: 0.5em 0.5em 0.5em 40px;
  line-height: 1.2em;
}
ol.no1 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #6d6d54;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/*〇*/

   .maru{
    padding: 0.65em 1em 0.5em 2em;
     position: relative;
     margin-top: 0.1em;
     font-size: 1.2rem;

     }

     .maru:before {
     font-family: "Font Awesome 5 Free";
     content: "\f111";
     position: absolute;
     left : 0em; /*左端からのアイコンまで*/
     color: #72c9b3; /*アイコン色*/
     }
 
 /*✕*/

  .batsu{
	padding: 0.65em 1em 0.5em 2em;
	 position: relative;
   font-size: 1.2rem;
	 font-weight:bold!important;
	 margin-top: 0.1em;

   }
   .batsu:before {
	 font-family: "Font Awesome 5 Free";
	 content: "\f00d";
	 position: absolute;
	 left : 0.2em; /*左端からのアイコンまで*/
	 color: #ff0000; /*アイコン色*/
   }


/*肌色赤枠BOX*/

.boxpr {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 20px;
    padding:10px 20px 10px 30px; 
  border:2px solid #ff0000; 
  border-radius:0; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #fff4c6!important;
}

/*薄目肌色背景BOX*/

.hada-light-box {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 25px; 
  padding:20px 20px 20px 30px; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #faf4d9!important;
}
/*薄目緑背景BOX*/

.green-light-box {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 25px; 
  padding:20px 20px 20px 30px; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #e5f7e8!important;
}
/*薄目グレー背景BOX*/

.gray-light-box {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 25px; 
  padding:20px 20px 20px 30px; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #eaeae0!important;
}

/****************************************
         固定ぺージ 
*****************************************/


h1.page_title {
  margin:10px 0;
  color: #81817a;
 font-size: 1.8rem;
 font-weight: 400;
 position: relative;
 padding: 1rem 0.2rem 1rem 0rem;
} 


h1.page_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}

@media screen and (max-width: 768px){
  h1.page_title {
    margin:10px 0.5rem;
   font-size: 1.5rem;
  } 
}/*SP END*/



/****************************************
          header
*****************************************/

/*ロゴと右側のアイコン*/

/*.header-logo {
ロゴの右側にアイコンを入れるならココ
}*/

/*上部の帯*/

.header_small_menu {
  background-color: #56564f;
}
@media screen and (max-width: 768px){
  .header_small_menu {
    background-color: #56564f;
    padding: 0.2rem;
  }
}/*SP END*/


/****************************************
          description
*****************************************/

.header_small_menu #description{
  display: none;
}

/****************************************
          Breadcrumb
*****************************************/
.green1{
  color:#69c7ac!important;
font-weight:bold;
}


#breadcrumb{
  font-size: 13px;
  padding: 10px 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li:not(:first-child):before {
  content: '/';
  color: #aaa;
  margin: 0 0.6rem;
  position: relative;
  top: 1px;
  font-family: 'FontAwesome';
}

#breadcrumb .breadcrumb-title {
  color: #999;
}

@media screen and (max-width: 768px){
#breadcrumb{
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
}

/****************************************
          MOREボタンメインカラム
*****************************************/

.more_wrap{margin: 0 auto;}
.more{
  font-family: 'Josefin Sans', sans-serif;
  width: 40%;
  font-size: 1rem;
  font-weight: normal!important;
  text-align: center;
  color: #81817a!important;
  border: 1px solid #81817a;
  margin: 3rem auto 4rem;
  padding: 1.1rem 0 0.8rem;
  letter-spacing: 0.4rem;
}
.more a{
  display: block;
  color: #81817a!important;
}

.more2{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal!important;
  text-align: center;
  color: #81817a!important;
  letter-spacing: 0.4rem;
}
.more2 a{
  color: #81817a!important;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 0px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-1::before{
  bottom:0.4rem;
  left: 95px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #81817a;
  border-right: 1px solid #81817a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more-2::before{
  bottom:0.4rem;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #81817a;
  border-right: 1px solid #81817a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/****************************************
          グローバルナビ
*****************************************/


#onlynav{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
}

#onlynav ul li a{
  padding: 0 2rem;
  font-size: 0.9rem;
  font-weight: normal;
  border-right: 1px solid #81817a;
  color: #81817a;
}

#onlynav ul li:last-child a{
  border-right: 1px solid #fff;
}


@media screen and (min-width: 769px){
  .pc{display: none; }
}/*PC END*/

@media screen and (max-width: 768px){
  .sp{display: none;}

}/*SP END*/


/****************************************
          scroll nav
*****************************************/

#scrollnav ul {
padding: 0.7rem 0;
}

#scrollnav ul li a{
  padding: 0 2rem;
  font-size: 0.9rem;
  font-weight: normal;
  border-right: 1px solid #81817a;
  color: #81817a;
}


/****************************************
          header message
*****************************************/

.header_message a.header_message_wrap .header_message_text {
  font-size: 0.9rem!important;
  }
.header_message a.header_message_wrap .header_message_text .header_message_badge {
  border: 1px solid #81817a!important;
  border-radius: 0px;
  padding: 0.2rem 0.7rem;
  font-size: 0.8rem;
}


@media screen and (max-width:768px){

  .header_message a.header_message_wrap .header_message_text {
    line-height: 2rem;
    }
  .header_message a.header_message_wrap .header_message_text .header_message_badge {
      padding: 0rem 0.7rem;
    }
}/*SP END*/


/****************************************
          Layout list
*****************************************/


#main .wrap-post-title {
  color: #81817a;
  font-weight: normal;
  position: relative;
  padding: 1rem 0.2rem 1rem 0.2rem;
 border: 1px solid #fff;
 box-shadow: none;
}


#main .wrap-post-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}

/****************************************
          pickup cat
*****************************************/

.pickup-cat{

}

.pickup-cat-wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
overflow: visible;
}  

.pickup-cat-list{
  width: calc(50% - 10px);
  margin: 5px;
  line-height: 1.3;
  border: none;
  box-sizing:border-box;
}

.pickup-cat-list a{
padding:5px;
}

.pickup-cat-list .meta {
  padding: 5px 10px;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 15px;
}

.pickup-cat-img {
  position: relative;
  width: 120px;
  vertical-align: middle;
  background: #eee;
  overflow:hidden; 
  float: left;
}

.pickup-cat-img img {
  object-fit: cover;
  font-family: 'object-fit:cover;';
  width: 100%;
  height: 120px;
}

.pickup-cat-dt {
  font-size: 0.7em;
  color: #aaa;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.pickup-cat-excerpt{
font-size: .7em;
}

.pickup-cat-title {
  font-size: 0.9em;
  line-height: 1.5;
  padding:.2em 0; 
}

@media screen and (max-width: 768px){
  .pickup-cat{
    display: block;
  }
  
  .pickup-cat-wrap{
    display: block;
  } 
  .pickup-cat-list{
    width: 100%;
  }

.pickup-cat-excerpt{
  display: block;
}

.pickup-cat-title{
  font-size: .8em;
  font-weight: bold;
}

.pickup-cat-img{
  width: 90px;
}

.pickup-cat-img img{
  height: 90px
}
}

/****************************************
          sticky post
*****************************************/

.sticky-post-box{
  margin-bottom: 5px;
  display: table;
  width: 100%;
  cursor: pointer;
  transition: .4s;
}

.sticky-post-box:last-child{
margin-bottom: 10px;
}

.sticky-post-box .post_thumbnail{
  width: 35%;
  margin-right: 2%;
  height: 200px;
  float: left;
}

.sticky-post-box .post-meta-all{
padding:10px 20px;
}

.sticky-post-box .post-title {
  font-size: 1em;
  font-weight: bold;
  margin: 3px 0;
}
.sticky-post-box .post-title a{
  color: #56564f!important;
}

.sticky-post-box .post-date{
  font-size: 0.8em;
  padding: 0 .3em ;
}

.sticky-post-box .post-substr{
  font-size: 0.9em;
  margin-top: 10px;
}

.sticky-post-box .post-cat{
  font-size: 0.8em;
  padding:5px 3px;
  border-radius: 3px;
  margin-right: 5px;
}

.sticky-post-box .post-tag .post-cat{background-color: #69c7ac;}

.topix-time{
padding-top: 0.25rem;
}

.topix-tag{
  display: -webkit-flex;
  display: flex;
}


@media screen and (max-width:768px){
.sticky-post-box{
  display: block;
}

.sticky-post-box .post_thumbnail{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.sticky-post-box .post-meta-all{
    display: block;
    padding:10px 
}

.sticky-post-box .post-date{
  font-size: 0.8em;
}
}

/****************************************
          Layout list
*****************************************/

#main .page{
  overflow: hidden;
  margin-bottom: 59px;
  border-bottom: 1px solid transparent;
}

.wrap-post-title {
    padding: 10px 20px;
    font-size: 1.3em;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}

.widget .wrap-post-title {
    margin-top: 0px;
}

.wrap-post-title-inner {
    position: absolute;
    right: 20px;
    font-size: 0.7em;
    padding: 0.3em 0;
}

@media screen and (max-width:768px){
  .wrap-post-title{
    font-size: 1em;
  }
}/*SP END*/


.post-box{
  width:100%;
  position:relative;
  display: inline-block;
}

.post-box-contents {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: .4s;
}

.post-box .post-meta-all {
    overflow-y: hidden;
    padding:5px 15px;
    display: table-cell;
    vertical-align: top;
}


.post-box .post-title {
    font-weight: bold;
    font-size: 16px;
    padding:5px 0; 
    color: #56564f;
}

@media screen and (max-width:768px){
  .post-box .post-title {
    font-size: 0.9rem!important;
}
.post-box .post_thumbnail{
  width: 120px;
  height: 100px;
}

}/*SP END*/


.post-box  .topix-time {
  font-size: 1rem;
  padding-top: 0.25rem;
}


.post-box .post-substr {
    display: none;

}

.post-box-contents .post-author {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.post_thumbnail{
    width: 280px;
    height: 180px;
    position: relative;
    background: #eee;
    float: left;
}

.post_thumbnail img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    font-family: 'object-fit:cover;';
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.post-box .post-cat {
    background: #69c7ac;
    padding: 2px 0;
    font-size: 0.5em;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.post_thumbnail .post-cat,.grid_post_thumbnail .post-cat{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 0;
}

.post-cat-sp {
    padding: 4px 5px;
    border-radius: 3px;
}

.post-box .post-tag {
    display: inline;
    font-size: 0.6em;
    vertical-align: middle;
}

.post-box .post-tag a{
    display: inline-block;
    background: #eee;
    color: #000;
    padding: 3px 8px;
    font-size: 10px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.post-box .post-tag i{
  font-family: fontAwesome;
    content:"\f02b";
    margin-right: 5px;
    vertical-align: middle;
}

.post-cat a,.post-cat-sp a{
  color:#fff;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}


.post-author li{
  display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.single-post-date.published{
  color: #999;
}

.single-post-date,.post-meta-bottom span{
    margin-right: 8px;
}

.post-meta-bottom .post_reading_time:before {
    content: "\f017";
    font-family: fontAwesome;
}

.post-meta-bottom .post_views:before {
    content: "\f06e";
    font-family: fontAwesome;
}

.post-meta-bottom .post_views:after {
    content: "views";
    font-size: .9em;
}

li.post-author-name {
    line-height: 30px;
    margin-left: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7em;
    white-space: nowrap;
}

li.post-author-name a{
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.post-author-thum img{
   -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
}


.comment-num{ white-space: nowrap; }

.more-link{
  float: right;
}

@media screen and (min-width:1201px){
/*    .post-1 .post-title{
        font-size: 25px;
    }

    .post-1 .post-substr{
        font-size: 15px;
    }

    .post-1 .post-author {
        position: absolute;
        bottom: 0;
    }

    .post-1 .post_thumbnail img {
        width: 450px;
        height: 300px;
    }

    .post-1 .post-meta-all{
        min-height:300px;
    }*/
}

@media screen and (max-width:768px){
    /*** post ***/

    .post_thumbnail{
        width: 180px;
        height:90px;
    }

    .post-title {
        font-weight: bold;
        font-size: 0.9em !important;
    }

    .sticky-post-box .post-title{
        font-size: 1em !important;
    }

    .post-box {
        width:100%;
    }

    .post-box .post-date{
      position: relative;
      bottom: 0;
      font-size: .6em;
    }

    .post-box .post-author,.post-meta .post-author,.grid_post-box .post-author{
        display: none;
    }

    .widgettitle{
        padding: 10px;
    }

    .post-box .post-cat{
      border-radius: 0;
      pointer-events: none;
    }

    .post-cat a, .post-cat-sp a{
      padding: 2px 5px;
      display: inline-block;
      pointer-events: none;
    }

}/*SP END*/

@media screen and (max-width:599px){
    .post-substr{
        display: none !important;
    }

    .post-box{
      display: initial;
    }

    .post-box-contents.clearfix {
      padding: 5px;
      margin-bottom: 1px;
  }

    .post-box .post-meta-all{
      padding:0 10px; 
    }

    .post-box .post-cat{
        padding: 0;
        text-align: center;
    }

    .post-box .post-tag a{
      padding: 1px 5px;
      position: relative;
    }

    .post-box .post-title{
      padding:0;
      font-size: 0.8em;
    }

    .post_thumbnail{
        width: 105px;
        height:100px;
    }

    .post-box .post-tag{
      display: none;
    }

    li.post-author-name{
      display: none;
    }

    .post-box-contents .post-meta-all{
      padding-bottom: 0 !important;
    }
  }/*SP END*/

/****************************************
          Layout Mini
*****************************************/

.wrap-mini-post-box{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-list-post-box {
  width: calc(50% - 10px);
  margin: 5px;
}

.mini-list-post-box .post_thumbnail {
  width: 120px;
  height: 100%;
}

.mini-list-post-box .post-box-contents.clearfix {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 120px;
}

.mini-list-post-box .post-meta-all {
  padding: 10px;
  flex: 1;
  position: relative;
}

.mini-list-post-box .post-title{
  color: #56564f!important;
  font-weight: bold;
  font-size: .9em;
  margin-top: 0.5rem;
  padding-bottom: 5px;
  max-height: calc(4.5em);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mini-list-post-box .post-title a{
  color: #56564f!important;
}

.mini-list-post-box .topix-time {
  font-size: 1rem;
  padding-top: 0.25rem;
}

.mini-list-post-box .post-cat{
  background: #69c7ac;
  font-size: 0.8em;
  padding:2px 3px;
  border-radius: 3px;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width:768px){
.mini-list-post-box {
  width: 100%;
  margin: 2px 0;
}
}

@media screen and (max-width:599px){
.mini-list-post-box .post-title{
  font-size: .8em;
}

.mini-list-post-box .post_thumbnail {
  width: 35%;
}
}

/****************************************
          footer
*****************************************/

.footer{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  width: 100%;
    background: #56564f!important;
}

@media screen and (max-width:768px){
  .footer{padding-bottom: 100px;}
  }

#bigfooter{
  width: 80%;
}
#footer {
  font-size: 13px;
  background: #56564f!important;
  width: 20%;
  text-align: center;
}

#footer .menu_desc{
display: none;
}

.footer_navi {
  display: inline-block;
}

.footer_content {
  margin: 0 auto;
  padding:15px 0;
}

#copyright{
  color:#aeaea7!important;
  margin: 13.5rem 3rem 0 0;
}

.footer_navi ul li {
  font-size: 13px;
  display: inline-block;
  padding: 0 5px;

}

.fcol1{
  width: 28%;
}
.fcol2{
  width:22%;
}
.fcol3{
  width: 40%;
}
fcol4{
  width: 20%;
}

.bigfooter_wrap .bigfooter_colomn .widget .textwidget{
font-size: 0.8rem;
color:#aeaea7!important;
}
.bigfooter_wrap .bigfooter_colomn #categories-4 .footer_title{
  font-size: 1rem;
  color:#aeaea7!important;
  }
.bigfooter_wrap .bigfooter_colomn #archives-4 .footer_title{
  font-size: 1rem;   
  color:#aeaea7!important;
  }
.bigfooter_wrap .bigfooter_colomn #recent-posts-3 ul li{
 border-bottom: 1px dashed #fff;
  }


@media screen and (max-width:768px){
  .footer{
    display: block;
  }
  #bigfooter{
    width: 100%;
  }
  #footer{
    width: 100%;
  }
  .footer_navi{
      width: 100%;
      text-align: center;
  }

  #copyright{
      text-align: center;
      padding: 10px 0;
      position: static;  
      margin:0;
  }
  .fcol1{
    width: 100%;
  }
  .fcol2{
    width: 100%;
  }
  .fcol3{
    width: 100%;
  }
  .fcol4{
    width: 100%;
  }
}/*spend*/

/****************************************
          Sidebar
*****************************************/
#sidebar .sidebar_content #custom_html-4{
  box-shadow: none!important;
  border: none;
}

/********プロフィール**********/

#sidebar .sidebar_content #custom_html-5{
  box-shadow: none!important;
  border: none;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);

/* 別の斜線パターン
  background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
  background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
  background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
  background-size: 4px 4px;*/

}

#sidebar .sidebar_content #custom_html-5 .custom-html-widget{
  background: -moz-linear-gradient(180deg,#fff 0%,#fff 70%,#f4f4f3 70%,#f4f4f3 100%);
  background: -webkit-linear-gradient(180deg,#fff 0%,#fff 70%,#f4f4f3 70%,#f4f4f3 100%);
  background: linear-gradient(180deg,#fff 0%,#fff 70%,#f4f4f3 70%,#f4f4f3 100%);
  padding: 15px;
  color: #81817a;
  font-size: 1rem;
}


/********sideMOREボタン*********/

#sidebar .sidebar_content #custom_html-5 .custom-html-widget .button{
  font-family: 'Josefin Sans', sans-serif;
  width: 96%;
  font-size: 1rem;
  font-weight: normal!important;
  text-align: center;
  background-color: #fff;
  color: #81817a!important;
  border: 1px solid #81817a;
  margin: 0rem auto 0rem;
  padding: 0.4rem 0 0.3rem;
  letter-spacing: 0.6rem;
}
.arrow2{
  position: relative;
  display: inline-block;
  padding: 0 0 0 0px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
}
.arrow2::before,
.arrow2::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-22::before{
  bottom:0.4rem;
  left: 70px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #81817a;
  border-right: 1px solid #81817a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*プロフ画像*/

.diver_widget_profile .coverimg{
  text-align: center;
  position: relative;
  padding: 0 1em;
}

.diver_widget_profile .coverimg  img{
width:200px;
height: 235px;
border-radius: 0%;
border:none;
overflow: auto;
object-fit: cover;
font-family: 'object-fit:cover;';
}

.diver_widget_profile .coverimg.on{
  background-size: 100% auto;
  height: 235px;
  margin-bottom: 60px;
}

@media screen and (max-width:959px){
.diver_widget_profile .coverimg.on{
    background-size: 100%;
}
}/*SP END*/

.diver_widget_profile .coverimg.on img{
position: relative;
top: 200px;
}

.diver_widget_profile .coverimg.no img{
border:none;
width:200px;
height: 235px;
}

#sidebar .sidebar_content #custom_html-5 .custom-html-widget .img_meta .name{margin-bottom: 1rem;}
.profile_sns li a{
    color: #fff !important;
    border-radius:0%;
    display: block;
    width: 50px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    text-decoration: none!important;
  }
  
.profile_sns .facebook{background-color:#f4f4f3;}
.fab.fa-facebook-square{color:#56564f; font-size: 1.5rem;}


.profile_sns .twitter{background-color:#f4f4f3;}
.fab.fa-twitter{color:#56564f; font-size: 1.5rem;}

.profile_sns .instagram{background-color:#f4f4f3;}
.fab.fa-instagram{color:#56564f; font-size: 1.5rem;}


.profile_sns .youtube{
  background-color: #56564f;
  }

.profile_sns .sns{
  background-color:#56564f;
}


/********プロフィールここまで**********/

/********人気記事*********/


#sidebar .sidebar_content .widget.popular-posts{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content .widget.popular-posts ul li{
  border: none;
  margin-bottom: 0.5rem!important;
  padding-bottom: 0!important;
}



/********人気記事ここまで*********/


#sidebar .sidebar_content #recent-posts-2{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content #recent-posts-2 ul li{
  border-bottom: 1px dashed #81817a;
}
#sidebar .sidebar_content #recent-comments-2{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content #recent-comments-2 ul li{
  border-bottom: 1px dashed #81817a;
}
#sidebar .sidebar_content #categories-2{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content #categories-2 ul li{
  border-bottom: 1px dashed #81817a;
}

#sidebar .widgettitle{
  background-color: #fff;
  color: #81817a;
  box-shadow: none!important;
  border: none;
  padding: 1rem 0.2rem 1rem 0.2rem;
}
#sidebar .widgettitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}


.widget ul.d_tab_nav li a{
  box-shadow: none!important;
}

/****************************************
          個別ページ
*****************************************/

h1.single-post-title {
  margin:10px 5px;
  color: #81817a;
 font-size: 1.8rem;
 font-weight: 400;
 position: relative;
 padding: 1rem 0.2rem 1rem 0rem;
} 


h1.single-post-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}

@media screen and (max-width:768px){
  h1.single-post-title {
    margin:7px 5px;
   font-size: 1.5rem;
  } 
  
}/*SP END*/


#single-main .post-meta{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  margin: 0.5rem 0.2rem 0.5rem 0.2rem;
  padding: 0;
}

#single-main .post-meta .cat-tag .single-post-category{
  background: #69c7ac;
  font-size: 0.8em;
  padding:1px 6px;
  font-weight: normal;
}

.single-post-date{
  margin-right: 0;
}

#single-main .post-meta .post-meta-bottom time.single-post-date{
position: relative;
margin-left: 1rem;
vertical-align: middle;
top:0.25rem;
}


@media screen and (max-width:768px){
  #single-main .post-meta{
    margin: 0.5rem;
    padding: 0;
  }
  
}/*SP END*/



/****************************************
          この記事を書いた人
*****************************************/

.post_footer_author{
  box-shadow: none!important;
  border: none;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}  

.post_footer_author-inner{
  background: #fff;
  margin:-0.3rem;
  padding: 0.8rem 1rem 0rem 1rem;
}

.post_footer_author_title {
  background: #fff;
  border: none;
  padding:0;
  margin-top:0.25rem;
}
.post_footer_author .post_author_user_meta .post-author a{
 color:#69c7ac!important;

}  

.post_author_user .post_thum {
  text-align: center;

}

.post_author_user .post_thum img{
border-radius: 50%;
border:1px solid #ccc;
margin: 0 auto;
vertical-align: middle;
margin-top: 0.7rem;
}


/****************************************
         タグエリア
*****************************************/

#single-main .tag_area .tag{
  background-color: #fff;
  border: 1px solid #56564f;
}

#single-main .tag_area .tag:before{
  content: "#";
  font-weight: bold;
  color: #56564f;
}

@media screen and (max-width:768px){
  #single-main .tag_area .tag{
    margin: 0.5rem;
  }
  
}/*SP END*/
/****************************************
          カテゴリ最新記事
*****************************************/

#single-main .single_title{
  margin-bottom: 20px;
	padding: 3px 0 3px 10px;
	width: 100%;
	color: #333;
	font-size: 1.4rem;
	font-weight: normal;
  border-left: 4px solid #56564f;
  border-bottom: none;
}

#single-main .single_title a{
	color: #333;
}
@media screen and (max-width:768px){

  #single-main .single_title{
    margin:0.5rem 0.5rem 2rem 0.5rem;

  }
  
}/*SP END*/

.newpost_list {
  padding: 5px 0;
}

.post_list_wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}


.post_list_wrap a{
padding: 5px;
}

.post_list_wrap figure {
  background: #eee;
  width: 120px;
  height:120px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.post_list_wrap img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  font-size: .8em;
}

.post_list_wrap .meta {
  overflow: hidden;
}

.post_list .post_list_wrap {
  float: left;
  width: 25%;
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  min-height: 55px;
  position: relative;
}

.post_list .post_list_wrap+.post_list_wrap{
border-bottom: 1px solid #eee;
  border-top: 0;
}

.post_list .post_list_wrap li {
  display: inline-block;
}

.post_list_wrap .post_thumbnail img {
  width: 90px;
  height:55px !important;
}

.post_list_wrap .date {
  font-size: .7em;
}

.post_list_wrap .title {
  font-size: 14px;
  max-height: 85px;
  overflow: hidden;
}

@media screen and (max-width:768px){
.post_list_wrap {
  width: 100%;
}

.post_list_wrap figure,.post_list_wrap img{
    width: 100px;
    height: 70px;
}

.post_list_wrap .title {
  max-height: 60px;
}

}

/****************************************
          recommend post
*****************************************/

.recommend-post-title {
  font-weight: bold;
  margin-top: 2rem;
}

.single-recommend {
width: 50%;
display: inline-block;
position: relative;
overflow: hidden;
letter-spacing: normal;
vertical-align: top;
}

.single-recommend a{
padding: 5px 10px;
}

.single-recommend img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  vertical-align: middle;
  background: #eee;
}

.recommend-post{
}

.recommend-meta {
  overflow: auto;
}

.recommend-desc{
font-size: .7em;
color: #999;
padding: 5px 0;
}

.recommend-title {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(3em + 16px);
}

.recommend-thumb {
  float: left;
  position: relative;
  margin-right:10px;
  background:#eee;
  width: 120px;
  height: 120px;
  font-size: .8em;
}

.recommend-cat {
  display: none;

}

@media screen and (max-width:768px){
  .recommend-thumb{
    width: 100px;
    height: 70px;
  }
  .recommend-thumb img {
      width: 100px;
      height: 70px;
      object-fit: cover;
      font-family: 'object-fit:cover;';
  }

  .single-recommend {
      width: 100%;
  }

  .single_title, #comment-area .comment_title{
    font-size: 1em;
    padding: 5px 10px;
  }

  .recommend-cat{
    font-size: .5em;
  }

  .recommend-desc{
    display: none;
  }
}
/****************************************
          navigation
*****************************************/

.navigation{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
    margin:2rem 0.5rem;
    padding: 2rem 0;
    background: #fff;
    border: 1px solid #81817a;
        font-size: 0.9rem;
}

.navigation > li{
  width: 50%;
}




.navigation .left{
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  margin-right: 2em;

}
.navigation .left::after{
    position: absolute; /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #81817a; /*--縦線の色--*/
}



.navigation .left a:before{
  font-family: fontAwesome;
  content:"\f053";
  margin-right: 10px;
    vertical-align: middle;
    color: #81817a; 
}

.navigation .right{
  flex-grow: 1; /*--幅を指定--*/
  text-align: right;
  border: none;

}



.navigation .right a:after{
  font-family: fontAwesome;
  content:"\f054";
  margin-left: 10px;
    vertical-align: middle;
    color: #81817a; 
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a:hover{
  background: #eef;
  color: #000;
}
.navigation
 .alignright a:hover{
  border-left: 1px solid #ddd;
}

@media screen and (max-width:768px){
  .navigation a{
    padding: 1em ;
    font-size: .6em;
  }
}



/****************************************
          Category
*****************************************/

.catpage_content_wrap .catpage_tag{display: none;}
.catpage_content_wrap .post-box-contents .post-cat{
  border: 1px solid #ff0000;
}
.category-header-wrap{
  color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.category-header {
    margin: auto;
    width: 570px;
}

.category-title{
  display:inline-block;
  vertical-align: middle;
  text-align: center;
}

.category-title-name{
  font-size: 35px;
}

.category-title-horline{
  margin: 0 0 10px 0;
  width:50px;
  height:5px;
  display:inline-block;
  vertical-align: middle;
  border-radius: 10px;
}

.category-title-line{
  margin:0 20px;
  width:5px;
  height:60px;
  background:#fff;
  display:inline-block;
  vertical-align: middle;
  border-radius: 10px;
}
.category-title-desc {
    width: 300px;
    overflow: auto;
  display:inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.catpage_content_wrap {
    margin-bottom: 10px;
    margin-top:-10px;
    position: relative;
    background: transparent !important;
    overflow: hidden;
    filter:none!important;
    box-shadow: none!important;
}

.catpage_content_wrap .cover{
  background: none!important;
  filter:none!important;
  box-shadow: none!important;
}    

.catpage_description{
  font-size: 1.1em;
  margin-top: 10px;
}

.catpage_content_wrap .share{
  padding:0; 
}

.catpage_content_wrap  .innner {
    padding: 1em 0;
    width: 100%;
    margin: 0 auto;
}

.catpage_content_wrap .catpage_inner_content {
    width: 100%;
    float: left;
    padding: 1em;
    font-weight: bold;
}

.catpage_content_wrap .content {
    padding: 1em 40px;
    line-height: 1.5;
}
h1.catpage_title {
  position: relative;
  color:#979790;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 0 1rem 0.2rem;
}
h1.catpage_title:after{
    margin: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}


.cat-post-main .content{
  margin: 0;
}

.cat-post-main{
  border: 1px solid #979790;
  padding:1em 2em;
  margin:0 1rem 2rem; 
}

@media screen and (max-width:768px){
  .catpage_content_wrap .cover{
    background-size: auto 100%;
  }
  .catpage_content_wrap .catpage_inner_content {
    width: 100%;
  }

  .catpage_tag {
    display: none;
  }

  .catpage_content_wrap{
    margin-top: -5px;
  }

  .cat-post-main{
    padding: 1em;
  }
}

/****************************************
          pagenation       
*****************************************/

.pagination{
  text-align: center;
  margin-top: 3rem;
  margin-bottom:10px;
  letter-spacing: -.4em;
}

a.page-numbers:hover {
  background: #eee;
}

a.page-numbers,
.pagination .current{
  padding: 12px 22px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 3px;
  border-radius: 3px;
  border: 1px solid #81817a;
}
a.page-numbers{
  color: #81817a!important;
  background-color: #fff!important;
}


.pagination .current{
  background: #69c7ac!important;
  color: #fff;
  font-weight: bold;
  border: 1px solid #69c7ac;
}

span.page-numbers.dots {
  letter-spacing: 0;
  padding: 8px .5em;
  vertical-align: middle;
}

.pagination a{
  letter-spacing: normal;
  background: #fff;
}

a.prev.page-numbers {
  margin-right: 3px;
}

a.prev.page-numbers:before{
font-family: fontAwesome;
content:"\f104";
}

a.next.page-numbers{
  margin-left: 3px;
}

a.next.page-numbers:before{
font-family: fontAwesome;
content:"\f105";
}

a.prev1.page-numbers {
  margin-right: 3px;
}

a.prev1.page-numbers:before{
font-family: fontAwesome;
content:"\f104";
}

a.next1.page-numbers{
  margin-left: 3px;
}

a.next1.page-numbers:before{
font-family: fontAwesome;
content:"\f105";
}

@media screen and (max-width:959px){
  .pagination{
      margin:15px 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      justify-content: center;
  }

  a.page-numbers{
    padding: 8px 0;
    width: 15%;
  }

 .pagination .current{
    padding: 8px 0;
    width: 30%;
 }

}
/****************************************
         Contact Form   
*****************************************/

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

  .inquiry th{
   text-align:left;
   font-size:1rem;
   color:#56564f;
   padding-right:5px;
   width:40%;
   background:#f4f4f3;
   border:solid 1px #979790;
  }

  .inquiry td{
   font-size:0.9rempx;
   border:solid 1px #979790;
   background-color: #fff!important;	
  }

  .inquiry td input,.inquiry td textarea {
    background-color: #fff!important;	
    width: 100%;
   }
 

  /*横の行とテーブル全体*/
  .entry-content .inquiry tr,.entry-content table{
   border:solid 1px #979790;	
  }

  .haveto{
    float: right;
   font-size:0.9rem;
   padding:3px 8px;
   background:#69c7ac;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   position:relative;
   bottom:1px;
  }


  /*送信ボタンのデザイン変更*/
  #formbtn{
   display: block;
   padding:1em 0;
   margin-top:30px;
   width:50%;
   background:#fff;
   color:#81817a;
   font-size:18px;
   font-weight:400;	 
   border-radius:2px;
   border: 1px solid #81817a;
  }





  /*送信ボタンマウスホバー時*/
  #formbtn:hover{
   background:#fff;
   color:#ffaa56;
  }


  @media(max-width:768px){
    .inquiry th,.inquiry td {
     display:block!important;
     width:100%!important;
     border-top:none!important;
     -webkit-box-sizing:border-box!important;
     -moz-box-sizing:border-box!important;
     box-sizing:border-box!important;
    }
    .inquiry tr:first-child th{
     border-top:1px solid #d7d7d7!important;
    }
    /* 必須・任意のサイズ調整 */	
    .inquiry .haveto,.inquiry .any {	
    font-size:10px;
    }
    #formbtn{
      display: block;
      padding:1em 0;
      margin-top:30px;
      width:100%;
      font-size:0.8rem;
     }
  }


/******************************
  topに戻る
******************************/
#page-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  font-size: 77%;
  z-index: 1001;
}
#page-top a {
  background: #69c7ac!important;
  text-decoration: none;
  color: #fff;
  width: 70px;
  font-size: 25px;
  line-height: 1;
  padding: 22px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width:768px){
#page-top{
  right: 10px;
}
#page-top a {
  width: 45px;
  line-height: 45px;
  padding:0; 
  font-size: 20px;
}
}

/****************************************
          footer menu        
*****************************************/
#footer_sticky_menu {
  display: none;
}


#footerFloatingMenu {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 2px;
  z-index: 1000;
  text-align: center;
  padding: 0 auto;
}

#footerFloatingMenu img {
  max-width: 99%;
}}

