@media screen and (min-width: 1024px){
    #container {
    width: 100%;
}

.rinjiimg{
	margin: 10px 0 20px 0;
	width: 950px;
}
.pc{
	text-align:center;
}
}

@media screen and (min-width: 519px) {
.mobile{
	display: none !important;
}
}

@media screen and (max-width: 519px) {
.pc {display: none !important;}
}
#container {
    width: 100% !important;
}
.mobile{
width: 100%;
max-width:100%;
height:auto;
margin:0 0 80px 0;
}
.mobile_con{
	width: 100%;
	max-width:100%;
	height:auto;
}
.rinjiimg{
	max-width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.hankei p{
	font-size: 14px;
    color: black;
	text-align:left;
}
.hankei{
	margin:10px 0 10px 20px;
}
.midashi{
	font-size: 15px;
	font-weight: bold;
	background: #FFA07A;
	height: auto;
	color: rgb(0, 0, 0);
	line-height: 2;
	padding: 5px;
	margin:0 0 0 0px;
}
.mbi {
	width: 85%;
	max-width:100;
	height: auto;
}
ul.disk{
	margin:0 0 0 20px;
}
li.moji {
	list-style-type: none;
	font-size: 15px;
	text-align: left;
}

li.moji:before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #333;
	position: relative;
	left: -7px;
	top: -1px;
}
.moji{
	font-size: 13px;
	margin: 5px 0 0 5px; 
}
.smoji{
	font-size: 15px;
	margin: 10px 0 0 0px; 
	background:#666666;;
	padding: 5px;
	color: #fff;
}
.lmoji{
	font-size: 19px;
	font-weight: bold;
	margin: -7px 0 10px 0px;
	background:#666666;;
	padding: 5px;
	color: #fff;
}

.pre{
    text-align: center;
    background: #292933;
    width: 85%;
    position: relative;
    left: 20px;
    top: 15px;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
        margin-bottom: 80px;
}
.pre a{
	color: #fff;
}
.pre a:visited {
    color: #fff;
}
.pre a:link {
    color: #b8b8b8;
}
.btn1 img{
width: 350px;
}
.btn2 img{
	width: 350px;
	}
	.btn2 {
    margin-top: 10px;
}
}