.icon_wrap{
  justify-content: left;
  align-items: center;
}
.icon_box{
  width: 60px;
}
.tab_box{
  position: relative;
}
.tab_text{
  position: absolute;
  padding: 7px 30px;
font-weight: bold;
font-size: 16px;
line-height: 1;
text-align: center;
border-radius: 8px 8px 8px 0px;
background: #eee;
border: 2px solid #eee;
top: 0;
left: -2px;
transform: translate(0,-50%);
width: 160px;
}
.icon_textbox span{
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: left;

}
.icon_textbox{
  padding-left: 20px;
}
.tab_box{
border-radius: 16px;
background: #fff;
border: 2px solid #eee;
padding: 30px 30px 20px;
width: calc(33.3333% - 12.5px);
position: relative;
}
.three_flexbox,.tab_img_box{
  margin-top: 65px;
}
.three_flexbox{
  justify-content: space-between;
}
.tab_img_box .tab_text{
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
}
.au_ideco_box{
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 65px;
}
.au_ideco_box .tab_box{
  width: 100%;
}
.attention_box ol{
  list-style-type: none;
  counter-reset: item;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
}
.attention_box ol li{
  text-indent: -1em;
  padding-left: 2em;
  margin-top: 10px;
} 
.attention_box li:before {
  counter-increment: item;
  content: '*'counter(item);
  /* 以下は自由に装飾... */
  padding-right: .5em;
}
.attention_box_2 li:before {
  content: '*';
}
.head_point{
  border-left: none;
  border: 5px solid var(--main-color);
  display: inline-block;
  padding: 40px 20px 30px;
  position: relative;
  border-radius: 16px;
}
.head_point .point{
  position: absolute;
  top: 0;
  left: -5px;
  transform: translate(0 , -50%);
  padding: 5px 20px;
  background-color: var(--main-color);
  color: white;
  font-size: 2.4rem;
  border-radius: 8px 8px 8px 0px;
}
.head_point_img{
  margin-right: 20px;
}
.point_box_text{
  align-items: flex-end;
  font-size: 2.4rem;
  justify-content: center;
  margin-top: 15px;
}
.pointbox h4{
  color: white;
  padding-left: 0;
  padding: 10px 30px;
  background-color: var(--main-color);
  border-radius: 30px;
  border-left: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.point_box_text2{
  font-size: 4.6rem;
  font-weight: bold;
  position: relative;
  bottom: -5px;
}
.pointbox span{
  margin: 0 5px;
}
.point_box_text1{
  margin-bottom: 5px;
}
.point_boxes{
  justify-content: center;
}
.pointbox{
  margin: 0 20px;
}
span.point_box_text3 {
  font-size: 2rem;
}
.au_nashi h4{
  background-color: #FFC000;
}
.au_nashi .hi-light{
  color: #FFC000;
}
.head_point3 > .flex{
  align-items: flex-end;
}
.head_point_img span{
  margin: 0;
  font-size: 5.0rem;
  color: var(--main-color);
}
.head_point_img span.yen{
  font-size: 3.8rem;
}
.unyoubox{
  width: calc(33.33% - 20px);
  margin: 0 20px;
}
.unyou_title{
  background-color:  rgb(161 161 161);;
  border-radius: 30px;
  color: white;
  font-size: 2.4rem;
  text-align: center;
  line-height: 3.6rem;
}
.unyoubox1 .unyou_title{
  background-color: var(--main-color);
}
.unyou_yen_box {
  justify-content: flex-end;
  font-weight: bold;
  align-items: flex-end;
  margin-top: 10px;
}
.tesuryo {
  margin-top: 10px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.unyoubox .color {
  color: rgb(161 161 161);
}
.unyoubox1 .color{
  color: var(--main-color);
}
div.sankaku_box{
  width: 0;
height: 0;
border-style: solid;
border-width: 100px 250px 0 250px;
border-color: var(--main-color) transparent transparent transparent;
margin: 0 auto;
}
.unyou_yen{
  font-size: 4.8rem;
}
.unyou_price{
  font-size: 5.2rem;
}
.sankaku_text{
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 2.6rem;
  /* width: 100%; */ 
    top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sankaku_wrap{
  
margin-top: 40px;
position: relative;
}

@media screen and (max-width: 767px) {
  .head_point .point {
    position: absolute;
    top: 0;
    left: -5px;
    transform: translate(0 , -50%);
    padding: 5px 15px;
    background-color: var(--main-color);
    color: white;
    font-size: 2.0rem;
    border-radius: 8px 8px 8px 0px;
}
.head_point {
  border-left: none;
  border: 3px solid var(--main-color);
  display: inline-block;
  padding: 20px 10px 15px;
  position: relative;
  border-radius: 16px;
}
.three_flexbox {
  flex-wrap: wrap;
}
.tab_box {
  margin-top: 35px;
  width: 100%;
}
.three_flexbox, .tab_img_box {
  margin-top: 10px;
}
.attention_box ol {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.head_point_text{
  font-size: 1.6rem;
}
.point_boxes{
  flex-wrap: wrap;
}
.annotation {
  margin-top: 40px;
}
.unyou_title{
  font-size: 1.4rem;
}
.tesuryo {
  font-size: 1.2rem;
}
.unyou_price {
  font-size: 2.2rem;
}
.unyou_yen {
  font-size: 2.2rem;
}
.unyoubox {
  width: calc(33.33% - 10px);
  margin: 0 10px;
}
div.sankaku_box {
  border-width: 100px 150px 0 150px;
}
.sankaku_text {
  font-size: 1.8rem;
  width: 100%;
  text-align: center;

}
.attention {
  text-align: left;
}
}