.calculator{
  width:650px;
  border:1px solid #ddd;
  margin:0 auto;
  margin-bottom:50px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  padding-bottom:30px;
  background-color : #FFFFFF;
 }
 .calculator h2{
   margin-top: 25px;
   margin-bottom: 5px;
 }
 .calculator h3{
   border-radius:7px;
    width: 80%;
    font-size: 23px !important;
    font-weight: normal;
    margin: 20px auto;
    background: #e69b3d;
    color: #fff;
    line-height: 2.2;
    position:relative;
    text-align:left;
    padding-left:20px;
    box-sizing:border-box;
 }
 .calculator h3::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    margin-left:-15px;
    border-top: 20px solid #e69b3d;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
 }

 .calculator h3>span{
    background: #fff;
    border-radius: 100px;
    color: #1f609c;
    font-size: 15px;
    margin: 0;
    padding: 10px;
    position: relative;
    margin-right: 20px;
    top: -2px;
    font-weight:bold;
 }

 .calculator h3 > span > span{
   font-size:30px;
   position:relative;
   top:5px;
   margin-left:5px;
   padding-right:5px;
 }


 .calculator dl{
  width: 80%;
  margin: 0 auto;
  font-size:18px;

 }

 .calculator dl.result_dl{
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    border: 3px solid rgba(208,180,121,1.0);
    margin-bottom:30px;
    margin-top:28px;
 }

.result_dl dt:last-child,.result_dl dd:last-child{
  border:none;
}

.calculator dt{
  float:left;
  text-align: center;
  width:200px;
  font-weight:bold;
}

.calculator dd{
  margin-left:200px;
  text-align:left;
}



.c_small{
  font-size:11px;
  font-weight:normal;
}

.calculator dd input{
  margin-right:.5em;
  font-size:18px;
  text-align:right;
}

.calculator dd label{
  margin-right:1em;
}
.calculator dd select{
  font-size:18px;
}

.calculator dd label > input{
  margin-right:.5em;
}

.calculator dt,.calculator dd,.calculator .add + p{
  border-bottom:1px dashed rgba(208,180,121,1.00);
  line-height:3;
}

.calculator .add + p{
  width: 80%;
  padding-top:0;
  margin-top:0;
  font-size:14px;
}

.calculator .add dt,.calculator .add dd{
  border-bottom:none;
}



.calculator ul{
  list-style-type:none;
  line-height:2;
}

.calculator button.c_submit{border: none;
    background: #fff;
}

.calculator button.c_btn_01{
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
  border:1px solid  #A5A5A5;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  width:300px;
  line-height:2;
  font-size:16px;
  border-radius:5px;
  margin-top:10px;
  margin-bottom:20px;
}

 .calculator .caution{
   width:90%;
   margin:10px auto;
   font-size:12px;
   margin-top:20px;
}
.calculator .caution p{
  text-align:left;
}

.result_main{
  font-size:23px;
  color:#867670;
  font-weight:bold;
  margin-bottom:20px;
}

.result_main span{
  font-size:34px;
  color: #ae332b;;
  margin-left:0.25em;
  margin-right:0.25em
}

#printarea{
  position:relative;
}

#printarea a#printarea-position{
  position: absolute;
  top:80px;
}

.result_after{
  font-size:24px;
  line-height:2;
  padding-bottom:100px;
  position:relative;
}

.result_after span{
  font-size:35px;
  line-height:3;
  color:#263D82;
  font-weight:bold;
}

.result_after::after{
  content:"";
  width: 0;
	height: 0;
	border: 60px solid transparent;
	border-top: 60px solid  #2B508E;
  position:absolute;
  bottom:-50px;
  margin-left:-60px;
  left:50%;
}
.result_after_wrap{
width: 1000px;
margin: 0 auto;
}
.after-list {
    padding: 40px 0px;
}

.after-list ul {
  list-style-type: none;
}

.after-list ul li{
  float:left;
  width: 30.3333%;
  color:#4d6493;
}

.after-list ul li img{
  border: #a5c1f2 1px solid;
}

.after-list-p{
  font-size:32px;
  color:#263D82;
  font-weight: bold;
}


#result_item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.after_txt01 {
  display: inline-block;
  text-align: left;
  font-size: 44px;
  color: #263D82;
  font-weight: bold;
  margin-bottom: .75em;
}
.after_txt01 p {
  margin-bottom: 0;
  line-height: 1.4;
}
.after_txt01 span {
  margin-bottom: 0;
  font-size: 26px;
  border-bottom: 4px solid #c40d35;
  line-height: 0.8;
  display: inline-block;
}
.after_txt02 {
  display: inline-block;
  text-align: left;
  font-size: 35px;
  font-size:22px;
  position:relative;
  padding-bottom:100px;
}
.after_txt02::after{
  content:"";
  width: 0;
	height: 0;
	border: 60px solid transparent;
	border-top: 60px solid  #2B508E;
  position:absolute;
  bottom:-50px;
  margin-left:-60px;
  left:50%;
}

.after_list {
  text-align: left;
  font-size: 22px;
  display: inline-block;
}
.after_list p{
  margin-bottom: .5em;
}
.after_list ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2em;
}
.after_list ul li {
  height: 30px;
  margin-bottom: 15px;
  border-bottom: dotted 2px #cbcbcb;
  background-image: url(../images/top/contact_icon.png);
  background-repeat: no-repeat;
  color: #050505;
  padding-left: 40px;
}
