@media screen and (min-width:769px){
article.inner.area_text1{
}

article.inner{
	text-align:center;
	display:block;
	overflow:hidden;
}

article.inner h3 , article.inner p , article.inner div.subtitle{
	margin-left:auto;
	margin-right:auto;
	width:600px;/**/
	text-align:left;
}

section#page article.area1{/* 1/4エリア */
	width:210px;
	/*background:#9C6;*/
	float:left;
	margin:0 10px 20px 10px;
	padding:0;
	border: solid 1px #999;
}

section#page article.area2{/* 1/2エリア */
	width:440px;
	/*background:#9C6;*/
	float:left;
	margin:0 10px 20px 10px;
	padding:0;
	border: solid 1px #999;
}

section#page article.area3{/* 1/1エリア */
	width:930px;
	/*background:#9C6;*/
	float:left;
	margin:0 0px 20px 0px;
	padding:0;
	border: solid 1px #999;
}



}


@media screen and (max-width:769px){/* スマホ用css */
section#page article.area1{/* 1/2エリア(PCは1/4) */
	width:48%;
	height:48%;
	/*width:240px;*/
	/*background:#f5f5f5;*/
	float:left;
	margin:0 1% 2% 1%;
	border: solid 1px #999;
}

section#page article.area2{/* 1/1エリア(PCは1/2) */
	width:98%;
	height:98%;
	/*width:240px;*/
	/*background:#f5f5f5;*/
	float:left;
	margin:0 1% 2% 1%;
	border: solid 1px #999;
}

section#page article.area3{/* 1/1エリア */
	width:98%;
	height:98%;
	/*background:#f5f5f5;*/
	float:left;
	margin:0 1% 2% 1%;
	border: solid 1px #999;
}

}


h3.title {
	clear:both;
  position: relative;
  color: #fff;
  background: #EA7298;
  /*font-size: 20px;*/
  line-height: 1;
  margin: 30px 0px 10px 0px;
  padding: 10px 5px 10px 3%;
  box-shadow: 0 1px 3px #777;
}
h3.title:after,h4:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
h3.title:after {
  left: 0;
  border-right: 5px solid #333;
}
h3.title:before {
  right: 0;
  border-left: 5px solid #333;
}



div.subtitle{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background:#FFE6FF;
    border-color: #FCF;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 1em;
    padding: 0.4em 0 0.2em 1em;
	text-align:left;
}

