<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* tabls of contents
 *
 * reset and basic style
 * general
 * top
 * easy_sim
 * navi
 * popup
 * common
 */

.sim_wrapper img{
	width: 100%;
}
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
.sim_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.sim_container:after,
.sim_row:after,
.sim_col:after,
.sim_clr:after,
.sim_group:after {
	content: "";
	display: table;
	clear: both;
}
/* DEFAULT COLUMN STYLES */
.sim_col {
	display: block;
	float: left;
	width: 100%;
}
.span_1 { width: 8.33333333333%; }
.span_2 { width: 16.6666666667%; }
.span_3 { width: 25%; }
.span_4 { width: 33.3333333333%; }
.span_5 { width: 41.6666666667%; }
.span_6 { width: 50%; }
.span_7 { width: 58.3333333333%; }
.span_8 { width: 66.6666666667%; }
.span_9 { width: 75%; }
.span_10 { width: 83.3333333333%; }
.span_11 { width: 91.6666666667%; }
.span_12 { width: 100%; }
/* reset some style */
.sim_wrapper h1,
.sim_wrapper h2,
.sim_wrapper h3,
.sim_wrapper h4,
.sim_wrapper h5,
.sim_wrapper h6,
.sim_wrapper label {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
.sim_wrapper label {
	display: inline;
}
.sim_wrapper a img {
	padding-right: 0;
}
/* $general */
.sim_wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.sim_wrapper input[type="radio"] {
  display: none;
}
.sim_wrapper .radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 32px;
  border-radius: 8px;
  /*background-color: #f6f7f8;*/
  vertical-align: middle;
  cursor: pointer;
}
.sim_wrapper .radio:hover {
  /*background-color: #e2edd7;*/
}
.sim_wrapper .radio:hover:after {
  border-color: #53b300;
}
.sim_wrapper .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.sim_wrapper .radio:before {
  /*-webkit-transition: opacity 0.2s linear;*/
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
	background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.sim_clumb {
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
}
.sim_wrapper .sim_container {
	width: 980px;
	margin: 0 auto;
}

.sim_wrapper {
	background-color: white;
	color: #414141;
}
.sim_wrapper .sim_block1 {
	margin: 0 auto;
	width: 89%;
}
.sim_wrapper .sim_block2 {
	margin: 0 auto;
	width: 93.75%;
}
.sim_app_wrapper {
	margin-top: 1rem;
}
.sim_step_navi {
	width: 275px;
	margin: 33px 0;
}
.sim_form {
	background-color: #FFFFDF;
	border-bottom: solid 2px #7AA82E;
	border-left: solid 2px #7AA82E;
	border-right: solid 2px #7AA82E;
}
.sim_app_note {
	color: #F92B1A;
	font-weight: bold;
	font-size: 18px;
	line-height: 33px;
}
.sim_row_item_border {
	border-bottom: #C3E39E dotted 2px;
}
.sim_row_item {
	padding: 36px 7px;
	margin: 0 18px;
	font-size: 21px;
}
.sim_ttl_item {
	border-left: #84C438 solid 1em;
	padding-left: .1em;
	line-height: 1em;
	font-size: 28px;
	margin-top: 18px;
}
.sim_item_right {
	line-height: 64px;
}
input[type="text"].sim_input_text {
	border: #D8BCA0 solid 1px;
	text-align: right;
	font-size: 24px;
	padding-right: .2em;
}
input[type="text"].sim_input_large, input[type="number"].sim_input_large {
	font-size: 32px;
	width: 100%;
}
.sim_result_box {
	border: solid #D8BCA0 2px;
	background-color: white;
	height: 70px;
	position: relative;
}
.sim_ttl_result {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 268px;
	height: 70px;
}
.sim_result_value {
	width: 60%;
	height: 70px;
	line-height: 70px;
	font-size:1.4em;
	font-weight: bold;
	float: right;
	position: relative;
}
.sim_result_value p {
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-right: .6em;
}
.sim_label_en {
	font-size: 25px;
	margin-top: 28px;
	text-align: center;
}
.sim_btn_next_step {
	width: 300px;
	margin: 46px auto;
	cursor: pointer;
}
.icon_item {
    cursor: pointer;
}
.icon_item img {
	width: 1em;
	display: inline;
}
/* $top */

.sim_wrapper .sim_ttl_wrapper {
	border-top: solid #C7813B 1px;
	border-bottom: solid #C7813B 1px;
  margin-top: 26px;
}
.sim_wrapper .sim_main_description {
	margin-top: 1em;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
}
.sim_wrapper .sim_lead_howto {
	margin-top: 1rem;
}
.sim_wrapper .sim_lead_howto h4 {
	width: 293px;
	margin-bottom: .4rem;
}
.sim_wrapper .sim_lead_howto ul li {
	font-weight: bold;
	font-size: 16px;
}
.sim_wrapper .sim_note {
	font-size: 13px;
}
.sim_wrapper .sim_main_note {
	margin-top: 1em;
}
.sim_wrapper .sim_select_method_wrapper {
	border-top: 2px solid #7AA82E;
	border-bottom: 2px solid #7AA82E;
	background-color: #FFFFDF;
	margin-top: 2rem;
}
.sim_wrapper .sim_select_method {

}
h2.sim_ttl_select_method {
  margin: -32px auto 0;
  width: 554px;
}
.sim_select_tip {
	margin: 23px auto 8px;
}
.sim_tip_easy {
	width: 67%;
}
.sim_btn_select_method {
	width: 45%;
	margin: 0 auto;
}
.sim_btn_easy_wrapper {
	border-right: dotted 2px #9F5913;
	width: 488px;
	margin: 0 auto;
	padding-bottom: 23px;
}
.sim_btn_detail_wrapper {
	width: 488px;
	margin: 0 auto;
	padding-bottom: 23px;
}
.sim_tip_detail {
	width: 91.7%;
}
.sim_wrapper .sim_second_note {
	margin-top: 1rem;
	font-size: 16px;
	line-height: 24px;
}
.sim_back_to_top_wrapper {
	margin-top: 75px;
	padding-bottom: 200px;
	justify-content: flex-end;
}

/* $easy_sim */

.line_header{
	background-color: #8BB33B;
}
.sim_easy_family {
	width: 100%;
	margin-top: 28px;
}
.sim_easy_family li {
 margin-bottom: 1em;
}
.sim_label_family {
	width: 55%;
}
.sim_input_family {
	width: 20%;
	margin-top: 12px;
	font-size: 20px;
	background-color: white;
	overflow: hidden;
	border: solid #D8BCA0 2px;
	border-radius: 4px;
	padding: .2em;
	text-align: right;
}
.sim_input_family &gt; select {
	width: 130%;
	padding-left: 1em;
}
.sim_label_nin {
	margin-top: 20px;
}
.sim_header_easy_step1 {
	margin-bottom: 2em;
}
/* ?detail_sim */

.sim_step1_navi_detail {
	margin-bottom: .2em;
}
.sim_ttl_oneline_item {
	width: 170px;
}
.sim_row_item_small {
  padding: .4em 0;
}
.sim_ttl_item_small {
	margin: .5rem 0;
}
.sim_item_small {
	text-align: right;
	padding-right: .5rem;
	margin: .5rem 0;
}
input[type="text"].sim_input_text_small {
	width: 50%;
	margin: .5rem .4em .5rem;
	padding: .2em;
	border: #D8BCA0 solid 1px;
	text-align: right;
}
/* $navi */

.sim_navi_wrapper {
	position: relative;
}
.sim_navi {
  margin:30px 0 30px 0;
  font-size:1.1em;
  font-weight:bold;
  /*  position: fixed;
  border: solid 2px #515151;
  width: 240px;
  bottom: 50px;
  z-index: 500;
  right:3%;*/
}
.sim_navi li{
	line-height:47px;
	padding-left:20px;
	width:300px;
	display:table-cell;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
/*	text-align:center;*/
}

.sim_navi li:last-child{
	border-right: 1px solid #bbb;
}

.sim_navi li.ue{
	line-height:47px;
	padding-left:20px;
	width:400px;
	display:table-cell;
	border-bottom:none;
}
.sim_sp_tab {
	position: absolute;
	width: 43px;
	height: 44px;
	background: url(/static/packages/default/images/sim/tab_for_navi.png) no-repeat left top;
	background-size: 100% 100%;
	bottom: 0;
	left: -45px;
	z-index: 100;
}
.sim_navi_item {
	height: 47px;
	background: url(/static/packages/default/images/sim/nav_bg.png) no-repeat left top;
	background-size: 100% 100%;
}
.sim_navi_item a {
	display: block;
	cursor: pointer;
	position: relative;
	background: url(/static/packages/default/images/sim/arrow_nav.png) no-repeat right top;
	text-decoration: none;
}
.sim_navi_item a:hover {
	background-image: url(/static/packages/default/images/sim/arrow_nav_hover.png);
}
.sim_navi_active {
	background-image: none;
	background-color: #3BAE4F;
}
.sim_navi_active a,.sim_navi_active a:hover {
	background-image: url(/static/packages/default/images/sim/arrow_nav_active.png);
}

/* $sim navigreen */

.sim_navigreen_wrapper {
}

.sim_navigreen {
padding:20px 0 20px 0;
font-size:1.1em;
font-weight:bold;
background-color:#ffffdf;
border-bottom:2px solid #7aa82e;
}

.sim_navigreen li{
	line-height:47px;
	text-align: center;
	width:191px;
	display:inline-block;
	border-radius: 10px;
	margin:0;
	background-color: #fff;
	border:3px solid #7aa82e;
	color: #418a00 !important;
	padding:0 3px 0 2px;
}

.sim_navigreen li:first-child{
	margin:0 0 0 2px;
}

.sim_navigreen li,
.sim_navigreen li::before,
.sim_navigreen li::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.sim_navigreen li:hover {
	background-color: #418a00;
	color: #fff !important;
	border:2px solid #418a00;
}

.sim_navigreen_item {
}

.sim_navigreen_item a {
	opacity: 1 !important;
}

.sim_navigreen_item a:hover{
	color: #fff !important;
}

/* $popup */

.gray_layer {
	position: fixed;
	top: 0;
	left: 0;
	opacity: .3;
	background-color: black;
	width: 100%;
	height: 100%;
	display: none;
    z-index: 1500;
}
.sim_popup {
	position: absolute;
	background-color: white;
	display: none;
	z-index: 2000;
}

/* $common */
.sim_hanged {
	padding-left: 1em;
	text-indent: -1em;
}
.sim_back_to_top_wrapper li {
  float: right;
}
.sim_btn_back_to_top {
	width: 188px;
	display: block;
	cursor: pointer;
}
.sim_color_pink {
	color: #D36F27;
}
.sim_hide {
	display: none;
}

.sim_input_large {
  display: block;
  background-color: white;
	border: #D8BCA0 solid 2px;
	text-align: right;
	padding: .4em;
	height: 64px;
	line-height: 64px;
}
.sim_input_wrapper {
	position: relative;
}
.sim_input_wrapper input[type="text"] {
    ime-mode: disabled !important;
}
.sim_input_tip {
	position: absolute;
	top: -5em;
	right: 0;
	transition: all .5s linear;
	background-color: white;
	padding: .3em;
	border: #7AA82E solid 1px
}
.colorGray {
	color: #ccc;
}
.sim_error_tip {
	text-align: right;
	color: red;
	position: absolute;
	top: -1.6em;
	right: 0;
}

/*
*--------------------------------------------------------------------------
* repair#01
*--------------------------------------------------------------------------
*
*
*/
.search_btn a,.search_btn_02 a {
  text-decoration: none;
}
.search_btn img {
  margin: 0 20px;
  width: 378px;
}
.search_btn_02 img {
  width: 480px;
}
#page_title_area img {
  width: 980px;
}

/*
*--------------------------------------------------------------------------
* repair#02 201509
*--------------------------------------------------------------------------
*
*
*/

.innerWrap02 {
  padding: 0 30px;
  margin-top: 20px;
    line-height: 1.6;
}

ul {
  padding: 0;
  margin: 0;  
}

ul li {
  list-style: none;
}

h1 {
  width: auto;
}

#sim_app {
  margin-top: -46px;
 padding-top: 46px;
}

.attention {
  color: #333;
}

.item {
  padding: 0;
  vertical-align: baseline;
}

.gray_layer {
  z-index: 510;
}

.sim_popup h1 {
  margin-top: 0;
  text-align: center;
  font-size:20px;
}

/*
*--------------------------------------------------------------------------
* repair#03 201608
*--------------------------------------------------------------------------
*
*
*/

.sim_wrapper .fs16px {
    font-size: 16px;
    line-height: 28px;
}
</pre></body></html>