@charset "UTF-8";


#contentswrapper {
  margin-top: 20px;
}
/* ============================== */
.page_title {
  margin: 30px 0;
}
.simu_wrapper {
  overflow: hidden;
}
.simu_main {
  width: 54.84%;
  max-width: 540px;
  float: left;
}
.simu_main table.simu {
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.simu_main th.simu_box_ttl {
  background: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 16px 0 14px 30px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-family: "メイリオ", sans-serif;
  width: 100%;
}
.simu_main tr:nth-child(1) th.simu_box_ttl {
  border-top: 1px solid #ddd;
}
.simu_main th.simu_box_ttl .sub {
  font-size: 14px;
  font-weight: normal;
  margin-left: .5em;
}
.simu_main .simu_box {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px 40px;
}
.simu_main .simu_box.bonus {
  padding: 25px 40px 20px;
}
.simu_main .simu_box ,
.simu_main .simu_box label {
  font-size: 16px;
}
.simu_main .simu_box .sublabel {
  font-size: 16px;
  margin-left: 5px;
}
.simu_main .simu_box.bonus .bonus_input01 td:nth-child(1){
  width: 90px;
}
.simu_main .simu_box.bonus .bonus_input02 td {
  padding-top: 20px;
}
table.simu input[type="radio"] {
  margin-bottom: 7px;
}
.simu_box select option {
  font-size: 16px;
}
.simu_box center {
  margin-top: 20px;
}
.simu_box input[type="radio"] {
  accent-color: #826fb0;
}


.simu_side {
  font-family: "メイリオ", sans-serif;
  width: 36.84%;
  max-width: 350px;
  position: relative;
  float: right;
}
.simu_side::before {
  content: "";
  width: 30px;
  height: 71px;
  display: block;
  background: url('../images/pc_simu_arrow.png') no-repeat center center;
  background-size: auto;
  position: absolute;
  top: 200px;
  left: -45px;
}
.simu_side .simu_box_ttl {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #cc0022;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}
.simu_side .simu_box {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px 0;
  border: 4px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
}
.simu_side table.simu_result {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.simu_side .simu_box .simu_result tr:nth-last-child(n+2) {
  border-bottom: 1px dashed #d8d8d8;  
}
.simu_side .simu_box .simu_result th ,
.simu_side .simu_box .simu_result td {
  padding: 18px 0;
  font-family: "メイリオ", sans-serif;
}
.simu_side .simu_box .simu_result th ,
.simu_side .simu_box .simu_result .simu_Tfont {
  font-size: 16px;
  font-weight: bold;
  color: #cc0022;
}
.simu_side .simu_box .simu_result td.result_value {
  font-size: 20px;
  font-weight: bold;
}
.simu_side .side_caution {
  background-color: rgba(204,0,34,.08);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.simu_side .side_caution .side_caution_ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #cc0022;
  background: url(../images/icon_caution.png) no-repeat left top;
  padding: 3px 0 3px 30px;
  line-height: 1;
  margin-bottom: 20px;
}  

.simu_side .side_caution ul {
  margin-left: 1.2em;
}
.simu_side .side_caution li {
  list-style: disc;
  line-height: 185%;
  margin-bottom: 5px;
  font-size: 14px;
}
h2.ctaArea_ttl {
  margin: 50px 0 20px;
  border-top: none;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #cc0022;
  font-family: "メイリオ", sans-serif;
}

.contentsInner {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}

.ctaArea {
  box-sizing: border-box;
  background: #fff0b1;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "メイリオ", sans-serif;
}
.ctaArea .ctaArea_eco ,
.ctaArea .ctaArea_normal {
  width: 445px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
}
.ctaArea .ctaArea_eco .info {
  font-size: 14px;
  line-height: 140%;
  margin-top: 22px;
  margin-bottom: 7px;
}
.ctaArea .ctaArea_normal .info {
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ctaArea .rate {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.ctaArea .rate .fixed_rate {
  margin-right: 5px;
}
.ctaArea .rate .mini {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.ctaArea .rate strong {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
.ctaArea .rate strong .big {
  font-size: 62px;
  line-height: 1;
  color: #cc0022;
  letter-spacing: -.05em;
  background: linear-gradient(transparent 60%, #ffea40 0%);
  display: inline-block;
  margin-left: 2px;
  padding-right: 8px;
}
.ctaArea .btn a {
  display: block;
  text-align: center;
  box-sizing: border-box; 
  border-radius: 40px;
  line-height: 1;
  padding: 22px 0 20px;
  margin: 0 20px;
  position: relative;
}
.ctaArea .btn a:hover {
  text-decoration: none;
}
.ctaArea .ctaArea_eco .btn a {
  background: #009f3a;
  border: 3px solid #005e23;
  box-shadow: 3px 3px 0px 0px rgba(0,94,35,1);
}
.ctaArea .ctaArea_normal .btn a {
  background: #0068b4;
  border: 3px solid #004577;
  box-shadow: 3px 3px 0px 0px rgba(0,69,119,1);
}
.ctaArea .ctaArea_eco .btn a::after {
  content: "";
  display: block;
  width: 56px;
  height: 74px;
  background: url(../images/cta_eco_img.png) no-repeat center center;
  position: absolute;
  right: 25px;
  bottom: 3px;
}
.ctaArea .ctaArea_normal .btn a::after {
  content: "";
  display: block;
  width: 46px;
  height: 74px;
  background: url(../images/cta_normal_img.png) no-repeat center center;
  position: absolute;
  right: 25px;
  bottom: 3px;
}
.ctaArea .btn a .inner {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 14px 3px 45px; 
}
.ctaArea .ctaArea_eco a .inner {
  background: url(../images/cta_arrow01.png) no-repeat left top 2px;
  background-size: auto;
}
.ctaArea .ctaArea_normal a .inner {
  background: url(../images/cta_arrow02.png) no-repeat left top 2px;
  background-size: auto;
}


.checkArea {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 50px 0;
  font-family: "メイリオ", sans-serif;
}
.checkArea .checkArea_btn {
  width: 520px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.checkArea .checkArea_btn a {
  display: block;
  text-align: center;
  background: #826fb0;
  border: 3px solid #5b4d7b;
  box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
  border-radius: 10px;
  padding: 20px 30px;
}
.checkArea .checkArea_btn a:hover {
  text-decoration: none;
}
.checkArea .checkArea_btn a .inner01 {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 160%;
  padding: 4px 0 2px 45px; 
  background: url(../images/check_arrow.png) no-repeat left center;
  background-size: auto;
}
.checkArea .checkArea_btn a .inner01 br.sp {
  display: none;
}

.fixed_banner {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 10;
}
.fixed_banner02 {
  position: fixed;
  right: 0;
  top: 491px;
  z-index: 10;
}
.fixed_banner_sp {
  display: none;
}