/* pc */
/* 住まいる_保障内容（火災共済） */
.tokuyaku_wrap {
  margin-top: 50px !important;
}
.tokuyaku_list_wrap {
  margin-top: 25px;
}
.hoken_baloon {
  /* 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: 5px 9px;
  position: relative;
  background: #edbe9c47;
}
.hoken_baloon::before {
  border: 12px solid transparent;
  border-top: 15px solid #fcf0e6;
  content: "";
  position: absolute;
  margin-right: 2px;
  bottom: -26px;
  right: 85px;
  z-index: 2;
}
.hoken_baloon::after {
  /* border: 14px solid transparent; */
  border-top: 17px solid #f19149;
  content: "";
  position: absolute;
  bottom: -32px;
  right: 85px;
  z-index: 1;
}
.hoken-table-item-body-text .image {
  display: inline-block;
  width: 75px;
}
.hoken-table-item-body-text .image img {
  width: 100%;
}
.eco_table {
  width: 550px;
  margin: 20px auto 0;
  table-layout: fixed;
  font-weight: bold;
}
.eco_table th {
  background: #dbebb5;
  color: #222;
  font-size: 17px;
}
.eco_table tbody {
  text-align: center;
  background: #f4f9e8;
}
.eco_table tbody tr td {
  text-align: center;
  font-size: 17px;
}

/* 火災 */
.hoken-box-item-content_detaile {
  padding-right: 0 !important;
  display: flex;
  flex-direction: column-reverse;
}
.hoken-box-item-content_detaile_img {
  position: unset !important;
  width: unset !important;
  text-align: center;
}
.hoken-box-item-content_detaile_img img {
  width: 90px !important;
}
.kasai_hosyo--content {
  padding: 12px 21px;
  border: 1px solid #eaeaea;
}
.kasai_hosyo--baloon {
  border: solid 2px #de4447;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 20px;
  padding: 5px 9px;
  position: relative;
}
.kasai_hosyo--baloon::before {
  border: 12px solid transparent;
  border-top: 15px solid #fff;
  content: "";
  position: absolute;
  margin-right: 2px;
  bottom: -26px;
  right: 85px;
  z-index: 2;
}
.kasai_hosyo--baloon::after {
  border: 14px solid transparent;
  border-top: 17px solid #de4447;
  content: "";
  position: absolute;
  bottom: -32px;
  right: 85px;
  z-index: 1;
}
.kasai_hosyo--content ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.kasai_hosyo--content ul::after {
  position: absolute;
  content: url(/library/page_img/icon/icon_img07.png);
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.kasai_hosyo--content ul li {
  padding: 10px 10px 6px;
  text-align: center;
  width: 284px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.1px;
  line-height: 1.1;
}
.kasai_hosyo--content ul li span {
  font-weight: initial;
  font-size: 16px;
}
.kasai_hosyo--content ul li:nth-of-type(1) {
  border: 3px solid #e36a51;
  background: #fde8e2;
}
.kasai_hosyo--content ul li:nth-of-type(2) {
  border: 3px solid #de4447;
  background: #fee7e8;
}
.kasai_hosyo--range {
  padding: 21px;
  background: #fbe3e7;
  margin-top: 12px;
}
.kasai_hosyo--range ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.kasai_hosyo--range ul li {
  width: 45%;
  text-align: center;
  padding: 0 0 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.kasai_hosyo--range ul li.sub_attention {
  padding: 0;
}
.kasai_hosyo--range ul li p {
  background: #e57c86;
  padding: 12px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.kasai_hosyo--range ul li p.row_two {
  font-size: 22px;
  padding: 4px;
  line-height: 1.25;
}
.kasai_hosyo--range ul li img {
  width: 110px;
}
.kasai_hosyo--range ul li.sub_attention span {
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 8px 15px 0 0;
}
.kasai_hoshou--attention {
  margin-top: 40px;
}
.kasai_hoshou--attention p {
  font-size: 17px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.kasai_hoshou--attention p span {
  background: url(/library/kyousai/kasai/hoshou/fire/img/icon_attention.png) no-repeat center center / cover;
  width: 23px;
  height: 20px;
  display: inline-block;
  margin-right: 2px;
}
.kasai_hoshou--attention ul {
  display: flex;
}
.kasai_hoshou--attention ul li:nth-of-type(1) {
  white-space: nowrap;
  font-weight: bold;
}
.opt_title-size {
  font-size: 20px !important;
}

/* 風水害 */
.wind_flood--content {
  padding: 12px 21px;
  border: 1px solid #eaeaea;
}
.wind_flood--content p {
  font-weight: bold;
}
.wind_flood--title {
  display: flex;
  align-items: center;
}
.wind_flood--title p {
  font-size: 17px;
  margin-right: 10px;
  font-weight: bold;
}
.wind_flood--title img {
  width: 85px;
}
.wind_flood--baloon {
  border: solid 2px #de4447;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 20px;
  padding: 5px 9px;
  position: relative;
}
.wind_flood--baloon::before {
  border: 12px solid transparent;
  border-top: 15px solid #fff;
  content: "";
  position: absolute;
  margin-right: 2px;
  bottom: -26px;
  right: 85px;
  z-index: 2;
}
.wind_flood--baloon::after {
  border: 14px solid transparent;
  border-top: 17px solid #de4447;
  content: "";
  position: absolute;
  bottom: -32px;
  right: 85px;
  z-index: 1;
}
.wind_flood--hoshou {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.wind_flood--hoshou::after {
  position: absolute;
  content: url(/library/page_img/icon/icon_img07.png);
  width: 20px;
  height: 20px;
  top: 50%;
  right: 27%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wind_flood--hoshou ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 21px;
  background: #efefef;
}
.wind_flood--hoshou ul li {
  padding: 10px 10px 6px;
  text-align: center;
  width: 172px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.1px;
  line-height: 1.1;
}
.wind_flood--hoshou ul li:nth-of-type(1) {
  background: #ffe7e8;
  border: 3px solid #de4447;
  margin-right: 11px;
}
.wind_flood--hoshou ul li:nth-of-type(2) {
  background: #e6f1ff;
  border: 3px solid #4d7ebb;
}
.wind_flood--hoshou ul li span,
.wind_flood--hoshou:nth-of-type(1) p span {
  font-weight: initial;
  font-size: 16px;
}
.wind_flood--hoshou:nth-of-type(1) p {
  padding: 10px 10px 6px;
  text-align: center;
  width: 155px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.1px;
  line-height: 1.1;
  background: #ffe7e8;
  border: 3px solid #de4447;
}

.wind_flood--range {
  padding: 21px;
  background: #d4e6ea;
  margin-top: 12px;
}
.wind_flood--range ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wind_flood--range ul li {
  width: 45%;
  text-align: center;
  padding: 0 0 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.wind_flood--range ul li:nth-last-of-type(1),
.wind_flood--range ul li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.wind_flood--range ul li p {
  background: #73bbd7;
  color: #fff;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 15px;
  font-size: 22px;
  padding: 4px;
  line-height: 1.25;
}
.wind_flood--range ul li img {
  width: 110px;
}
.shizen_saigai--moreover {
  margin-top: 12px;
}
.shizen_saigai--moreover .shizen_saigai--moreover-content {
  display: flex;
}
.shizen_saigai--moreover .shizen_saigai--moreover-content > li:nth-of-type(1) {
  width: 12%;
  background: #17b168;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  position: relative;
}
.shizen_saigai--moreover .shizen_saigai--moreover-content > li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -16px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #17b168;
}

.shizen_saigai--moreover .shizen_saigai--moreover-content li:nth-of-type(2) {
  width: 88%;
  background: #e5dbc0;
  padding: 8px 5px 5px 15px;
}
.shizen_saigai--moreover .shizen_saigai--moreover-content li:nth-of-type(2) p {
  color: #16b167;
  font-size: 16px;
  font-weight: bold;
}
.shizen_saigai--moreover ul li:nth-of-type(2) span {
  display: block;
  font-size: 12px;
}
.shizen_saigai--moreover .mod-ul-notes li {
  font-size: 12px;
}

/* 地震 */
.earthquake--content {
  padding: 12px 21px;
  border: 1px solid #eaeaea;
}
.earthquake--content ul {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.earthquake--content ul li {
  padding: 10px 10px 6px;
  text-align: center;
  width: 284px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.1px;
  line-height: 1.1;
  border: 3px solid #ee9f00;
  background: #ffeed3;
}
.earthquake--content ul li span {
  font-weight: initial;
  font-size: 16px;
}

.earthquake--range {
  padding: 21px;
  background: #f5e8d5;
  margin-top: 12px;
}
.earthquake--range ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.earthquake--range ul li {
  width: 45%;
  text-align: center;
  padding: 0 0 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.earthquake--range ul li:nth-last-of-type(1),
.earthquake--range ul li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.earthquake--range ul li p {
  background: #f0c363;
  padding: 12px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.earthquake--range ul li p.row_two {
  font-size: 22px;
  padding: 4px;
  line-height: 1.25;
}
.earthquake--range ul li img {
  width: 110px;
}
.cont_img img {
  width: 85px;
}
.opt_inline-block li {
  display: inline-block;
}
/* 各ページリンク */
.index_tag_list_wrap {
  margin-top: 60px;
}

.tokuyaku_wrap {
  margin-top: 30px;
}
.tokuyaku_wrap h3 {
  font-size: 2.4rem;
  padding-left: 40px;
  position: relative;
}
.tokuyaku_wrap h3::before {
  background: url(/library/kyousai/kasai/shikumi/img/index_icon02.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
.tokuyaku_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.tokuyaku_list_wrap dl {
  border-radius: 10px;
  border: solid 2px #e8a900;
  overflow: hidden;
  width: 170px;
}
.tokuyaku_list_wrap dl:nth-child(1) {
  background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_01.png) bottom 17px center / 122px no-repeat;
}
.tokuyaku_list_wrap dl:nth-child(2) {
  background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_02.png) bottom 17px center / 77px no-repeat;
}
.tokuyaku_list_wrap dl:nth-child(3) {
  background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_03.png) bottom 17px center / 80px no-repeat;
}
.tokuyaku_list_wrap dl:nth-child(4) {
  background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_04.png) bottom 17px center / 100px no-repeat;
}
.tokuyaku_list_wrap dt {
  background: #e8a900;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 8px 0;
  text-align: center;
}
.tokuyaku_list_wrap em {
  font-size: 2rem;
}
.tokuyaku_list_wrap dd {
  font-size: 1.3rem;
  padding: 14px 18px 90px;
}
.tokuyaku_text {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 35px;
  line-height: 1.3;
}

.kasai_shizen-block-area {
  width: 710px;
}
.kasai_shizen-block-area .color-block {
  height: 360px;
  padding: 5px 8px 20px;
  position: relative;
}
.kasai_shizen-link {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  margin-top: 0;
  padding: 0 0 0 12px;
  background: url(/library/default/img/parts/link_bg01.png) no-repeat 0 0.4em;
  text-decoration: none;
  font-weight: bold;
}
.kasai_shizen-link a {
  padding: 0 !important;
  text-decoration: none !important;
}
.two-block-area .align-right {
  font-weight: bold;
}
.kasai_shizen-block-area .two-block-area {
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kasai_shizen-block-area .text-area {
  display: flex;
  justify-content: space-between;
}
.kasai_shizen-block-area .wind_flood-item .text-area {
  flex-direction: column;
  justify-content: center;
}
.kasai_shizen-block-area .wind_flood-item .text-area .top-item {
  display: flex;
  justify-content: space-between;
}
.kasai_shizen-block-area p.top-title {
  font-weight: bold;
  font-size: 3.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kasai_shizen-block-area p.theft_top-title {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
.kasai_shizen-block-area p.theft_top-title span {
  font-size: initial;
}
.kasai_shizen-block-area span.lr-text {
  writing-mode: vertical-lr;
  font-size: initial;
}
.kasai_shizen-block-area ul li {
  font-size: 13px;
}
.kasai_shizen-block-area ul li span {
  font-size: 11px;
}
.kasai_shizen-block-area ul li span.br-size {
  font-size: 13px;
  padding-left: 13px;
}
.kasai_shizen-block-area p {
  margin-top: 0;
}
.kasai_shizen-block-area p:first-child {
  margin-top: 0;
}
.kasai_shizen-block-area p.img-area {
  text-align: center;
  margin-bottom: 10px;
}
.kasai_shizen-block-area p.img-area img {
  width: 100px;
}
.kasai_shizen-block-area .kasai-item {
  background-color: #fcdccc;
}
.kasai_shizen-block-area .wind_flood-item {
  background-color: #c8e9fb;
}
.kasai_shizen-block-area .earthquake-item {
  background-color: #ddebd4;
  padding: 5px 8px 10px;
}
.kasai_shizen-block-area .theft-item {
  background-color: #ece5f1;
  padding: 5px 8px 5px;
}
