@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: kashima-ss
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
ul.bogo-language-switcher li {
	list-style: none outside none;
	padding: 0;
    float: left;
    margin: 0 5px;
}

@media (min-width: 992px) {
  ul.bogo-language-switcher li {
	list-style: none outside none;
	padding: 0;
    float: right;
    margin: 0 5px;
  }
}

/* 見出し　左に画像 */
h5.title {
  position: relative;
  background: #95bfea;
  line-height: 45px;
  padding: 2px 5px 2px 50px;
  font-size: 20px;
  color: #333;
  /* border-radius: 0 10px 10px 0; */
}

h5.title::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(//kashima-ss.com/wp-content/uploads/images/icon-002.png);
}


/* 見出し　左にアイコン */
/*
h5 {
  position: relative;
  background: #eff4ff;
  line-height: 40px;
  padding: 2px 5px 2px 45px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}
*/