/************************************************************
hoshou.html
************************************************************/
/*tab
************************************************************/
.tab_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 40px !important;
}
.tab_button_item {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab_button_item a {
  width: 320px;
  display: block;
  position: relative;
  border-bottom: none !important;
  border-radius: 10px 10px 0 0;
  display: table;
  height: 99px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab_button_item a span {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 2.2rem;
}
.tab_button_item a:hover {
  text-decoration: none;
}
.tab_button_item:first-child a {
  border: 4px solid #ed7150;
}
.tab_button_item:first-child a span {
  color: #ed7150;
}
.tab_button_item:first-child a.is-current {
  background-color: #ed7150;
}
.tab_button_item:first-child a.is-current span {
  color: #fff;
}
.tab_button_item:last-child a {
  border: 4px solid #2780dd;
}
.tab_button_item:last-child a span {
  color: #2780dd;
}
.tab_button_item:last-child a.is-current {
  background-color: #2780dd;
}
.tab_button_item:last-child a.is-current span {
  color: #fff;
}
#tab-content01 {
  border-top: 6px solid #ed7150;
}
#tab-content02 {
  border-top: 6px solid #2780dd;
}
/*hoken title
************************************************************/
.hoken-title {
  width: 650px;
  margin: 40px auto 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hoken-title_img {
  width: 320px;
}
.hoken-title_img img {
  width: 100%;
}
.hoken-title_text {
  margin-left: 20px;
  width: 310px;
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 0 !important;
}
/*hoken-box
************************************************************/
.type01 .color-valiation {
  color: #ea5027;
}
.type02 .color-valiation {
  color: #8b5abd;
}
.type03 .color-valiation {
  color: #2780dd;
}
.hoken-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.hoken-box-item {
  width: 345px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f3f3f3;
}
.hoken-box-item + .hoken-box-item {
  margin-left: 21px;
}
.hoken-box-item-content {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 21px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hoken-box-item-content_title {
  border-bottom-width: 1px;
  border-style: solid;
  font-size: 1.7rem;
  line-height: 1.8;
}
.type01 .hoken-box-item-content_title {
  border-color: #ea5027;
}
.type02 .hoken-box-item-content_title {
  border-color: #8b5abd;
}
.type03 .hoken-box-item-content_title {
  border-color: #2780dd;
}
.type01 .hoken-box-item-content_title {
  color: #ea5027;
}
.type02 .hoken-box-item-content_title {
  color: #8b5abd;
}
.type03 .hoken-box-item-content_title {
  color: #2780dd;
}
.hoken-box-item-content_detaile {
  position: relative;
  padding-right: 120px;
}
.hoken-box-item-content_detaile_img {
  position: absolute;
  top: 0;
  right: 5px;
  width: 90px;
}
.hoken-box-item-content_detaile_img img {
  width: 100%;
}
.hoken-box-item-content_detaile_headtext {
  margin-top: 20px !important;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
}
.hoken-box-item-content_detaile_headtext span {
  font-size: 1.7rem;
}
.type01 .hoken-box-item-content_detaile_headtext span {
  color: #ea5027;
}
.type02 .hoken-box-item-content_detaile_headtext span {
  color: #8b5abd;
}
.type03 .hoken-box-item-content_detaile_headtext span {
  color: #2780dd;
}
.hoken-box-item-content_detaile_bodytext {
  font-size: 1.4rem;
  line-height: 1.6;
}
.hoken-box-item-content_link {
  margin-top: 20px;
}
.hoken-box-item-content_link a {
  display: block;
  width: 122px;
}
.hoken-box-item-content_link a img {
  width: 100%;
}
.hoken-box-item-content_link a:hover {
  opacity: .7;
}
.hoken-box-item-content_strongtext {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}
.hoken-box-item-content_strongtext span {
  font-size: 3.0rem;
}
.type01 .hoken-box-item-content_strongtext span {
  color: #ea5027;
}
.type02 .hoken-box-item-content_strongtext span {
  color: #8b5abd;
}
.type03 .hoken-box-item-content_strongtext span {
  color: #2780dd;
}
.hoken-box-item-content_strongtext.type-01 span {
  color: #eb6100;
}
.hoken-box-item-content_strongtext.type-02 span {
  color: #e38e00;
}
.hoken-box-item-content-type + .hoken-box-item-content_strongtext {
  margin-top: 0;
}
.hoken-box-item-content_text {
  text-align: center;
  font-size: 1.4rem;
}
.hoken-box-item-content-type {
  width: 115px;
  margin: 17px auto 0;
}
.hoken-box-item-content-type img {
  width: 100%;
}
/*hoken-table
************************************************************/
.hoken-table {
  margin-top: 30px;
}
.hoken-table thead tr th {
  font-size: 1.8rem;
  border-bottom: 1px solid #505050;
  border-radius: 10px 10px 0 0;
  vertical-align: middle;
  text-align: center;
  padding: 18px 0;
  color: #fff;
}
#tab-content01 .hoken-table thead tr th {
  background-color: #f24a1d;
}
#tab-content02 .hoken-table thead tr th {
  background-color: #2780dd;
}
.hoken-table thead tr th.type01 {
  background-color: #505050 !important;
  color: #fff;
  border-color: #505050 !important;
}
.hoken-table tbody {
  border-left: 2px solid #505050;
}
.hoken-table tbody tr {
  border-bottom: 1px solid #505050;
}
.hoken-table tbody tr th,
.hoken-table tbody tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.hoken-table tbody tr th {
  padding: 15px 20px 19px;
  border-left: 1px solid #505050;
}
.hoken-table tbody tr td {
  padding: 17px 20px 16px;
  border-left: 2px solid #505050;
  border-right: 4px solid #505050;
  background-color: #f2f2f2;
}
.hoken-table tbody tr:last-child td {
  border-bottom: 2px solid #505050;
}
.hoken-table-item-head-title {
  font-size: 2.2rem;
  font-weight: bold;
}
#tab-content01 .hoken-table-item-head-title {
  color: #f24a1d;
}
#tab-content02 .hoken-table-item-head-title {
  color: #2780dd;
}
.hoken-table-item-head-title span {
  font-size: 1.2rem;
}
.hoken-table-item-head-text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px !important;
}
.hoken-table-item-head-text .image {
  display: inline-block;
  width: 63px;
}
.hoken-table-item-head-text .image img {
  width: 100%;
}
.hoken-table-item-body-title {
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
.hoken-table-item-body-title span.large {
  font-size: 3.2rem;
}
.hoken-table-item-body-title span.small {
  font-size: 1.2rem;
}
.hoken-table-item-body-title span.color-black {
  color: #333;
  font-size: 1.2rem;
}
.hoken-table-item-body-text + .hoken-table-item-body-title {
  margin-top: 10px;
}
.hoken-table-item-body-text {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.hoken-table-item-body-title + .hoken-table-item-body-text {
  margin-top: 10px !important;
}
.hoken-table-item-body-image {
  width: 115px;
  margin-left: auto;
  margin-right: auto;
}
.hoken-table-item-body-image img {
  width: 100%;
}
/*button-list
************************************************************/
.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-wrap > li {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button-wrap > li .mod-button-link-list a span {
  font-size: 1.6rem;
}
