@charset "utf-8";

#wrap {
	margin: 0 auto;
}

@media screen and (max-width: 750px) {

	#wrap {
		width: 100%;
	}

}

input[type=radio], input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	position: relative;
	display: inline-block;
//	margin: 0 20px 8px 0;
//	padding: 20px 12px 20px 42px;
	padding: 12px 12px 12px 42px;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	display: block;
//	text-align: center;
//	border: 1px solid #ccc;
//	border: 1px solid #D3D3D3;
//	border: 1px solid #F7F8FF;
//	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}
.radio:hover, .checkbox:hover,
input[type=radio]:checked + .radio {
//	background-color: #F7F8FF;
	background-color: #1c3198;
	color: #FFFFFF;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  content: '';
  box-sizing: unset;
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
//  background-color: #29567c;
  background-color: #ffffff;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.select,
input[type=text]{
	padding: 5px;
	vertical-align: middle;
}
.back-btn a {
	background: #fff url(/rate/sim/img/ico-link-back.png) no-repeat left 10px center;
	border: 1px solid #D3D3D3;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
	text-align: center;
	padding: 10px 20px 11px 35px;
	display: inline-block;
	min-width: 200px;
}
.back-btn a:hover {
	opacity: .7;
}
.table th.input_cont, .table td.input_cont {
	padding: 5px;
}
.result-box .table.layout-type01 th.result_cont, .result-box .table.layout-type01 td.result_cont {
	padding: 20px;
}
.result-box .table.layout-type01 th.result_title, .result-box .table.layout-type01 td.result_title {
	background-color: #003388;
	color: #fff;
	font-weight: bold;
}
.result-box .table.layout-type01 th.result_subtitle1, .result-box .table.layout-type01 td.result_subtitle1 {
	background-color: #3358D9;
	color: #fff;
}
.result-box .table.layout-type02 th.result_subtitle1, .result-box .table.layout-type01 td.result_subtitle2 {
	background-color: #2244BB;
	color: #fff;
	font-weight: bold;
}

.result-coat-box {
	padding: 10px 25px 10px 60px;
}
.result-coat-box .list {
	margin-top: 5px;
}
.result-coat-box .explanation li {
	font-size: 1.6rem;
}

@media screen and (max-width: 1140px) {
	.result-coat-box {
		padding: 10px 15px 10px 15px;
	}
}

.attention {
	font-size: 1.4rem;
}

.explanation {
	padding-left: 0.6em;
}

.explanation li {
	text-indent: -0.4em;
	font-size: 1.7rem;
}


@media screen and (min-width: 768px) {
	.radio.shinya {
		padding: 33.798px 12px 33.798px 42px;
	}	
	.shiyoryo_link {
		margin-top: -20px;
		text-align: right;
		text-decoration: underline;
		color: #FF4141;
	}
	.rate_link {
		text-align: right;
		text-decoration: underline;
		margin-left: 20px;
	}
	.input_table {
		width: 81.68245%;
	}
	.result-box .table.layout-type01 th.result_cont, .result-box .table.layout-type01 td.result_cont {
		padding: 7px;
	}
	.result_cont, .result_diff {
		font-size: 24px;
		font-weight: bold;
	}	
}
@media screen and (max-width: 767px) {
	.back-btn a {
		min-width: 140px;
	}
	.radio.shinya {
		padding: 29.598px 12px 29.598px 42px;
	}
	.result_cont, .result_diff {
		font-size: 1.6rem;
	}	
}

.sim-input-box {
	max-width: 680px;
	margin: auto;
	padding: 20px;
	background: #F7F8FF;
	margin-bottom: 30px;
}
.sim-input-box .sum {
	padding: 10px;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 5px;
}
.sim-input-box .sum span {
	display: inline-block;
	padding: 0 8px;
	font-size: 28px;
	font-size: 2.8rem;
}
.end {
	justify-content: flex-end;
	-ms-flex-pack: end;
}
.rightitem {
	justify-content: center;
	-ms-flex-pack: center;
	padding: 0px 180px 0px;
	float: right;
}

@media screen and (max-width:599px){
	.rightitem {
		padding: 0px 0px 0px;
		float: non;
	}
}

.sim-input-box .month-box {
	background-color: #C9C9C9;
	padding: 10px 30px 20px;
	margin: 15px 0;
}
.sim-input-box .month-box .l-grid > * {
	display: block;
	text-align: center;
}
.sim-input-box .month-box li {
	font-size: 1.5rem;
}
.sim-input-box input {
	display: block;
	width: 70px;
	text-align: center;
	margin: 3px auto;
}
.sim-input-box .link-btn {
	min-height: auto;
	padding: 10px;
}
@media screen and (max-width:767px) {
	.sim-input-box .month-box {
		padding: 10px 0 20px;
	}
}

.result-box {
	padding: 20px;
	background-color: #F7F8FF;
	//margin-bottom: 80px;
}
.result-box .tokubox dt {
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	padding: 15px;
	padding-right: 40px;
	text-align: center;
}
.result-box .tokubox dt:after {
	content: "";
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 15px solid #000;
	position: absolute;
	right: 15px;
}
.result-box .tokubox dd {
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	font-size: 2rem;
}
.result-box .tokubox dd.ana_link {
	margin-top: -25px;
}
.result-box .tokubox dd.ana_link a {
	font-weight: normal;
	font-size: 18px;
	color: #003399;
	text-decoration: underline;
}
.result-box .tokubox dd span {
	font-size: 32px;
	font-size: 3.2rem;
}

@media print, screen and (min-width: 768px) {
	.result-box .tokubox dt {
		display: table-cell;
		width: 40%;
	}
	.result-box .tokubox {
		display: table;
		width: 100%;
		margin-bottom: 20px;
	}
	.result-box .tokubox dd {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.result-box .tokubox dd {
		margin-bottom: 20px;
	}
	.result-box .tokubox dd.ana_link {
		margin-top: -45px;
		padding: 15px 5px;
	}
	.result-box .tokubox dd.ana_link a {
		font-size: 14px;
		text-decoration: underline;
	}
}

//.result-box .plan-box {
//	margin-bottom: 40px;
//}
.result-box .plan-box .actual {
	position: relative;
}
.result-box .plan-box .actual:after {
	content: "";
}
.result-box .plan-box ul {
	border: 1px solid #ccc;
}
.result-box .plan-box li {
	text-align: center;
}
.result-box .plan-box ul li:first-child {
	border-bottom: 1px solid #ccc;
	background-color: #EBEBEB;
	text-align: center;
	padding: 10px 15px;
}
.result-box .plan-box ul li:last-child {
	background-color: #fff;
	text-align: center;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
//	font-size: 1.7rem;
}
.result-box .plan-box ul li:last-child span {
	font-size: 24px;
	font-size: 2.4rem;
}
.result-box .plan-box .actual ul li {
	background-color: #fff;
	text-align: center;
	padding: 10px 15px;
}
.result-box .plan-box .actual ul li:first-child {
	border-bottom: 1px solid #ccc;
	background-color: #EBEBEB;
	text-align: center;
	padding: 10px 15px;
}
.result-box .plan-box .afterplan ul li:first-child {
	background-color: #003399;
	color: #fff;
}
.result-box .plan-box .afterplan .value {
	text-align: center;
	background-color: #003399;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 13px 10px;
}
.result-box .plan-box .afterplan .value span {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}


@media print, screen and (min-width: 768px) {
	.result-box .plan-box .actual {
		float: left;
		width: 540px;
		position: relative;
		padding-right: 50px;
	}
	.result-box .plan-box .actual:after {
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 15px solid #000;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -10px;
	}
	.result-box .plan-box .afterplan {
		width: calc(100% - 540px);
		float: right;
	}
	.result-box .plan-box .afterplan ul {
		width: 280px;
		float: left;
	}
	.result-box .plan-box .afterplan .value {
		width: calc(100% - 300px);
		float: right;
	}
}

@media print, screen and (max-width: 1140px) {
	.result-box .plan-box .actual {
		width: 440px;
	}
	.result-box .plan-box .afterplan {
		width: calc(100% - 440px);
	}
}

@media screen and (max-width: 767px) {
	.result-box .plan-box .actual {
		padding-bottom: 30px;
	}
	.result-box .plan-box .actual:after {
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 15px solid #000;
		position: absolute;
		left: 50%;
		bottom: 7px;
		margin-left: -10px;
	}
	.result-box .plan-box .afterplan .value {
		margin-top: 10px;
	}
}

.result-box .table.layout-type01 th ,
.result-box .table.layout-type01 td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.result-box .afterplan .table.layout-type01 td {
	padding: 16.5px;
}
.result-box .table-wrap {
	margin-bottom: 15px;
}
.result-box .link-btn {
	margin-top: 0;
}
.link-btn.menu {
	min-height: auto;
	padding: 10px 35px 11px 20px;
	margin: 0;
	max-width: 350px;
}

@media screen and (max-width: 768px){
	.table.layout-type02.th-m.pc-none th, .table.layout-type02.th-m.pc-none td {
		width: 50%;
		padding: 5px;
		text-align: center;
	}
	.result-box .tokubox dt:after {
		display: none;
	}
	.link-btn.menu {
		font-size: 1em;
	}
}

.hoverAction {
	position: relative;
	display: inline-block;
}
.hoverAction span {
	cursor: pointer;
}
.hoverAction .hover {
	position: absolute;
	width: 500px;
	bottom: 5rem;
	left: 50%;
	margin-left: -225px;
	display: none;
	z-index: 10000;
    background-color: #F1F3F9;
    padding: 2rem;
}
.hoverAction .hover.item2{
	width: 300px;
	margin-left: -150px;
}
.hoverAction .hover img{
	width: 100%;
	padding-top: .5rem
}
.hoverAction .hover:after  {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: solid 10px transparent;
    border-top: solid 10px #F1F3F9;
    margin-left: -20px;
    border-width: 20px;
    border-top-width: 20px;
}

.byContracttype {
	display: none;
}

.step-wrap{margin-bottom:2em;background: #d3d3d3;text-align: center;font-weight: bold;font-size: 20px}
.step-wrap>*{
    padding: .5em!important;
    position: relative;
	width: 100%;
}
.step-wrap .step{
	position: relative;
	color: #003399;
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    margin: auto;
    font-size:14px;
    z-index: 1;
}
.step-wrap>*:after{
	content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 1.9em;
    left:0;
}
.step-wrap>*:nth-of-type(1):after{
    width: 50%;
    left: 50%;
}
.step-wrap>*:nth-of-type(4):after{
    width: 50%;
}
.step-wrap .step span{
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width: 100%;
}
.step-wrap .already{
	background:#ebeefd;
	color: #003399;
}
.step-wrap .active{
	background:#003399;
	color: #fff;
	position: relative;
}
.step-wrap .active:before{
	content: "▼";
    position: absolute;
    color: #003399;
    bottom: -.9em;
    left: 50%;
    font-size: 1.5em;
    margin-left: -.5em;
}
.info-box a {
	text-decoration: underline;
}

/*flex*/
@media screen and (max-width:599px){
.flex.sp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.flex.sp.grid4>*{flex-basis:25%;width:25%}
.step-wrap>*{
    padding:.25em;
}
.step-wrap>*:after{
    height: 2px;
}
.step-wrap{font-size: 12px}
.step-wrap .step{
    font-size:8px;
}
.hoverAction .hover {
	width: 300px;
	bottom: 3.5rem;
	margin-left: -150px;
	padding:1.5rem;
}
.hoverAction .hover.item2{
	left: 0;
	margin-left: 0;
}
.hoverAction .hover.item2:after  {
    left: 15%;
}
}
@media screen and (min-width:600px){
.flex.pc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.flex.pc.grid4>*{flex-basis:25%;width:25%}
}

.tel-text{
	display: block;
    margin: auto;
    padding: 1rem;
    text-align: center;
    color: #003399;
    font-weight: bold;
}

@media print, screen and (min-width: 768px){
	.pc-w40{width: 40%}
	.pc-w60{width: 60%}
}


.ttl-lv03 span {
	font-size: 20px;
	font-size: 2.0rem;
    color: #003399;
}
@media print, screen and (min-width: 768px) {
	.ttl-lv03 span {
		font-size: 28px;
		font-size: 3.0rem;
	    color: #003399;
	}
}


@media screen and (max-width: 767px) {

	.acc-box .table {
		font-size: 1.5rem;
	}
}

/*btn 旧.link-btn*/
.calc-btn {
	background: #fff;
	border: 1px solid #D3D3D3;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
	min-height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
		-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex: 0 1 auto;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items        : center;
	justify-content: center;
	-ms-flex-pack: center;
	margin: 15px auto 0;
	padding: 5px 39px 5px 15px;
	width: 100%;
	min-width: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.calc-btn {
		background-size: 15px auto;
		padding: 0 25px;
	}
}
