@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* アイコンボックスの文字を少し小さくする */
[class*="is-style-icon_"] {
	font-size: var(--wp--preset--font-size--small);
}
/* テーブルの文字を少し小さくする */
.post_content table {
	font-size: var(--wp--preset--font-size--small);
}
/* ポチップのロゴ非表示 */
.pochipp-box__logo { display: none !important; }

/*---------------------------------
  アプリーチ用CSS
---------------------------------*/
.appreach {
  text-align: center;
  padding: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  border-radius: 10%;
  width: 100px;
  height: auto;
}
.appreach__detail {
  display: block;
  margin-top: 12px;
}
.appreach__name {
  color: #111;
  font-weight: bold;
}
.appreach__info {
  font-size: 11px;
  line-height: 17px;
  margin-top: 5px !important;
  color: #999;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
  color: #999;/* 本文のリンク色と揃えてもいいかも */
  text-decoration: none;
}
.appreach__links {
  margin-top: 12px;
}
.appreach__links a img {
    width: 135px;
    height: 40px;
}
.appreach__links a:nth-of-type(2) img {
    /* ボタンが2つある場合の2つ目のボタンに対してマージンを指定 */
    margin: 10px 0 0;
}

@media screen and (min-width: 360px) {/* 画面幅360px以上のとき */
.appreach__links a:nth-of-type(2) img {
    margin: 0 0 0 10px;
}  
}

@media screen and (min-width: 481px) {/* 画面幅481px以上のとき */
.appreach {
    text-align: left;
}
.appreach__icon {
    float: left;
    margin: 0 15px 0 0;
}
.appreach__detail {
    margin-top: 0;
    margin-left: 115px;
}
.appreach__links {
    margin-left: 115px;
}
}

@media screen and (min-width: 640px) {/* 画面幅640px以上のとき */
.appreach__icon {
    margin: 0 20px 0 0;
    width: 120px;
}
.appreach__detail {
    margin-left: 140px;
}
.appreach__info {
    margin-top: 6px !important;
}
.appreach__links {
    margin-top: 15px;
    margin-left: 140px;
}
}