@charset "Shift_JIS";

.s5-row__col2:first-child{
              position: relative;
              &:before{
                content: "";
                display: inline-flex;
                width: 20px;
                height: 20px;
                justify-content: center;
                align-items: center;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translate(50%, -50%);
                font-size: 20px;
                font-weight: bold;
              }
              @media screen and (max-width: 639px) {
                padding-bottom: 20px;
                &:before{
                  content: "";
                  display: inline-flex;
                  width: 20px;
                  height: 20px;
                  justify-content: center;
                  align-items: center;
                  position: absolute;
                  right: inherit;
                  top: inherit;
                  bottom: 10px;
                  left: 50%;
                  transform: translate(-50%, 100%);
                  font-size: 20px;
                  font-weight: bold;
                }
              }
            }

.w40{
	width: 40%
}

@media (max-width:640px){
	.w40{
	width: 100%
}
}


.bg_gray{
	background-color: #f5f5f5;
}
