@charset "UTF-8";

/** 00. アプリダウンロードボタン
 **************************************************************** **/


.appreach_inner {
	border:3px solid #eee;/*ボーダー色*/
	display: inline-block;
	padding: 20px;
}


.appreach {
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}


.appreach:after {
	content: "";
	display: block;
	clear: both;
}


.appreach img,
.appreach p {
	margin: 0;
	padding:0;
}


.appreach a:after {
	display: none;
}


.appreach__icon {
	border-radius: 10%;
	overflow: hidden;
	margin: -5px 3% 0 0 !important;
	height: auto !important;
	max-width: 120px !important;
}


.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}


.appreach__detail:after {
	content: "";
	display: block;
	clear: both;
}


p.appreach__name {
	font-size: 16px;
	color: #555;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}


.appreach__info {
	font-size: 12px !important;
	color: #888;
}


.appreach__info a {
	color: #aaa;
}


.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}


.appreach__posted a {
	margin-left: 0.5em;
}


.appreach__links {
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}


.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
}
.appreach__gplink img {
	height: 50px;
}


@media only screen and (max-width: 786px){
	.appreach {
		margin:20px 0;
	}
	
	
	.appreach__info {
		font-size: 11px !important;
	}
	
	
	p.appreach__name {
		font-size: 15px;
	}
	.appreach__icon {
		max-width: 100px !important;
	}
	
	.appreach__aslink img {
		margin-right: 10px;
		height: 35px;
	}
	
	.appreach__gplink img {
		height: 35px;
	}
}


/** 01. Indent
 **************************************************************** **/
[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

/** 02. リンクの折り返し
 **************************************************************** **/
#content a {
	overflow-wrap: break-word;
	word-break: break-all;
}



.label {
	display: inline-block;
	white-space: normal;
}


/* ----------------------------------------
 * 囲み文字の基本形　インデント有
 * --------------------------------------- */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align:middle;
}
/* 円の大きさ */
.size_normal{
  width: 30px;
  height: 30px;
}
/* 四角の大きさ */
.content_inner .square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-flow: column; 
  margin-right: 0.2em;
}

/* 文字の大きさ */
.letter3 {
  font-size: 1.1em;
  line-height: 1.3em;
  text-indent: 0.1em;
}
/* 囲みと文字の色 */
.gray1 {
  color: #5F5F5F;
  border: 1px solid #5F5F5F;
  background: #fff;
}
.yellow1 {
  color: #ECD700;
  border: 1px solid #ECD700;
  background: #fff;
}
.purple1 {
  color: #8a2be2;
  border: 1px solid #8a2be2;
  background: #fff;
}
.blue1 {
  color: #fff;
  border: 1px solid #217dbb;
  background: #217dbb;
}
.pink1 {
  color: #E500B3;
  border: 1px solid #E500B3;
  background: #fff;
}
.green1 {
  color: #008000;
  border: 1px solid #008000;
  background: #fff;
}
.content_inner p{
  padding-left: 1.2em;
  text-indent: -1.4em;
}


/* ----------------------------------------
 * 文字付囲み枠
 * ---------------------------------------- */

.box03 {
    position: relative;
    padding: 2em 1em 1.5em;
    border: solid 3px #f44336;
    border-radius: 8px;
    margin: 10px;
}

.box03.green_line {
    border: solid 3px #3B9720;
}
.box03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #f44336;
    font-weight: bold;
}

.box03.green_line .box-title {
    color: #3B9720;
}
.box03 p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 768px) {
  .box03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 5px;
    padding: 0 2px;
    margin: 0 5px;
    line-height: 1.5;
    font-size: 15px;
    background: #FFF;
    color: #f44336;
    font-weight: bold;
}
.box03 {
    position: relative;
    padding: 2em 1em;
    border: solid 3px #f44336;
    border-radius: 8px;
    margin: 5% 5%;
}
}



/** 02. Fukidashi
 **************************************************************** **/

.fukidashi_none {
	position: relative;
	background: #ffffff;
	border-radius: 15px;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	margin: 5px;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1.5px #333333;
}

.fukidashi_left {
	position: relative;
	background: #ffffff;
	border-radius: 15px;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	margin: 15px;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1.5px #333333;
}

.fukidashi_left::before {
	position: absolute;
	top: 50%;
	left: -20px;
	border: 10px solid transparent;
	border-right: 10px solid #ffff;
	content: "";
	margin-top: -10px;
	z-index:2
}
.fukidashi_left::after {
	position: absolute;
	top: 50%;
	left: -21px;
	border: 10px solid transparent;
	border-right: 10px solid #333333;
	content: "";
	margin-top: -10px;
}

@media (max-width: 768px) {
.fukidashi_left {
	position: relative;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	margin: 1.5em 0;
	min-width: 120px;
	max-width: 100%;
	padding: 15px;
	border: solid 1.5px #333;
}

.fukidashi_left::before {
	position: absolute;
	top: -10px;
	left: 50%;
	border: 10px solid transparent;
	border-bottom: 11px solid #fff;
	content: "";
	margin-left: -10px;
	z-index:2;
}
.fukidashi_left::after {
	position: absolute;
	top: -11px;
	left: 50%;
	border: 10px solid transparent;
	border-bottom: 10px solid #333;
	content: "";
	margin-left: -10px;
}
}






