@charset "UTF-8";
#tab_wrap .feature142 {
  margin-top: 20px;
}
#tab_wrap .feature142 .box {
  padding: 30px 10px;
}
#tab_wrap .feature142 .box > .ttl {
  background: #7bc8e4;
  width: 90%;
  margin: 0 0 20px -10px;
  padding: 12px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "I-OTF-UDゴ表示Pro B";
  border-radius: 0 100vmax 100vmax 0;
  box-shadow: 1px 1px 2px 0px rgba(110, 110, 110, 0.45);
}
#tab_wrap .feature142 .box .pointList {
  display: flex;
}
#tab_wrap .feature142 .box .pointList dt {
  background: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
  border-radius: 5px;
  padding: 2px;
}
#tab_wrap .feature142 .box .pointList dd {
  width: calc(100% - 70px);
  color: #444444;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
#tab_wrap .feature142 .box .pointList + .pointList {
  margin-top: 5px;
}
#tab_wrap .feature142 .box .imageList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  margin-top: 15px;
}
#tab_wrap .feature142 .box .imageList li {
  margin: 0;
  list-style: none;
}
#tab_wrap .feature142 .box .imageList li p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
}
#tab_wrap .feature142 .box .imageList li p .reason {
  display: inline-block;
  background: #444444;
  margin: 0 auto 5px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
  border-radius: 5px;
  padding: 2px 10px;
}
#tab_wrap .feature142 .box .imageList li .ttl {
  font-size: 13px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
#tab_wrap .feature142 .box .imageList li .ttl .option {
  display: block;
  width: 100%;
  background: #376BB4;
  margin: 2px auto 5px 0;
  padding: 2px 5px;
  color: #fff;
  font-family: "I-OTF-UDゴ表示Pro L", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 11px;
  text-align: center;
  border-radius: 5px;
}
#tab_wrap .feature142 .box .imageList li .catch {
  color: #376BB4;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
#tab_wrap .feature142 .box .imageList li .txt {
  font-size: 10px;
}
#tab_wrap .feature142 .box .imageList li .bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: 14px;
  border-radius: 5px;
  background-color: #183052;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
#tab_wrap .feature142 .box .imageList li .bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 8px 6px 8px;
  border-color: transparent transparent #183052;
  translate: -50% -100%;
}
#tab_wrap .feature142 .box .pframe {
  width: calc(100% - 10px);
  border: 5px solid #fff;
  box-shadow: 1px 1px 2px 0px rgba(110, 110, 110, 0.45);
}
#tab_wrap .feature142 .box .col-02 {
  display: flex;
}
#tab_wrap .feature142 .box + .box {
  border-top: solid 1px #fff;
}
#tab_wrap .feature142 .box-01 {
  background: #e9f0f9;
}
#tab_wrap .feature142 .box-01 > img {
  margin: 0 0 15px -10px;
}
#tab_wrap .feature142 .box-01 .imgBox {
  position: relative;
  color: #444444;
}
#tab_wrap .feature142 .box-01 .imgBox > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 555px;
  height: 321px;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-01 {
  top: 12px;
  left: 90px;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-02 {
  top: 100px;
  left: 17px;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-03 {
  top: 140px;
  left: 0;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-03 p {
  margin: 5px 0;
  padding: 0 !important;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-03 p span {
  font-size: 12px;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-03 ul {
  display: flex;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-03 ul li {
  background: #183052;
  margin: 0 3px 0 0;
  padding: 2px 11px;
  border-radius: 100vmax;
  color: #fff;
  list-style: none;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-04 {
  top: 276px;
  left: 52px;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-05 {
  top: 26px;
  right: 0;
}
#tab_wrap .feature142 .box-01 .imgBox > div .txt-06 {
  top: 155px;
  right: 0;
}
#tab_wrap .feature142 .box-02 {
  background: #d4dde0;
}
#tab_wrap .feature142 .box-02 .imageList li:nth-child(1) {
  width: 204px;
}
#tab_wrap .feature142 .box-02 .imageList li:nth-child(2) {
  width: 204px;
}
#tab_wrap .feature142 .box-02 .imageList li:nth-child(3) {
  width: 128px;
}
#tab_wrap .feature142 .box-03 {
  background: #d4dde0;
}
#tab_wrap .feature142 .box-03 .imgBox {
  position: relative;
  color: #444444;
}
#tab_wrap .feature142 .box-03 .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#tab_wrap .feature142 .box-03 .imgBox div .ttl {
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding: 0;
}
#tab_wrap .feature142 .box-03 .imgBox div .ttl span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #444444;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
#tab_wrap .feature142 .box-03 .imgBox div .ttl span:nth-child(2) {
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
  border-bottom: dashed 2px #444444;
}
#tab_wrap .feature142 .box-03 .imgBox div .txt {
  margin: 10px 0;
  padding: 0;
}
#tab_wrap .feature142 .box-03 .imgBox div .txt-01 {
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
#tab_wrap .feature142 .box-03 .imgBox div .txt-02 {
  background: #444444;
  width: 75px;
  height: 35px;
  display: flex;
  justify-content: center;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  overflow: hidden;
}
#tab_wrap .feature142 .box-03 .imgBox div .txt-02 span {
  padding-top: 2px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
#tab_wrap .feature142 .box-03 .imgBox div .txt-03 {
  font-size: 14px;
  color: #376BB4;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
  line-height: 1.4;
}
#tab_wrap .feature142 .box-03 .imgBox div .txt-03 span {
  font-size: 18px;
}
#tab_wrap .feature142 .box-03 .imgBox div .txt-04 {
  margin-bottom: 0;
  color: #183052;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
  line-height: 1.4;
}
#tab_wrap .feature142 .box-03 .imgBox div .txt-04 span {
  font-size: 18px;
}
#tab_wrap .feature142 .box-04 {
  background: #d4dde0;
}
#tab_wrap .feature142 .box-04 .col-02 {
  margin: 20px auto;
}
#tab_wrap .feature142 .box-04 .col-02 > img {
  width: 35%;
  margin-right: 20px;
}
#tab_wrap .feature142 .box-04 .col-02 > div {
  width: 65%;
}
#tab_wrap .feature142 .box-04 .col-02 > div > div {
  border-left: solid #183052 1px;
}
#tab_wrap .feature142 .box-04 .col-02 > div > div .catch {
  font-size: 15px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
  color: #183052;
}
#tab_wrap .feature142 .box-04 .imageList li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  align-items: flex-start;
}