@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.4
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.ad-area {
	overflow: visible;
}

.appBox {
	display: block;
	max-width: 400px;
	background: #E6E6E6;
	/*グレイ*/
	border-radius: 20px;
	padding-bottom: 30px;
	margin: 20px auto;
}

.appBox .appBoxImg {
	display: block;
	background-size: cover !important;
	background-position: center center !important;
	height: 225px;
	border-radius: 20px 20px 0px 0px;
}

.appBox .appBox_title {
	text-align: center;
	padding-top: 25px;
	font-size: 22px !important;
	font-weight: bold;
	margin-bottom: 0;
	color: #444;
}

.appBox p {
	font-size: 15px !important;
	text-align: center;
	color: #444;
	margin:0;
	padding:0;
}

.appBox .downloadButton {
	background: #B1B1B1;
	/*グレイ*/
	padding: 15px 0 19px 0;
	text-align: center;
	margin-top: 20px;
	display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.appBox a {
	font-size: 15px !important;
	border: none;
	padding: 5px 25px;
	border-radius: 7px;
	color: #fff;
	letter-spacing: .03em;
	margin: 0;
	text-decoration: none !important;
	width: 140px !important;
}

.appBox a.iphone {
	margin-right: 5px;
	background: #4796D9;
	box-shadow: 0 4px #2D6DA3;
}

.appBox a.android {
	margin-left: 5px;
	background: #60A048;
	box-shadow: 0 4px #4D7C3C;
}

.appBox a.iphone:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f179";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 500;
	padding-right: 5px;
	font-size: 1.2em;
}

.appBox a.android:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f3ab";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 500;
	padding-right: 5px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}