.c-box{
    width:100%;
    max-width:935px;
    margin:0 0 109px;
    border:1px solid #DBDBDB;
    padding:52px 20px;
    text-align:center;
  	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  	box-sizing: border-box;
}
.c-box .inner{
    width:100%;
    max-width:826px;
    margin:0 auto;
    text-align: left;
}
.c-box__ttl{
    font-size:17px;
    line-height:26px;
    letter-spacing:0.1em;
    font-weight:500
}
.c-box__txt{
    font-size:13px;
    line-height:28px;
    letter-spacing:0.1em;
    font-weight:500;
    padding-top:12px
}
@media (max-width: 767px){
  .c-box{
    max-width: calc(100% - 55px);
  	border-left: none;
  	border-right: none;
    margin:0 auto 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .c-box__txt{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.085em;
  }
  .c-box__ttl {
    font-size: 15px;
    text-align: center;
	}
  #sceneMaterial .section .itemList{
  margin-bottom: 5px !important;
  }  
}
@media(min-width: 768px){
  br.sp{
    display: none
  }
}
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
}
.page-loader .loader-inner {
    position: absolute;
    width: 250px;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.page-loader span {
    animation: gradient 5s infinite;
    height: 2px;
    width: 0;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}