@charset "utf-8";
/* ------------------------------------------------------------------
  お申込み方法の選択画面
------------------------------------------------------------------ */
.fcPink { color:#e40077; }
.new_icon {
	font-size: 12px;
  padding: 1px 5px;
  background: #ff9900;
  color: #fff;
  margin-left: 5px;
}
a.link02 { color:#226bc4; text-decoration:none; }
a.link02:after {
	content: "";
	display: inline-block;
	background: url(/common_v10/images/icn-link-blank-black.svg) no-repeat center;
	background-size: 16px;
	margin-left: 0.3em;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
#entry_type_select .hide { display:none!important; }
#entry_type_select .fwn { font-weight:normal;}
#entry_type_select .inner { width:850px; margin:0 auto; padding:30px 0 20px; }
#entry_type_select .card-block { padding: 20px; }
#entry_type_select .d_ib { display:inline-block; }

#entry_type_select .statusBox .easy_submit_box {
	font-family: 'Noto Sans Japanese Medium';
  float: left;
  border-radius: 5px;
  /*width: 365px;*/
	width: calc( 100% / 2 - 14px );
/*	height: 305px;画像が来たら消す*/
	border: 2px solid #d2d1d2;
	/*padding: 20px;*/
}
#entry_type_select .statusBox .easy_submit_box .labelA {
	text-align: center;
	background: #d9d9d9;
	padding: 20px;
	font-size: 120%;
}
#entry_type_select .statusBox .easy_submit_box .labelB {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 20px 10px 10px;
	font-size: 120%;
}

#entry_type_select .statusBox .easy_submit_box .icon_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
#entry_type_select .statusBox .easy_submit_box .icon_wrap img {
	width: 40px;
	padding: 0 5px;
}
#entry_type_select .statusBox .easy_submit_box .box_inner {
	padding: 10px 20px 20px;
}
#entry_type_select .statusBox .easy_submit_box p#text_4jb {
	line-height: 1.3;
	margin-bottom: 10px;
}
#entry_type_select .statusBox .easy_submit_box:first-child {
	margin-right: 20px;
}
#entry_type_select .statusBox .easy_submit_box a.btnTypeEntry {
	background: #5e9600;
	background: -webkit-gradient(linear,left top, left bottom,from(#6baa00),to(#5e9600));
	background: linear-gradient(to bottom,#6baa00 0%,#5e9600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baa00', endColorstr='#5e9600', GradientType=0);
	color: #fff!important;
  border: 1px solid #5e9600;
  font-size: 129%;
	height: 90px;
}
#entry_type_select .statusBox .easy_submit_box a.btnTypeEntry#entry_type_simulation {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.6;
}
#entry_type_select .statusBox .easy_submit_box a.btnTypeEntry.simu {
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#eeeeee));
	background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	border: 1px solid #cccccc;
	color: #333!important;
}
#entry_type_select .statusBox .easy_submit_box p a span{
	display: block;
	width: 50%;
	margin: 10px auto 0;
	padding: 3px 10px;
	background: #fff;
	color: #5e9600;
	border-radius: 20px;
	font-size: 14px;
}
#entry_type_select .statusBox .easy_submit_box p a.simu span{
	width: 60%;
	color: #333;
	border: 1px solid #cccccc;
	/*background: url(/common_form/img/change/icon_calculator.png) no-repeat 20px 50% #fff;
	background-size: 12px;
	text-indent: 20px;*/
}
#entry_type_select a.btnTypeEntry::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -5px;
}
#entry_type_select a.btnTypeEntry.simu::after {
	border-top: 2px solid #e83416;
	border-right: 2px solid #e83416;
}
#entry_type_select a#entry_type_simulation {
	font-size:120%;
}
#entry_type_select .easy_submit_box .card-block {
	background-color: #fff;
  padding: 20px 0px;
}
#entry_type_select .easy_submit_box .card-block .circle {
  width: 30px;
  height: 30px;
	margin: 5px auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #fff;
  background-color: #7BC100;
  text-align: center;
}
#entry_type_select .entry_type_selectB .easy_submit_box .card-block .circle {
  background-color: #666666;
}
#entry_type_select .easy_submit_box .card-block .circle .status_step {
	position: relative;
}
#entry_type_select .easy_submit_box .card-block .circle .status_step::before,
#entry_type_select .easy_submit_box .card-block .circle .status_step::after {
	width: 140px;
	content: "";
	position: absolute;
	left: 0;
	right: 0px;
	top: 10px;
	border-bottom: 2px solid #7BC100;
	z-index: -1;
}
#entry_type_select .easy_submit_box #form_request_type .card-block .circle .status_step::before,
#entry_type_select .easy_submit_box #form_request_type .card-block .circle .status_step::after {
	width: 120px;
}

#entry_type_select .entry_type_selectB .card-block .circle .status_step::before,
#entry_type_select .entry_type_selectB .card-block .circle .status_step::after {
	border-bottom: 2px solid #666666;
}
#entry_type_select .easy_submit_box .card-block .status_img {
	text-align: center;
	width: 115px;
	margin: 10px 0;
}
#entry_type_select .easy_submit_box #form_request_type .card-block .status_img {
	text-align: center;
	width: 60px;
	margin: 10px auto;
}

#entry_type_select .easy_submit_box .card-block .circle p {
	margin: auto;
  position: relative;
  top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#entry_type_select .easy_submit_box ol {
	display: table;
}
#entry_type_select  .easy_submit_box ol li {
	display: table-cell;
	width: 35%;
}
#entry_type_select .easy_submit_box .c4 ol li {
	width: 25%;
}
#entry_type_select .easy_submit_box ol li p {
	text-align: center;
}
#entry_type_select .easy_submit_box .c4 .card-block_img {
	width: 49%;
}
#entry_type_select .easy_submit_box .card-block_img span{
	margin-left: 10px;
	line-height: 44px;
}
#entry_type_select .easy_submit_box .card-block_img:first-child {
	margin-right: 5px;
}
#entry_type_select .external_link span {
	padding: 0 15px 0 0 ;
	background: url(/common_form/img/change/service_select_bulankicon.png) no-repeat right 50%;
}
#entry_type_select .easy_submit_box #card-block_text {
	text-align: left;
	border-top: 1px solid #d2d1d2;
}
#entry_type_select .easy_submit_box #card-block_text p {
margin-top: 10px;
}

#entry_type_select #service_select ul li {
  display: inline-block;
}
#entry_type_select .plus {
	display: inline-block;
	position: relative;
	margin: 0 5px 0 7px;
	padding: 0;
	width: 2px;
	height: 14px;
	background: #999;
}
#entry_type_select .plus::before {
	display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  background: #999;
}
#entry_type_select .equal{
	display: inline-block;
	position: relative;
	margin-bottom: 3px;
  width: 14px;
  height: 2px;
  background-color: #999;
}
#entry_type_select .equal::before{
	content: "";
	position: absolute;
  top: -5px;
	left: 0;
	width: 14px;
	height: 2px;
	background-color: #999;
}
