*, *:before, *:after{
	box-sizing: border-box;
}
.contentWrap{
	padding: 0 15px;
}
.m-container{
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.mod-contents-01.inner{
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.bold{
	font-weight:bold;
}
@media screen and (max-width: 768px) {
  body{
		text-align: left;
  }
	.l-page__inner{
		padding:0 1%;
	}
	h2{
		font-size: 26px;
	}
	.text20{
		font-size:16px;
	}
	.text23{
		font-size: 18px;
	}
	.text24{
		font-size: 20px;
	}
	.text26{
		font-size: 22px;
	}
	.text36{
		font-size: 26px;
	}
	.mobile_hide{
		display: none;
	}
	.right_sp_center{
		text-align: center;
	}
	.right_sp_left{
		text-align: left;
	}
	.left_sp_center{
		text-align: center;
	}
	.mobile_block{
		display: block;
		margin: 0 auto;
	}
	.pc_hide{
		display: block;
	}
	.officialAccount li {
    display: inline-block;
    margin: 0 15% 10px;
	}
	.width50{
		width: 50%;
		height: auto;
	}
	.width80{
		width: 80%;
		height: auto;
	}
	.width90{
		width: 90%;
		height: auto;
	}
	#gotop {
		right: 5px;
		text-align: right;
	}
	#gotop img{
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}
