@charset "UTF-8";
/* CSS Document */

/* #アンカーリンクで、本文が上部メニューに隠れないように設定 */
#sim a[id^="option_"] {
	display: block;
	margin-top: -140px;
    padding-top: 140px;
}

@media screen and (max-width: 481px){
html, body {
width:100%;
height:100%;
margin: 0;
padding: 0;
}
body {
-moz-box-align: center;
-webkit-box-align: center;
-moz-box-pack: center;
-webkit-box-pack: center;
}
#wrapper {
     width: 100%;
     margin: 0 auto;
}
#sim .sim_container {
	width: 94%;
	margin: 5% 3%;
}
div.sim_container {
	margin: 0 5%;
}
#sim h3 {
	width: 94%;
	margin: 5% 3%;
}
#sim h4 {
	width: 100%;
	margin: 5% 0;
}
/**/
.sim_option_table {
    width: 100%;
    overflow-x: auto;
}
.sim_option_table th {
	display: block;
	width: 100%;
    text-align: left;	
}
.sim_option_table tr {
	display: block;
	width: 100%;
}
.sim_option_table td.block {
	display: block;
	width: 100%;
}
.sim_option_table td.block1 {
	display: block;
	width: 100%;
	border: none none none 1px;
}
.sim_option_table td.td_line_r {
	border-right: none;
}
.sim_option_table td.line_b {
	border-bottom: none;
}
.sim_option_table td.td_l {
	border-right: #CCC 1px solid; 
	width: 180px;
	text-align: left;
}
.sim_option_table td.td_r {
	width: 60%;
	text-align: center;
}
.sim_option_table .sp {
	display: none;
}
.sim_option_table th.bg_w {
	background-color: #fff;
	text-align: center;	
}


.mt {
	margin-top: 5%;
}
.option_title {
	width: 100%;
	float: none;
}
.option_dl {
	float: none;
	margin: 0 auto;
	margin-bottom: 8%;
	width: 275px;
}
.link_Box {
	display: none;
}
#new_option_box02 {
	width: 100%;
}
p.ml {
	display: block;
	width: 64%;
	margin: 0 4% 0 32%;
}
p.choice_title {
	margin-bottom: 0.3em;
}
.option_dl_img {
	width: 205px;
	margin: 0 auto;
	margin-bottom: 2em;
}
img.sms_op {
	margin-bottom: 110px;
}

/* #アンカーリンクで、本文が上部メニューに隠れないように設定のスマホ対応 */
#sim a[id^="option_"] {
	margin-top: 0;
    padding-top: 0;
}


}

@media screen and (max-width: 320px){
.link_Box2 p {
	margin-left: 20%;
}
p.ml {
	display: block;
	width: 80%;
	margin-left: 20%;
}
.ptb2 {
	border-right: #ccc 1px solid;
	padding: 2% 0;
}
img.speed_op {
	margin-bottom: 65px;
}
}
