@charset "utf-8";
/***** Modal Style *****/
#view_container{
	height: 80vh;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	box-sizing: border-box;
}

#close_dummy{
 text-align: right;
	margin-bottom: 0.5em;
}
#close_dummy img{
 cursor: pointer;
}

/*****
ポップアップのデザイン
*****/
#chart_kojin{}
#chart_hojin{}
.page_popup{
	width: 100%;
	padding: 2em;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

#chart_kojin .page_popup h3{
	background-color: #f6e1e1;
}
#chart_hojin .page_popup h3{}


.page_popup ul.gdc_btn_area{}
.page_popup ul.gdc_btn_area li{
	margin-top: 1em;
}
.page_popup ul.gdc_btn_area li a{
	display: block;
	font-size: 1.2em;
	color: #555;
	padding: 0.5em 2em 0.5em 0.5em;
	border: solid 1px #858585;
	border-radius: 0.5em;
	background-image: url("/img/arrow_sitemap.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 0.5em center;
	background-color: #fff;
	position: relative;
}
.page_popup ul.gdc_btn_area li a:hover{
	text-decoration: none;
	background-color: #efefef;
}

.btn_toback{
	display: inline-block;
	position: absolute;
	bottom: calc(100% + 0.5em);
	left: 0;
}

.skip_num{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0.5em;
	border: solid 1px #ccc;
	border-radius: 0.5em;
}


/*-----------------------------
　PC専用スタイル
------------------------------*/
@media (min-width: 768px){
	#view_container{
		width: 50%;
		max-width: 400px;
	}
 #close_dummy{}
	
}

/*-----------------------------
　スマホ専用スタイル
------------------------------*/
@media (max-width: 768px){
 #view_container{
		width: 90%;
  position: relative;
 }
	
	/*****
	ポップアップのデザイン
	*****/
	.page_popup{
		padding: 1em;
	}
	
}

