@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,html{
	height:100%;
}
body {
	color: #0b0b0b;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
main {
	display: block;
}
/*link*/
a:link, a:visited {
	/*color: #070b7d;*/
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
img{
	vertical-align: bottom;
}
nav ul li a:link {
	color: #fff;
	text-decoration: none;
}
nav ul li a:hover {
	background: #167524;
	border-radius: 16.5px;
}
.entry_btn a, .entry_small a:hover {
	text-decoration: none;
}
.entry_btn a:hover, .entry_small a:hover, .gray_btn a:hover {
	opacity: 0.9;
}
.entry_btn a:active, .entry_small a:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.gray_btn a:link, .gray_btn a:visited {
	color: #fff;
	text-decoration: none;
}
.modal-link {
	color: #070B7D;
}
.modal-link:hover, .btn, .choices {
	cursor: pointer;
}
#tabMenu li a:link {
	color: #070B7D;
	text-decoration: none;
}
.guide01 li a:hover {
	opacity: 0.8;
}
.guide02 ul li a:link, .guide02 ul li a:visited {
	color: #070B7D;
	text-decoration: none;
}
/*btn*/
.entry_btn {
	width: 380px;
	height: 80px;
	margin: 60px auto 0;

}
.entry_btn a {
	display: block;
	text-decoration: none;
	background: #167524;
	color: #FFF;
  box-shadow: 5px 5px #0E4A17;
	border-radius: 8px;
	font-size: 24px;
	line-height: 84px;
	text-align: center;
}
.entry_small {
	width: 120px;
	height: 30px;
	margin: 10px 0 0 20px;
}
.entry_small a {
	display: block;
	text-decoration: none;
	background: #167524;
	color: #FFF;
	border-bottom: solid 4px #0E4A17;
	border-radius: 4px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.gray_btn {
	width: 154px;
	height: 38px;
	margin: 0 auto;
	border-radius: 2px;
}
.gray_btn a {
	display: block;
	padding: 10px 0;
}
/*Common Parts*/
.w100 {
	width: 100%;
}
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
.vmiddle {
	vertical-align: middle;
}
.lh14 {
	line-height: 14px;
}
.lh30 {
	line-height: 30px;
}
.lh34 {
	line-height: 40px;
}
.lh44 {
	line-height: 44px;
}
.f6 {
	font-size: 10px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f26 {
	font-size: 26px;
}
.f28 {
	font-size: 28px;
}
.f30 {
	font-size: 30px;
}
.f34 {
	font-size: 34px;
}
.f40 {
	font-size: 40px;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.black {
	color: #0d0d0d;
}
.red {
	color: #e60012;
}
.blue {
	color: #070B7D;
}
.bg_black {
	background-color: #000;
}
.bg_gray {
	background-color: #272727;
}
.bg_palegray {
	background-color: #ccc;
}
.bg_white {
	background-color: #fff;
}
.bg_red {
	background-color: #e60012;
}
.bg_deepred {
	background-color: #C10017;
}
.bg_ivory {
	background-color: #ebe6de;
}
.bg_yellow {
	background-color: #f2b321;
}
.bg_paleyellow {
	background-color: #fae6bc;
}
.bg_blue {
	background-color: #070B7D;
}
.mt24 {
	margin-top: 24px;
}
.mt36 {
	margin-top: 36px;
}
.mt48 {
	margin-top: 48px;
}
.mt60 {
	margin-top: 60px;
}
.mt96 {
	margin-top: 96px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb12 {
	margin-bottom: 12px;
}
.mb18 {
	margin-bottom: 18px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb48 {
	margin-bottom: 48px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb96 {
	margin-bottom: 96px;
}
.ms50 {
	margin-right: 50px;
	margin-left: 50px;
}
.ms59 {
	margin-right: 59px;
	margin-left: 59px;
}
.ms96 {
	margin-right: 96px;
	margin-left: 96px;
}
.pt10 {
	padding-top: 10px;
}
.pt24 {
	padding-top: 24px;
}
.pt40 {
	padding-top: 40px;
}
.pt48 {
	padding-top: 48px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt96 {
	padding-top: 96px;
}
.pb12 {
	padding-bottom: 12px;
}
.pb24 {
	padding-bottom: 24px;
}
.pb48 {
	padding-bottom: 48px;
}
.pb66 {
	padding-bottom: 66px;
}
.pb96 {
	padding-bottom: 96px;
}
.pb108 {
	padding-bottom: 108px;
}
.ps36 {
	padding-right: 36px;
	padding-left: 36px;
}
.ps46 {
	padding-right: 46px;
	padding-left: 46px;
}
.ps50 {
	padding-right: 50px;
	padding-left: 50px;
}
.ps96 {
	padding-right: 96px;
	padding-left: 96px;
}
.relative {
	position: relative;
}
.right {
	float: right;
}
.left {
	float: left;
}
.of-hidden{
	overflow: hidden;
}
.frame_black {
	border: solid 1px #0b0b0b;
}
.frame_red {
	border: solid 1px #e60012;
}
.frame_yellow {
	border: solid 1px #f2b321;
}
.frame_paleyellow {
	border: solid 1px #fae6bc;
}
.bb-none {
	border-bottom: none;
}
.bt-none {
	border-top: none;
}
.bs-none {
	border-right: none;
	border-left: none;
}

.clear{
	clear:both;
}
ul, ol {
	list-style: none;
}
/*Common Wrap*/
.contentswrap {
	width: 1000px;
	margin: 0 auto;
}
/*Table Base*/
table {
	width: 100%;
}
th, td {
	height: 51px;
	padding: 4px 0;
}
.w10per {
	width: 10%;
}
.w11per {
	width: 11%;
}
.w12per {
	width: 12%;
}
.w20per {
	width: 20%;
}
.w21per {
	width: 21%;
}
.w26per {
	width: 26%;
}
.w28per {
	width: 28%;
}
.w30per {
	width: 30%;
}
.w32per {
	width: 32%;
}
.w35per {
	width: 35%;
}
.w36per {
	width: 36%;
}
.w40per {
	width: 40%;
}
.w45per {
	width: 45%;
}
.w48per {
	width: 48%;
}
.w90per {
	width: 90%;
}


/*Header*/
h1 {
	height: 84px;
	padding-top: 26px;
}
header .main_image{
	background: url(/sim/img/ba_01/sim_lp_bg01.png) repeat-x;
	height: 420px;
}
header .main_image img{
	vertical-align: bottom;
/*	margin-top: -30px;*/
	position:absolute;
	top:-30px;
	/*left:120px;*/
}
header .main_image span{
	color:white;
	bottom:30px;
/*	left:275px;*/
	padding-left:160px;
	line-height:20px;
	position:absolute;

}

nav {
	background-color: #000;
	height:49px;
}
nav ul {
	height:100%;
}
nav ul li{
	float: left;
	border-left: 1px solid #fff;
	margin-top:10px;
	padding: 0 12px;
	width:150px;
	text-align: center;
}
nav ul li:first-child{
	width: 200px;
}
nav ul li:last-child{
	/*float: left;*/
	border-right: 1px solid #fff;
}
.nav_wrap {
	/*max-width: 1000px;*/
	width: 1000px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	height:100%;
	overflow: hidden;
}

nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 4px 0;
	text-align: center;
	width: 100%;
	text-decoration: none;

}


.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.pagetop {
	position: fixed;
	width: 64px;
	height: 64px;
	right: 6%;
	z-index: 9;
	opacity: 0.9;
	bottom:4%;
}


/*simulation*/
#simulation h2 > span{
	display: inline-block;
	border-radius: 3px;
	position: relative;
	padding:5px 40px;
}
#simulation h2 > span:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 16px 0 16px;
	border-color: #e60013 transparent transparent transparent;
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}
#caution{
	display: none;
}
.caution_border{
	border: 2px solid #e60012!important;
}

.active_choice{/*メニューが選択されたときのあしらい*/
 	background: #070B7D!important;
 	color:white!important;
}

#simulation .contentswrap h3{
	color:#070B7D;
	font-size: 22px;
	text-align: center;
	margin-top:56px;
	margin-bottom: 30px;
}

#simulation .contentswrap > div{
	border-top:2px solid #070B7D;
	width: 85%;
	margin:0 auto;
	padding-bottom: 60px;
}
/*input price*/
#simulation .contentswrap > .now_price{
	border-top:none;
}
#simulation .contentswrap .now_price input{
	font-size: 38px;
	text-align:right;
	border-radius: 4px;
	border:2px solid #070B7D;
	color:#070B7D;
	width: 290px;
	height:66px;
	padding-right:10px;
}
#simulation .contentswrap .now_price span{
	position:relative;
	top:0;
	left: 9px;
}

/*sim_choice*/

#simulation .sim_choice ul,
#simulation .bite_choice ul{
	width: 758px;
	margin:0 auto;
}

#simulation .sim_choice ul li{
	font-size: 16px;
	color: #070B7D;
	line-height: 24px;
	border-radius: 4px;
	border:2px solid #070B7D;
	width: 230px;
	position:relative;
	float: left;
	text-align: center;
	font-weight: bold;
	background: white;
	padding:8px 0;
	margin-right: 34px;
}
#simulation .sim_choice .sim_ttl li:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #070B7D transparent transparent transparent;
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#simulation .sim_choice .sim_ttl li:nth-of-type(3){
	margin-right: 0;
}
#simulation .sim_choice .sim_ttl li > span{
	color:#e60012;
}
#simulation .sim_choice .sim_ttl li img{
	position:absolute;
	top:-22px;
	z-index: 10;
}
#simulation .sim_choice .sim_ttl li:nth-of-type(1) img{
	left:-6px;
}
#simulation .sim_choice .sim_ttl li:nth-of-type(2) img{
	left:-33px;
}
#simulation .sim_choice .sim_ttl li:nth-of-type(3) img{
	left:-18px;
}
#simulation .sim_choice .switch01 li{
	height:90px;
	margin-top: 10px;
	cursor: pointer;
}
#simulation .sim_choice .switch01 li:nth-of-type(1),
#simulation .sim_choice .switch01 li:nth-of-type(2){
	padding-top: 20px;
}
#simulation .sim_choice .switch01 li:nth-of-type(3){
	margin-right: 0;
}

#simulation .bite_choice h3{
	margin-bottom:35px;
}
#simulation .bite_choice ul li{
	font-size: 16px;
	color: #070B7D;
	line-height: 24px;
	border-radius: 4px;
	border:2px solid #070B7D;
	width: 143px;
	height:66px;
	position:relative;
	float: left;
	text-align: center;
	font-weight: bold;
	background: white;
	padding-top:20px;
	margin-right: 9px;
	cursor: pointer;
}
#simulation .bite_choice ul li:last-child{
	margin-right:0;
}
#simulation .bite_choice ul li.twoline{
	padding-top:8px;
}

#simulation .option_choice h3{
	margin-bottom:35px;
}

#simulation .option_choice ul{
	width: 566px;
	margin:0 auto
}
#simulation .option_choice ul li{
	font-size: 16px;
	color: #070B7D;
	line-height: 24px;
	border-radius: 4px;
	border:2px solid #070B7D;
	width: 270px;
	height:66px;
	position:relative;
	float: left;
	text-align: center;
	font-weight: bold;
	background: white;
	padding-top:20px;
	margin-right: 26px;
	cursor: pointer;
}
#simulation .option_choice ul li:last-child{
	margin-right:0;
}
#simulation .execution{
	border-top:none!important;
	background:#F2F2F2;
	text-align: center;
	padding-top:60px;
	width: 100%!important;

}
#simulation .execution button{
	background:#e60012;
	padding: 0 30px;
	font-size: 16px;
	color:white;
	border-radius: 4px;
	height:66px;
	box-shadow:0px 0px 6px 3px #e2e2e2;
	cursor: pointer;

}

#simulation .result{
	border-top:none!important;
	background:#e60012;
	background-image:url(/sim/img/ba_01/sim_lp_simulation_illust04.png);
	background-repeat:no-repeat;
	background-position: center 110px;
	text-align: center;
	padding-top:60px;
	width: 100%!important;
	color:white;
}

#simulation .result .result_dti{
	border:white 2px solid;
	padding:5px 30px 0;
	display: inline-block;
	font-size: 20px;
	height: 60px;
}

#simulation .result .result_dti #result_dti_price{
	font-size: 30px;
	top:3px;
}

#simulation .result .result_dti .zei{
	font-weight: normal;
}

#simulation .result .result_Comparison{
	font-size: 25px;
	margin-top: 35px;
}
#simulation .result .result_Comparison .txt_position{
	top:-4px;
}
#simulation .result .result_Comparison #result_Comparison_price{
	font-size: 44px;
	text-align:right;
	border-radius: 4px;
	display: inline-block;
	width: 250px;
	height: 66px;
	padding-right: 10px;
}

#simulation .result .result_year{
	font-size: 25px;
	margin-top: 30px;
	display: inline-block;
	padding-bottom: 7px;
}
#simulation .result .result_year.underline{
	background-repeat: repeat-x;
	background-image:url(/sim/img/ba_01/sim_lp_simulation_ul.png);
  	background-position: 0 38px;
}
#simulation .result_comment{
	border-top:none!important;
	margin:20px auto 0;
}

/*price*/
ul.of-hidden20sPlan {
    width: 101%;
    text-align: center;
}
ul.of-hidden20sPlan li {
    float: left;  !important!
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    width: 49% !important;
}

#price .price_wrap{
	padding:0 129px;
}
#price .sim_plan{
	padding:0 129px;
}
#price .price_plan  .price_wrap > ul,
#price .sim_plan  .sim_wrap > ul{
	margin: 34px auto;
}
#price .price_plan  .price_wrap > ul > li,
#price .sim_plan  .sim_wrap > ul > li{
	float: left;
	margin-right: 10px;
  width: 32%;
}
#price .price_plan  .price_wrap > ul > li:last-child,
#price .sim_plan  .sim_wrap > ul > li:last-child{
	margin-right: 0;
}

#price .price_plan  .price_wrap > ol > li,
#price .sim_plan  .sim_wrap > ol > li{
	text-indent: -1em;
	padding-left: 1em;
}

#price .price_plan  .price_wrap > ol > li:before,
#price .sim_plan  .sim_wrap > ol > li:before{
	display: inline;
	content:"※";
}
#price .sim_plan .emphasis{
	text-decoration: underline;
	text-decoration-color: #e60012;
}



/*campaign*/
#cp {
	background: url(/sim/img/ba_01/sim_lp_bg02.png);
}
#cp dl, #cp p {
	width: 714px;
	margin: 0 auto;
}
#cp dt, #cp dd, #cp p {
	text-align: left;
}
#cp dt {
	height: 44px;
	padding: 8px 0 0 10px;
	color: #070B7D;
	background-color: #dadbec;
}
#cp dt:nth-of-type(3) {
	padding-left: 14px;
}
#cp dd {
	color: #fff;
	font-size: 20px;
}
#cp dd:nth-of-type(1) {
	margin-bottom: 12px;
}
#cp p {
	color: #fff;
	padding-bottom: 96px;
}
/*contents*/
/*export*/
h3.subtitle {
	font-size: 30px;
	border-bottom: solid 4px #070B7D;
}
h4 {
	height: 56px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #fff;
	border: solid 2px #0B0B0B;
}
.guide01 {
	position: relative;
	width: 800px;
	height: 700px;
	margin: 0 auto;
	padding-left: 20px;
	background: url(/sim/img/ba_01/sim_lp_export_im01.png) no-repeat 40% 50%;
}
ul.flex_top {
	width: 800px;
	display: flex;
	justify-content: space-between;
}
ul.flex_bottom {
	width: 800px;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
p span.yellowline {
	border-bottom: solid 3px #f2b321;
}
/*QandA*/
.export .heading {
	width: 306px;
	height: 96px;
	margin: 0 auto -70px;
}
.qanda .toggle dt {
	width: 480px;
	height: 54px;
	margin: 0 auto;
}
.qanda .toggle dt div {
	border: solid 2px #272727;
	border-radius: 8px;
	padding: 12px 0;
	background: url(/sim/img/ba_01/sim_lp_ic06.png) no-repeat right 3% top 52%;
}
.qanda .toggle dt.active div {
	background: url(/sim/img/ba_01/sim_lp_ic07.png) no-repeat right 3% top 52%;
}
#answer01, #answer01-2, #answer02, #answer03, #answer04, #answer05, #answer06 {
	display: none;
}
.qanda h2.q, .faq h2.q {
	width: 116px;
	height: 132px;
	margin: -50px auto 20px;
}
.qanda .gray_btn {
	margin-top: 48px;
}
/*price*/
.price .navwrap {
	width: 1000px;
	margin: 0 auto;
}
.price h2.heading {
	width: 174px;
	height: 96px;
	margin: -26px auto 20px;
}
#tabBoxes > div {
	display: none;
}
#tabBoxes > div.active {
	display: block;
}
.price #tabMenu {
	width: 999px;
	display: flex;
}
.price #tabMenu li {
	width: 333px;
	font-weight: bold;
	border-left: none;
}
.price #tabMenu li.active {
	border-bottom: solid 1px #fae6bc;
}
.price #tabMenu li a {
	display: block;
	padding: 10px 0;
	color: #070B7D;
	background-color: #fff;
}
.price #tabMenu li.active a {
	background-color: #fae6bc;
}
#tabBox02, #tabBox03 {
	display: none;
}
.price h2.subheading {
	width: 352px;
	height: 96px;
	margin: 0 auto -78px;
}
.price figure.decoration {
	margin: 30px 0 -104px 100px;
}
.price .twocolumn01 dl {
	width: 342px;
	height: 286px;
	background: url(/sim/img/ba_01/sim_lp_bg03.png)no-repeat;
}
.price .twocolumn01 dl dt img {
	margin-top: -60px;
	margin-bottom: 0;
}
.price .twocolumn01 dl.left dt {
	padding-bottom: 0px;
}
.price .twocolumn01 dl.left dd {
	padding-top: 40px;
}
.price .twocolumn01 dl.right dt {
	padding-top: 10px;
}
.price .twocolumn01 dl.right dd {
	padding-top: 30px;
}
.table01 caption, .table03 caption {
	height: 48px;
	padding-top: 16px;
}
thead th {
	color: #fff;
	font-weight: normal;
}
.table01 tbody th, .table04 tbody tr th:nth-of-type(1) {
	padding-left: 10px;
	text-align: left;
}
ul.description li {
	float: right;
	width: 178px;
	height: 78px;
	margin: 0 4px;
	padding: 6px 8px;
	border: solid 2px #272727;
}
ul.description li:nth-of-type(2) {
	padding: 6px 0 0 6px;
}
.table02 caption {
	height: 20px;
	margin-bottom: 4px;
}
.table02 th, .table02 td {
	padding: 4px 0;
}
.frame01, .frame02 {
	position: absolute;
	top: -12px;
	left: -30px;
}
td sup {
	position: absolute;
	top: -20px;
	left: 30px;
}
.twocolumn02 dl.left {
	margin-left: 10px;
}
.twocolumn02 dl.right {
	margin-right: 10px;
}
.table03 tbody th small, .table04 th {
	font-weight: normal;
}
/*Check*/
.check h2.heading {
	width: 284px;
	height: 96px;
	margin: -20px auto -76px;
}
.check figure.tcenter {
	margin: -22px 0 -120px 0;
}
.check .check_ttl img{
	position: absolute;
	top:-50px;
	left:70px;
}

#check1, #check2, #check3, #check4, #check5, #check6, #check7 {
	border-top: solid 96px #fae6bc;
}
.guide02 {
	border-top: solid 1px #fae6bc;
}
.guide02 figure.here {
	position: absolute;
	top: 75px;
	left: 110px;
}
.guide02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 48px;
}
.guide02 ul li {
	width: 25%;
	height: 130px;
	padding: 0 6px;
	color: #070B7D;
	padding-top: 90px;
	cursor: pointer;

}

.guide02 ul li:nth-of-type(1) {
	background: url(/sim/img/ba_01/sim_lp_check01s.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(1):hover {
	background: url(/sim/img/ba_01/sim_lp_check01s_hover.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(1).menu_active{
	background: url(/sim/img/ba_01/sim_lp_check01s_active.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(2) {
	background: url(/sim/img/ba_01/sim_lp_check02s.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(2):hover {
	background: url(/sim/img/ba_01/sim_lp_check02s_hover.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(2).menu_active {
	background: url(/sim/img/ba_01/sim_lp_check02s_active.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(3) {
	background: url(/sim/img/ba_01/sim_lp_check03s.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(3):hover {
	background: url(/sim/img/ba_01/sim_lp_check03s_hover.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(3).menu_active {
	background: url(/sim/img/ba_01/sim_lp_check03s_active.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(4) {
	background: url(/sim/img/ba_01/sim_lp_check04s.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(4):hover {
	background: url(/sim/img/ba_01/sim_lp_check04s_hover.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(4).menu_active {
	background: url(/sim/img/ba_01/sim_lp_check04s_active.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(5) {
	background: url(/sim/img/ba_01/sim_lp_check05s.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(5):hover {
	background: url(/sim/img/ba_01/sim_lp_check05s_hover.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(5).menu_active {
	background: url(/sim/img/ba_01/sim_lp_check05s_active.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(6) {
	background: url(/sim/img/ba_01/sim_lp_check06s.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(6):hover {
	background: url(/sim/img/ba_01/sim_lp_check06s_hover.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(6).menu_active {
	background: url(/sim/img/ba_01/sim_lp_check06s_active.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(7) {
	background: url(/sim/img/ba_01/sim_lp_check07s.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(7):hover {
	background: url(/sim/img/ba_01/sim_lp_check07s_hover.png) no-repeat center 2px;
}
.guide02 ul li:nth-of-type(7).menu_active {
	background: url(/sim/img/ba_01/sim_lp_check07s_active.png) no-repeat center 2px;
}
/*.guide02 ul li:nth-of-type(n+5) {
	margin-top: 10px;
}*/
.choices {
	width: 330px;
	height: 66px;
	margin: 0 auto 48px;
	border: solid 2px #070B7D;
	border-radius: 4px;
	padding-top: 20px;
}
.check li {
	margin-bottom: 25px;
}
.check li.active {
	color: #fff;
	background-color: #070B7D;
}
#check01_1, #check01_2, #yes03_1, #yes04_1 {
	display: none;
}
.twocolumn04 {
	width: 708px;
	margin: 0 auto;
}
.twocolumn04 li {
	width: 45%;
}
.hide01 p, .hide02 p, .hide03 p, .hide04 p, .hide05 p, .hide06 p, .hide07 p {
	display: none;
	width: 708px;
	margin: 0 auto 48px;
	padding: 20px 20px 20px 120px;
	border: solid 2px #070B7D;
	border-radius: 4px;
	background: url(/sim/img/ba_01/sim_lp_ic05.png) no-repeat 20px 14px;
}
.check figure.number {
	width: 90px;
	height: 108px;
	margin: -60px auto 0;
}
/*use Flow*/
ol.flowimage li, ol.flowcaption li, ol.flowtext li {
	float: left;
}
.useflow ol.flowimage li:nth-of-type(2n+1) {
	width: 19%;
}
.useflow ol.flowimage li:nth-of-type(2n) {
	width: 8%;
	margin-top: 34px;
}
.flowcaption li:nth-of-type(1) {
	width: 190px;
}
.flowcaption li:nth-of-type(2) {
	width: 200px;
}
.flowcaption li:nth-of-type(3) {
	width: 240px;
}
.flowcaption li:nth-of-type(4) {
	width: 170px;
}
ol.flowtext li {
	width: 170px;
}
ol.flowtext li:nth-of-type(n+2) {
	margin-left: 40px;
}
.shipping {
	border: solid 2px #0B0B0B;
	padding: 24px 48px;
}
.shipping figure {
	margin: -90px 0 -24px;
}
.shipping dl dd {
	margin-bottom: 10px;
}
.shipping dl dt {
	margin-top: 20px;
}
/*FAQ*/
.faq figure {
	margin: -60px 0 -51px 0;
}
.faq ul {
	display: flex;
}
.faq .toggle dd {
	display: none;
}
.faq .faq_q li {
	border-right: none;
}
dt .faq_q li:nth-of-type(2) {
	background: url(/sim/img/ba_01/sim_lp_ic08.png) no-repeat right 2% top 50%;
}
dt.active .faq_q li:nth-of-type(2) {
	background: url(/sim/img/ba_01/sim_lp_ic09.png) no-repeat right 2% top 50%;
}
.faq .faq_a li:nth-of-type(1) {
	border-top: solid 4px #fff;
}
.faq .faq_a li:nth-of-type(2) {
	border-top: solid 4px #070b7d;
}
.faq ul li {
	padding: 10px 18px;
}
.faq .faq_a li:nth-of-type(2) {
	padding: 0 20px 20px;
}
.border {
	border-top: solid 2px #070b7d;
	border-right: solid 2px #070b7d;
	border-bottom: solid 2px #070b7d;
}
#faq04 table{
	float: left;
}
#faq04 table:nth-of-type(1){
	width: 60%;
}
#faq04 table:nth-of-type(1) tbody tr{
	height:87px;
}
#faq04 table:nth-of-type(2){
	width: 10%;
}
#faq04 table:nth-of-type(2) tr{
	height:300px;
}
#faq04 table:nth-of-type(3){
	width: 30%;
}
/*user's Voice*/
.voice .textbox {
	padding: 0 59px;
	border: solid 3px #272727;
}
.voice .textbox:nth-of-type(2n+1) dl dt {
	padding-right: 30px;
}
.voice .textbox:nth-of-type(2n) dl dd span {
	padding-right: 12px;
}
.voice figure:nth-of-type(1) {
	margin: -32px 0 -144px 0;/*一番上でない時topを-58pxに*/
}
.voice figure:nth-of-type(2) {
	margin: -35px 0 -92px 0;
}
.voice figure:nth-of-type(3) {
	margin: -37px 0 -100px 0;
}
/*apply*/
.application h2 {
	margin-top: -46px;
}
/*Footer*/
footer {
  border-top: 48px solid #000;
}
footer .contentswrap{
  padding:40px 0;
}
footer .safe{
  position: absolute;
  width: 50px;
  top:38px;
  right:216px;
}
footer .safe img{
  width: 100%;
}
footer .foot {
  margin: 0 auto;
  text-align: center;
}
footer .foot ul {
  display: inline-block;
}
footer .foot ul li {
  float: left;
}
footer .foot ul li:nth-of-type(2n+1) {
 padding:0 20px;
}
footer .foot ul li:first-child {
 padding:0 20px 0 0;
}
footer .foot ul li:last-child {
 padding:0 0 0 20px;
}
footer .foot ul li a{
  color:#000;
}
footer p {
  margin: 20px 0 0;
}
/*clear fix*/
.flex_top:after, .flex_bottom:after, .price .navwrap:after, .price #tab:after, .twocolumn01:after, .useflow ol:after, .twocolumn02:after, .twocolumn03:after, .guide02 ul:after, .twocolumn04:after, .faq ul:after, .voice .textbox dl:after, footer ul:after {
	content: " ";
	display: block;
	clear: both;
}
.table08, .table09 {
	border-collapse: collapse;
	border-spacing: 0;
}
.docomo {
	background-color: #D70032;
}
.au {
	background-color: #FF5B00;
}
.softbank {
	background-color: #bbbbbb;
}
.table08 th, .table08 td, .table09 th, .table09 td {
	border: solid 1px #000;
}
.table08 .bt-none {
	border-top: none;
}
.table08 .bb-none {
	border-bottom: none;
}
.tdashed {
	border-top: dashed 1px #0b0b0b;
}
.table08 thead {
	color: #0d0d0d;
}
.table08 th, .table09 th {
	font-weight: normal;
}
.table08 .tleft {
	padding-left: 4px;
}
.modal-content {
	width: 1000px;
	margin: 0;
	padding: 10px 20px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 3;
}
#modal-overlay {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
table.cp3g {
	width: 90%;
	margin: 0 5%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.cp3g th {
	position: relative;
	background-color: #D7E6EB;
	border:1px solid #C5C6C7;
	font-weight: normal;
	padding: 15px 55px 15px 15px;
	text-align: left;
	width: 250px;
}
table.cp3g th.required:after,
.agreeOuter label.required:after
{
	display: inline-block;
	content: "\5fc5\9808";
	position: absolute;
	top:15px;
	right:15px;
	background-color: #B8231D;
	color: #fff;
	font-style: normal;
	font-size: 9pt;
	text-align: center;
	padding: 2pt 5pt;
	border-radius: 3pt;
}
table.cp3g td {
	background-color: transparent;
	border:1px solid #C5C6C7;
	padding: 10px;
}
table.cp3g td label {
	display:block;
	position: relative;
}
table.cp3g td .radio.inline {
	display:inline-block;
}
table.cp3g td .radio label {
	padding: 5px 5px 5px 25px;
}
table.cp3g .radio label input {
	position: absolute;
	top: 6px;
	left: 0;
}
p.footerCopyBgWh {
    color: #000;
}
