@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{
    background: #f7f7f7;
    border-left: solid #00c6d2 5px;
    padding: 14px 12px;
    border-bottom: solid 3px #dadada;
    clear: both;
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {
    /*font-size:1.5rem;*/
    position: relative;
    padding: 10px 0 10px 16px;
    font-size: 21px;
    margin: 3em 0 1em;
	 border-left-width: solid #00c6d2 5px;
}
/*--------------------------------------
もくじ
--------------------------------------*/
span.ez-toc-title-toggle {
	display: none;
}

#ez-toc-container {
   border: 3px solid #00c6d2;
}
/*--------------------------------------
 文字色の記述
--------------------------------------*/
.lightgray {
	color: #969696;
}

.dosh {
	color: rgba(0,198,210,0.6);
}

.purple {
	color: #8C87D3;
}
/*--------------------------------------
 マーカーの記述
--------------------------------------*/
.marker-dosh {
	background: linear-gradient(transparent 60%, rgba(0,198,210,0.6) 50%);
}

.marker-honey {
	background: linear-gradient(transparent 60%, rgba(255,176,89,0.6) 50%);
}

.marker-lottery {
	background: linear-gradient(transparent 60%, rgba(160,173,233,0.6) 50%);
}

/*--------------------------------------
 AppStore カードの記述
--------------------------------------*/
.appstore-link-card {
  display: flex;
  flex-flow: row;
  justify-items: center;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  margin: 1em 0;
  padding: 1em;
  color: black;
}

.appstore-link-card:hover {
  text-decoration: none;
}

.appstore-info h4 {
  margin: 0;
  line-height: 1.4;
  font-size: 0.9em;
}

.appstore-info {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  margin: 0 1em;
  justify-content: space-around;
}

.app-icon {
  width: 20%;
  min-width: 80px;
}

.app-icon img {
  width: 100%;
  height: auto;
  border-radius: 22%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.appstore-subtitle {
  color: #7b7e82;
  font-size: 0.75em;
}

.store-badge-wrap {
  display: flex;
  flex-flow: row;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.appstore-badge-image {
  width: 150px;
  height: 50px;
}

.googleplay-badge-image {
  width: 170px;
  height: 50px;
}

.appstore-link-card-pc {
  display: none;
}

.appstore-link-card-sp {
  display: flex;
  flex-flow: column;
}

.appstore-link-card .store-card-sp-content {
  display: flex;
  flex-flow: row;
}

@media only screen and (min-width: 520px) {
  .appstore-info h4 {
    font-size: 1em;
  }

  .appstore-subtitle {
    font-size: 0.9em;
  }

  .appstore-link-card-pc {
    display: flex;
  }

  .appstore-link-card-sp {
    display: none;
  }
}
