﻿@charset "UTF-8";

:root {
  --eco_color: #009f3a;
  --nomal_color: #0068b4;
  --bike_color: #ff8300;
  --bike_border_color: #cc6900;
  --bike_shadow_color: rgba(204, 105, 0, 1);
}

#contentswrapper {
  margin-top: 20px;
}
/* ============================== */
.sp_contents {
  display: none;
}
.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;
}

@media screen and (min-width:640px) {
  
  #topicpath_area_pc {
    margin-bottom: 8px;
  }
  #topicpath_area_pc:after {
    content: "";
    display: table;
    clear: both;
  }
  #topicpath_area_pc #topicpath {
    margin: 0;
    padding-top: 0px;
  }
  #topicpath_area_pc #topicpath li {
    display: inline-block;
    float: left;
    font-size: 86%;
    line-height: 136%;
    margin: 0 0 5px 5px;
  }
  #topicpath_area_pc #topicpath li a {
    background: url(../images/topicpath_arrow.gif) no-repeat right center;
    padding: 0 15px 0 0;
    color: #6666AA;
  }
  #topicpath_area_pc #topicpath li a:visited {
    color: #6666AA;
  }
  #topicpath_area_pc #topicpath li a:hover {
    color: #444488;
  }
  #topicpath_area_pc #topicpath li a:active {
    color: #444488;
  }
  
  .contentsInner {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 90px;
  }

  .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;
  }
}


@media screen and (max-width:641px) {  
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }
  .contentsInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 4%;
    padding-bottom: 50px;
  }
  
  #mobile #mainArea {
    margin-top: 0 !important;
  }
  h1.pagetitle {
    margin-bottom: 0 !important;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 18px;
  }
  .page_title {
    margin: 0 0 30px;
  }
  .page_title img {
    width: 80%;
    max-width: 402px !important;
    height: auto;
  }
  
  .simu_main .simu_box .simu_inner {
    width: 100%;
  }
  .simu_main .simu_box .simu_inner td:nth-child(2) {
    width: 100%;
  }
  
  .simu_main .simu_box ,
  .simu_main .simu_box.bonus {
    padding: 10px 4% 5px;
    text-align: left;
  }
  .simu_main .simu_box.bonus {
    padding: 0 4%;
  }
  .simu_main th.simu_box_ttl {
    padding: 6px 0 4px 14px;
    font-size: 14px;
  }
  .simu_main th.simu_box_ttl .sub {
    font-size: 10px;
  }
  .simu_main .simu_box .check {
    width: 100%;
  }
  .simu_main .simu_box table.simu_inner {
    margin: 4px 0;
  }
  .simu_main .simu_box.bonus center .simu_inner {
    margin-bottom: 5px;
  }
  .simu_main .simu_box .bonus_input01 td {
    padding-top: 10px;
  }
  .simu_main .simu_box .bonus_input01 td ,
  .simu_main .simu_box .bonus_input02 td {
    text-align: left;
    padding-left: 0;
  }
  .simu_main .simu_box.bonus .bonus_input02 td {
    padding-top: 5px;
  }
  table.simu input[type="radio"] {
    -webkit-transform: scale(1.6) !important;
    transform: scale(1.6) !important;
  }
  .simu_main .simu input[type="number"] ,
  .simu_main .simu_box select {
    width: 75px !important;
    font-size: 16px !important;
    padding: 0 !important;
    border: 1px solid #ddd !important;
  }
  .simu_main .simu_box label {
    font-size: 14px;
  }
  .simu_main .simu_box .sublabel {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
  }
  .simu_main .simu_box center {
    margin-top: 10px;
  }
  
  .simu_side {
    margin-top: 40px;
    border-top: none !important;
    max-width: 100%;
  }
  .simu_side::before {
    content: "";
    width: 100%;
    height: 24px;
    display: block;
    background: url('../images/sp_simu_arrow.png') no-repeat center center;
    background-size: auto 18px;
    position: absolute;
    top: -30px;
    left: 0;    
  }
  .simu_side .simu_box_ttl {
    font-size: 16px;
    padding: 12px 0;
  }
  .simu_side .simu_box .simu_result th ,
  .simu_side .simu_box .simu_result td {
    padding: 12px 0;
  }
  .simu_side .simu_box .simu_result th ,
  .simu_side .simu_box .simu_result .simu_Tfont {
    font-size: 16px;
  }
  .simu_side .simu_box .simu_result td.result_value {
    font-size: 16px;
  }
  
  h2.ctaArea_ttl {
    margin: 40px 0 10px;
    font-size: 24px;
  }
  .checkArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 40px 0 25px;
    font-family: "メイリオ", sans-serif;
  }
  .checkArea .checkArea_btn {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .checkArea .checkArea_btn a {
    display: block;
    text-align: left;
    background: #826fb0;
    border: 3px solid #5b4d7b;
    box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
    border-radius: 10px;
    padding: 12px 5%;
  }
  .checkArea .checkArea_btn a .inner01 {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 140%;
    padding: 4px 0 2px 45px; 
    background: url(../images/check_arrow.png) no-repeat left center;
    background-size: auto;
  }
  .checkArea .checkArea_btn a .inner01 br.pc {
    display: none;
  }

  .fixed_banner ,
  .fixed_banner02 {
    display: none;
  }
  .fixed_banner_sp {
    position: fixed;
    width: 44.26%;
    text-align: center;
    right: 44px;
    bottom: -1vh; 
    z-index: 10;
  }
  .fixed_banner_sp a {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .fixed_banner_sp img {
    max-width: 100% !important;
    height: auto;
  }
}