.show_sm {display:block;}
.show_pc {display:none;}

#ope h2 {margin:0 !important; padding:0 !important;border:none !improtant; }
#ope h3 {border:none !important; }

#ope .ope_feature {
	padding-bottom:20px;
	background-color:#0e5fc2;
}

#ope .ope_feature p {
	color:#FFF;
	width:80%;
	margin:15px auto;
	font-size:1.0em;
}


#ope .howtobox {
	width:90%;
	margin:20px auto;
	font-size:1em;
        padding
}
#ope .howtobox img {
	float:left;
	width:40%;
	margin-right:10px;
}


#ope .howtobox:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}
#ope .ope_howto {
        padding-bottom:20px;
        border-bottom:1px solid #CCC;
}

#ope .ope_howto .arrow{
	text-align:center;
	padding:10px 0;
}

#ope .ope_howto .arrow img{
	width:15%;
}


#ope .caution {
	border:8px solid #001868;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:15px;
}
#ope .caution h2{font-size:2em;color:#FF0000;}
#ope .caution h3 {margin:15px 0 0px; color:#001868;}

#ope .caution li,
#ope .caution p {
	font-size:0.9em;
	list-style-type:disc !important;
}

#ope .caution li {margin-left:1.5em;}


.top_item_list_image .box0 a:hover ,
top_item_list_image .box0 a:active {
	text-decoration: none;


}

#ope .buy_op {
	background-color:#FF2833;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	font-size:15px;
	text-align:center;
	margin-top:15px;

}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え(641px以上)
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (min-width: 641px) {



}



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え(920px以上)
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


@media screen and (min-width:920px){

.show_sm {display:none;}
.show_pc {display:block;}


#ope .ope_feature p {
	color:#FFF;
	width:80%;
	margin:15px auto;
	font-size:16px;
}

#ope .howtobox img {
	width:220px;
}

#ope .howtobox {
	font-size:16px;
}
#ope .ope_howto .arrow{
	padding:15px 0;
}
#ope .ope_howto .arrow img{
	width:86px;
}


#ope .caution li,
#ope .caution p {
	font-size:15px;
}


}