/*device
************************************************************/
.only-sp {
  display: none !important;
}
/*design01
************************************************************/
.point_icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.point_icon_wrap > div {
  border: solid 1px #cecece;
  width: 340px;
}
.point_icon_head {
  background: #999;
  border-bottom: solid 1px #cecece;
  color: #fff;
  margin-top: 0 !important;
  line-height: 48px;
  text-align: center;
}
.point_icon_bottom {
  padding: 10px;
}
.point_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  padding-top: 65px;
  padding-bottom: 10px;
  text-align: center;
}
.point_icon span {
  display: inline-block;
  line-height: 25px;
  width: 56px;
}
.point_icon01 {
  background: url(/library/kyousai/kasai/point/img/index_img02.png) left 78px top 13px / 48px no-repeat, url(/library/kyousai/kasai/point/img/index_img01.png) right 74px top 13px / 51px 47px no-repeat;
}
.point_icon02 {
  background: url(/library/kyousai/kasai/point/img/index_img01.png) top 13px center / 51px 47px no-repeat;
}
.icon_jutaku {
  background: #e6685d;
  margin-right: 60px;
}
.icon_kazai {
  background: #28a7e1;
}
/*design02
************************************************************/
ul.tab_button {
  border-bottom: 1px solid #094;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.tab_button_item {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.tab_button_item:first-child {
  margin-right: 20px;
}
.tab_button_item:first-child a {
  width: 442px;
}
.tab_button_item:nth-child(2) {
  width: 221px;
}
.tab_button_item a {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 16px 10px 12px;
}
.tab_button_item a:hover {
  background: url(/library/default/img/parts/tab_bg01.png) repeat-x 0 0;
  background-color: #fff;
  border: 1px solid #094;
  border-bottom: none;
  text-decoration: none;
}
.tab_button_item .is-current {
  background: url(/library/default/img/parts/tab_bg01.png) repeat-x 0 0;
  background-color: #fff;
  border: 1px solid #094;
  border-bottom: none;
}
.tab_button_item span {
  background: url(/library/default/img/parts/button-link_bg01.png) no-repeat left center;
  display: inline-block;
  padding-left: 17px;
  vertical-align: middle;
}
.js-tab-content {
  margin-top: 30px;
}
/*design03
************************************************************/
.point_table {
  width: -webkit-calc(99%);
  width: calc(99%);
}
.point_table th:nth-child(2),
.point_table td:nth-child(2) {
  width: 222px;
}
.point_table .icon_a {
  position: relative;
}
.point_table .icon_a::after {
  background: #fff;
  border: solid 1px #fe0000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fe0000;
  content: "ア";
  display: block;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 13px;
  width: 20px;
}
.point_table_yen {
  border-left: solid 4px #f2914a !important;
  border-right: solid 4px #f2914a !important;
  font-weight: bold;
  text-align: center;
}
.point_table_yen em {
  font-size: 2.8rem;
}
.point_table_yen span {
  font-size: 1.8rem;
}
.point_table_border_top {
  border-top: solid 4px #f2914a !important;
}
.point_table_border_bottom {
  border-bottom: solid 4px #f2914a !important;
}
/*design04
************************************************************/
.point_calc_wrap {
  margin-top: 50px;
}
.point_calc_choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.point_calc_choice > div {
  padding-top: 25px;
  width: 50%;
}
.point_calc_left,
.point_calc_right {
  color: #094;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.point_calc_left::before,
.point_calc_right::before,
.point_calc_left::after,
.point_calc_right::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point_calc_left::before,
.point_calc_right::before {
  background: #094;
  bottom: 30px;
  width: 30px;
}
.point_calc_left::after,
.point_calc_right::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #094 transparent transparent transparent;
  bottom: 0;
}
.point_calc_left {
  padding-bottom: 180px;
}
.point_calc_left::before {
  height: 140px;
}
.point_calc_right {
  padding-bottom: 90px;
}
.point_calc_right::before {
  height: 50px;
}
.point_calc_btn {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.step-title .title_small {
  color: #666;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 10px;
}
.point_input_text {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}
.point input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px;
  width: 120px;
}
.input_area {
  border: solid 2px #000;
}
.output_area {
  pointer-events: none;
}
.input_opt {
  position: relative;
  display: inline-block;
}
.input_opt::before {
  background: #fff;
  border: solid 1px #fe0000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fe0000;
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 20px;
}
.input_opt::after {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  left: -30px;
  top: -25px;
}
.opt-i {
  margin-left: 30px;
}
.opt-i::before {
  content: "イ";
}
.opt-a01 {
  margin-left: 30px;
}
.opt-a01::before {
  content: "ア";
}
.opt-a02 {
  margin-left: 30px;
}
.opt-a02::before {
  content: "A";
}
.opt-b {
  margin-left: 30px;
}
.opt-b::before {
  content: "B";
}
.opt-text01 {
  margin-top: 30px;
}
.opt-text01::after {
  content: "1坪あたりの加入基準";
}
.opt-text02 {
  margin-top: 30px;
}
.opt-text02::after {
  content: "延床面積";
}
.opt-text03 {
  margin-top: 30px;
}
.opt-text03::after {
  content: "住宅の必要保障額";
}
.opt-text04 {
  margin-top: 30px;
}
.opt-text04::after {
  content: "住宅の必要保障額";
}
.ver02 .opt-text04::after {
  content: "家財の必要保障額";
}
.point_attention {
  color: #666;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
}
.point_step_wrap {
  overflow: hidden;
}
.point_step_baloon {
  border: solid 2px #f19149;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  float: right;
  margin: 10px 0 5px;
  padding: 12px 15px;
  position: relative;
}
.point_step_baloon span {
  color: #f19149;
}
.point_step_baloon::before {
  border: 12px solid transparent;
  border-bottom: 29px solid #fff;
  content: "";
  margin-left: -15px;
  position: absolute;
  top: -40px;
  right: 156px;
  z-index: 2;
}
.point_step_baloon::after {
  border: 14px solid transparent;
  border-bottom: 31px solid #f19149;
  content: "";
  margin-left: -17px;
  position: absolute;
  top: -46px;
  right: 154px;
  z-index: 1;
}
.point_step_baloon02 {
  border: solid 2px #f19149;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  margin: 5px 0;
  padding: 12px 15px;
  position: relative;
}
.point_step_baloon02 span {
  color: #f19149;
}
.point_step_baloon02::before {
  border: 12px solid transparent;
  border-bottom: 29px solid #fff;
  content: "";
  margin-left: -15px;
  position: absolute;
  top: -40px;
  left: 85px;
  z-index: 2;
}
.point_step_baloon02::after {
  border: 14px solid transparent;
  border-bottom: 31px solid #f19149;
  content: "";
  margin-left: -17px;
  position: absolute;
  top: -46px;
  left: 85px;
  z-index: 1;
}
.point_baloon_attention {
  margin-left: 130px;
}
/*design05
************************************************************/
.point_right_image {
  padding-right: 100px;
  padding-bottom: 65px;
  background: url(/library/kyousai/kasai/point/img/index_img01.png) top right / 92px 84px no-repeat;
}
.point_table02 {
  margin-top: 15px;
  width: -webkit-calc(99%);
  width: calc(99%);
}
.point_table02 td {
  font-weight: bold;
  padding: 6px 12px;
}
.point_table02_td01 {
  background: #ddf2a9;
}
.point_table02_td02 {
  background: #eef8d4;
  text-align: center;
}
.point_table02_td03 {
  background: #fafdf2;
}
.point_table02_td04 {
  background: #c8e9f2;
}
.point_table02_td05 {
  background: #e3f4f8;
  text-align: center;
}
.point_table02_td06 {
  background: #f7fcfd;
}
.point_table02_td07 {
  background: #f2c8d9;
}
.point_table02_td08 {
  background: #f8e3ec;
  text-align: center;
}
.point_table02_td09 {
  background: #fdf7f9;
}
.point_table02_yen {
  border-left: solid 4px #f2914a !important;
  border-right: solid 4px #f2914a !important;
  text-align: center;
}
.point_table02_yen em {
  font-size: 2rem;
}
.point_table02_yen span {
  font-size: 1.5rem;
}
.point_table02_border_top {
  border-top: solid 4px #f2914a !important;
}
.point_table02_border_bottom {
  border-bottom: solid 4px #f2914a !important;
}
/*design06
************************************************************/
.point_calc_wrap02 {
  border: solid 4px #f19149;
  margin-top: 30px;
  padding: 20px;
}
.point_calc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  width: 616px;
}
.point_calc_inner p {
  margin-top: 45px !important;
}
.point_calc_inner p:last-child {
  margin-top: 30px;
}
.input_opt02 {
  position: relative;
  display: inline-block;
}
.input_opt02::before {
  background: #fff;
  border: solid 1px #fe0000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fe0000;
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 8px;
  top: -15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 20px;
}
.input_opt02::after {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -25px;
}
.opt-a03::before {
  content: "A";
}
.opt-b02::before {
  content: "B";
}
.opt-text05::after {
  content: "住宅の場合は";
}
.opt-text06::after {
  content: "他の共済(保険)契約額";
}
.opt-text06 input {
  width: 150px;
}
.opt-text07::after {
  content: "家財の場合は";
}
/*input reset
************************************************************/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-ms-clear {
  visibility: hidden;
}
