@charset "UTF-8";

/*子テーマ用「base.css」*/

.keni-main .keni-section_wrap.widget {
	display:none;
}


/*ロゴ中央配置のカスタマイズコード*/
.keni-header .site-title,
.keni-header_col1 .site-title{
float: none;
max-width: 100%;
text-align: center;
padding:0;
}

.keni-header_col1 .keni-header_cont{
max-width: 100%;
padding:0;
}

.keni-header_col2 .keni-header_cont{
display: none;
}

/*ロゴをブログ幅にするカスタマイズコード*/
.site-description {
display: none;
}

@media (min-width: 768px){
.col1 .keni-header_outer,
.col2 .keni-header_outer,
.col2r .keni-header_outer {
max-width:100%;
}
.keni-header .site-title, .keni-header_col1 .site-title {
max-width:100%;
}
.site-title {
padding:0;
}
}

@media only screen and (min-width : 736px){
.keni-gnav_inner li {
position: relative;
top: -10px;
}
}

/*ヘッダー、カテゴリページ、記事・固定ページの斜線を消す*/
.keni-header_wrap,
.archive_title,
.keni-section .entry_title{
	background-image: none!important;
	padding: 0;
}
/* h2 */
.header2 {
  position: relative !important;
  color: #333 !important;
  text-shadow: 0 0 2px white !important;
  background: rgba(146,210,219,0.2) !important;
  z-index: 1 !important;
  border-radius: 10px !important;
}

.header2:before {
  content: "" !important;
  position: absolute !important;
  background: #92d2db !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  top: 50% !important;
  left: -8px !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: -1 !important;
}
/* ここまでh2 */
/* h3 */
.header3 {
  position: relative;
  padding: 0 0 1px 30px;
	border-top: none;
}

.header3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #92d2db;
}
.header3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #92d2db;
}
/* ここまでh3*/
/* ここからスマート影BOX */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
/* ここまでスマート影BOX */
/* ここからリスト→シェブロン */
.sh ul {
  padding: 0.5em 1em 0.5em 2.3em;
	margin: 0 1px;
  position: relative;
	list-style-type: none!important;
	font-weight: bold!important;
}
.sh ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.sh ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
	font-weight: 900;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #92d2db;/*アイコン色*/
} 
/* ここまでリスト→シェブロン */