@charset "utf-8";
html{
	font-size: 62.5%;
}

body{
	width: 100%;
	color: #000;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.6em;
	line-height: 1.8;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width:320px;
	background-color: #eee;
	position: relative;
}
 
* html body{
	overflow: hidden;
}

* html body{ font-size: 88%; } /* under IE6 */
*:first-child+html body{ font-size: 88%; } /* IE7 */

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}

strong, b{ font-weight: bold; }
a, font, span{ font-weight: inherit; }

img,object{
	border: 0;
	vertical-align: bottom;
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: #000;
}


.red{
	color: #f33;
	font-weight: bold;
	font-size: 1.8rem;
}

.blue{
	color: #33f;
	font-weight: bold;
	font-size: 1.8rem;
}

.only_ios{
	display: none;
}

.other_ios{
	display: none;
}

@media (max-width: 700px) {
	.pc{display: none;}
	.sp{display: block;}
}

@media (min-width: 701px) {
	.pc{display: block;}
	.sp{display: none;}
}



/* ---------------------------------------*/
/* ヘッダー */
/* ---------------------------------------*/
.hdn{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	z-index: -10;
	visibility:hidden;
}

#lang{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
	max-width: 76px;
}

#lang img{
	vertical-align: top;
}


#header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	filter:drop-shadow(0px 10px 12px rgba(0,0,0,0.08));
}

#header_bg img{
	width: 30%;
	max-width: 160px;
}

#header{
}

#ponos_logo{
	width: 100%;
	position: relative;
	z-index: 0;
}

#ponos_logo span{
	display: block;
	width: 30%;
	padding: 5px 0 0 0;
	max-width: 160px;
	margin: 0 auto;
	position: relative;
}

#ponos_logo  span img{
	border-radius: 50%;
	filter:drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
}

#head_txt01{
	padding: 15px 0 0 0;
}

#head_txt01 span{
	font-size: 1.15em;
	font-weight: bold;
	color: #333;
}


@media (max-width: 400px) {
	#lang{
		max-width: 60px;
	}
	
	
}/*@media*/




/* ---------------------------------------*/
/* コンテンツ */
/* ---------------------------------------*/


#container{
	position: relative;
	overflow: hidden;
}


#contents{
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}




@media (max-width: 400px) {
	
}/*@media*/


/* ---------------------------------------*/
/* リスト部分 */
/* ---------------------------------------*/


.app_list {
	padding: 0 6px;
}

.app_list li{
	max-width: 640px;
	border-radius: 16px;
	background-color: #fff;
	padding: 15px 15px;
	margin: 0 auto 30px auto;
	position: relative;
	filter:drop-shadow(0px 5px 5px rgba(0,0,0,0.15));
}


.app_list .label{
	display: inline-block;
	height: 32px;
	padding: 1px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #EE7722;
	position: absolute;
	top:-15px;
	right: 0;
	font-size: 1.2em;
	z-index: 10;
}


.app_list .label span{
	color: #fff;
}

.app_info{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

.app_info .icon{
	width: 30%;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

.app_info .icon img{
	border-radius: 10%;
	width: 100%;
	max-width: 150px;
}

.app_info .desc{
	width: 70%;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: left;
}

.app_title{
	font-weight: bold;
	padding: 0 0 5px 0;
}


@media (max-width: 400px) {
	
}/*@media*/



/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/

#pagetop{
	position: fixed;
	bottom:30px;
	right: 10px;
	z-index: 200;
}

#footer{
	font-size: 1rem;
	background-color: #111;
	color: #ccc;
	margin: 30px auto 0 auto;
	padding: 6px 20px 6px 20px;
	line-height: 1.6;
	position: relative;
	z-index: 10;
}


@media (max-width: 400px) {
	
}/*@media*/



