@charset "UTF-8";

/*#point*/
a#point +div .inner_item {
   background:#60ee3b;
}
a#point +div .inner_item_txt p.add_circle {
   background:#fff;
   border-radius:50%;
   width: 100px;
   height: 100px;
   margin:0 auto; 
    line-height: normal;
    align-content: center;
}
a#point +div .inner_item_txt .add_p {
   background:#fff;
   padding:20px 0;
    line-height: normal;
}
a#point +div .u-dot {
   background:
top left / 1em .5em repeat-x radial-gradient(circle, #f39700 0.1em, rgba(0, 0, 0, 0) 0.2em);
   padding-top: 0.3em;
}
/*#point2*/
a#point2+section .content_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
a#point2 + section .block_header_6 .h {
    position: relative;
    background: #fff;
    border: 7px solid #f39700;
    border-radius: 50px;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    margin: 40px auto;
    text-align: center;
}
a#point2 + section .block_header_6 .h::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 77%;
    border-style: solid;
    border-width: 27px 20px 0 20px;
    border-color: #f39700 transparent transparent;
    translate: -50% 100%;
}
a#point2 + section .block_header_6 .h::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 77%;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}
@media screen and (max-width: 800px) {
a#point2 + section  .heading.block_header_6 .h:before {
       width: unset; 
   }
}