body{
	background:url(../img/bg_header.jpg) no-repeat top;
	word-wrap: break-word;
}

.back-sp{
	background:#fffbac !important;
}

#spLinkBlockInPc{
	display:none;
}


@media screen and (min-width: 400px){
.sp-only {
	display:none;
}
}


/* txt
-------------------------------------------*/
.txt{
margin:10px 0;
}

.txt-pa{
padding:10px 0;
}

.txt-c{
text-align:center;
padding:10px;
}

.txt-r{
text-align:right;
padding:10px;
}

.txt-center li{
padding:10px;
}

.a-underline a{
text-decoration:underline;
}

.float-l{
	float:left;
	margin-right:25px;
}

.float-l:after{
  content: "."; 
  display: block; 
  height: 0;
  font-size:0;
  clear: both; 
  visibility:hidden;
}


 /* clearfix
-------------------------------------------*/
.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
	
.floatcontainer{display: inline-block;} 

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 


 /* global
-------------------------------------------*/
#global-content{
	background:#fffbac !important;
}

.global-header{
padding:10px;
background-color:#ffac0c;
color:#fff;
}


 /* info
-------------------------------------------*/
.info li{
	padding:0 0 0 10px;
	height:44px;
	border-top:solid 1px #ccc;
}

.info li a{
	display:block;
	height:44px;
	line-height:44px;
}

.info li:last-child {
border-bottom:solid 1px #ccc;
}

.info a{
   position: relative;
}

.info a::after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:3px solid #ccc;
	border-right:3px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
}

.info-list{
	padding:10px;
}

.info-list dd{
	margin-bottom:5px;
}

.info-list li{
	margin-bottom:10px;
}


.faq dt{
	display:block;
	background:url(../img/i-plus.png) right no-repeat,#fff;
	font-weight:bold;
	background-size:25px;
	padding:10px;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}

.faq dd{
	background:#fff;
	margin-left:0;
	padding:5px;
	display:none;
}

.faq dt.active{
    background:url(../img/i-minus.png) right no-repeat,#fff;
	background-size:25px;
}

.faq2 dt{
	background:#f1fff1;
	font-weight:bold;
	display:block;
	background-size:25px;
	padding:5px 2px;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}

.faq2 dd{
	background:#fff;
	margin-left:0;
	padding:5px;
	display:none;
}

.faq2 dt.active{
	background:#fff7c0;
	background-size:25px;
}



 /* footer
-------------------------------------------*/
.ui-footer{
    text-shadow: none;
    background:#ffac0c;
    padding:10px 0;
    text-align:center;
}


/* back-btn
-------------------------------------------*/
.back-btn{
    border-top:solid 1px #00a6bf;
}

.back-btn a{
    display:block;
    line-height:35px;
    width: 280px;
    color:#fff;
}

.back-btn{
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #51ba4f;
    margin:10px auto;
    height:35px;
    width: 280px;
}


.back-btn INPUT{
	background:none;
	border:none;
    display:block;
    line-height:35px;
    width: 280px;
    color:#fff;
}


/* content
-------------------------------------------*/
#content{
	max-width:960px;
	width:90%;
	margin:50rem auto 0 auto;
}

#contet-top{
	position:relative;
	height:600px;
}

#contet-top h1{
	top:15px;
	width:516px;
	margin:0 auto;
}

#contet-top .logo-box{
	width:516px;
	margin:10px auto 0 auto;
}

#chara01{
	position:absolute;
	right:-50px;
	top:100px;
}

#panel01{
	position: absolute;
	left: 331px;
	top: 287px;
}


/* section-window
-------------------------------------------*/
.section-window{
	position:relative;
	z-index:3;
	width:100%;
	max-width:700px;
	height: auto;
	margin:0 auto;
	background:url(../img/window_l.png) no-repeat,url(../img/window_r.png) no-repeat right bottom;
	background-color:#ffffed;
	border-radius:34px;
	padding:10px;
	border:2px solid #c5a85c;
	box-shadow: inset 0px 0px 20px 3px #fbdea9;
	margin-bottom:100px;
}

.section-window h2{
	position:absolute;
	top:-40px;
    left: 0;
    right: 0;
	text-align:center;
}

.section-window h2 img{
	width:100%;
	max-width:440px;
	margin:0 auto;
}


/* section-window-fb
-------------------------------------------*/
.section-window-fb{
	position:relative;
	z-index:3;
	width:700px;
	height:400px;
	margin:0 auto;
	background:url(../img/window_l.png) no-repeat,url(../img/window_r.png) no-repeat right bottom;
	background-color:#ffffed;
	border-radius:34px;
	padding:10px;
	border:2px solid #c5a85c;
	box-shadow: inset 0px 0px 20px 3px #fbdea9;
	margin-bottom:100px;
}

.section-window-fb h2{
	position:absolute;
	top:-40px;
	left:18%;
}


/* section-window-sp
-------------------------------------------*/
.section-window-sp{
	position:relative;
	z-index:0;
	width:90%;
	margin:0 auto;
	background:url(../img/window_l.png) no-repeat,url(../img/window_r.png) no-repeat right bottom;
	background-color:#ffffed;
	background-size:42px;
	border-radius:10px;
	padding:5px;
	border:2px solid #c5a85c;
	box-shadow: inset 0px 0px 20px 3px #fbdea9;
	margin-bottom:50px;
}

.section-window-sp h2{
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:-20px auto auto auto;
	width:300px;
	text-align:center;
}


/* dl
-------------------------------------------*/
.dl-box{
	width:600px;
	margin:55px auto 0 auto;
}

.dl-box-l{
	float:left;
	width:300px;
}

.dl-box-r{
	float:left;
	text-align:center;
	margin-right:35px;
}

.dl-box-r p{
	margin-bottom:10px;
}

.dl-box-p{
	width:700px;
	margin-left:30px;
	line-height:2.0;
	}

.dl-box:after{
  content: "."; 
  display: block; 
  height: 0;
  font-size:0;
  clear: both; 
  visibility:hidden;
}


/* dl-bpx-sp
-------------------------------------------*/
.dl-box-sp{
	width:300px;
	margin:10px auto auto auto;
}

.dl-box-sp-l{
	float:left;
	width:150px;
}

.dl-box-sp-r{
	float:left;
	text-align:center;
}

.dl-box-sp-r p{
	margin-bottom:10px;
}

.dl-box-sp:after{
  content: "."; 
  display: block; 
  height: 0;
  font-size:0;
  clear: both; 
  visibility:hidden;
}


/* fb-box
-------------------------------------------*/
.fb-box{
	text-align:center;
	margin:40px auto 0 auto;
}

.fb-box-sp{
	width:300px;
	margin:10px auto auto auto;
}


/* howto
-------------------------------------------*/
.howto{
	text-align:center;
}

.howto img{
	width:100%;
	max-width:873px;
}


/* footer
-------------------------------------------*/
.footer-chara{
	max-width:845px;
	margin:-100px auto 0 auto;
}

.footer-chara img{
	width:100%;
	max-width:845px;
}

.footer-bk{
	width:100%;
	height:350px;
	margin-top:-230px;
	background:url(../img/footer_bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-color:#ffffed;
}

.footer-info{
	background:#ffac0c;
	width:100%;
	margin-top:-80px;
	text-align:center;
	padding:20px 0;
}

.footer-info nav{
	margin-bottom:20px;
}

.footer-info-sp{
	background:#ffac0c;
	text-align:center;
	padding:10px;
}

.footer-link{
	margin-top:20px;
}


/* Media Queries
-------------------------------------------*/
@media only screen and (max-width:640px){
body{
	background:url(../img/bg_header.jpg) no-repeat top;
	background-size: contain;
}

#content{
	width:90%;
	margin:22rem auto 0 auto;
}

.section-window {
	width:auto;
	height:auto;
	margin-bottom: 30px;
}

.section-window h2 {
    top: -20px;
}

.section-window h2 img {
    width: 80%;
    max-width: none;
    margin: 0 auto;
}

.dl-box {
    width: auto;
    margin: 30px auto 0 auto;
	text-align:center;
}

.dl-box-l {
    float: none;
    width: auto;
}

.dl-box-l img{
	width:50%;
	height:50%;
}

.dl-box-r {
    float: none;
    
}

.dl-box-r img{
	width:70%;
	height:70%;
	text-align:center;
	margin-left:55px;
}

.dl-box-p{
	width:85%;
	margin-left:30px;
	line-height:2.0;
	}

.footer-bk {
    height: 280px;
    margin-top: -180px;
}

}



.contents-container{
	max-width: 960px;
	margin:0 auto;
}

.contents-container h1{
	text-align:center;
	margin:10% 0 5% 0;
}

.news-list dl dt {
    float: left;
    clear: left;
    padding-top: 7px;
}

.news-list dl dd {
    margin-left: 7.5em;
    padding-top: 7px;
	padding-bottom: 7px;
}

.news-list li{
	border-bottom:1px solid #fff;
}

.news-box-date{
	color:#999;
}

.news-box-title{
	color:#FFD262;
}

.news-box-txt{
	padding:10px;
}

.main{
    overflow: hidden;
    padding: 20px;
}

